Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-03 | Updated comment about browser sniffing | Sarven Capadisli | |
2009-10-03 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile | Sarven Capadisli | |
2009-10-03 | more doxygen | Brenda Wallace | |
2009-10-03 | added doxygen | Brenda Wallace | |
2009-10-03 | indent fix | Brenda Wallace | |
2009-10-02 | make lib/schema.php phpcs-clean | Evan Prodromou | |
2009-10-02 | Better logic to determine what to do with the visitor. Whether to | Sarven Capadisli | |
serve them the Mobile Profile or not, and possibly redirect. | |||
2009-10-02 | Don't need text/xml until further evidence | Sarven Capadisli | |
2009-10-02 | Init for WAP 2.0 and XHTML Mobile Profile support. WAP20Plugin is a | Sarven Capadisli | |
superclass for various WAP 2.0 document types. MobileProfilePlugin extends WAP20Plugin and it is intended for serving XHTML Mobile Profile 1.0. Feature support for document types like WML 2.0 or WAP Push should be created as seperate plugins and quite possibly extend WAP20Plugin. | |||
2009-10-01 | change DB so OpenIDPlugin manages OpenID tables | Evan Prodromou | |
2009-10-01 | Some bug fixes | Evan Prodromou | |
The $tomod variable wasn't set, and the ColumnDef constructor didn't work without any args. These are fixed. | |||
2009-10-01 | check the schema | Evan Prodromou | |
2009-10-01 | add some more methods to Schema | Evan Prodromou | |
2009-10-01 | Merge branch '0.9.x' into schema | Evan Prodromou | |
2009-10-01 | Added hook for Aside container | Sarven Capadisli | |
2009-10-01 | Revert "Outputting UTF-8 charset in document header irrespective of mimetype." | Sarven Capadisli | |
This reverts commit 353f58c23149159306131b0819de713da6b69464. Even though outputting UTF-8 by default at all times is a good thing, it shouldn't be forced in startHTML(). | |||
2009-09-30 | FOAF for Groups. | Toby Inkster | |
2009-09-30 | Timeout a little incase the notice item from XHR response is | Sarven Capadisli | |
not appended to the page. | |||
2009-09-30 | Relocated the button for pop up window for notice stream | Sarven Capadisli | |
2009-09-30 | Script no longer needed for Realtime plugin | Sarven Capadisli | |
2009-09-30 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-09-30 | Better check to see if the XML prolog should be outputted for XML | Sarven Capadisli | |
documents i.e., if best mimetype is */*xml, then use the XML prolog. | |||
2009-09-30 | Outputting UTF-8 charset in document header irrespective of mimetype. | Sarven Capadisli | |
2009-09-30 | Switched Doctype to XHTML 1.0 Strict (which best reflects the current | Sarven Capadisli | |
grammar in use) | |||
2009-09-29 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/twitapistatuses.php | |||
2009-09-29 | Twitter API returns server errors in preferred format | Evan Prodromou | |
2009-09-29 | move HTTP error code strings to class variables | Evan Prodromou | |
2009-09-29 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-29 | remove string-checks from code using Notice::saveNew() | Evan Prodromou | |
2009-09-29 | change string return from Notice::saveNew to exceptions | Evan Prodromou | |
2009-09-29 | stop overwriting created timestamp on group edit | Evan Prodromou | |
2009-09-28 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-09-27 | Forgot to add home_timeline to the list of methods that only require | Zach Copley | |
bareauth. | |||
2009-09-27 | Forgot to add home_timeline to the list of methods that only require | Zach Copley | |
bareauth. | |||
2009-09-27 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-27 | moderator can delete another user's notice | Evan Prodromou | |
2009-09-27 | show delete button when user has deleteOthersNotice right | Evan Prodromou | |
2009-09-27 | let hooks override standard user rights | Evan Prodromou | |
2009-09-27 | user rights | Evan Prodromou | |
2009-09-27 | Merge DeleteAction class into DeletenoticeAction | Evan Prodromou | |
The DeleteAction class checked for notice information, and only had one subclass: DeletenoticeAction. I couldn't figure out any other class that would subclass it, so I combined the two into a single class. | |||
2009-09-27 | Fix some bugs in the URL linkification, and fixed the unit test. | Craig Andrews | |
2009-09-27 | Merge commit 'refs/merge-requests/1633' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.9.x | |||
2009-09-27 | Fix URL linkification test cases for addition of 'title' attribution with ↵ | Brion Vibber | |
long URL in f3c8fccc After removing 103 false positives, this leaves 4 actually broken tests, showing two failure modes for mail links: * 'mail without mailto' formatting shortcut in common_linkify didn't get the 'title' attribute added with the other URLs * links including mailto: protocol are being incorrectly expanded to http: protocol in the long URL | |||
2009-09-27 | Changed terminology for poping a window | Sarven Capadisli | |
2009-09-27 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-27 | Draw a line to indicate new (unread) notice in a timeline since window | Sarven Capadisli | |
blur. Inspired by Pidgin's Markerline plugin. | |||
2009-09-27 | Aligned notice_data-attach input | Sarven Capadisli | |
2009-09-27 | Adjusted form_notice width | Sarven Capadisli | |
2009-09-27 | Aligning notice_data-attach from top | Sarven Capadisli | |
2009-09-27 | Removing only notie_data-text label from view | Sarven Capadisli | |