summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-08Harmonise UI message "No such user."Siebrand Mazeland
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-08Updated documentation of UserProfile widget eventsShashi
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
2009-11-07Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: lib/common.php
2009-11-07Merge branch 'testing' into 0.8.xEvan Prodromou
2009-11-07Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-07don't distribute group notices to inboxes for users who've blocked the authorEvan Prodromou
2009-11-06Better workaround for PHP returning empty $_POST and $_FILES whenZach 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-06Do not export codes twiceSiebrand Mazeland
2009-11-06Localisation updates from translatewiki.net (2009-11-06)Siebrand Mazeland
* fixes incorrect formatting in previous l10n update
2009-11-06More bug fixes.Siebrand Mazeland
2009-11-06Fix a few bugs I added in previous revisionSiebrand Mazeland
2009-11-06* add language code conversion for translatewiki.net where neededSiebrand Mazeland
* skip update of code 'en' (as English is the source language)
2009-11-06typo :PBrion Vibber