Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | Catch uncaught exception | Zach Copley | |
2009-11-25 | Fixed bug where reply-sync bit wasn't getting saved | Zach Copley | |
2009-11-25 | Forgot to render the nav menu when on FB Connect login tab | Zach Copley | |
2009-11-25 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-11-25 | Facebook plugin no longer takes over Login and Connect settings nav menus | Zach Copley | |
2009-11-24 | Fix regression in OMB sending with queues enabled -- items never got ↵ | Brion Vibber | |
dequeued, leading to ever-growing queue and big delays. Success return code from omb_broadcast_message was dropped in commit ec88d2650ea4371cf53229171851747b31587e4b (Aug 10 2009) which switched us to libomb backend. With queues enabled, this would lead to the notice being readded to the outgoing OMB queue for redelivery as the queue system thought the send failed. The resends caused extra load and confusion for third-party sites, and more worryingly just plugged up our own queue so legit messages were badly delayed. This commit should restore the previous state, where we fire-and-forget; that is, we're not actually checking to see if all remote subscribers received the message successfully and there will be no resends. | |||
2009-11-24 | Loalisation updates for Polish. Contributed by Piotr Drąg | Siebrand Mazeland | |
2009-11-24 | Fix SSL options for Twitter bridge HTTP requests | Zach Copley | |
2009-11-24 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-11-24 | Break TableDef, ColumnDef classes to separate files so autoloader can find them. | Brion Vibber | |
With $config['db']['schemacheck'] set to 'script' in live deployment, Schema class wasn't being preloaded for us; the uses of TableDef by plugins for DataObject configuration would then fail because the class wasn't loaded. Broken to separate files, the autoloader can find all classes in either case. PHP Fatal error: Class 'TableDef' not found in /var/www/statusnet/plugins/OpenID/User_openid.php on line 43, referer: http://identi.ca/brionv/all | |||
2009-11-24 | Moved initPopupWindow CSS out of JS in Realtime plugin | Sarven Capadisli | |
2009-11-24 | Added realtime-popup class to <body> for popup output. | Sarven Capadisli | |
2009-11-24 | Updated mark-top style | Sarven Capadisli | |
2009-11-24 | Enable border-top when Realtime pop up window is initialized | Sarven Capadisli | |
2009-11-23 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
* There is an issue with the export for 'pt', hence it was left out. | |||
2009-11-23 | Ticket 2007: make search tabs grammar forms consistent (People, Notices, Groups) | Brion Vibber | |
2009-11-23 | Use a min-width just in case. Fixes IE. | Sarven Capadisli | |
2009-11-22 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-11-21 | Use sprintf and gettext to output the DMS version of the location. More ↵ | Craig Andrews | |
translator-friendly. | |||
2009-11-21 | Do not use fuzzy in the compiled messages files. | Siebrand Mazeland | |
2009-11-21 | Capitalise "same as password above" | Siebrand Mazeland | |
2009-11-21 | i18n for "Search" button text | Siebrand Mazeland | |
2009-11-21 | i18n for "Keyword(s)" | Siebrand Mazeland | |
2009-11-21 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-11-20 | Disable XHTML Content-Type negotiation... You've foiled our plans for the ↵ | Brion Vibber | |
last time! XHTML mode breaks a lot of JS and has been causing trouble for Safari and Chrome, especially with the fancier new UI-side plugins like realtime and maps. | |||
2009-11-21 | Fix plural forms notation: replace " or " by " || ". Missed the comment on ↵ | Siebrand Mazeland | |
http://translate.sourceforge.net/wiki/l10n/pluralforms | |||
2009-11-20 | Display lat/lon in DMS format | Craig Andrews | |
2009-11-20 | Fix bug 1997: notice search rss utter failure | Brion Vibber | |
Since commit c4072ef7c930b82b74f8e90f6554974b761c686c in March there's no longer an automatic run of $this->getNotices() from RssAction parent class; added to the subclass. It might make sense to put it back in the parent class, but of course only if those dupe calls can be resolved. | |||
2009-11-20 | Change the format of the lat/lon output on a notice in HTML | Craig Andrews | |
2009-11-20 | Revert "Use the geo microformat as documented at ↵ | Craig Andrews | |
http://microformats.org/wiki/geo" This reverts commit 67add6429136dd6c2f5a924fb6bfef3ae099b495. | |||
2009-11-20 | Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted ↵ | Craig Andrews | |
notices are not displayed in realtime | |||
2009-11-20 | use caching in geonames plugin | Evan Prodromou | |
2009-11-20 | Support SSL for the Google Client Location API | Craig Andrews | |
2009-11-20 | Make the Google Client Location API's output compliant with the w3c ↵ | Craig Andrews | |
geolocation specification | |||
2009-11-20 | Fix javascript errors emitted in browsers that do not support w3c geolocation | Craig Andrews | |
2009-11-20 | start for pluginqueuehandler | Brion Vibber | |
2009-11-20 | fix notice bug | Brion Vibber | |
2009-11-20 | Fix js error on non-map containing pages | Craig Andrews | |
2009-11-20 | correct the primary key for login_token | Craig Andrews | |
2009-11-20 | UI text fixes and tweaks. | Siebrand Mazeland | |
2009-11-20 | Add routing rules for FB app in front of other rules | Zach Copley | |
2009-11-20 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-11-20 | Updated form markup | Sarven Capadisli | |
2009-11-19 | Merge branch 'feed-integration' into 0.9.x | Brion Vibber | |
2009-11-19 | Initial functional version of feed subscription plugin, currently supporting ↵ | Brion Vibber | |
only PuSH-enabled feeds. | |||
2009-11-19 | Followup to commit 4e00ce01a9841ac055c058a4f0e221cc56eca06e: rename ↵ | Brion Vibber | |
user_role to profile_role in update & postgres schemas | |||
2009-11-19 | Load notice data using javascript from the html on the page instead of ↵ | Craig Andrews | |
writing json representations of the notices on each page Clicking on a geo link pops up a map | |||
2009-11-19 | Use the geo microformat as documented at http://microformats.org/wiki/geo | Craig Andrews | |
2009-11-19 | Upgrade to joverlay 0.8 (needed the html option) | Craig Andrews | |
2009-11-19 | Left a form_data class of a <ul> in the user admin panel | Zach Copley | |