summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-10-18Added an update counter in the document title. When window is in blur,Sarven Capadisli
it will update the document title when new notices are received. The counter will reset when window is blurred (after a focus) again.
2009-10-14Moved to location of the FBConnect JavaScript to the end of </body>.Sarven Capadisli
2009-10-12Added a new plugin that requires a user to have a validated email address ↵Craig Andrews
before being allowed to post notices
2009-10-12Moved group create API into its own actionZach Copley
Merge branch '0.9.x' into refactor-api * 0.9.x: Implemented create group api fix FBConnect so it doesn't muffle EndPrimaryNav don't write session if it's unchanged Fixed facebook connect primary nav to hide search option when site is private and user is not logged in Fixed facebook connect primary nav to obey sms/twitter/openid settings Fixed facebook connect login nav to obey openid settings Fixed facebook connect nav to obey sms/twitter disabled Fixed twitter defaulting to disabled Revert "Open tags should have closing tags" Don't show search suggestions for private sites Fixed E_NOTICE when returnto isn't set Fixed E_NOTICE when the "lite" parameter isn't included in the request Fixed E_NOTICE - GroupList expects an owner object in the constructor, not an array of search terms Returning false seems to fix IE from reclaiming window focus. I think Aligning notice attach label from right instead of left Fixed IE background image alignment for attach, favour and disfavour Fixed nudge and direct message background image alignment Using 'CSS sprites' for common icons for the identica theme. Default Open tags should have closing tags Conflicts: actions/twitapigroups.php actions/twitapistatuses.php
2009-10-11Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews
Conflicts: lib/common.php
2009-10-11Merge commit 'refs/merge-requests/1738' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.8.x
2009-10-09CamelCase all function names in the API codeZach Copley
2009-10-09Missed some of the references to the old TwitterApiAction - removedZach Copley
2009-10-09Delete action/api.php and rename lib/twitterapi.php to lib/api.phpZach Copley
2009-10-09fix FBConnect so it doesn't muffle EndPrimaryNavEvan Prodromou
2009-10-09Fixed facebook connect primary nav to hide search option when site is ↵Jeffery To
private and user is not logged in
2009-10-09Fixed facebook connect primary nav to obey sms/twitter/openid settingsJeffery To
2009-10-09Fixed facebook connect login nav to obey openid settingsJeffery To
2009-10-09Fixed facebook connect nav to obey sms/twitter disabledJeffery To
2009-10-06Returning false seems to fix IE from reclaiming window focus. I thinkSarven Capadisli
'WTF' best describes this behaviour. Further investigation required.
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-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
2009-09-23some UI fixesEvan Prodromou
2009-09-23Using timeline string instead of title for WindowName because IE doesn'tSarven Capadisli
like names with whitespace.
2009-09-23Added JavaScript to initialize the poped WindowSarven Capadisli
2009-09-23Some layout and rendering adjustment for Realtime pluginSarven Capadisli