Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-11 | Using mark-top styles | Sarven Capadisli | |
2009-11-10 | Added a events for the settings menu items | Craig Andrews | |
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 | |
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 | 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-05 | Fixed autocomplete returning bogus results | Craig Andrews | |
2009-11-05 | Add ChangePassword event | Craig Andrews | |
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 | Made the ldap plugin work, and add a readme | Craig Andrews | |
2009-11-04 | Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin | Craig Andrews | |
2009-11-04 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-11-04 | Added script documentation | Sarven Capadisli | |
2009-11-04 | Script no longer neeed | Sarven Capadisli | |
2009-11-04 | Sync RealtimePlugin with 0.9.x | Sarven Capadisli | |
2009-11-04 | Sync Realtime JavaScript with 0.9.x | Sarven Capadisli | |
2009-11-03 | Added a Bitly URL Shortener. Unfortunately, it doesn't work, as bit.ly ↵ | Craig Andrews | |
requires credentials to shorten URLs now, and we presently have no way to provide them. | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet. | |||
2009-11-02 | Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵ | Brion Vibber | |
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f. | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet. | |||
2009-11-01 | insert profile flags more or less correctly | Evan Prodromou | |
2009-11-01 | move action files to the right place | Evan Prodromou | |
2009-11-01 | show profile flag form when showing profile list or profile page | Evan Prodromou | |
2009-11-01 | profile flag form | Evan Prodromou | |
2009-11-01 | add data definitions to user flag classes | Evan Prodromou | |
2009-11-01 | update autogenerated data objects to match our classes | Evan Prodromou | |
2009-11-01 | remove exe flags on UserFlag data objects | Evan Prodromou | |
2009-11-01 | autogenerated files for UserFlag data objects | Evan Prodromou | |
2009-11-01 | make sure tables are created correctly | Evan Prodromou | |
2009-11-01 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-10-30 | Added simple registration (sreg) support to the OpenID provider | Craig Andrews | |