summaryrefslogtreecommitdiff
path: root/plugins/TwitterBridge/twitteradminpanel.php
AgeCommit message (Collapse)Author
2010-11-30Flush router cache when saving Twitter admin settings: adding/removing keys ↵Brion Vibber
can enable/disable some actions. This avoids having users' Twitter settings unreachable after adding your keys to an installation with TwitterBridge on but not pre-configured.
2010-09-18* i18n/L10n updatesSiebrand Mazeland
* whitespace updates.
2010-08-02Remove the 'Enable Twitter import' checkbox from Twitter admin panel by ↵Brion Vibber
default; can be re-added with setting: addPlugin('TwitterBridge', array('adminImportControl' => true, ....)); Added a note on the label that it requires manual daemon setup. (Note that by default the admin panel won't be shown, so it's no biggie to be hiding this for now.)
2010-03-03Don't expose global Twitter consumer key and secret, because that would be ↵Zach Copley
idiotic.
2010-03-03Show global key and secret, if defined, in Twitter bridge admin panelZach Copley
2010-03-01Initial Twitter bridge admin panelZach Copley