Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-16 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Craig Andrews | |
2009-11-16 | Allow plugin DB_DataObject classes to not have to use the .ini file by ↵ | Craig Andrews | |
overriding keys(), table(), and sequenceKey() for them | |||
2009-11-16 | Consistant error for groups that dont exist in API | Eric Helgeson | |
2009-11-16 | +x deleteuser.php | Eric Helgeson | |
2009-11-16 | Localisation updates from !translatewiki !StatusNet | Siebrand Mazeland | |
2009-11-16 | Refactored Recaptcha plugin to use addPlugin() | Eric Helgeson | |
Also nicer log messages | |||
2009-11-16 | Added a "groups" command | Craig Andrews | |
2009-11-16 | getGroups was not handling the case where limit=null correctly | Craig Andrews | |
2009-11-16 | Changed to StatusNet consistent terminology | Craig Andrews | |
2009-11-16 | Bump to version 1.0.0 | Craig Andrews | |
2009-11-16 | Add "followers" and "following" commands | Craig Andrews | |
2009-11-16 | getSubscribers and getSubscriptions were not handling the case where ↵ | Craig Andrews | |
limit=null correctly | |||
2009-11-15 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-14 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-14 | Localisation updates from translatewiki.net | Siebrand Mazeland | |
2009-11-14 | Fix regression from 9f372da3da4bd445175eda9155fa7fdd13d3c85e: typo in ↵ | Brion Vibber | |
refactoring caused fatal error on unrecognized message source | |||
2009-11-14 | Revert "Ask users if they wish to send statistics to SNI, default is off." | Evan Prodromou | |
This reverts commit 7efea1115f45b8880fe3161cc32b09510ddd2264. Conflicts: install.php | |||
2009-11-14 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-14 | Removed list style from .xoxo | Sarven Capadisli | |
2009-11-14 | don't offer install.php on check-fancy requests | brenda | |
this time, E_STRICT compliant | |||
2009-11-14 | postgresl update script now working in postgres | brenda | |
2009-11-13 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2009-11-13 | Fix regression in OpenID autosubmit page. | Brion Vibber | |
Since core JS loads were moved to the bottom, the JavaScript was being run before jQuery was loaded, so the onload event never got set. Moved it down to the scripts section. | |||
2009-11-13 | Fix to work with csarven's changes to util.js | Craig Andrews | |
2009-11-13 | Resetup the ajaxification for replies and favors after inf. scrolling | Craig Andrews | |
Made the selector much more specific, so it only works on pages that have notices | |||
2009-11-13 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-13 | Separated NoticeFavor and calling it from FormNoticeXHR success | Sarven Capadisli | |
2009-11-13 | Localisation updates from translatewiki.net (2009-11-13) | Siebrand Mazeland | |
2009-11-13 | Rearranged selectors for processing style | Sarven Capadisli | |
2009-11-13 | Refactor User_username object creation to reuse code | Craig Andrews | |
2009-11-13 | autoregister returns the new user on success (not just true) | Craig Andrews | |
2009-11-13 | Added .processing styles for pagination | Sarven Capadisli | |
2009-11-13 | Moved class="pagination" to child element and removed element | Sarven Capadisli | |
2009-11-13 | Added hAtom for profile and group lists | Sarven Capadisli | |
2009-11-13 | Fix typo (!. -> !) | Siebrand Mazeland | |
2009-11-12 | blasted, that should not be there | Craig Andrews | |
2009-11-12 | Added a User_username table that links the external username with a ↵ | Craig Andrews | |
StatusNet user_id Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static | |||
2009-11-12 | Also delete the OpenID provider data when a user is deleted | Craig Andrews | |
2009-11-12 | Localisation updates from translatewiki.net (2009-11-12) | Siebrand Mazeland | |
2009-11-12 | A further change to the XRDS is required if 0.9.x is to be able to remote ↵ | Ciaran Gultnieks | |
sub to a 0.8.x account, with the OpenID plugin enabled. | |||
2009-11-12 | Fix index on notice for efficient querying of notice(s) by order for a profile. | Brion Vibber | |
Should resolve performance problem with Profile::getCurrentNotice() | |||
2009-11-12 | Fix for bug 1974: drop unnecessary define_syslog_variables() call from ↵ | Brion Vibber | |
common.php The call was moved to this spot in commit 3ea1119e500c23ee918569e2a58cc5abaa1d8a5a (previously init'd later in another func) but doesn't seem to be needed anyway. None of our code uses the variables that this function defines, just the constants -- which are already predefined without the call. The function is deprecated in PHP 5.3 and gone in 6, so we may as well toss it now. | |||
2009-11-12 | Some more XRDS fixes. With this and the previous commit, remote subs seem to ↵ | Ciaran Gultnieks | |
work. Otherwise they don't. | |||
2009-11-12 | Wrong XRDS service type for OMB was being supplied. Wrong since commit ↵ | Ciaran Gultnieks | |
54696f7c I think | |||
2009-11-12 | Badly formatted message in en_GB translation resulted in '%s and friends' ↵ | Ciaran Gultnieks | |
being displayed | |||
2009-11-12 | Minor typo correction in log message. Seems trivial, unless you are trying ↵ | Ciaran Gultnieks | |
to search the log for it. | |||
2009-11-11 | Forgot closing tag... | Eric Helgeson | |
2009-11-11 | Ask users if they wish to send statistics to SNI, default is off. | Eric Helgeson | |
Users may not know about this setting and are unaware they are sending stats. This allows them to make that decision. | |||
2009-11-11 | Add the [noticeid] to the end of text only jabber messages | Craig Andrews | |
2009-11-11 | Remove alt text on avatar url (so pidgin doesn't show it) | Craig Andrews | |
surround notice_id with [], looks nicer |