Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-06 | Fixed some group list styles | Sarven Capadisli | |
2009-11-06 | Removed dl "stuff" | Sarven Capadisli | |
2009-11-06 | Check if it is empty instead of '' | Sarven Capadisli | |
2009-11-06 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-06 | Updated styles for profile list re: commit | Sarven Capadisli | |
3c4ac05cde5a97594d3b0fa7e3f5dbbaf45e4c64 | |||
2009-11-06 | kill tabs | Brion Vibber | |
2009-11-06 | Add Icelandic to the language support list so the localization can actually ↵ | Brion Vibber | |
be used :) | |||
2009-11-06 | Removed .uid from group profiles in a list | Sarven Capadisli | |
2009-11-05 | Added an AutoRegister event | Craig Andrews | |
LDAP plugin can do autoregistration | |||
2009-11-05 | Re added NICKNAME_FMT constant to router.php. | Eric Helgeson | |
Usefull for non-OMB (behind the firewall) users to allow different nicknames. | |||
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 | Fix for Ticket #1957 - API methods are not accessible when site is private ↵ | Zach Copley | |
(0.8->0.9 regression) | |||
2009-11-04 | Implement update avatar via API (/api/account/update_profile_image.format) | Zach Copley | |
2009-11-04 | Added a CheckPassword event | Craig Andrews | |
2009-11-04 | Widgetized user profile rendering. | Shashi | |
2009-11-03 | Don't try to pull up designs for non-existent users | 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 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 | 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 | 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 | 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 | 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-01 | Remove stale references to old apiaction parameter | Zach Copley | |
2009-10-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-10-31 | revert revert on getfile | Evan Prodromou | |
2009-10-31 | merge from testing | Evan Prodromou | |
2009-10-31 | Revert "Added getfile action" | Evan Prodromou | |
This reverts commit f58daa873befbaee5a998e69622c046c8a978dee. | |||
2009-10-31 | update version to rc2 | Evan Prodromou | |
2009-10-31 | Using 'form_notice' class instead of 'form' to group both forms | Sarven Capadisli | |
2009-10-31 | Merge branch '0.8.x' into testing | Evan Prodromou | |
2009-10-30 | Merge commit 'mainline/0.9.x' into 0.9.x | Brenda Wallace | |
2009-10-30 | give some suggestions back to the user when no config file found, and a link ↵ | Brenda Wallace | |
to the installer | |||
2009-10-30 | Revert "give some suggestions back to the user when no config file found, ↵ | Brenda Wallace | |
and a link to the installer" This reverts commit 7f5fbee2e36889fae1d1c5043d76625e197e39ea. | |||
2009-10-30 | Merge commit 'mainline/0.9.x' into 0.9.x | Brenda Wallace | |
2009-10-29 | whitespace adjustments for doxygen | Craig Andrews | |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) | |||
2009-10-30 | give some suggestions back to the user when no config file found, and a link ↵ | Brenda Wallace | |
to the installer | |||
2009-10-29 | show notice location in notice list | Evan Prodromou | |
2009-10-29 | fix caching in location.php | Evan Prodromou | |
2009-10-29 | a location method for getting an URL | Evan Prodromou | |
2009-10-29 | Updated bookmarklet. Created its own action | Sarven Capadisli | |