summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-08Remove more contractionsSiebrand Mazeland
* doesn't * won't * isn't * don't
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08* [Cc]an't -> [Cc]annotSiebrand Mazeland
* [Cc]ould't -> [Cc]ould not
2009-11-08Harmonise UI message "No such user."Siebrand Mazeland
2009-11-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-08Restructure theme.php to define a class ThemeEvan 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-08Remove unused messageSiebrand Mazeland
2009-11-08Several updates to UI messagesSiebrand Mazeland
2009-11-08Remove unused messageSiebrand Mazeland
2009-11-08!. => !Siebrand Mazeland
2009-11-08More specifics on 'address'Siebrand Mazeland
2009-11-08More precise field labelSiebrand Mazeland
2009-11-08Remove unused message from potSiebrand 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-08Minor alignmentSarven Capadisli
2009-11-08Fixed Flagged for review viewSarven Capadisli
2009-11-08Fixed subscribe button stylesSarven Capadisli
2009-11-08Changed icons file to gif because of colour correction. Reduced fileSarven Capadisli
size also
2009-11-08Removed entity_actions response style (i.e., doesn't look like a button)Sarven Capadisli
2009-11-08Fixed alignment for entity action anchors and responsesSarven Capadisli
2009-11-08Fixed alignment for new entity_action buttonsSarven Capadisli
2009-11-08Removed some unnecessary stylesSarven Capadisli
2009-11-08Using fixed width for entity_actionsSarven Capadisli
2009-11-08Updated nudge stylesSarven Capadisli
2009-11-08Updated subscribe/unsubscribe button stylesSarven Capadisli
2009-11-08Updated pagination styles and removed notice option input roundnessSarven Capadisli
2009-11-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-08Updated the styles for action iconsSarven Capadisli
2009-11-08Updated entity actions, notice options button stylesSarven Capadisli
2009-11-08Fix bug 1962: deleteuser.php regression when OpenID plugin not enabledBrion 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-08Localisation updates from translatewiki.netSiebrand 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-08Fix typo in doc/badge (bug 1958)Brion Vibber
2009-11-07script for granting/revoking user rolesEvan Prodromou
2009-11-07fix constant for deleteothersnoticeEvan Prodromou
2009-11-08Updated documentation of UserProfile widget eventsShashi
2009-11-07use upper-case constants for roles and rights in hasRight()Evan Prodromou
2009-11-07add constants for user rolesEvan Prodromou
2009-11-07uppercase right constantsEvan Prodromou
2009-11-07add a method to Action to check session tokenEvan Prodromou
2009-11-08Localisation updates from translatewiki.net (2009-11-07)Siebrand Mazeland
2009-11-07fixup key definition for User_flag_profileEvan Prodromou
2009-11-07fixup database interface and correct the flagged noticeEvan Prodromou
2009-11-07make sure FlagprofileAction without Profile_flagEvan Prodromou
2009-11-07make sure UserFlagPlugin works without Profile_flagEvan Prodromou
2009-11-07Merge branch '0.9.x' into userflagEvan Prodromou
2009-11-07->action -> ->out in UserProfileEvan Prodromou
2009-11-07Merge branch '0.9.x' into userflagEvan Prodromou
2009-11-07fix userprofile widget so it correctly provides an actionEvan Prodromou
2009-11-07Simply flag a profile for reviewEvan 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-07Merge branch '0.9.x' into userflagEvan Prodromou