Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-05 | Merge commit 'refs/merge-requests/2006' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2009-11-05 | Error page fix: use class static accessor correctly, suppress notices if we ↵ | Brion Vibber | |
don't have the error code listed | |||
2009-11-04 | Remove debugging statements | Zach Copley | |
2009-11-04 | Merge branch 'fix-private-auth' into 0.9.x | Zach Copley | |
* fix-private-auth: Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression) Allow all API calls, even if the site is configured as private. The | |||
2009-11-04 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
* '0.9.x' of gitorious.org:statusnet/mainline: Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited. | |||
2009-11-04 | Fix for Ticket #1957 - API methods are not accessible when site is private ↵ | Zach Copley | |
(0.8->0.9 regression) | |||
2009-11-05 | Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited. | Zach Copley | |
2009-11-04 | Allow all API calls, even if the site is configured as private. The | Zach Copley | |
API Actions will decide whether something requires auth or a redirect. | |||
2009-11-04 | Remove ugly debugging statements | Zach Copley | |
2009-11-04 | Implement update avatar via API (/api/account/update_profile_image.format) | Zach Copley | |
2009-11-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-04 | Updated identica badge - contributed by Will Daniels | Sarven Capadisli | |
http://identi.ca/wdaniels | |||
2009-11-04 | Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin | Craig Andrews | |
2009-11-04 | Added a CheckPassword event | Craig Andrews | |
2009-11-04 | Widgetized user profile rendering. | Shashi | |
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. |