Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-04 | Fixed redirect. Added common_path for mobileserver | Sarven Capadisli | |
2009-10-04 | Don't redirect if mobile server is same as site server | Sarven Capadisli | |
2009-10-04 | Merge branch '0.9.x-mobile' of ↵ | Sarven Capadisli | |
git@gitorious.org:~csarven/statusnet/csarven-clone into 0.9.x-mobile | |||
2009-10-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile | Sarven Capadisli | |
2009-10-04 | remove spurious readme from Orbited | Evan Prodromou | |
2009-10-04 | Merge branch 'orbited' into 0.9.x | Evan Prodromou | |
2009-10-04 | need to show scripts at end of body in RealtimePlugin | Evan Prodromou | |
2009-10-04 | Some changes required from Orbited debugging | Evan Prodromou | |
2009-10-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x-mobile | Sarven Capadisli | |
2009-10-04 | Update OrbitedPlugin to work with RealtimePlugin framework | Evan Prodromou | |
2009-10-04 | updated OrbitedPlugin to use RealtimePlugin | Evan Prodromou | |
2009-10-04 | remove unused files for OrbitedPlugin | Evan Prodromou | |
2009-10-04 | rename plugin | Evan Prodromou | |
2009-10-04 | copy Comet plugin to Orbited | Evan Prodromou | |
2009-10-04 | move scripts to just before </body>, add event for scripts that need to be ↵ | Evan Prodromou | |
in <head> | |||
2009-10-04 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Profile.php | |||
2009-10-03 | reformat Notice.php | Evan Prodromou | |
2009-10-04 | added all them doxygens | Brenda Wallace | |
2009-10-03 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-10-03 | Using CDATA for autofocus script | Sarven Capadisli | |
2009-10-03 | Don't show .aside | Sarven Capadisli | |
2009-10-03 | Merge branch '0.9.x-mobile' of ↵ | Sarven Capadisli | |
git@gitorious.org:~csarven/statusnet/csarven-clone into 0.9.x-mobile | |||
2009-10-03 | Minor correction to public variable name | Sarven Capadisli | |
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 | 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 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Evan Prodromou | |
2009-10-02 | better handling of y response in deleteuser.php | Evan Prodromou | |
2009-10-02 | script to permanently delete a user | Evan Prodromou | |
2009-10-02 | copy-and-paste typo in profile deletion | Evan Prodromou | |
2009-10-02 | also delete blocks | Evan Prodromou | |
2009-10-02 | Merge branch '0.8.x' into deleteuser | Evan Prodromou | |
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-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
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-10-01 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
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. |