Commit Graph

89 Commits (edefcec19d43c261c5bd5ee7382149581757058e)

Author SHA1 Message Date
Andrew Dolgov 667d32fd26 remove obsolete forum plugin links
mention how to enable system plugins in the UI
9 years ago
Andrew Dolgov e130b283a7 db prefs: ignore cache when preference requested for specified UID (in case cached value of a different profile is stored)
prefs: show (and set) enabled plugins for default profile only
9 years ago
Andrew Dolgov ea79a0e033 remove some redundant php closing tags 9 years ago
Andrew Dolgov 1bfe1d7b31 simplify error handling
* less convoluted exception dialogs
* use window.onerror for the majority of exception catching/reporting
* remove most of now useless try/catch blocks
* report stacktrace instead of manually specified error locations
9 years ago
Jérémy DECOOL ba2853caac Prevent target='_blank' vulnerability on dynamic link 9 years ago
Andrew Dolgov 328118d12e use print_hidden() for hidden dojo form fields 9 years ago
Andrew Dolgov 22387de225 preferences: set themes dropdown to default if selected theme is missing 9 years ago
Andrew Dolgov e432b8fbe2 implement cache-busting for default theme.css
night theme: small fixes
9 years ago
Andrew Dolgov 312742db6e updates: auto-disable CURL if open_basedir is enabled, notify possible issues w/ plugins 10 years ago
Andrew Dolgov 5bdcb8fd78 remove option ALLOW_DUPLICATE_POSTS as confusing/useless 10 years ago
Andrew Dolgov 583f163f40 don't init plugins when loading everything to make a list, duh 10 years ago
Andrew Dolgov b87744534a add plugin-based filter actions (see example plugin in attic)
bump schema
11 years ago
Andrew Dolgov fb8a032a6b minor textarea fixes 11 years ago
Andrew Dolgov e79e274fc8 add styles for several other dijit elements 11 years ago
Andrew Dolgov 5956f312b7 add a bit more visible separate infobox for password change results 11 years ago
Andrew Dolgov 415a3b50c9 fix some minor typos and stuff 11 years ago
Andrew Dolgov b9634eb8b8 support loading themes from themes.local 11 years ago
Andrew Dolgov e6c826fa2f remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results) 11 years ago
Andrew Dolgov f6cbe9a5a0 require version information in all additional themes 11 years ago
Andrew Dolgov 78744d48d7 add FEEDS_SORT_BY_UNREAD to blacklist (removed) 12 years ago
Andrew Dolgov 4a80c57c50 remove some unused code reported by phpmd 12 years ago
Andrew Dolgov ab85ad89b3 otp: use application name in provisioning uri 12 years ago
Andrew Dolgov 06a39024dd plugin list: fix system plugins image position 13 years ago
Andrew Dolgov 2f20dd58d2 integrate silk icons by Mark James 13 years ago
Andrew Dolgov 5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
13 years ago
Andrew Dolgov 8429af52be adjust previous patch phrasing a bit 13 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).
13 years ago
Andrew Dolgov 11334fdf6c make appearance of some preference panes more similar 13 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 13 years ago
Andrew Dolgov 8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 13 years ago
Andrew Dolgov bd02d29e1b prefs: update some descriptions to be more consistent 13 years ago
Andrew Dolgov 7b149552cb remove language selector from the login form, store language in the database per-user 13 years ago
Andrew Dolgov e57a1507ae do not use session cookie lifetime for additional cookies 13 years ago
Andrew Dolgov a845a3d5e5 otp: display notice if GD is missing 13 years ago
Andrew Dolgov 48ed517e8d pref_prefs: remove second argument from the constructor 13 years ago
Andrew Dolgov 1ffe3391f9 make pluginhost a singleton 13 years ago
Andrew Dolgov 52d88392da move db-prefs to OO 13 years ago
Andrew Dolgov d9c85e0f11 classes: use OO DB interface 13 years ago
Andrew Dolgov a42c55f02b fix blank character after opening bracket in function calls 13 years ago
Andrew Dolgov 72ff013729 fix pluginhost created without dbh 13 years ago
Andrew Dolgov 6322ac79a0 remove $link 13 years ago
Andrew Dolgov 2cbdc95bb0 add a separate tab for the logger 13 years ago
Andrew Dolgov 9deca86d96 require entering current one time code to enable otp 13 years ago
Andrew Dolgov 4e53956add implement error log viewer 13 years ago
Andrew Dolgov 723bcdb213 update description of DEFAULT_UPDATE_INTERVAL (2) 13 years ago
Andrew Dolgov 3ddbefabef update description of DEFAULT_UPDATE_INTERVAL 13 years ago
Andrew Dolgov bf87833884 fix prefs reset not working properly 13 years ago
Andrew Dolgov 29c8fa080e add language dropdown to prefs 13 years ago
Andrew Dolgov 122e9d788e add a dropdown button action to save and exit prefs (closes #660) 13 years ago
Andrew Dolgov 8ef9645da0 pref-prefs: add help for USER_CSS_THEME 13 years ago