Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | Minor alignment | Sarven Capadisli | |
2009-11-08 | Fixed Flagged for review view | Sarven Capadisli | |
2009-11-08 | Fixed subscribe button styles | Sarven Capadisli | |
2009-11-08 | Changed icons file to gif because of colour correction. Reduced file | Sarven Capadisli | |
size also | |||
2009-11-08 | Removed entity_actions response style (i.e., doesn't look like a button) | Sarven Capadisli | |
2009-11-08 | Fixed alignment for entity action anchors and responses | Sarven Capadisli | |
2009-11-08 | Fixed alignment for new entity_action buttons | Sarven Capadisli | |
2009-11-08 | Removed some unnecessary styles | Sarven Capadisli | |
2009-11-08 | Using fixed width for entity_actions | Sarven Capadisli | |
2009-11-08 | Updated nudge styles | Sarven Capadisli | |
2009-11-08 | Updated subscribe/unsubscribe button styles | Sarven Capadisli | |
2009-11-08 | Updated pagination styles and removed notice option input roundness | Sarven Capadisli | |
2009-11-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-08 | Updated the styles for action icons | Sarven Capadisli | |
2009-11-08 | Updated entity actions, notice options button styles | Sarven Capadisli | |
2009-11-08 | Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled | Brion Vibber | |
The User_openid data object was explicitly listed as a related field to delete from in User::delete(); this class doesn't exist anymore by default since OpenID was broken out to a plugin. Added UserDeleteRelated event for plugins to add related tables to delete from at user delete time. | |||
2009-11-08 | Localisation updates from translatewiki.net | Siebrand Mazeland | |
* found some duplication in the large "Commands:" messages. Manually removed from the pot file, and then updated. Have to ask someone if I can just rebuild the complete pot from scratch, or if --join-existing is always needed (and if so, why). File appears to contain at least some dirt. | |||
2009-11-08 | Fix typo in doc/badge (bug 1958) | Brion Vibber | |
2009-11-08 | Updated documentation of UserProfile widget events | Shashi | |
2009-11-08 | Localisation updates from translatewiki.net (2009-11-07) | Siebrand Mazeland | |
2009-11-07 | fixup key definition for User_flag_profile | Evan Prodromou | |
2009-11-07 | fixup database interface and correct the flagged notice | Evan Prodromou | |
2009-11-07 | make sure FlagprofileAction without Profile_flag | Evan Prodromou | |
2009-11-07 | make sure UserFlagPlugin works without Profile_flag | Evan Prodromou | |
2009-11-07 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-11-07 | ->action -> ->out in UserProfile | Evan Prodromou | |
2009-11-07 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-11-07 | fix userprofile widget so it correctly provides an action | Evan Prodromou | |
2009-11-07 | Simply flag a profile for review | Evan Prodromou | |
Instead of trying to have lots of different flags on different objects, cut to the core of this functionality: flag a profile for moderator review. | |||
2009-11-07 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-11-07 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: lib/common.php | |||
2009-11-07 | Merge branch 'testing' into 0.8.x | Evan Prodromou | |
2009-11-07 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-07 | don't distribute group notices to inboxes for users who've blocked the author | Evan Prodromou | |
2009-11-06 | Better workaround for PHP returning empty $_POST and $_FILES when | Zach Copley | |
POST length > post_max_size in php.ini. I also added this check to avatar upload, which was failing with huge files. | |||
2009-11-06 | Do not export codes twice | Siebrand Mazeland | |
2009-11-06 | Localisation updates from translatewiki.net (2009-11-06) | Siebrand Mazeland | |
* fixes incorrect formatting in previous l10n update | |||
2009-11-06 | More bug fixes. | Siebrand Mazeland | |
2009-11-06 | Fix a few bugs I added in previous revision | Siebrand Mazeland | |
2009-11-06 | * add language code conversion for translatewiki.net where needed | Siebrand Mazeland | |
* skip update of code 'en' (as English is the source language) | |||
2009-11-06 | typo :P | Brion Vibber | |
2009-11-06 | console.php: fix up the help and include a handy cut-n-paste'able example | Brion Vibber | |
2009-11-06 | console.php terminal script provides interactive PHP console in StatusNet ↵ | Brion Vibber | |
environment, handy for testing! Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case. Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line. | |||
2009-11-06 | Added missing closing span tag | Sarven Capadisli | |
2009-11-06 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-06 | Fixed some group list styles | Sarven Capadisli | |
2009-11-06 | Localisation updates from translatewiki.net (2009-11-06) | Siebrand Mazeland | |
2009-11-06 | typo :P | Brion Vibber | |
2009-11-06 | Removed dl "stuff" | Sarven Capadisli | |
2009-11-06 | console.php: fix up the help and include a handy cut-n-paste'able example | Brion Vibber | |