summaryrefslogtreecommitdiff
path: root/classes/pref/prefs.php
AgeCommit message (Expand)Author
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-05-04use css nth-child instead of old even/odd class hacks for normal modeAndrew Dolgov
2013-04-29prefs: update some descriptions to be more consistentAndrew Dolgov
2013-04-29remove language selector from the login form, store language in the database ...Andrew Dolgov
2013-04-29do not use session cookie lifetime for additional cookiesAndrew Dolgov
2013-04-29otp: display notice if GD is missingAndrew Dolgov
2013-04-19pref_prefs: remove second argument from the constructorAndrew Dolgov
2013-04-18make pluginhost a singletonAndrew Dolgov
2013-04-18move db-prefs to OOAndrew Dolgov
2013-04-17classes: use OO DB interfaceAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17fix pluginhost created without dbhAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-17add a separate tab for the loggerAndrew Dolgov
2013-04-16require entering current one time code to enable otpAndrew Dolgov
2013-04-16implement error log viewerAndrew Dolgov
2013-04-09update description of DEFAULT_UPDATE_INTERVAL (2)Andrew Dolgov
2013-04-09update description of DEFAULT_UPDATE_INTERVALAndrew Dolgov
2013-04-05fix prefs reset not working properlyAndrew Dolgov
2013-04-04add language dropdown to prefsAndrew Dolgov
2013-04-04add a dropdown button action to save and exit prefs (closes #660)Andrew Dolgov
2013-04-02pref-prefs: add help for USER_CSS_THEMEAndrew Dolgov
2013-04-02update pref descriptionsAndrew Dolgov
2013-04-02remove blank string gettext invocationsAndrew Dolgov
2013-04-02pref-prefs: don't use schema-defined help/desc/section namesAndrew Dolgov
2013-04-02retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it su...Andrew Dolgov
2013-04-01move editPrefProfiles to pref-prefsAndrew Dolgov
2013-04-01move customizeCSS to pref-prefsAndrew Dolgov
2013-03-28add ability to select CSS files in themes/Andrew Dolgov
2013-03-28disable SORT_HEADLINES_BY_FEED_DATE; replace with a toolbar newest first orderAndrew Dolgov
2013-03-28retire frankly ridiculous sorting by score/title/date/defaultAndrew Dolgov
2013-03-27modify notify/warn/error boxes cssAndrew Dolgov
2013-03-27enable 4th field in plugin->about() to serve as a more info linkAndrew Dolgov
2013-03-27pref-prefs: mention tt-rss forums as a plugin sourceAndrew Dolgov
2013-03-27for consistency, show hotkey-toggleable options relating to headlines list in...Andrew Dolgov
2013-03-27disable show additional preferences checkbox as repeatedly confusingAndrew Dolgov
2013-03-24Allow translation of notices in prefs.Tomas Chvatal
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not fo...Andrew Dolgov
2013-03-19rework pref-prefs to use checkboxesAndrew Dolgov
2013-02-28fix warning when saving plugins with 0 plugins enabled (closes #542)Andrew Dolgov
2013-02-23only allow clearing data of active pluginsAndrew Dolgov
2013-01-23remove themes/Andrew Dolgov
2012-12-27add plugin storage table to schema; add ability to clear plugin dataAndrew Dolgov
2012-12-27move authentication modules to plugins/Andrew Dolgov
2012-12-27add several HOOK_PREFS_TAB_SECTION hook pointsAndrew Dolgov
2012-12-25plugins web list style tweaksAndrew Dolgov
2012-12-25hide example plugins from the admin pageAndrew Dolgov
2012-12-25more work on user-selectable plugins; properly process system and user pluginsAndrew Dolgov
2012-12-25experimental support for per-user plugins (bump schema)Andrew Dolgov
2012-12-23split self-updater gui to updater/ pluginAndrew Dolgov