summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-19Ignoring Sent from my* line in mail (iPhone/Pre)Eric Helgeson
2009-10-16Workaround for Facebook data store API behavior regression, fixes savingBrion 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-13Commit 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-13Update Polish translations from Raven's bug tracker submission:Brion Vibber
http://status.net/trac/ticket/1411
2009-10-13Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.xBrion Vibber
2009-10-13Pull 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-13define LACONICA for compatibility on scriptsEric Helgeson
fixup_conversations.php fixes
2009-10-13Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.xBrion Vibber
2009-10-13Include 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-13Merge branch '0.8.x' of git@gitorious.org:~brion/statusnet/brion-fixes into ↵Brion Vibber
0.8.x
2009-10-13Fix typo's in installerEric Helgeson
2009-10-12Merge branch '0.8.x' of git://gitorious.org/~brion/statusnet/brion-fixes ↵Brion Vibber
into 0.8.x
2009-10-11Merge commit 'refs/merge-requests/1723' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.8.x
2009-10-11Merge commit 'refs/merge-requests/1730' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.8.x
2009-10-11Merge commit 'refs/merge-requests/1738' of ↵Craig Andrews
git://gitorious.org/statusnet/mainline into 0.8.x
2009-10-09fix FBConnect so it doesn't muffle EndPrimaryNavEvan Prodromou
2009-10-09don't write session if it's unchangedEvan Prodromou
2009-10-09Fixed facebook connect primary nav to hide search option when site is ↵Jeffery To
private and user is not logged in
2009-10-09Fixed facebook connect primary nav to obey sms/twitter/openid settingsJeffery To
2009-10-09Fixed facebook connect login nav to obey openid settingsJeffery To
2009-10-09Fixed facebook connect nav to obey sms/twitter disabledJeffery To
2009-10-09Fixed twitter defaulting to disabledJeffery To
2009-10-08Revert "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-08Don't show search suggestions for private sitesJeffery To
2009-10-07Fixed E_NOTICE when returnto isn't setJeffery To
2009-10-07Fixed E_NOTICE when the "lite" parameter isn't included in the requestJeffery To
2009-10-07Fixed E_NOTICE - GroupList expects an owner object in the constructor, not ↵Jeffery To
an array of search terms
2009-10-05Open tags should have closing tagsEric Helgeson
2009-10-03Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xSarven Capadisli
2009-10-03Using CDATA for autofocus scriptSarven Capadisli
2009-10-02Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xEvan Prodromou
2009-10-02better handling of y response in deleteuser.phpEvan Prodromou
2009-10-02script to permanently delete a userEvan Prodromou
2009-10-02copy-and-paste typo in profile deletionEvan Prodromou
2009-10-02also delete blocksEvan Prodromou
2009-10-02Merge branch '0.8.x' into deleteuserEvan Prodromou
2009-09-30Better check to see if the XML prolog should be outputted for XMLSarven Capadisli
documents i.e., if best mimetype is */*xml, then use the XML prolog.
2009-09-30Outputting UTF-8 charset in document header irrespective of mimetype.Sarven Capadisli
2009-09-30Switched Doctype to XHTML 1.0 Strict (which best reflects the currentSarven Capadisli
grammar in use)
2009-09-29Twitter API returns server errors in preferred formatEvan Prodromou
2009-09-29move HTTP error code strings to class variablesEvan Prodromou
2009-09-29stop overwriting created timestamp on group editEvan Prodromou
2009-09-27Forgot to add home_timeline to the list of methods that only requireZach Copley
bareauth.
2009-09-27Changed terminology for poping a windowSarven Capadisli
2009-09-27Draw a line to indicate new (unread) notice in a timeline since windowSarven Capadisli
blur. Inspired by Pidgin's Markerline plugin.
2009-09-27Aligned notice_data-attach inputSarven Capadisli
2009-09-27Adjusted form_notice widthSarven Capadisli
2009-09-27Aligning notice_data-attach from topSarven Capadisli
2009-09-27Removing only notie_data-text label from viewSarven Capadisli
2009-09-27Increated content widthSarven Capadisli