Commit Graph

249 Commits (e73401844868287d465ef1a0ffdbfbea377e84fa)

Author SHA1 Message Date
Andrew Dolgov 415a3b50c9 fix some minor typos and stuff 9 years ago
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 4a1d122c87 edit feed: smaller buttons for icon upload; allow uploading larger favicons 10 years ago
Andrew Dolgov 0d703c73bd reinstate wrongfully renamed archived feed; properly fix prefs filtertree labels for all feeds (ff5cc7d7) 10 years ago
André Glüpker d922b09c43 Skip nested Feed when calling getNextUnreadFeed()
This function is only called when using "Mark all as read".
So every time, this function gets called right now, all nested
categories get marked as read as well, so we don't want to jump to them.
Instead we want to the next category with same or higher tier.
10 years ago
Andrew Dolgov 78744d48d7 add FEEDS_SORT_BY_UNREAD to blacklist (removed) 10 years ago
Andrew Dolgov 34899cf9e8 add hidden tunable _DISABLE_INACTIVE_FEEDS 10 years ago
Andrew Dolgov 50e04efdc8 expand filtertree display to make filters easier to distinguish 10 years ago
Andrew Dolgov b41c5741fe disable OTP on user password reset 10 years ago
Andrew Dolgov 4a80c57c50 remove some unused code reported by phpmd 11 years ago
Andrew Dolgov ab85ad89b3 otp: use application name in provisioning uri 11 years ago
Andrew Dolgov 4c63934bac increase randomness of shared url keys a bit 11 years ago
Andrew Dolgov 76d78eb2e7 remove unnecessary wrapping from share uniqid() keys 11 years ago
Andrew Dolgov bf5bcb8e27 queryFeedHeadlines: remove obsolete content_preview 11 years ago
Andrew Dolgov e7a40490b8 filters: add a link to the wiki page to the rule create/edit dialog 11 years ago
Andrew Dolgov 74175e6ae3 fix filter content previews showing html content 11 years ago
Andrew Dolgov 1a545dcb44 mark feed with error in headlines toolbar, use error icon in feed editor 11 years ago
Andrew Dolgov 41a7a066ef share: move unsharing all articles into the plugin 11 years ago
Andrew Dolgov a290e9ea2e fix crash in filter preferences 11 years ago
Andrew Dolgov f48d89fd58 Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into justauserx-hookhead 11 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
justauser 6763143835 Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raised 11 years ago
justauser 7171f32dc5 Merge remote-tracking branch 'origin' into hookhead
Conflicts:
	classes/feeds.php

fix for merging up to the origin
11 years ago
justauser 891e36f57e Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided. 11 years ago
Andrew Dolgov afa1a260d0 fix inverse status not being set correctly for filters when creating
them
fix inverse rules not being saved/restored properly through opml
11 years ago
Andrew Dolgov 44727c79ad batch feed editor: remove title and feed url because batch editing those makes no sense whatsoever 11 years ago
Andrew Dolgov da8d534ac1 minor user editor updates 11 years ago
Andrew Dolgov d9afd9b2b5 use dojo stuff for user details 11 years ago
Andrew Dolgov 808ef3d4fc pref-users: remove useless javascript: prefix 11 years ago
Andrew Dolgov 222a61c222 user editor: use dojo stuff 11 years ago
Andrew Dolgov 496195db4e fix calculation of feed counts in pref-feeds editor 11 years ago
Andrew Dolgov 610fe11535 add HOOK_PREFS_TAB_SECTION to user manager toolbar 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 c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 11 years ago
Andrew Dolgov 11334fdf6c make appearance of some preference panes more similar 11 years ago
Andrew Dolgov d29357fa02 fix more hphp detected issues 11 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 11 years ago
Andrew Dolgov e5e6cde06a remove support for hiding empty categories in prefs editor because people are dumb 11 years ago
Andrew Dolgov 0e72dbd79e Merge pull request #179 from nottwo/$link-cleanup
Remove obsolete $link parameter for password reset
11 years ago
Andrew Dolgov 8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 11 years ago
Trannie Carter 233b74ad22 Remove obsolete $link parameter for password reset 11 years ago
Andrew Dolgov 52e7b5a096 add clear sql log button 11 years ago
Andrew Dolgov 258068b379 do not calculate favicon color on manual icon replace 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 8cefe38a0a add HOOK_PREFS_SAVE_FEED 11 years ago
Andrew Dolgov 057177eb2c add HOOK_PREFS_EDIT_FEED 11 years ago
Andrew Dolgov b367c951b9 make logging configurable; add logging to syslog 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 01568557b5 log viewer: add refresh button 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 a5680acbe8 replace split with explode 11 years ago
Andrew Dolgov 4e53956add implement error log viewer 11 years ago
Andrew Dolgov bc7a144dd5 properly remove and replace favicon color when favicon gets manually removed/uploaded 11 years ago
Andrew Dolgov 41694a956d fix double-escaping possible with encrypted passwords 11 years ago
Andrew Dolgov 044cff2d74 implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 11 years ago
Andrew Dolgov 3306daecf4 implement upload-related support for open_basedir 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 b1df14d0ec do not rely on feed_id when adding archived feed while unsubscribing 11 years ago
Andrew Dolgov 2714d5caa3 fix batch subscribe eating CRs (closes #667) 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 195187c490 rpc: move several feed-related calls to pref-feeds 11 years ago
Andrew Dolgov 96e3ae8cce move batchAddFeeds to pref-feeds 11 years ago
Andrew Dolgov 0671359f28 make show empty cats menu item more visible, move unsubscribe to feeds dropdown 11 years ago
Andrew Dolgov 977580a41c remove obsolete xml stuff in pref-users infoboxes 11 years ago
Andrew Dolgov 1a293f10ab improve filter overview display; replace ngettext with php gettext 11 years ago
Andrew Dolgov 201bb1ca54 move batchSubscribe to pref-feeds 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 fb54e3b188 remove xml stuff from backend/dlg 11 years ago
Andrew Dolgov f041932021 pref-filters: fix overview load order 11 years ago
Andrew Dolgov b895510f5c mark filters with no caption in overview 11 years ago
Andrew Dolgov 442bca2752 filters: make caption required (fix) 11 years ago
Andrew Dolgov 4aa1e31e4e filters: make caption required 11 years ago
Andrew Dolgov a86ba0a67a implement filter drag and drop sorting 11 years ago
Andrew Dolgov da46d21e88 simplify filter overview 11 years ago
Andrew Dolgov 18ad09af01 implement filter titles 11 years ago
Andrew Dolgov aa5ac2cd3a do not create duplicate archived feeds on unsubscribe, file entries into already existing archive entry 11 years ago