Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | (Theoretically) allow users to change their passwords. | Craig Andrews | |
I cannot test this... but I hope it works :-) | |||
2009-11-17 | A little cleanup on console.php; save readline history more aggressively; ↵ | Brion Vibber | |
avoid some notice sloppiness) | |||
2009-11-17 | Renaming GeonamesPlugin::NAMESPACE to GeonamesPlugin::LOCATION_NS to avoid ↵ | Brion Vibber | |
parse errors; 'namespace' is a reserved keyword in PHP 5.3 and later. | |||
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-17 | Declare global usage in common.php so setup works right when called from ↵ | Brion Vibber | |
phpunit tests We end up running the tests through a function in PHPUnit, so we don't have automatic global scope at the top level of files all the time... | |||
2009-11-17 | bring the 08-to-09 SQL update script up-to-date | Evan Prodromou | |
2009-11-17 | Added form_data class | Sarven Capadisli | |
2009-11-17 | Update form_settings layout | Sarven Capadisli | |
2009-11-17 | Merge branch '0.9.x-mobile' into 0.9.x | Sarven Capadisli | |
2009-11-17 | Updated admin forms to use form_settings styles | Sarven Capadisli | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-17 | more snapshot stuff in siteadminpanel | Evan Prodromou | |
2009-11-17 | remove panels.txt, move to http://status.net/wiki/Settings_by_panel | Evan Prodromou | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-17 | Reformatted for 80 character width, and clarified the username/nickname ↵ | Craig Andrews | |
attribute difference | |||
2009-11-17 | Fix ticket 1816: Database errors recorded as "Array" | Brion Vibber | |
PEAR error backtrace lines are now correctly formatted as strings in debug log, roughly as debug_print_backtrace() does (but with argument values swapped out for types to avoid being overly verbose). Todo: exceptions and PEAR error objects should log backtraces the same way; right now it doesn't look like exceptions get backtraces logged. Todo: At one line per line, it's potentially tough to figure out what backtrace goes with what event if traffic is heavy; even if not heavy it's awkward to jump back into a log file after grepping to find the backtrace. Consider using a random per-event ID which can go in the log output -- bonus points for exposing the error ID to users so ops can track down actual error details in logs from a user report. | |||
2009-11-17 | Need to check the Profile rather than the User. | Zach Copley | |
2009-11-17 | Added li for entity_flag | Sarven Capadisli | |
2009-11-17 | add private flag back into site admin panel | Evan Prodromou | |
2009-11-17 | Merge branch '0.9.x' into adminpanel | Evan Prodromou | |
Conflicts: classes/User.php | |||
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/statusnet.ini | |||
2009-11-16 | Bug 1655/bug 1905: fix for Internet Explorer receiving FOAF output when ↵ | Brion Vibber | |
clicking user links. User links using the ID number (such as created for @-replies) have been failing on Internet Explorer, since IE doesn't bother to actually say it supports text/html... We usually get something like this from IE, up through at least IE 8: Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */* The */* ended up matching application/rdf+xml instead of text/html, so only other browsers which are more explicit would actually get sent on to the user profile/notice stream; IE visitors were directed on to the FOAF download. :( Swapping the order of items in the server-side of the negotiation list fixes this; clients actually asking for FOAF at a higher priority than HTML will still get it, but the wildcard */* now matches text/html which is usually what we want. Content negotiation for the user links was added August 2008 in commit 48fcfb8b0daeb272cb9d116af617daf15930d909. | |||
2009-11-16 | Cleanup for bug 1813: workaround sometimes-missing dl() in PHP 5.3 by ↵ | Brion Vibber | |
defining our own bogus function rather than attempting to patch upstream libs. This keeps our fix across upstream versions (or when loading upstream library from outside extlib) Note that fixes to OpenID libraries in commit fe9473ac7810d317e001a0fec19cbacaafc0c909 were lost in just such an update. | |||
2009-11-16 | Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf | Brion Vibber | |
Please test with error_reporting set to E_ALL! Classnames and function names aren't first-class objects in PHP and need to be referenced as strings here. :( | |||
2009-11-16 | Do proper translations for plurals | Craig Andrews | |
2009-11-16 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Craig Andrews | |
2009-11-16 | Allow plugin DB_DataObject classes to not have to use the .ini file by ↵ | Craig Andrews | |
overriding keys(), table(), and sequenceKey() for them | |||
2009-11-16 | Consistant error for groups that dont exist in API | Eric Helgeson | |
2009-11-16 | +x deleteuser.php | Eric Helgeson | |
2009-11-16 | Localisation updates from !translatewiki !StatusNet | Siebrand Mazeland | |
2009-11-16 | disallow email on faves from sandboxed users | Evan Prodromou | |
2009-11-16 | prevent email notification on replies by sandboxed users | Evan Prodromou | |
2009-11-16 | block subscribes by silenced users | Evan Prodromou | |
2009-11-16 | silently skip email for subs from sandboxed user | Evan Prodromou | |
2009-11-16 | silenced users can't send direct messages | Evan Prodromou | |
2009-11-16 | more rights denied to silenced and sandboxed | Evan Prodromou | |
2009-11-16 | don't allow sandboxed users to post public notices | Evan Prodromou | |
2009-11-16 | Move rights check to profile and add right for new notices | Evan Prodromou | |
Added a right for new notices, realized that the hasRight() method should be on the profile, and moved it. Makes this a less atomic commit but that's the way it goes sometimes. | |||
2009-11-16 | try to return to the correct page from FlagProfileForm | Evan Prodromou | |
2009-11-16 | make profile flag actions work like other profile actions | Evan Prodromou | |
2009-11-16 | use return-to method for adminprofileflag | Evan Prodromou | |
2009-11-16 | use return-to method for UserProfile widget | Evan Prodromou | |
2009-11-16 | getting arguments for return-to processing | Evan Prodromou | |
2009-11-16 | Refactored Recaptcha plugin to use addPlugin() | Eric Helgeson | |
Also nicer log messages | |||
2009-11-16 | start showing actions for flagged profiles | Evan Prodromou | |
2009-11-16 | Added a "groups" command | Craig Andrews | |
2009-11-16 | getGroups was not handling the case where limit=null correctly | Craig Andrews | |
2009-11-16 | Changed to StatusNet consistent terminology | Craig Andrews | |
2009-11-16 | Bump to version 1.0.0 | Craig Andrews | |