Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-09 | Update supported languages: | Siebrand Mazeland | |
* fix name for Irish/ga * add Galician/gl | |||
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..? | |||
2010-03-30 | Quick fixes for grouplistall: | Brion Vibber | |
* respect count instead of listing all groups * respect page parameter * don't spew notice on undefined $id * don't spew notice on undefined $group->homepage_url (dropped the element since there's nothing to go in it) | |||
2010-03-30 | Quick fixes for grouplistall: | Brion Vibber | |
* respect count instead of listing all groups * respect page parameter * don't spew notice on undefined $id * don't spew notice on undefined $group->homepage_url (dropped the element since there's nothing to go in it) | |||
2010-03-29 | Tweak to Eugene Crosser's patch to make transactions and acks configurable; ↵ | Brion Vibber | |
disabling them gets basic message delivery working under MorbidQ, and may help with RabbitMQ etc. I swapped the settings from negative to positive ($config['queue']['stomp_transactions'] = false rather than $config['queue']['stomp_no_transactions'] = true), gave them defaults (both on for best ActiveMQ experience), and added notes to the README about configuring them. | |||
2010-03-29 | Make stomp queue manager work with basic servers | Eugene Crosser | |
Signed-off-by: Eugene Crosser <crosser@average.org> | |||
2010-03-29 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-29 | Merge branch 'master' into testing | Brion Vibber | |
Conflicts: plugins/Blacklist/BlacklistPlugin.php | |||
2010-03-29 | Renamed HTTPResponse class to StatusNet_HTTPResponse to avoid conflict with ↵ | Brion Vibber | |
PECL HTTP extension. The class isn't referenced by name by any other code I can see so this should have no side effects. | |||
2010-03-29 | Add $config['db']['annotate_queries'] option to include caller ID comments ↵ | Brion Vibber | |
into queries. Comment can then be seen in process list, slow query logs on the server, aiding in tracking down unexpected slow queries. SELECT /* queuedaemon.php Ostatus_profile->processPost */ * FROM notice WHERE ( notice.uri = 'http://stormcloud.local/mublog2/notice/479' ) INSERT /* POST Notice::saveNew */ INTO notice (profile_id , content .... | |||
2010-03-28 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
Conflicts: lib/attachmentlist.php | |||
2010-03-28 | update README and version number0.9.1 | Evan Prodromou | |
2010-03-27 | move check for bad IDs from activityobject to activity and make simpler | Evan Prodromou | |
2010-03-26 | Multiple file upload handling. | Nick Holliday | |
2010-03-26 | if there is oembed data for a file/link, consider that link to have an ↵ | Craig Andrews | |
attachment | |||
2010-03-26 | Return an http auth error, when a client sends in an invalid auth user, even ↵ | Zach Copley | |
when http auth is not required. | |||
2010-03-26 | Return an http auth error, when a client sends in an invalid auth user, even ↵ | Zach Copley | |
when http auth is not required. | |||
2010-03-26 | Return an http auth error, when a client sends in an invalid auth user, even ↵ | Zach Copley | |
when http auth is not required. | |||
2010-03-25 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Brion Vibber | |
2010-03-25 | Restore lost addition of inline HTML attachment display. | Brion Vibber | |
2010-03-25 | version number and codename | Evan Prodromou | |
2010-03-25 | Using hCard label instead of location. Matches userprofile. | Sarven Capadisli | |
2010-03-25 | Updated tag list output in subscriptions list. Matches userprofile. | Sarven Capadisli | |
2010-03-25 | Moved print inside base stylesheet using media rules. One less HTTP GET. | Sarven Capadisli | |
2010-03-25 | Updated 'more' anchor for attachments to do an XHR GET | Brion Vibber | |
Conflicts: lib/attachmentlist.php plugins/OStatus/classes/Ostatus_profile.php Merge tried to delete things that it seems it shouldn't, very confusing order. Hope rest of the cherry-picking isn't a problem. | |||
2010-03-25 | Using rel=external instead of class=external for jOverlay title link | Sarven Capadisli | |
2010-03-25 | Added rel=external to geo location link | Sarven Capadisli | |
2010-03-25 | Assigned an identifier for the representative user and group profile | Sarven Capadisli | |
2010-03-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |