Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-28 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-23 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
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 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-18 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-09 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-10-08 | Merge branch 'fatals' into 0.9.x | Brion Vibber | |
2010-10-08 | execution guard fixes in Facebook plugin files | Brion Vibber | |
2010-10-08 | Fix fatal error in FacebookremoveAction if we end up getting called double ↵ | Brion Vibber | |
and the foreign_link entry has already been removed. | |||
2010-10-05 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-04 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-04 | Fix unescaped dollar signs in double-quoted strings due to localization ↵ | Brion Vibber | |
updates (%1$s etc) | |||
2010-10-03 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-01 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* first export of L10n for languages other than English. Could use some testing/QA. | |||
2010-09-23 | Update POT files for plugins. | Siebrand Mazeland | |
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-19 | * L10n i18n update | Siebrand Mazeland | |
* add translator hints * update whitespace * added a bunch of @todos. | |||
2010-09-19 | Remove superfluous whitespace. | Siebrand Mazeland | |
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-19 | * i18n/L10n updates. | Siebrand Mazeland | |
* add FIXMEs for bad i18n. * add translator hints. | |||
2010-09-15 | Update/add pot files for plugins. | Siebrand Mazeland | |
2010-06-03 | Skip enqueueing to outgoing bridges on incoming remote messages. Twitter, ↵ | Brion Vibber | |
Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers. Notice::isLocal() can replace a number of manual checks for $notice->is_local being LOCAL_PUBLIC or LOCAL_NONPUBLIC. | |||
2010-05-26 | Remove settting/getting a 'verb' for Facebook stream entries / status | Zach Copley | |
updates. Facebook has disabled the ability to store user preferences via their old REST API, causing our application to break. Also, verbs in status updates seem to be deprecated, and stream posts don't seem to have a verb. | |||
2010-05-25 | Small update to the README: Facebook has changed the name of one of | Zach Copley | |
its application settings fields. | |||
2010-05-25 | Revert "Backing out locale switch change to see if this affects our mystery ↵ | Brion Vibber | |
memory leak." This reverts commit f98609204fb9b5966b9e4c9e4bf8bf605656c31c. | |||
2010-05-25 | Backing out locale switch change to see if this affects our mystery memory leak. | Brion Vibber | |
Revert "Locale switch cleanup: use common_switch_locale() which is safer for updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back." This reverts commit 74a89b1fc37067d91d31bd66922053361eb4e616. | |||
2010-05-25 | Dequeue notice when we hit any Facebook error. | Zach Copley | |
2010-05-24 | Accidentally used the wrong log level (LOG ERROR instead of LOG_ERR) | Zach Copley | |
2010-05-24 | Clear up warnings I introduced by refactoring Facebook posting | Zach Copley | |
2010-05-24 | Upgrade Facebook posting: | Zach Copley | |
- Use FQL to check for publish stream permission instead of old REST API - Better error handling, especially for error code 100 - More logging / better log messages | |||
2010-05-24 | Upgrade to latest old REST API library (0.1.0) | Zach Copley | |
2010-05-22 | Hotpatch for Facebook mirror problems: drop messages when hitting rate limit ↵ | Brion Vibber | |
(err 341) instead of retrying forever. On unknown errors, now throwing an exception so it'll hit the message retry limits. | |||
2010-05-19 | Hotpatch to add additional debug statements to FacebookPlugin's | Zach Copley | |
facebook posting code. | |||
2010-05-19 | Locale switch cleanup: use common_switch_locale() which is safer for ↵ | Brion Vibber | |
updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back. Should help with problems where xmppdaemon would get stuck in wrong locale. | |||
2010-05-03 | Pull localization updates from 0.9.x branch0.9.2 | Brion Vibber | |
2010-04-09 | i18n cleanup: fix bad string breakdown in license agreement checkbox on ↵ | Brion Vibber | |
registration form. Note that much of that form is duplicated several times for Twitter, Facebook, and OpenID registrations -- these need to be refactored to avoid having multiple out-of-sync copies of code and messages. | |||
2010-04-05 | Some localization cleanup and doc to aid in customization: | Brion Vibber | |
* added locale/en/LC_MESSAGES/statusnet.po to make it easier to start customizing English texts * added notes to locale/README about customizing and how to disable languages you haven't customized * renamed PO templates from *.po to *.pot to match general conventions and reduce confusion for people trying to find which file they're supposed to edit | |||
2010-03-04 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
Conflicts: lib/action.php lib/adminpanelaction.php | |||
2010-03-03 | Fix for disappearing 'connect' menu if xmpp and sms are disabled. | Zach Copley | |
All 'connect' menu panels used to be optional, so Action tried to figure out what the first item on the 'connect' menu should be. This is no longer necessary because we have the non-optional OAuth client connections panel now, which is not optional and can't be turned off. | |||
2010-03-02 | Make Facebook plugin look for API key and secret before doing anything | Zach Copley | |
2010-03-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-02 | Update Facebook plugin README with info about new admin panel | Zach Copley | |
2010-03-01 | Initial Facebook admin panel | Zach Copley | |
2010-03-01 | Remove un-needed config variable for enabling/disabling Twitter integration | Zach Copley | |
2010-03-01 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql locale/statusnet.po scripts/update_po_templates.php | |||
2010-02-17 | htmloutputter->script() special cases src's that begin with plugin/ or ↵ | Craig Andrews | |
local/ so that plugins don't need to include common_path() in every call to $action->script() Adjust plugins to not call common_path() when it's not necessary Fix minify plugin | |||
2010-01-28 | Move faceboookapp.js to the Facebook plugin | Zach Copley | |
2010-01-28 | Move faceboookapp.js to the Facebook plugin | Zach Copley | |