Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-17 | json_encode strings put out as javascript | Craig Andrews | |
2010-04-15 | Allow cross-site ajax with CORS. | Craig Andrews | |
Only allows un-credentialed (as in, no cookies or basic auth), no custom headers, and get (no post, put, delete, etc) requests. | |||
2010-04-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-11 | Number parameters | Siebrand Mazeland | |
2010-04-11 | Add translator documentation and number parameters if multiple are used in a ↵ | Siebrand Mazeland | |
message. | |||
2010-04-11 | Add translator documentation and FIXMEs that plural support should be added ↵ | Siebrand Mazeland | |
for some messages. | |||
2010-04-10 | Fix syntax errors that snuck in while documenting translations | Brion Vibber | |
2010-04-10 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: actions/confirmaddress.php | |||
2010-04-10 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-10 | Add translator documentation. | Siebrand Mazeland | |
2010-04-10 | Add translator documentation | Siebrand Mazeland | |
* approved message had not been i18n-ed * also had to i18n 'read-only' and 'read-write' | |||
2010-04-10 | i18n for low level logging is not needed. | Siebrand Mazeland | |
2010-04-10 | Add translator documentation for a few files | Siebrand Mazeland | |
* added a few XXX (that's StatusNet for FIXME, right?) ** proposing de-duplication of a message appearing ~50 times ** marking bad pagination implementation * moved the TRANS: comments in action.php down to exactly before the line in which the message appears. Otherwise gettext does not put them in the pot file * fixed a XXX in action.php removing double spaces | |||
2010-04-10 | catch UserNoProfileException and continue | Evan Prodromou | |
2010-04-10 | Document messages for which clarification was requested. | Siebrand Mazeland | |
Because N/S/E/W were on the same lines, and the "// TRANS:" comment must be directly above the line in which the message is located to work, I added the messages to a variable first. | |||
2010-04-10 | Document messages for which clarification was requested. | Siebrand Mazeland | |
2010-04-09 | Fix for conversation check in @-reply notification email; i18n cleanup on ↵ | Brion Vibber | |
mail messages: fixed some bad gettext usage, added trans doc comments. | |||
2010-04-09 | Fix for conversation check in @-reply notification email; i18n cleanup on ↵ | Brion Vibber | |
mail messages: fixed some bad gettext usage, added trans doc comments. | |||
2010-04-09 | Fix localization for license notice in page footer (for ticket #2274: i18n ↵ | Brion Vibber | |
cleanup) | |||
2010-04-09 | Fix localization for license notice in page footer (for ticket #2274: i18n ↵ | Brion Vibber | |
cleanup) | |||
2010-04-09 | Fix localization for license notice in page footer (for ticket #2274: i18n ↵ | Brion Vibber | |
cleanup) | |||
2010-04-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-08 | Maintain 'page' parameter for block from subscribers list, block & ↵ | Brion Vibber | |
make-admin from group members list. Refactored some of the returnto handling code. It looks like we have several different ways of handling this in the software, icky! Marked the session-based functions with fixmes (they'll stomp on other forms when multiple tabs/windows are used) and combined some commonish bits of code between ProfileFormAction and the group block & makeadmin actions where they're using hidden form parameters. Extended that to allow passing dynamic parameters (eg 'page') as well as static ones (action, target user/group). | |||
2010-04-08 | In single-user mode, link #hashtags to the user's tagged stream rather than ↵ | Brion Vibber | |
the global tag action, which isn't registered. Previously they would end up pointing to the home URL. | |||
2010-04-08 | Revert "scripts/strip_geo.php to remove geodata from notices by a given ↵ | Brion Vibber | |
user/profile." This reverts commit ab20e75ff8feab01b4fec81c02b8b4039d65cca0. Accidentally removed another commit; clearing up... | |||
2010-04-08 | scripts/strip_geo.php to remove geodata from notices by a given user/profile. | Brion Vibber | |
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case. Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them. | |||
2010-04-09 | Update supported languages: | Siebrand Mazeland | |
* fix name for Irish/ga * add Galician/gl | |||
2010-04-08 | In single-user mode, link #hashtags to the user's tagged stream rather than ↵ | Brion Vibber | |
the global tag action, which isn't registered. Previously they would end up pointing to the home URL. | |||
2010-04-07 | Refactor installer into base class plus web and CLI installers. | Brion Vibber | |
scripts/install_cli.php is a bit experimental at present but works. | |||
2010-04-07 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
* add Afrikaans Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-04-06 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-05 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-05 | make profilelist homepage link attributes overrideable | Evan Prodromou | |
2010-04-05 | Merge branch 'nofollow' | Evan Prodromou | |
2010-04-05 | override linkAttributes() method for subscribersminilist | Evan Prodromou | |
2010-04-05 | override linkAttributes() method for profileminilist | Evan Prodromou | |
2010-04-05 | add linkAttributes() method for profilelist | Evan Prodromou | |
2010-04-05 | lib/default.php has nofollow group | Evan Prodromou | |
2010-04-05 | breakout subscribers minilist | Evan Prodromou | |
2010-04-05 | balance brackets on profileminilist | Evan Prodromou | |
2010-04-05 | add an event for subscribers minilist | Evan Prodromou | |
2010-04-02 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-02 | Ticket 2271: extra whitespace in underlined link for username in notice lists | Brion Vibber | |
Switching to a raw() output for the <span> of the nickname removes the extra whitespace and fixes display. | |||
2010-04-02 | Ticket 2271: extra whitespace in underlined link for username in notice lists | Brion Vibber | |
Switching to a raw() output for the <span> of the nickname removes the extra whitespace and fixes display. | |||
2010-04-01 | ProfileMiniListItem does same events as ProfileListItem | Evan Prodromou | |
2010-03-31 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-03-31 | Revert "Multiple file upload handling." | Sarven Capadisli | |
This reverts commit 260f00d60bc83ac641d6fbe465e70aec33ccd9be. As mentioned in http://gitorious.org/statusnet/mainline/commit/260f00d60bc83ac641d6fbe465e70aec33ccd9be#comment_8367 Reverting this merge until the bugs are fixed and there is a general agreement on the need for this enhancement. | |||
2010-03-30 | Ticket #1281: JID validation now more or less follows spec instead of ↵ | Brion Vibber | |
calling e-mail validator Basic splitting/validation code submitted via http://status.net/wiki/XMPP/JID_validation -- Copyright 2009 Patrick Georgi <patrick@georgi-clan.de> Licensed under ISC-L, which is compatible with everything else that keeps the copyright notice intact. Added PEAR Net_IDNA package to extlib to handle IDN normalization (also used by Validate's email verifier if present). * added test suite, supplemented my own test cases with JID validation and normalization test cases from libpurple * follows XMPP rules for validation of name part * fixes for normalization with non-ASCII names * will do domain checks if $config['email']['check_domain'] is on, checking for an XMPP-server SRV record or any lookup. (We don't actually need to ping those direct though.) * some more obscure stringprep validation rules aren't quite followed yet, but we err on the side of permissiveness. * we still don't actually let you save your address with a resource on it, as we strip resources when looking up users who've sent us presence or message updates. I would recommend saving the outgoing resource as a separate field if/when we add that..? |