summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-10-04Removed site_notice and anon_notice from output because thisSarven Capadisli
information is not particularly crucial for the mobile user.
2009-10-04Stop output after showing headerSarven Capadisli
2009-10-04Init showLogoSarven Capadisli
2009-10-04Init showHeaderSarven Capadisli
2009-10-04If they are not on the mobile site or not interested in getting theSarven Capadisli
mobile profile, then give them the regular output.
2009-10-04Minor adjustment to indentingSarven Capadisli
2009-10-04If not meant to serveMobile, show the default stylesSarven Capadisli
2009-10-04Added custom showHeadSarven Capadisli
2009-10-04Mobile Profile plugin will use the identica theme for nowSarven Capadisli
2009-10-04Added ability to define mobile stylesheets (handheld, screen) at theSarven Capadisli
theme level. If there are no mobile stylesheets in the theme directory, it will use the ones that come with the plugin.
2009-10-04Fixed redirect. Added common_path for mobileserverSarven Capadisli
2009-10-04Don't redirect if mobile server is same as site serverSarven Capadisli
2009-10-04Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobileSarven Capadisli
2009-10-04remove spurious readme from OrbitedEvan Prodromou
2009-10-04Merge branch 'orbited' into 0.9.xEvan Prodromou
2009-10-04need to show scripts at end of body in RealtimePluginEvan Prodromou
2009-10-04Some changes required from Orbited debuggingEvan Prodromou
2009-10-04Update OrbitedPlugin to work with RealtimePlugin frameworkEvan Prodromou
2009-10-04updated OrbitedPlugin to use RealtimePluginEvan Prodromou
2009-10-04remove unused files for OrbitedPluginEvan Prodromou
2009-10-04rename pluginEvan Prodromou
2009-10-04copy Comet plugin to OrbitedEvan Prodromou
2009-10-03Don't show .asideSarven Capadisli
2009-10-03Minor correction to public variable nameSarven Capadisli
2009-10-03Updated comment about browser sniffingSarven Capadisli
2009-10-02Better logic to determine what to do with the visitor. Whether toSarven Capadisli
serve them the Mobile Profile or not, and possibly redirect.
2009-10-02Don't need text/xml until further evidenceSarven Capadisli
2009-10-02Init for WAP 2.0 and XHTML Mobile Profile support. WAP20Plugin is aSarven Capadisli
superclass for various WAP 2.0 document types. MobileProfilePlugin extends WAP20Plugin and it is intended for serving XHTML Mobile Profile 1.0. Feature support for document types like WML 2.0 or WAP Push should be created as seperate plugins and quite possibly extend WAP20Plugin.
2009-10-01change DB so OpenIDPlugin manages OpenID tablesEvan Prodromou
2009-09-30Timeout a little incase the notice item from XHR response isSarven Capadisli
not appended to the page.
2009-09-30Relocated the button for pop up window for notice streamSarven Capadisli
2009-09-30Script no longer needed for Realtime pluginSarven Capadisli
2009-09-28Merge branch '0.8.x' into 0.9.xSarven Capadisli
2009-09-27Changed terminology for poping a windowSarven Capadisli
2009-09-27Draw a line to indicate new (unread) notice in a timeline since windowSarven Capadisli
blur. Inspired by Pidgin's Markerline plugin.
2009-09-27Aligned notice_data-attach inputSarven Capadisli
2009-09-27Adjusted form_notice widthSarven Capadisli
2009-09-27Aligning notice_data-attach from topSarven Capadisli
2009-09-27Removing only notie_data-text label from viewSarven Capadisli
2009-09-27Increated content widthSarven Capadisli
2009-09-27Reduced form_notice margin bottomSarven Capadisli
2009-09-27Updated window resizeSarven Capadisli
2009-09-27Removed form_notice label and h1 from viewSarven Capadisli
2009-09-27Don't really need the header container. Adjusted some CSS insteadSarven Capadisli
2009-09-27jQuery.prepend takes a single paramSarven Capadisli
2009-09-26A different go at the realtime button location. Button is in aSarven Capadisli
prominent location.
2009-09-25Updated Piwik plugin documentation to new addPlugin() installaation methodCiaranG
2009-09-24Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php
2009-09-24implemented etag and last modifiedCraig Andrews
2009-09-24Fixed broken Piwik plugin - was not using the supplied site codeCiaranG