summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-10-15Updated commentsSarven Capadisli
2009-10-14Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobileSarven Capadisli
2009-10-14Moved to location of the FBConnect JavaScript to the end of </body>.Sarven Capadisli
2009-10-13Updated Profile view. Works better in Opera Mini, WebkitsSarven Capadisli
2009-10-13Styles for entity actionsSarven Capadisli
2009-10-13Added styles for the Profile pageSarven Capadisli
2009-10-13Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobileSarven 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-12Added missing $thisSarven Capadisli
2009-10-12Only output attachment if the mobile device is interestedSarven Capadisli
2009-10-12Ran phpcs and fixed a few errors and warningsSarven Capadisli
2009-10-12Added function to set a list of features the mobile device supportsSarven Capadisli
and output accordingly e.g., if device is not known to have an open file system or unable to make use of input type="file" don't output that feature
2009-10-12Fixed typo, added ipodSarven Capadisli
2009-10-12Init mp-handheld stylesheet. For now, it is reusing mp-screen. FutureSarven Capadisli
updates will handle media queries
2009-10-12Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobileSarven Capadisli
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-09Reduced whitespaceSarven Capadisli
2009-10-09Updated header UISarven Capadisli
2009-10-09Removed the Help item from global primary navigation in the headerSarven Capadisli
since it is also used in the footer area. Frees up 'precious'space.
2009-10-09Updated mobilelogo extensionSarven Capadisli
2009-10-09Fixed notice-optionsSarven Capadisli
2009-10-09Some UI adjustments for form noticeSarven Capadisli
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-06Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobileSarven Capadisli
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-05Init styles for form_noticeSarven Capadisli
2009-10-05No longer need to styleSarven Capadisli
2009-10-05Init showNoticeFormDataSarven Capadisli
2009-10-05Init mobile profile screen stylesheet. It reuses base and identicaSarven Capadisli
themes. The handheld stylesheet could import this stylesheet as well.
2009-10-05Minor correctionSarven Capadisli
2009-10-04Init showPrimaryNavSarven Capadisli
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.