summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-11-14Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-13Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2009-11-13Fix 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-13Fix to work with csarven's changes to util.jsCraig Andrews
2009-11-13Resetup the ajaxification for replies and favors after inf. scrollingCraig Andrews
Made the selector much more specific, so it only works on pages that have notices
2009-11-13Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-13Refactor User_username object creation to reuse codeCraig Andrews
2009-11-13autoregister returns the new user on success (not just true)Craig Andrews
2009-11-13Moved class="pagination" to child element and removed elementSarven Capadisli
2009-11-12Added 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-12Also delete the OpenID provider data when a user is deletedCraig Andrews
2009-11-11Don't use common_config anymoreCraig Andrews
2009-11-11Correct stupid spelling errorsCraig Andrews
2009-11-11Redid 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-11Rename the plugins, as I'm separating out Authn, Authz, and user information ↵Craig Andrews
into separate plugins
2009-11-11Added XHR for form_entity_flagSarven Capadisli
2009-11-11Added margin-top for showstream page (space between entity_actions andSarven Capadisli
notice_primary)
2009-11-11Set window resize before openning it upSarven Capadisli
2009-11-11Calling selector onceSarven Capadisli
2009-11-11Using mark-top stylesSarven Capadisli
2009-11-11Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-10Added a events for the settings menu itemsCraig Andrews
2009-11-10Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-10initial support for geourl.orgEvan Prodromou
2009-11-10Bringing 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-10Changed to Evan's event style and added an AuthPlugin superclassCraig Andrews
2009-11-10Merge remote branch 'statusnet/0.9.x' into 0.9.xBrion Vibber
2009-11-09Add a new event: CanUserChangeFieldCraig Andrews
2009-11-09Revert "Remove more contractions"Brion Vibber
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday...
2009-11-09shorten flag notification and include a classEvan Prodromou
2009-11-09Added flag icon for UserFlag pluginSarven Capadisli
2009-11-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-08Updated Realtime plugin to use the util's NoticeReply objectSarven Capadisli
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Remove more contractionsSiebrand Mazeland
* doesn't * won't * isn't * don't
2009-11-08Revert "* [Cc]an't -> [Cc]annot"Brion Vibber
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545.
2009-11-08* [Cc]an't -> [Cc]annotSiebrand Mazeland
* [Cc]ould't -> [Cc]ould not
2009-11-08Fixed Flagged for review viewSarven Capadisli
2009-11-08Fixed alignment for entity action anchors and responsesSarven 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-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-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-05Fixed autocomplete returning bogus resultsCraig Andrews
2009-11-05Add ChangePassword eventCraig Andrews
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