Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-08 | Revert "* [Cc]an't -> [Cc]annot" | Brion Vibber | |
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545. | |||
2009-11-08 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2009-11-08 | Revert "More specifics on 'address'" | Brion Vibber | |
This reverts commit 1872d07602f50b4991d0da26aca3a5d775338e47. "instant messages address" is very awkward phrasing; prefer not to be changing UI in such ways while updating localisations. | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-08 | Revert "* check usage of 'people' in UI and change it to 'users' or ↵ | Brion Vibber | |
something else in most places" This reverts commit 81b4a381d9ddc71ed8a53c074ea10910882d3156. IMO "user" is a bit impersonal and we shouldn't go changing the tone of the UI willy-nilly when we're updating localisations. | |||
2009-11-08 | Harmonise UI message "No such user." | Siebrand Mazeland | |
2009-11-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-08 | Restructure theme.php to define a class Theme | Evan Prodromou | |
For various reasons, it's nicer to have a class for theme-file paths and such. So, I've rewritten the code for determining the locations of theme files to be more OOPy. I changed all the uses of the two functions in the module (theme_file and theme_path) to use Theme::file and Theme::path respectively. I've also removed the code in common.php that require's the module; using a class means we can autoload it instead. | |||
2009-11-08 | Remove unused message | Siebrand Mazeland | |
2009-11-08 | Several updates to UI messages | Siebrand Mazeland | |
2009-11-08 | Remove unused message | Siebrand Mazeland | |
2009-11-08 | !. => ! | Siebrand Mazeland | |
2009-11-08 | More specifics on 'address' | Siebrand Mazeland | |
2009-11-08 | More precise field label | Siebrand Mazeland | |
2009-11-08 | Remove unused message from pot | Siebrand Mazeland | |
2009-11-08 | * check usage of 'people' in UI and change it to 'users' or something else ↵ | Siebrand Mazeland | |
in most places * change some contractions to full text in UI messages | |||
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-07 | script for granting/revoking user roles | Evan Prodromou | |
2009-11-07 | fix constant for deleteothersnotice | Evan Prodromou | |
2009-11-08 | Updated documentation of UserProfile widget events | Shashi | |
2009-11-07 | use upper-case constants for roles and rights in hasRight() | Evan Prodromou | |
2009-11-07 | add constants for user roles | Evan Prodromou | |
2009-11-07 | uppercase right constants | Evan Prodromou | |
2009-11-07 | add a method to Action to check session token | Evan Prodromou | |
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 | |