Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | 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-14 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-13 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2009-11-13 | Fix regression in OpenID autosubmit page. | Brion Vibber | |
Since core JS loads were moved to the bottom, the JavaScript was being run before jQuery was loaded, so the onload event never got set. Moved it down to the scripts section. | |||
2009-11-13 | Fix to work with csarven's changes to util.js | Craig Andrews | |
2009-11-13 | Resetup the ajaxification for replies and favors after inf. scrolling | Craig Andrews | |
Made the selector much more specific, so it only works on pages that have notices | |||
2009-11-13 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-13 | Refactor User_username object creation to reuse code | Craig Andrews | |
2009-11-13 | autoregister returns the new user on success (not just true) | Craig Andrews | |
2009-11-13 | Moved class="pagination" to child element and removed element | Sarven Capadisli | |
2009-11-12 | Added a User_username table that links the external username with a ↵ | Craig Andrews | |
StatusNet user_id Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static | |||
2009-11-12 | Also delete the OpenID provider data when a user is deleted | Craig Andrews | |
2009-11-11 | Don't use common_config anymore | Craig Andrews | |
2009-11-11 | Correct stupid spelling errors | Craig Andrews | |
2009-11-11 | Redid how URL shorteners work. This way is much more like how Evan wants ↵ | Craig Andrews | |
events to work (and more like how the rest of SN works). | |||
2009-11-11 | Rename the plugins, as I'm separating out Authn, Authz, and user information ↵ | Craig Andrews | |
into separate plugins | |||
2009-11-11 | Added XHR for form_entity_flag | Sarven Capadisli | |
2009-11-11 | Added margin-top for showstream page (space between entity_actions and | Sarven Capadisli | |
notice_primary) | |||
2009-11-11 | Set window resize before openning it up | Sarven Capadisli | |
2009-11-11 | Calling selector once | Sarven Capadisli | |
2009-11-11 | Using mark-top styles | Sarven Capadisli | |
2009-11-11 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-10 | Added a events for the settings menu items | Craig Andrews | |
2009-11-10 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-10 | initial support for geourl.org | Evan Prodromou | |
2009-11-10 | Bringing Sphinx search support up to code: broken out to a plugin, now ↵ | Brion Vibber | |
supports multiple sites on a single server. Upgrade notes: * Index names have changed from hardcoded 'Identica_people' and 'Identica_notices' to use the database name and actual table names. Must reindex. New events: * GetSearchEngine to override default search engine class selection from plugins New scripts: * gen_config.php generates a sphinx.conf from database configuration (with theoretical support for status_network table, but it doesn't seem to be cleanly queriable right now without knowing the db setup info for that. Needs generalized support.) * Replaced old sphinx-indexer.sh and sphinx-cron.sh with index_update.php Other fixes: * sphinx.conf.sample better matches our live config, skipping unused stopword list and using a more realistic indexer memory limit Further notes: * Probably doesn't work right with PostgreSQL yet; Sphinx can pull from PG but the extraction queries currently look like they use some MySQL-specific functions. | |||
2009-11-10 | Changed to Evan's event style and added an AuthPlugin superclass | Craig Andrews | |
2009-11-10 | Merge remote branch 'statusnet/0.9.x' into 0.9.x | Brion Vibber | |
2009-11-09 | Add a new event: CanUserChangeField | Craig Andrews | |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-09 | shorten flag notification and include a class | Evan Prodromou | |
2009-11-09 | Added flag icon for UserFlag plugin | Sarven Capadisli | |
2009-11-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-08 | Updated Realtime plugin to use the util's NoticeReply object | Sarven Capadisli | |
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-08 | Revert "* [Cc]an't -> [Cc]annot" | Brion Vibber | |
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545. | |||
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-08 | Fixed Flagged for review view | Sarven Capadisli | |
2009-11-08 | Fixed alignment for entity action anchors and responses | Sarven Capadisli | |
2009-11-08 | Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled | Brion 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-07 | fixup key definition for User_flag_profile | Evan Prodromou | |