Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-04 | Script no longer neeed | Sarven Capadisli | |
2009-11-04 | Sync RealtimePlugin with 0.9.x | Sarven Capadisli | |
2009-11-04 | Sync Realtime JavaScript with 0.9.x | Sarven Capadisli | |
2009-10-30 | IE has some issue with notices that are sent with file attachments. It | Sarven Capadisli | |
doesn't like the XHR response with XHTML DTD. New notices without the file attachment work fine. The rendered content (the anchor for the file attachment link) doesn't appear to be the issue. To fix this problem, I removed the XHTML DTD line from newnotice's XHR response. This is unnecessary for text/xml outputs that's intended for XHR responses any way. It just happens to fix an IE issue. Still a mystery to me as to why it is particular to notices with file attachments. | |||
2009-10-22 | Added bit about being incompatible with file attachment virtual server | Jeffery To | |
2009-10-22 | Added some explanatory text to README | Jeffery To | |
2009-10-22 | mod_rewrite rule for getfile | Jeffery To | |
2009-10-22 | Actually commit the file this time | Jeffery To | |
2009-10-22 | Added getfile action | Jeffery To | |
2009-10-20 | Twitter now puts out an error msg when the status param is empty. | Zach Copley | |
Updated our API to match. | |||
2009-10-19 | Better check if site,server is configured. | Eric Helgeson | |
2009-10-19 | some typoes in comments that annoyed me, fixed now | Brenda Wallace | |
2009-10-19 | Utilize NICKNAME_FMT constant when creating at replies0.8.2rc1 | Eric Helgeson | |
2009-10-19 | Ignoring Sent from my* line in mail (iPhone/Pre) | Eric Helgeson | |
2009-10-16 | Workaround for Facebook data store API behavior regression, fixes saving | Brion Vibber | |
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app! | |||
2009-10-13 | Commit upstream updates to php-gettext after the 1.0.7 release (but in 2006! :P) | Brion Vibber | |
Fixes file magic checks on 64-bit systems. http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/17 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/18 http://bazaar.launchpad.net/~danilo/php-gettext/trunk/revision/19 | |||
2009-10-13 | Update Polish translations from Raven's bug tracker submission: | Brion Vibber | |
http://status.net/trac/ticket/1411 | |||
2009-10-13 | Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x | Brion Vibber | |
2009-10-13 | Pull all localization updates from the current Pootle incarnation before we ↵ | Brion Vibber | |
rebuild it: * el_GR - Greek localization updates * he_IL - one additional Hebrew message, removed two fuzzies that gettext doesn't like * is_IS - added new Icelandic localization file from Pootle * nb_NO - Norwegian Bokmål updates * zh_CN - a few Chinese message updates | |||
2009-10-13 | define LACONICA for compatibility on scripts | Eric Helgeson | |
fixup_conversations.php fixes | |||
2009-10-13 | Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x | Brion Vibber | |
2009-10-13 | Include long-form attachment URL in notice if URL shortening is disabled. | Brion Vibber | |
Previously, the attachment URL would simply be dropped when shortening returned false instead of a short URL... the attachment was present if you clicked through to notice details but didn't appear in the timeline, making it nigh-impossible to see the attachment. | |||
2009-10-13 | Merge branch '0.8.x' of git@gitorious.org:~brion/statusnet/brion-fixes into ↵ | Brion Vibber | |
0.8.x | |||
2009-10-13 | Fix typo's in installer | Eric Helgeson | |
2009-10-12 | Merge branch '0.8.x' of git://gitorious.org/~brion/statusnet/brion-fixes ↵ | Brion Vibber | |
into 0.8.x | |||
2009-10-11 | Merge commit 'refs/merge-requests/1723' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.8.x | |||
2009-10-11 | Merge commit 'refs/merge-requests/1730' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.8.x | |||
2009-10-11 | Merge commit 'refs/merge-requests/1738' of ↵ | Craig Andrews | |
git://gitorious.org/statusnet/mainline into 0.8.x | |||
2009-10-09 | fix FBConnect so it doesn't muffle EndPrimaryNav | Evan Prodromou | |
2009-10-09 | don't write session if it's unchanged | Evan Prodromou | |
2009-10-09 | Fixed facebook connect primary nav to hide search option when site is ↵ | Jeffery To | |
private and user is not logged in | |||
2009-10-09 | Fixed facebook connect primary nav to obey sms/twitter/openid settings | Jeffery To | |
2009-10-09 | Fixed facebook connect login nav to obey openid settings | Jeffery To | |
2009-10-09 | Fixed facebook connect nav to obey sms/twitter disabled | Jeffery To | |
2009-10-09 | Fixed twitter defaulting to disabled | Jeffery To | |
2009-10-08 | Revert "Open tags should have closing tags" | Evan Prodromou | |
This reverts commit aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f. We specifically DON'T have closing tags so we don't get errors with whitespace after the closing tag. I realize this is less of an issue with scripts, but we should still not use closing tags. | |||
2009-10-08 | Don't show search suggestions for private sites | Jeffery To | |
2009-10-07 | Fixed E_NOTICE when returnto isn't set | Jeffery To | |
2009-10-07 | Fixed E_NOTICE when the "lite" parameter isn't included in the request | Jeffery To | |
2009-10-07 | Fixed E_NOTICE - GroupList expects an owner object in the constructor, not ↵ | Jeffery To | |
an array of search terms | |||
2009-10-05 | Open tags should have closing tags | Eric Helgeson | |
2009-10-03 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-10-03 | Using CDATA for autofocus script | Sarven Capadisli | |
2009-10-02 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Evan Prodromou | |
2009-10-02 | better handling of y response in deleteuser.php | Evan Prodromou | |
2009-10-02 | script to permanently delete a user | Evan Prodromou | |
2009-10-02 | copy-and-paste typo in profile deletion | Evan Prodromou | |
2009-10-02 | also delete blocks | Evan Prodromou | |
2009-10-02 | Merge branch '0.8.x' into deleteuser | Evan Prodromou | |
2009-09-30 | Better check to see if the XML prolog should be outputted for XML | Sarven Capadisli | |
documents i.e., if best mimetype is */*xml, then use the XML prolog. |