Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-19 | Quick fix for wee regression in entity_action button hover states. | Samantha Doherty | |
2010-10-20 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-20 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-20 | More complete sentence and translator documentation added. | Siebrand Mazeland | |
2010-10-20 | Add missing "address" | Siebrand Mazeland | |
2010-10-20 | Many i18n/L10n updates and lots of descriptions for translators added. | Siebrand Mazeland | |
2010-10-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-19 | Fix PHP notice when submitting 'design' admin panel on a browser that ↵ | Brion Vibber | |
doesn't support file uploads such as Mobile Safari | |||
2010-10-19 | Quick fix for bad message in en_GB (#2790) -- fixed upstream at ↵ | Brion Vibber | |
http://translatewiki.net/w/i.php?title=StatusNet:A3894b1256ab040ed20a35eedeece8829c62d5ab-Direct_message_to_s_sent./en-gb&diff=2403802&oldid=1930996 | |||
2010-10-19 | Relax restrictions on URL validation for oauth_callback. We need to | Zach Copley | |
allow custom schemes like mustard:// etc. | |||
2010-10-19 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-19 | OAuth - better log messages | Zach Copley | |
2010-10-19 | Just a little more mobile stylin. | Samantha Doherty | |
2010-10-19 | Quick mobile stylesheet for shiny theme. | Samantha Doherty | |
2010-10-19 | Big updates for themes rebase, clean, and shiny. A few more adjustments to ↵ | Samantha Doherty | |
come for 0.9.6, time (probably not) permitting. | |||
2010-10-19 | Fix casing of "translatewiki.net" | Siebrand Mazeland | |
2010-10-18 | Merge branch '0.9.x' | Brion Vibber | |
2010-10-18 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-18 | Bump version/string: 0.9.6 "Man on the Moon" | Brion Vibber | |
2010-10-18 | Bump README to 0.9.6 | Brion Vibber | |
2010-10-18 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-18 | * fix bugs in parameter numbering for two messages | Siebrand Mazeland | |
* add translator documentation | |||
2010-10-18 | Fix `msgid' and `msgstr' entries do not both end with '\n' | Siebrand Mazeland | |
2010-10-18 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2010-10-18 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-18 | Clean up edge cases in OStatus FeedDiscoveryTest | Brion Vibber | |
2010-10-18 | Remove superfluous whitespace | Siebrand Mazeland | |
2010-10-18 | Update URLDetectionTest.php for rel="nofollow external". There are still ↵ | Brion Vibber | |
some broken tests due to bad quote splitting, which is unrelated. | |||
2010-10-18 | Avoid notice in DirectionDetectorPlugin when dealing with empty string. | Brion Vibber | |
2010-10-18 | Make HTTP timeout configurable on OStatus's remote-tests.php (needs to be ↵ | Brion Vibber | |
pumped up a fair amount when doing Salmon pings with queues off on the test boxes, especially without the fast math library) | |||
2010-10-18 | fix notice on non-https views | Brion Vibber | |
2010-10-18 | document API and nofollow config options | Evan Prodromou | |
2010-10-18 | default for nofollow external is sometimes | Evan Prodromou | |
2010-10-18 | options to nofollow external links in notices | Evan Prodromou | |
2010-10-16 | * add plural support where missing | Siebrand Mazeland | |
* update translator documentation. | |||
2010-10-16 | Update translator documentation. | Siebrand Mazeland | |
2010-10-16 | Change incorrect use of e.g. to i.e. | Siebrand Mazeland | |
Spotted by The Evil IP address. | |||
2010-10-16 | Use common case instead of WARNING in all caps. | Siebrand Mazeland | |
Spotted by The Evil IP address. | |||
2010-10-15 | Fix for ticket #2837: white screen when hitting 'make admin' button on group ↵ | Brion Vibber | |
members list. RedirectingAction->returnToArgs() has been renamed to returnToPrevious() to avoid confusion with the existing Action->returnToArgs which gives the arguments that would be used to pass to one of those. :) Switching to the correct function call gets it working. Thanks to Siebrand for catching it when I could debug it live! | |||
2010-10-15 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-10-15 | add SSL servers and paths to pathadminpanel.php | Evan Prodromou | |
2010-10-14 | Fix ticket #2829: we have more subdirs to pull than just avatars now; ↵ | Brion Vibber | |
updated the upgrade directions. | |||
2010-10-14 | Merge branch '2828' into 0.9.x | Brion Vibber | |
2010-10-14 | Fix for ticket #2828, part II: apostrophe in site name set in installer ↵ | Brion Vibber | |
created a broken config.php. The previous commit fixed the base installer to properly quote its strings when creating config.php... but you'd actually end up with double-escaping if you had magic_quotes_gpc on. Magic quotes are evil and lame, but we gotta deal with em. :P Updated the web installer code to check for magic quotes, and to grab its variables consistently through the same interface. | |||
2010-10-14 | Fix for ticket #2828: apostrophe in site name set in installer created a ↵ | Brion Vibber | |
broken config.php. Now running values through var_export() before putting them into the config.php, ensuring strings will be properly quoted. | |||
2010-10-14 | let users set their SSL logo through the admin panel | Evan Prodromou | |
2010-10-14 | document and default for site|ssllogo | Evan Prodromou | |
2010-10-14 | fix copy-and-paste error in javascript url creation | Evan Prodromou | |
2010-10-14 | make the logo be compatible with HTTPS pages, if possible | Evan Prodromou | |
2010-10-14 | Make HTTPS urls in File::url() if necessary | Evan Prodromou | |