Commit Graph

73 Commits (b9634eb8b8cab7329dca8d8173ce381a8c1f81f4)

Author SHA1 Message Date
Andrew Dolgov b9634eb8b8 support loading themes from themes.local 9 years ago
Andrew Dolgov e6c826fa2f remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results) 9 years ago
Andrew Dolgov f6cbe9a5a0 require version information in all additional themes 10 years ago
Andrew Dolgov 78744d48d7 add FEEDS_SORT_BY_UNREAD to blacklist (removed) 10 years ago
Andrew Dolgov 4a80c57c50 remove some unused code reported by phpmd 10 years ago
Andrew Dolgov ab85ad89b3 otp: use application name in provisioning uri 10 years ago
Andrew Dolgov 06a39024dd plugin list: fix system plugins image position 11 years ago
Andrew Dolgov 2f20dd58d2 integrate silk icons by Mark James 11 years ago
Andrew Dolgov 5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
11 years ago
Andrew Dolgov 8429af52be adjust previous patch phrasing a bit 11 years ago
Mike Frysinger 5bac322258 document the date format string
I assumed the format string was related to strftime except all of the
fields looked really weird.  After digging in the code, this string is
actually used with php's date().  Add a note for this so other people
can jump quickly to the relevant documentation (which is useful for
non-php peeps who have no idea what this is).
11 years ago
Andrew Dolgov 11334fdf6c make appearance of some preference panes more similar 11 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 11 years ago
Andrew Dolgov 8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 11 years ago
Andrew Dolgov bd02d29e1b prefs: update some descriptions to be more consistent 11 years ago
Andrew Dolgov 7b149552cb remove language selector from the login form, store language in the database per-user 11 years ago
Andrew Dolgov e57a1507ae do not use session cookie lifetime for additional cookies 11 years ago
Andrew Dolgov a845a3d5e5 otp: display notice if GD is missing 11 years ago
Andrew Dolgov 48ed517e8d pref_prefs: remove second argument from the constructor 11 years ago
Andrew Dolgov 1ffe3391f9 make pluginhost a singleton 11 years ago
Andrew Dolgov 52d88392da move db-prefs to OO 11 years ago
Andrew Dolgov d9c85e0f11 classes: use OO DB interface 11 years ago
Andrew Dolgov a42c55f02b fix blank character after opening bracket in function calls 11 years ago
Andrew Dolgov 72ff013729 fix pluginhost created without dbh 11 years ago
Andrew Dolgov 6322ac79a0 remove $link 11 years ago
Andrew Dolgov 2cbdc95bb0 add a separate tab for the logger 11 years ago
Andrew Dolgov 9deca86d96 require entering current one time code to enable otp 11 years ago
Andrew Dolgov 4e53956add implement error log viewer 11 years ago
Andrew Dolgov 723bcdb213 update description of DEFAULT_UPDATE_INTERVAL (2) 11 years ago
Andrew Dolgov 3ddbefabef update description of DEFAULT_UPDATE_INTERVAL 11 years ago
Andrew Dolgov bf87833884 fix prefs reset not working properly 11 years ago
Andrew Dolgov 29c8fa080e add language dropdown to prefs 11 years ago
Andrew Dolgov 122e9d788e add a dropdown button action to save and exit prefs (closes #660) 11 years ago
Andrew Dolgov 8ef9645da0 pref-prefs: add help for USER_CSS_THEME 11 years ago
Andrew Dolgov 9db8e60784 update pref descriptions 11 years ago
Andrew Dolgov 5f462963a0 remove blank string gettext invocations 11 years ago
Andrew Dolgov dfad9d7a36 pref-prefs: don't use schema-defined help/desc/section names 11 years ago
Andrew Dolgov f17cac6b26 retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it superfluous 11 years ago
Andrew Dolgov 9d76e75451 move editPrefProfiles to pref-prefs 11 years ago
Andrew Dolgov 00e347410e move customizeCSS to pref-prefs 11 years ago
Andrew Dolgov 5d40efc9b0 add ability to select CSS files in themes/ 11 years ago
Andrew Dolgov 8aa01d7989 disable SORT_HEADLINES_BY_FEED_DATE; replace with a toolbar newest first order 11 years ago
Andrew Dolgov b9a06a0e39 retire frankly ridiculous sorting by score/title/date/default
keep defaul and oldest first instead of REVERSE_HEADLINES
11 years ago
Andrew Dolgov 6deafe90db modify notify/warn/error boxes css 11 years ago
Andrew Dolgov bb5e1a328d enable 4th field in plugin->about() to serve as a more info link 11 years ago
Andrew Dolgov 65f85248ce pref-prefs: mention tt-rss forums as a plugin source 11 years ago
Andrew Dolgov 33b3db3372 for consistency, show hotkey-toggleable options relating to headlines list in preferences 11 years ago
Andrew Dolgov 744a1b0080 disable show additional preferences checkbox as repeatedly confusing 11 years ago
Tomas Chvatal 9a73994c5e Allow translation of notices in prefs. 11 years ago
Andrew Dolgov 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago