Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-04 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql | |||
2010-03-04 | Fix on sitenotice admin panel save | Brion Vibber | |
2010-03-04 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
Conflicts: lib/action.php lib/adminpanelaction.php | |||
2010-03-03 | Move snapshot configuration to its own admin panel | Zach Copley | |
Turn on with: $config['admin']['panels'][] = 'snapshot'; | |||
2010-03-03 | Fix notice warning in RSS friends timeline | Brion Vibber | |
2010-03-03 | Put all required field setup into AtomUserNoticeFeed and ↵ | Brion Vibber | |
AtomGroupNoticeFeed, consolidating some code. (RSS feeds pulling title, logo etc from the Atom data structure so we don't dupe it.) OStatus now calling the feed classes directly instead of faking a call into the API, should be less flakey. | |||
2010-03-03 | Initial user role controls on profile pages, for owner to add/remove ↵ | Brion Vibber | |
administrator and moderator options. Buttons need to be themed. | |||
2010-03-03 | Site-wide notice text admin panel | Zach Copley | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Fix to group join event position. | Sarven Capadisli | |
2010-03-03 | quick fix: skip notice from unused variable on group atom feed generation | Brion Vibber | |
2010-03-03 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-03-03 | Added event hooks for before and after user groups content | Sarven Capadisli | |
2010-03-03 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: Language setting fixes: | |||
2010-03-03 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: subscribers list wasn't firing correct events | |||
2010-03-03 | Language setting fixes: | Brion Vibber | |
- switch 'en_US' to 'en', fixes the "admin panel switches to Arabic" bug - tweak setting descriptions to clarify that most of the time we'll be using browser language - add a backend switch to disable language detection (should this be exposed to ui?) | |||
2010-03-03 | Fix syntax errors | Zach Copley | |
2010-03-03 | subscribers list wasn't firing correct events | Evan Prodromou | |
2010-03-03 | Added event hooks for group subscribe | Sarven Capadisli | |
2010-03-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-02 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-02 | Dropped deprecated timestamp-based 'since' parameter for all API methods. ↵ | Brion Vibber | |
When it sneaks in it can cause some very slow queries due to mismatches with the indexing. Twitter removed 'since' support some time ago, and we've already removed it from the public timeline, so it shouldn't be missed. | |||
2010-03-02 | Added event hook for before and after personal timeline content | Sarven Capadisli | |
2010-03-02 | Add translator documentation | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-02 | Document 404 "Page not found" server error for translators. | Siebrand Mazeland | |
2010-03-02 | Documented all but one UI string in actions/accessadminpanel.php to get a ↵ | Siebrand Mazeland | |
feel on what documenting them in code actually means. Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-02 | * Change translator documentation using _m() as designed together with Brion | Siebrand Mazeland | |
* Add more translator documentation Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-01 | OStatus: support @example.com/path/to/profile mentions as well as ↵ | Brion Vibber | |
@profile@example.com (latter requires webfinger, former doesn't) Plus misc warnings/notices cleanup in the submission path. | |||
2010-03-01 | remove strict check on OMB exception strings | Evan Prodromou | |
2010-03-01 | return correct HTTP status code for OMB errors | Evan Prodromou | |
2010-03-01 | send smaller error pages for OMB API endpoints | Evan Prodromou | |
2010-03-01 | Add contextual documentation to allow better localisation. | Siebrand Mazeland | |
2010-03-01 | Add content for all 3 Send buttons (2 are the same as far as I can tell) | Siebrand Mazeland | |
2010-03-01 | Add context for Send button on invite.php | Siebrand Mazeland | |
2010-02-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-26 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-26 | Updated ShowGroup to Resolve Aliases Again. | Christopher Vollick | |
The way we find groups changed with this new Local_group table. I had to update this too. | |||
2010-02-26 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-26 | Merge branch 'blacklistplus' into testing | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2010-02-26 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-26 | Fixed object name | Michele | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Remove unnecessary requires | Zach Copley | |
2010-02-25 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley | |
* 'testing' of gitorious.org:statusnet/mainline: init_conversation.php script to copy old notice conversations into the conversation table cache results of webfinger lookups Parse an hcard for hints, if available use new hcard method for webfinger add hkit for hCard parsing use new dedicated hcard method for Webfinger profile Add an hcard action | |||
2010-02-25 | Fix atom feed IDs in user and group atom feeds | Zach Copley | |
2010-02-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-25 | Add an hcard action | Evan Prodromou | |
A dedicated hcard action for users. Our profile page includes an hcard, but it's so full of other hcards that it's ambiguous which one is the "real" one. So, this one make sense for meaning, "This is my hcard." | |||
2010-02-25 | Fix bug on subscribe/unsubscribe in profile lists. Bogus call to nonexisting ↵ | Brion Vibber | |
profile->getProfile() was masked by DB_DataObject | |||
2010-02-25 | OStatus: fix remote groups to work with new user_groups/local_groups split. | Brion Vibber | |
- fix <activity:subject> generation so we get the profile info (what's available so far) - use id instead of nickname for group join/leave forms so we can join/leave remote groups while the rest of the groups UI remains limited to local groups (plugins are responsible for making sure remote notifications and permission checks are done) - fix remote notification when joining group through OStatus's remote subscribe form | |||
2010-02-25 | save mainpage element for groups | Evan Prodromou | |