Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-15 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-15 | Consolidate and patch up redirection to remote notices. | Brion Vibber | |
Now using the correct order consistently (URL, then URI if http/s), and as a niceness measure skipping the redirect if the only URL we have stored is the local one. (Could happen if remote OStatus feed has tag URIs and no alt link.) | |||
2010-03-13 | Assigned an identifier for the representative user and group profile | Sarven Capadisli | |
2010-03-13 | Ticket 2239: white space before apostrophe in metadata of status of notice | Brion Vibber | |
2010-03-12 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
2010-03-12 | Add Atom self link to tag timeline | Zach Copley | |
2010-03-12 | Add Atom self link to favorites timeline | Zach Copley | |
2010-03-12 | - Output correct content header for Atom output in mentions timeline | Zach Copley | |
- Add self link | |||
2010-03-12 | Output Atom self link in home timeline | Zach Copley | |
2010-03-12 | Calculate Atom self link for friends timeline | Zach Copley | |
2010-03-11 | Fixes for password recovery; lookups for unconfirmed addresses were failing ↵ | Brion Vibber | |
or inconsistent (using staticGet with unindexed fields, which would not get decached correctly and could get confused if multiple pending confirmations of different types are around). Also uses updated email functions to include extra headers and ensure the proper address is used. | |||
2010-03-12 | - Output correct content type header for public timeline Atom feed | Zach Copley | |
- Also calculate Atom link and self links properly | |||
2010-03-12 | More generalized method for calculating Atom rel="self" links | Zach Copley | |
2010-03-11 | Add self link to user and group rss2 feeds | Zach Copley | |
2010-03-11 | foaf:holdsAccount is deprecated in favour of foaf:account. See | Sarven Capadisli | |
http://lists.foaf-project.org/pipermail/foaf-dev/2009-December/009903.html for the news. Patch by Toby Inkster <mail@tobyinkster.co.uk>. | |||
2010-03-10 | Allow site-specific doc files | Zach Copley | |
2010-03-10 | Allow site-specific doc files | Zach Copley | |
2010-03-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-09 | API config return textlimit value | Michele | |
2010-03-08 | an otp is a real login | Evan Prodromou | |
2010-03-05 | No need to pass in $this->limit and $this-tag | Zach Copley | |
2010-03-05 | No need to pass in $this->limit and $this-tag | Zach Copley | |
2010-03-05 | Fix undefined variable error and some other cleanup | Zach Copley | |
2010-03-05 | UserRSS Didn't Use the Tag Propery. | Christopher Vollick | |
This meant that server.com/user/tag/TAG/rss just returned all user data. That was incorrect. | |||
2010-03-05 | Fix undefined variable error and some other cleanup | Zach Copley | |
2010-03-05 | UserRSS Didn't Use the Tag Propery. | Christopher Vollick | |
This meant that server.com/user/tag/TAG/rss just returned all user data. That was incorrect. | |||
2010-03-05 | Fix for blank RSS1 tag feeds | Zach Copley | |
2010-03-05 | Fix for blank RSS1 tag feeds | Zach Copley | |
2010-03-04 | Fix a few typos | Rasmus Lerdorf | |
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 | |