Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-10 | add geo output to statuses in json, xml, atom, rss in API | Evan Prodromou | |
2009-11-10 | Localisation updates from translatewiki.net | Siebrand Mazeland | |
* adding Arabic localisation | |||
2009-11-10 | change credential check to work more like other events | Evan Prodromou | |
2009-11-10 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: lib/util.php | |||
2009-11-10 | fixup output of object attributes in db error code | Evan Prodromou | |
2009-11-10 | Revert untested code; spews PHP notice warnings on every page view: "just ↵ | Brion Vibber | |
sent a http 200 for the check-fancy from install.php" Notice: Undefined index: p in /Library/WebServer/Documents/mublog/lib/common.php on line 41 This reverts commit 223fee2ad1430e827830265c9fe97f4d025bb060. | |||
2009-11-10 | Merge remote branch 'statusnet/0.9.x' into 0.9.x | Brion Vibber | |
2009-11-10 | Added hook for the Group navigation items | Sarven Capadisli | |
2009-11-10 | just sent a http 200 for the check-fancy from install.php | Brenda Wallace | |
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-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-08 | add a method to Theme class to list available themes | Evan Prodromou | |
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 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-08 | Revert "* check usage of 'people' in UI and change it to 'users' or ↵ | Brion Vibber | |
something else in most places" This reverts commit 81b4a381d9ddc71ed8a53c074ea10910882d3156. IMO "user" is a bit impersonal and we shouldn't go changing the tone of the UI willy-nilly when we're updating localisations. | |||
2009-11-08 | add utilities for calculating local and installation theme root dirs | Evan Prodromou | |
2009-11-08 | Harmonise UI message "No such user." | Siebrand Mazeland | |
2009-11-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-08 | Restructure theme.php to define a class Theme | Evan Prodromou | |
For various reasons, it's nicer to have a class for theme-file paths and such. So, I've rewritten the code for determining the locations of theme files to be more OOPy. I changed all the uses of the two functions in the module (theme_file and theme_path) to use Theme::file and Theme::path respectively. I've also removed the code in common.php that require's the module; using a class means we can autoload it instead. | |||
2009-11-08 | !. => ! | Siebrand Mazeland | |
2009-11-08 | * check usage of 'people' in UI and change it to 'users' or something else ↵ | Siebrand Mazeland | |
in most places * change some contractions to full text in UI messages | |||
2009-11-07 | fix constant for deleteothersnotice | Evan Prodromou | |
2009-11-07 | uppercase right constants | Evan Prodromou | |
2009-11-07 | add a method to Action to check session token | Evan Prodromou | |
2009-11-07 | ->action -> ->out in UserProfile | Evan Prodromou | |
2009-11-07 | fix userprofile widget so it correctly provides an action | 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 | Added missing closing span tag | Sarven Capadisli | |
2009-11-06 | Fixed some group list styles | Sarven Capadisli | |
2009-11-06 | Removed dl "stuff" | 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-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 | Merge commit 'refs/merge-requests/2006' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2009-11-05 | Error page fix: use class static accessor correctly, suppress notices if we ↵ | Brion Vibber | |
don't have the error code listed | |||
2009-11-04 | Remove debugging statements | Zach Copley | |
2009-11-04 | Fix for Ticket #1957 - API methods are not accessible when site is private ↵ | Zach Copley | |
(0.8->0.9 regression) |