summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-10initial support for geourl.orgEvan Prodromou
2009-11-10Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-10add geo output to statuses in json, xml, atom, rss in APIEvan Prodromou
2009-11-10Localisation updates from translatewiki.net (2009-11-10)Siebrand Mazeland
2009-11-10Localisation updates from translatewiki.netSiebrand Mazeland
* adding Arabic localisation
2009-11-10Update potSiebrand Mazeland
2009-11-10add lat and long parameters to api/statuses/updateEvan Prodromou
2009-11-10change credential check to work more like other eventsEvan Prodromou
2009-11-10Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
Conflicts: lib/util.php
2009-11-10fixup output of object attributes in db error codeEvan Prodromou
2009-11-10Performance fix for subscription/subscriber lists based on feedback from ops.Brion Vibber
Extended subscription table indexes for subscriber and subscribed to include the created field, which is used to sort for display. This lets us skip a filesort and do the join much more efficiently. Alter table from 08to09.sql needs to be run manually (though no ill effects if you forget other than not getting the perf improvement).
2009-11-10Adjusting indexes to make favorites query more efficient, based on feedback ↵Brion Vibber
from ops. fave_user_id_idx index changed from (user_id) to (user_id,modified), so the timestamp ordering can be done straight from the index while we're looking up the user's notices. Added to 08to09.sql and 08to09_pg.sql; may need to be run manually by folks doing development. (No harm if you don't update it, the favorites tab/rss feed will just stay inefficent.)
2009-11-10Revert 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-10Merge remote branch 'statusnet/0.9.x' into 0.9.xBrion Vibber
2009-11-10Added hook for the Group navigation itemsSarven Capadisli
2009-11-10Updated block @title text (shouldn't say from group)Sarven Capadisli
2009-11-10Updated group block markupSarven Capadisli
2009-11-10just sent a http 200 for the check-fancy from install.phpBrenda Wallace
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-09Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-09Added flag icon for UserFlag pluginSarven Capadisli
2009-11-09Fixed notice option alignment in IESarven Capadisli
2009-11-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-08add a method to Theme class to list available themesEvan Prodromou
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-09Localisation updates from translatewiki.net (2009-11-08)Siebrand Mazeland
2009-11-08Update pot againSiebrand Mazeland
2009-11-08Rebuild pot file *without* --join-existing to get rid of the cruft. Not sure ↵Siebrand Mazeland
why "--join-existing" must be in. Only thing I can think of is manual additions, which I could not find.
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Revert "More precise field label"Brion Vibber
This reverts commit 6483fbd8fa4c7bc8da83a9a2e334db9d9a19a77b. "SMS address" header here makes no sense; it would be inconsistent with the other tabs and headings on the same and related pages, and would look very awkward with another giant "SMS" right above it
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-08Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2009-11-08Revert "More specifics on 'address'"Brion Vibber
This reverts commit 1872d07602f50b4991d0da26aca3a5d775338e47. "instant messages address" is very awkward phrasing; prefer not to be changing UI in such ways while updating localisations.
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08* [Cc]an't -> [Cc]annotSiebrand Mazeland
* [Cc]ould't -> [Cc]ould not
2009-11-08Revert "* 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-08add utilities for calculating local and installation theme root dirsEvan Prodromou
2009-11-08Harmonise UI message "No such user."Siebrand Mazeland
2009-11-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-08Restructure theme.php to define a class ThemeEvan 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-08Remove unused messageSiebrand Mazeland
2009-11-08Several updates to UI messagesSiebrand Mazeland
2009-11-08Remove unused messageSiebrand Mazeland
2009-11-08!. => !Siebrand Mazeland
2009-11-08More specifics on 'address'Siebrand Mazeland