Commit Graph

316 Commits (803b8ead1e40d917424c01f5cf0f7a2dda237ed2)

Author SHA1 Message Date
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) 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
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 66ca7c3097 api: add include_empty to getCategories/getFeedTree 11 years ago
Andrew Dolgov fcef9eeae0 remove dialogNotice; tweak dialog appearance a bit 11 years ago
Andrew Dolgov 483f15d538 update utility.css related stuff some more 11 years ago
Andrew Dolgov 0bb5833beb api: add getFeedTree 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 a413f53ebf add experimental base for plugin vfeeds (3 pane mode not yet
implemented)
11 years ago
Andrew Dolgov c72069b098 pref_users: do not escape password to prevent special character
mishandling; remove inconsistent trimming of passwords
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
Andrew Dolgov f822a8e56c experimentally rebase labels; make base index configurable 11 years ago
Andrew Dolgov ec1f8a3d8a fix inverse rule to only mean negative regexp matching except for whole rule (refs #631) 11 years ago
Andrew Dolgov bcd4d24086 getFilterName: only show inverse rules as actually inverse 11 years ago
Andrew Dolgov a3a896a127 let us rejoice on being able to create double negative filters (refs #631) 11 years ago
Tomas Chvatal 9a73994c5e Allow translation of notices in prefs. 11 years ago
Andrew Dolgov 8850646ff3 Merge pull request #77 from scarabeusiv/master
Fix pluralized forms and whitespace in translations and fix the l10n tools
11 years ago
Tomas Chvatal 1844694351 gettext whitespace fix 11 years ago
Tomas Chvatal f5c1fef9cd Fix plural forms on feed count. 11 years ago
Andrew Dolgov efc6553da4 api: implement subscribeToFeed/unsubscribeFeed (closes #623) 11 years ago
Andrew Dolgov 68fb3c955a update reset user password to use ttrssMailer 11 years ago
Andrew Dolgov f43e9e97a5 add basic password recovery thing 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
Joschasa ca5d9be49f Remove deprecated $match_on 11 years ago
Andrew Dolgov 451ff72289 rework pref-prefs to use checkboxes 11 years ago
Andrew Dolgov bfd61d3f85 rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema) 11 years ago
Andrew Dolgov e9f42579a3 fix boolean wrapped as a string literal passed when saving user (closes #568) 11 years ago
Andrew Dolgov f01c8ec4f1 prevent absolutely useless 'exploit' (not really) while editing filters (closes #572) 11 years ago
Andrew Dolgov 8349a32e75 remove cache_content remnants 11 years ago
Stephen Hill 9bb6811d2a Input didn't have a type.
This pasword input didn't have type="input". Now it does.
11 years ago