Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-21 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-21 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-20 | Added block link to subscription notification emails; block action can now ↵ | Brion Vibber | |
take a profile ID on the URL; added profile details to block page so there's an indication of who you're blocking before you pull the trigger. Fixed typo in RedirectingAction when no return-to data provided in form submission. RedirectingAction::returnToArgs() has been renamed to returnToPrevious() to avoid conflict with Action::returnToArgs() which returns arguments to be passed to other actions as return-to arguments. All callers should now be updated. More profile settings actions will now redirect through a login form if visited as a GET request, as would be expected from a bookmark, link sent in e-mail etc. | |||
2010-05-19 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidlogin.php | |||
2010-05-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-18 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-18 | HTML entity encode source link URLs in plain XML output and add ↵ | Zach Copley | |
rel="nofollow" to them | |||
2010-05-18 | Refactor and centralize notice source link calculation | Zach Copley | |
2010-05-18 | Redirect non-SSL hits to login & register actions to SSL if 'always' or ↵ | Brion Vibber | |
'sometimes' SSL modes are kicked in. The forms would already submit to SSL, but people are happier if they start on a secure page! Note: this really should be done for sensitive/all URLs in index.php, but it seems a bit awkward to reconstruct the SSL version of the link atm. Cleanup todo! | |||
2010-05-18 | invalid mbox_sha1sum in the case where users don't have an email address | James Walker | |
(reported by pedantic-web.org) | |||
2010-05-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-13 | More direct text for registration licensing/tos checkbox for private and ↵ | Brion Vibber | |
all-rights-reserved sites. | |||
2010-05-08 | Fix for repeats from the API having null source attribution | Zach Copley | |
2010-05-07 | Fix for repeats from the API having null source attribution | Zach Copley | |
2010-05-06 | Remove errant double HTML entity encoding in API source attribution | Zach Copley | |
2010-05-06 | HTML entity encode source link URLs in plain XML output and add ↵ | Zach Copley | |
rel="nofollow" to them | |||
2010-05-06 | Refactor and centralize notice source link calculation | Zach Copley | |
2010-05-05 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: locale/ca/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po locale/statusnet.pot | |||
2010-05-05 | Implement since_id and max_id param handling for /api/favorites | Zach Copley | |
2010-04-22 | Add docs for public_timeline | Zach Copley | |
2010-04-22 | Some initial Doxygen-based documentation for the API | Zach Copley | |
2010-04-19 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-19 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-19 | Fix ticket #2289: registration links were showing in top nav bar, login page ↵ | Brion Vibber | |
message when site set to invite-only or closed registration, when the 'register' action can't be used. | |||
2010-04-11 | Add translator documentation. | Siebrand Mazeland | |
Fixed a few inconsistencies in the process. Confused about the e-mail related messages in the code. | |||
2010-04-11 | Fix a typo and small error in translator documentation | Siebrand Mazeland | |
2010-04-11 | Add translator documentation. | Siebrand Mazeland | |
Fixed a few inconsistencies in the process. Apparently this code has been copied to imsettings.php, and some cases of 'email' had not been changed to 'IM'. Added FIXME for using globals/macros (?) in messages like "%%site.name%%". For easier/more consistent translation, this should preferably be plain %s parameters. | |||
2010-04-11 | Add translator documentation for uses of 'Yes' and 'No' in the interface. | Siebrand Mazeland | |
2010-04-10 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: actions/confirmaddress.php | |||
2010-04-11 | Lower case "Web" | Siebrand Mazeland | |
2010-04-10 | Document messages for which clarification was requested. | Siebrand Mazeland | |
2010-04-10 | Fix double space in message | Siebrand Mazeland | |
2010-04-09 | Fix inconsistencies in clientError() messages | Siebrand Mazeland | |
* use correct punctuation * single quotes when replace was possible * wording updated when needed | |||
2010-04-10 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2010-04-10 | Fix inconsistencies in clientError() messages | Siebrand Mazeland | |
* use correct punctuation * single quotes when replace was possible * wording updated when needed | |||
2010-04-09 | Update message formatting for serverError to use a starting capital and a ↵ | Siebrand Mazeland | |
leading period. | |||
2010-04-09 | Clean up badly formatted strings in OembedAction | Brion Vibber | |
2010-04-09 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-09 | Fix E_NOTICE and use of limit on userrss | Brion Vibber | |
2010-04-10 | Update message formatting for serverError to use a starting capital and a ↵ | Siebrand Mazeland | |
leading period. | |||
2010-04-09 | Ticket #946: annotate use of singular 'them' in invite mail messages to aid ↵ | Brion Vibber | |
translators | |||
2010-04-09 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-09 | fix attributes on homepage output | Evan Prodromou | |
2010-04-09 | i18n cleanup: fix bad string breakdown in license agreement checkbox on ↵ | Brion Vibber | |
registration form. Note that much of that form is duplicated several times for Twitter, Facebook, and OpenID registrations -- these need to be refactored to avoid having multiple out-of-sync copies of code and messages. | |||
2010-04-09 | i18n cleanup: fix bad string breakdown in license agreement checkbox on ↵ | Brion Vibber | |
registration form. Note that much of that form is duplicated several times for Twitter, Facebook, and OpenID registrations -- these need to be refactored to avoid having multiple out-of-sync copies of code and messages. | |||
2010-04-09 | Clean up badly formatted strings in OembedAction | Brion Vibber | |
2010-04-09 | Cleanup bad i18n format for page title on bookmarklet posting window | Brion Vibber | |
2010-04-09 | Cleanup bad i18n format for page title on bookmarklet posting window | Brion Vibber | |
2010-04-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-09 | Avoid E_NOTICE spew when listing group members who aren't admins | Brion Vibber | |