Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | Fix typo in doc/badge (bug 1958) | Brion Vibber | |
2009-11-08 | Updated documentation of UserProfile widget events | Shashi | |
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 | |
2009-11-07 | ->action -> ->out in UserProfile | Evan Prodromou | |
2009-11-07 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-11-07 | fix userprofile widget so it correctly provides an action | Evan Prodromou | |
2009-11-07 | Simply flag a profile for review | Evan 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-07 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-11-07 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: lib/common.php | |||
2009-11-07 | Merge branch 'testing' into 0.8.x | Evan Prodromou | |
2009-11-07 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-07 | don't distribute group notices to inboxes for users who've blocked the author | Evan Prodromou | |
2009-11-06 | Better workaround for PHP returning empty $_POST and $_FILES when | Zach 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-06 | Do not export codes twice | Siebrand Mazeland | |
2009-11-06 | Localisation updates from translatewiki.net (2009-11-06) | Siebrand Mazeland | |
* fixes incorrect formatting in previous l10n update | |||
2009-11-06 | More bug fixes. | Siebrand Mazeland | |
2009-11-06 | Fix a few bugs I added in previous revision | Siebrand Mazeland | |
2009-11-06 | * add language code conversion for translatewiki.net where needed | Siebrand Mazeland | |
* skip update of code 'en' (as English is the source language) | |||
2009-11-06 | typo :P | Brion Vibber | |
2009-11-06 | console.php: fix up the help and include a handy cut-n-paste'able example | Brion Vibber | |
2009-11-06 | console.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-06 | Added missing closing span tag | Sarven Capadisli | |
2009-11-06 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-06 | Fixed some group list styles | Sarven Capadisli | |
2009-11-06 | Localisation updates from translatewiki.net (2009-11-06) | Siebrand Mazeland | |
2009-11-06 | typo :P | Brion Vibber | |
2009-11-06 | Removed dl "stuff" | Sarven Capadisli | |
2009-11-06 | console.php: fix up the help and include a handy cut-n-paste'able example | Brion Vibber | |
2009-11-06 | console.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-06 | Updated styles for profile list fn and nickname | Sarven Capadisli | |
2009-11-06 | Check if it is empty instead of '' | Sarven Capadisli | |
2009-11-06 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-06 | Updated styles for profile list re: commit | Sarven Capadisli | |
3c4ac05cde5a97594d3b0fa7e3f5dbbaf45e4c64 | |||
2009-11-06 | kill tabs | Brion Vibber | |
2009-11-06 | Add Icelandic to the language support list so the localization can actually ↵ | Brion Vibber | |
be used :) | |||
2009-11-06 | Removed .uid from group profiles in a list | Sarven Capadisli | |
2009-11-06 | Using proper characters for quotes for bookmarklet | Sarven Capadisli | |
2009-11-05 | Fixed autocomplete returning bogus results | Craig Andrews | |
2009-11-05 | Add ChangePassword event | Craig Andrews | |
2009-11-05 | update version number0.8.2 | Evan Prodromou | |
2009-11-05 | Store the canonical forms of the email address and nickname | Craig Andrews | |
2009-11-05 | Added an AutoRegister event | Craig Andrews | |
LDAP plugin can do autoregistration | |||
2009-11-05 | Re added NICKNAME_FMT constant to router.php. | Eric Helgeson | |
Usefull for non-OMB (behind the firewall) users to allow different nicknames. | |||
2009-11-05 | Made the ldap plugin work, and add a readme | Craig Andrews | |
2009-11-05 | Merge commit 'refs/merge-requests/2006' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration |