Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2010-02-25 | modify group actions so they use Local_group to look up by nickname | Evan Prodromou | |
2010-02-24 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-23 | Drop user-only requirement for subscribe action | Evan Prodromou | |
I removed the check for local users in the subscribe button. I replaced it with a more specific check for OMB 0.1 remote profiles, which you can't use with this action. I also took the opportunity to split the handle() method into prepare() and handle(), and added PHPCS clean documentation. | |||
2010-02-23 | OStatus group delivery initial implementation. | Brion Vibber | |
- added rel="ostatus:attention" links for group delivery - added events for plugins to override group profile/permalink pages - pulled Notice::saveGroups up to save-time so we can override; it's relatively cheap and gives us a clean list of target groups for distrib time even with customized delivery. - fixed notice::getGroups to return group objects as expected - added some doc on new parameters to Notice::saveNew - 'groups' list of group IDs to push to in place of parsing - messages that come in via PuSH and contain local group targets are delivered to local group members - messages that come in via PuSH and contain remote group targets are delivered to local members of the remote group Todo: - handle group posts that only come through Salmon - handle conflicts in case something comes in both through Salmon and PuSH - better source verification - need a cleaner interface to look up groups by URI - need a way to handle remote groups with conflicting names | |||
2010-02-22 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-02-22 | Merge branch 'master' into testing | Evan Prodromou | |
2010-02-22 | clear the site owner when profile changes | Evan Prodromou | |
2010-02-22 | Added before and after event hooks for subscriptions content | Sarven Capadisli | |
2010-02-21 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-21 | Performance fix for FriendFeed sup interface: MySQL query optimizer was ↵ | Brion Vibber | |
doing a table scan on notice; explicit subquery makes it run much more efficiently, only scanning items within the period under consideration. Standard subquery should be PostgreSQL-compatible. | |||
2010-02-21 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-21 | Fix for doc action on systems that return false for globbing in a ↵ | Brion Vibber | |
non-existing dir | |||
2010-02-20 | make sure argument to Fave::addNew() is a profile | Evan Prodromou | |
2010-02-20 | Change to use TagURI::base() instead of common_config() | Evan Prodromou | |
I changed the way that tag: URIs are minted, so we now use the right base. Ideally most of these would use HTTP URIs instead, but for now at least they use the right base. | |||
2010-02-19 | replace calls to subs_(un)subscribe_user with Subscription methods | Evan Prodromou | |
2010-02-17 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-16 | OStatus: temporary output mode hack for apitimelineuser until PuSH feed ↵ | Brion Vibber | |
generation is updated to use the shared code instead of output buffering | |||
2010-02-16 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: lib/iomaster.php | |||
2010-02-12 | Add OStatus PuSH hub and Salmon links back into user and group feeds | Zach Copley | |
2010-02-12 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-12 | Initial upgraded Atom output for group timelines | Zach Copley | |
2010-02-12 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-11 | Make Atom timelines in the API use Atom10feed | Zach Copley | |
2010-02-11 | Some upgrades to Atom output for OStatus | Zach Copley | |
2010-02-11 | Utility classes for atom feeds | Zach Copley | |
2010-02-10 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-09 | OStatus partial support for group subscriptions: | Brion Vibber | |
* detection of group feeds is currently a nasty hack based on presence of '/groups/' in URL -- should use some property on the feed? * listing for the remote group is kinda cruddy; needs to be named more cleanly * still need to establish per-author profiles (easier once we have the updated Atom code in) * group delivery probably not right yet * saving of group messages still triggering some weird behavior Added support for since_id and max_id on group timeline feeds as a free extra. Enjoy! |