Commit Graph

287 Commits (83303f20e06cfd69f5b36888be9f1cc0d7f3581a)

Author SHA1 Message Date
Andrew Dolgov fa0e0ef315 set feed editor password fields to autocomplete=off 9 years ago
Andrew Dolgov 4f100ece19 pref_filters: sort rules by reg_exp when displaying index 9 years ago
Andrew Dolgov 67f3e3f942 pref-labels: remove obsolete searching code 9 years ago
Andrew Dolgov 9def554082 pref-feeds: allow searching by feed_url 9 years ago
Andrew Dolgov a5556c2471 fix item_id not being properly escaped in pref_feeds::process_category_order() (possible sql injection) 9 years ago
Andrew Dolgov 312742db6e updates: auto-disable CURL if open_basedir is enabled, notify possible issues w/ plugins 9 years ago
Andrew Dolgov 5bdcb8fd78 remove option ALLOW_DUPLICATE_POSTS as confusing/useless 9 years ago
Andrew Dolgov b8619f8db0 store formatted backtrace to sql log 9 years ago
Andrew Dolgov 1bd552ee31 compat patches for php7 9 years ago
Andrew Dolgov 154f14d01b filters: do not strip_tags() on regexps 9 years ago
Andrew Dolgov 583f163f40 don't init plugins when loading everything to make a list, duh 9 years ago
Andrew Dolgov 77e8100669 add date suffixes to opml & import_export generated files 9 years ago
Andrew Dolgov 9a35ed6709 disable filter test result highlighting for the time being 9 years ago
Andrew Dolgov dbeef0ca67 filter preview: remove unnecessary checkbox 9 years ago
Andrew Dolgov f48f292d2b tweak filter preview layout a bit; allow previewing matched articles in a popup 9 years ago
Andrew Dolgov 261226a3a5 mostly implement async filter test dialog 9 years ago
Andrew Dolgov a007c18dff wip: filter async testing 9 years ago
Andrew Dolgov e17079dcef make disabled filter rules easier to discern
show if filter set match_any_rule on the overview
9 years ago
Andrew Dolgov 73dfda1da6 various minor style updates, add danger buttons 9 years ago
Andrew Dolgov d98779972d tabbed feed editor 9 years ago
Andrew Dolgov bf9cc9ad95 combine user edit & user details 9 years ago
Andrew Dolgov f232aa5a34 remove num_articles from main pref_users query 9 years ago
Andrew Dolgov f9c1f8b0d4 pref-feeds: check for inactive feeds asynchronously 9 years ago
Andrew Dolgov 1edff0d439 user manager: show stored feeds/articles 9 years ago
Andrew Dolgov b028da0a2d display lack of filter plugin actions properly 9 years ago
Andrew Dolgov b87744534a add plugin-based filter actions (see example plugin in attic)
bump schema
9 years ago
Andrew Dolgov 314956d440 filter test dialog fixes for filters w/ many rules 9 years ago
Andrew Dolgov fb8a032a6b minor textarea fixes 9 years ago
Andrew Dolgov e79e274fc8 add styles for several other dijit elements 9 years ago
Andrew Dolgov 91837f0a2a update site_url (and title if needed) when changing feed_url in feed editor 9 years ago
Andrew Dolgov df659891ac implement per-feed stemming language setting 9 years ago
Andrew Dolgov 3ceb893f66 add one catchall function to make uniqids/keyhashes/etc used by tt-rss 9 years ago
Andrew Dolgov 9638ec51b6 minor filter test dialog fixes 9 years ago
Andrew Dolgov 077004e470 feed test layout updates 9 years ago
Andrew Dolgov 4f9a3c0e0f Merge branch 'master' of git.fakecake.org:tt-rss
Conflicts:
	classes/pref/filters.php
9 years ago
Andrew Dolgov c939dfc396 rework filter preview to use native regexp implementation 9 years ago
Andrew Dolgov f5a0fb8b64 queryFeedHeadlines: move to array-based arguments, optionally check if first element changed when paginating 9 years ago
Andrew Dolgov 5956f312b7 add a bit more visible separate infobox for password change results 9 years ago
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) 10 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 11 years ago
Andrew Dolgov 50e04efdc8 expand filtertree display to make filters easier to distinguish 11 years ago
Andrew Dolgov b41c5741fe disable OTP on user password reset 11 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 12 years ago
Andrew Dolgov 5bbc4bb4b0 move stylesheets to css/, reference default tt-rss stylesheets from
default.css to make custom themes easier
12 years ago
Andrew Dolgov 8429af52be adjust previous patch phrasing a bit 12 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).
12 years ago
Andrew Dolgov c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 12 years ago
Andrew Dolgov 11334fdf6c make appearance of some preference panes more similar 12 years ago
Andrew Dolgov d29357fa02 fix more hphp detected issues 12 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 12 years ago
Andrew Dolgov e5e6cde06a remove support for hiding empty categories in prefs editor because people are dumb 12 years ago
Andrew Dolgov 0e72dbd79e Merge pull request #179 from nottwo/$link-cleanup
Remove obsolete $link parameter for password reset
12 years ago
Andrew Dolgov 8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 12 years ago
Trannie Carter 233b74ad22 Remove obsolete $link parameter for password reset 12 years ago
Andrew Dolgov 52e7b5a096 add clear sql log button 12 years ago
Andrew Dolgov 258068b379 do not calculate favicon color on manual icon replace 12 years ago
Andrew Dolgov bd02d29e1b prefs: update some descriptions to be more consistent 12 years ago
Andrew Dolgov 7b149552cb remove language selector from the login form, store language in the database per-user 12 years ago
Andrew Dolgov e57a1507ae do not use session cookie lifetime for additional cookies 12 years ago
Andrew Dolgov a845a3d5e5 otp: display notice if GD is missing 12 years ago
Andrew Dolgov 8cefe38a0a add HOOK_PREFS_SAVE_FEED 12 years ago
Andrew Dolgov 057177eb2c add HOOK_PREFS_EDIT_FEED 12 years ago
Andrew Dolgov b367c951b9 make logging configurable; add logging to syslog 12 years ago
Andrew Dolgov 48ed517e8d pref_prefs: remove second argument from the constructor 12 years ago
Andrew Dolgov 1ffe3391f9 make pluginhost a singleton 12 years ago
Andrew Dolgov 52d88392da move db-prefs to OO 12 years ago
Andrew Dolgov d9c85e0f11 classes: use OO DB interface 12 years ago
Andrew Dolgov 01568557b5 log viewer: add refresh button 12 years ago
Andrew Dolgov a42c55f02b fix blank character after opening bracket in function calls 12 years ago
Andrew Dolgov 72ff013729 fix pluginhost created without dbh 12 years ago