Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-04 | Added a CheckPassword event | Craig Andrews | |
2009-11-04 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-11-04 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-11-04 | Added script documentation | Sarven Capadisli | |
2009-11-04 | Script no longer neeed | Sarven Capadisli | |
2009-11-04 | Sync RealtimePlugin with 0.9.x | Sarven Capadisli | |
2009-11-04 | Sync Realtime JavaScript with 0.9.x | Sarven Capadisli | |
2009-11-03 | Bug 1817: undefined property in registration form | Brion Vibber | |
http://status.net/trac/ticket/1817 | |||
2009-11-03 | Added a Bitly URL Shortener. Unfortunately, it doesn't work, as bit.ly ↵ | Craig Andrews | |
requires credentials to shorten URLs now, and we presently have no way to provide them. | |||
2009-11-03 | Update translations from TranslateWiki | Brion Vibber | |
scripts/update_translations.php now pulls updated files from TranslateWiki and merges them to an updated master. Note that the .po files exported from TranslateWiki do lose some of the old manual comments for now. | |||
2009-11-03 | Don't try to pull up designs for non-existent users | Zach Copley | |
2009-11-03 | Fix reference to sources class variable | Zach Copley | |
2009-11-02 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/User.php | |||
2009-11-02 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: README | |||
2009-11-02 | Merge branch 'testing' into 0.8.x | Evan Prodromou | |
2009-11-02 | notes about registeruser and makegroupadmin scripts | Evan Prodromou | |
2009-11-02 | script to make someone a group admin | Evan Prodromou | |
2009-11-02 | correct name in registeruser | Evan Prodromou | |
2009-11-02 | script to register a user | Evan Prodromou | |
2009-11-02 | script to make someone a group admin | Evan Prodromou | |
2009-11-02 | correct name in registeruser | Evan Prodromou | |
2009-11-02 | script to register a user | Evan Prodromou | |
2009-11-02 | allowed_nickname blocks top level url router names | Craig Andrews | |
2009-11-02 | Update Russian localization from apaskal's branch | Brion Vibber | |
Updated from version in merge request 1762 - http://www.gitorious.org/statusnet/mainline/merge_requests/1762 | |||
2009-11-02 | Update master .po template & merge updates to all localizations | Brion Vibber | |
2009-11-02 | Merge commit 'refs/merge-requests/1900' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2009-11-02 | allow <> to surround the url (like () or []) | Craig Andrews | |
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-02 | Binding keyup/keydown only once for .form_notice | Sarven Capadisli | |
2009-11-02 | fix the [] unit tests | Craig Andrews | |
2009-11-02 | do not allow " in URLs - they are not legal URL characters | Craig Andrews | |
2009-11-02 | do not allow [ and ] - they are not legal URL characters | Craig Andrews | |
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-02 | Make sure to call FormNoticeEnhancements with a new copy of the form | Sarven Capadisli | |
object | |||
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet. | |||
2009-11-02 | Detect "no file" upload error and, for now at least, ignore it gracefully. | Brion Vibber | |
This was triggering on non-AJAX form submissions for new notices, preventing them from being posted when they contained no attachments. | |||
2009-11-02 | Ran through JSLint | Sarven Capadisli | |
2009-11-02 | Fixed object string name and order for submitonreturn actions | Sarven Capadisli | |
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-02 | Fixed object string name | Sarven Capadisli | |
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-02 | remove <dl> stuff from profile list | Evan Prodromou | |
2009-11-02 | Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵ | Brion Vibber | |
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f. | |||
2009-11-02 | Typo: z-index should be 2 instead of 1 | Sarven Capadisli | |
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-02 | Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵ | Brion Vibber | |
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet. | |||
2009-11-02 | Make unit tests work again by forcing a 'global' on $_have_a_config... | Brion Vibber | |
Fix a typo in the error message when no config file found. | |||
2009-11-02 | Minor | Sarven Capadisli | |
2009-11-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |