summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-09Revert "Remove more contractions"Brion Vibber
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday...
2009-11-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-08Updated Realtime plugin to use the util's NoticeReply objectSarven Capadisli
2009-11-09Localisation updates from translatewiki.net (2009-11-08)Siebrand Mazeland
2009-11-08Update pot againSiebrand Mazeland
2009-11-08Rebuild pot file *without* --join-existing to get rid of the cruft. Not sure ↵Siebrand Mazeland
why "--join-existing" must be in. Only thing I can think of is manual additions, which I could not find.
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Revert "More precise field label"Brion Vibber
This reverts commit 6483fbd8fa4c7bc8da83a9a2e334db9d9a19a77b. "SMS address" header here makes no sense; it would be inconsistent with the other tabs and headings on the same and related pages, and would look very awkward with another giant "SMS" right above it
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Remove more contractionsSiebrand Mazeland
* doesn't * won't * isn't * don't
2009-11-08Revert "* [Cc]an't -> [Cc]annot"Brion Vibber
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545.
2009-11-08Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2009-11-08Revert "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-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-08Revert "* 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-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-08entity_action responses look more inactive nowSarven Capadisli
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