summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
2009-11-06console.php: fix up the help and include a handy cut-n-paste'able exampleBrion Vibber
2009-11-06console.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-06Added missing closing span tagSarven Capadisli
2009-11-06Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-06Fixed some group list stylesSarven Capadisli
2009-11-06Localisation updates from translatewiki.net (2009-11-06)Siebrand Mazeland
2009-11-06typo :PBrion Vibber
2009-11-06Removed dl "stuff"Sarven Capadisli
2009-11-06console.php: fix up the help and include a handy cut-n-paste'able exampleBrion Vibber
2009-11-06console.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-06Updated styles for profile list fn and nicknameSarven Capadisli
2009-11-06Check if it is empty instead of ''Sarven Capadisli
2009-11-06Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-06Updated styles for profile list re: commitSarven Capadisli
3c4ac05cde5a97594d3b0fa7e3f5dbbaf45e4c64
2009-11-06kill tabsBrion Vibber
2009-11-06Add Icelandic to the language support list so the localization can actually ↵Brion Vibber
be used :)
2009-11-06Removed .uid from group profiles in a listSarven Capadisli
2009-11-06Using proper characters for quotes for bookmarkletSarven Capadisli
2009-11-05Fixed autocomplete returning bogus resultsCraig Andrews
2009-11-05Add ChangePassword eventCraig Andrews
2009-11-05update version number0.8.2Evan Prodromou
2009-11-05Store the canonical forms of the email address and nicknameCraig Andrews
2009-11-05Added an AutoRegister eventCraig Andrews
LDAP plugin can do autoregistration
2009-11-05Re added NICKNAME_FMT constant to router.php.Eric Helgeson
Usefull for non-OMB (behind the firewall) users to allow different nicknames.
2009-11-05Made the ldap plugin work, and add a readmeCraig Andrews