Commit Graph

4935 Commits

Author SHA1 Message Date
Andrew Dolgov 0a11d23534 catchupBatchedArticles: create local copy of the batch to work with 2012-08-23 09:17:30 +04:00
Andrew Dolgov 9aceda3afc remove hook-based plugins 2012-08-21 14:37:43 +04:00
Andrew Dolgov 23d2471c92 expand error messages in subscribeToFeed(), provide proper error message
when URL download failed (refs #489)
2012-08-21 14:09:51 +04:00
Andrew Dolgov 9da07c8ad2 unbreak classes/dlg 2012-08-17 17:03:39 +04:00
Andrew Dolgov 6eaf319320 api: disable deprecated HTTP parameter support by default 2012-08-17 15:16:13 +04:00
Andrew Dolgov 369dbc19d6 rework class system to use subdirectories
add placeholder plugin/hook system
2012-08-17 14:22:33 +04:00
Andrew Dolgov 3d2c9f5adf small tweak for loadMoreHeadlines() algorithm 2012-08-16 19:11:39 +04:00
Andrew Dolgov f1d65e5089 remove api-specific _autoload 2012-08-16 18:33:08 +04:00
Andrew Dolgov dc0374df2b auth_internal.change_password: do not rely on session 2012-08-16 18:27:26 +04:00
Andrew Dolgov d5fd183d18 move changing password code to authentication modules 2012-08-16 18:21:35 +04:00
Andrew Dolgov 200e0d4ebb save module user authenticated with, only allow password change if module is 'internal' 2012-08-16 16:00:50 +04:00
Andrew Dolgov 1e666f0aeb add hide_change_password session variable 2012-08-16 15:58:13 +04:00
Andrew Dolgov 238d594e6b fix __autoload to work with mobile/ 2012-08-16 15:55:30 +04:00
Andrew Dolgov 143d1b31a8 routing: check if created handler is a subclass of Handler 2012-08-16 15:43:52 +04:00
Andrew Dolgov 501ed09a26 allow auto_create_user() to be used instead of find_user_by_login() when auto creating is off 2012-08-16 15:38:33 +04:00
Andrew Dolgov 0d421af86f split authentication to separate modules 2012-08-16 15:30:49 +04:00
Andrew Dolgov 7e18f8e710 print_feed_cat_select: fix Uncategorized not recognized as default_id 2012-08-16 13:36:02 +04:00
Andrew Dolgov fc9de93985 add additional ownership checks to getfeedcounters/getcategorycounters 2012-08-15 19:34:50 +04:00
Andrew Dolgov a650c251c7 remove include_children element form name 2012-08-15 16:19:50 +04:00
Andrew Dolgov 3f9de6ccbc opml: remove CRs, tweak category node detection 2012-08-15 15:58:43 +04:00
Andrew Dolgov 65c8267980 opml: clean empty categories 2012-08-15 15:55:41 +04:00
Andrew Dolgov d75409bfda move opml stuff to classes/opml.php 2012-08-15 15:47:13 +04:00
Andrew Dolgov ac9b1f0772 opml: some indenting stuff 2012-08-15 15:13:26 +04:00
Andrew Dolgov d3cface62d remove loading of test opml file in debug mode 2012-08-15 15:09:27 +04:00
Andrew Dolgov d2a317e3c8 refactor opml import/export code
fix opml to properly handle nested categories
allow creating categories with same name in different parent categories
2012-08-15 15:03:40 +04:00
Andrew Dolgov 3a9d5c6e88 opml: support proper export of nested categories 2012-08-15 12:52:45 +04:00
Andrew Dolgov 9772759980 do not hide read category which has unread children 2012-08-15 12:26:55 +04:00
Andrew Dolgov ba5296a19b disable dnd tip in pref_feeds 2012-08-15 10:48:25 +04:00
Andrew Dolgov 4b298c8698 fix batchSubscribe dialog not closing/feedlist not updating 2012-08-15 10:41:59 +04:00
Andrew Dolgov 95ee44b33d fix drag-and-drop categorizing of feeds into nested cats 2012-08-15 10:10:24 +04:00
Andrew Dolgov 28537341ef pref_feeds: add missing methods to add/remove cats 2012-08-15 09:59:08 +04:00
Andrew Dolgov 5ef071e00b remove old category editor
allow creating/removing categories in main feed editor
2012-08-15 09:38:57 +04:00
Andrew Dolgov e07f89815b properly persist include_children 2012-08-15 09:11:43 +04:00
Andrew Dolgov fbf85cf646 print_feed_cat_select: display nested category structure
fix empty sub-sub-categories never being shown
2012-08-14 23:19:20 +04:00
Andrew Dolgov a26f57e63a fix savefeedorder for dojo 1.7 (wtf) 2012-08-14 19:37:31 +04:00
Andrew Dolgov 4d5eed551f only precache_headlines_idle() when actually idle 2012-08-14 19:30:49 +04:00
Andrew Dolgov 3ea91b2d18 re-enable setting of include_children button on startup 2012-08-14 19:25:10 +04:00
Andrew Dolgov 0181c01109 dojo: remove uncompressed files 2012-08-14 19:04:32 +04:00
Andrew Dolgov 973c4a649f make precache_headlines_idle() start slower 2012-08-14 19:03:34 +04:00
Andrew Dolgov 1354d17270 update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Andrew Dolgov d04f8c826f remove call-by-reference to comply with php 5.4 2012-08-14 12:18:52 +04:00
Andrew Dolgov 481870bdaf update README (2) 2012-08-14 10:53:36 +04:00
Andrew Dolgov f02d970238 update README 2012-08-14 10:53:15 +04:00
Andrew Dolgov 675b51e8ff Merge branch 'nested-cats' 2012-08-14 10:47:24 +04:00
Andrew Dolgov 854a2ace86 change include_children to a togglebutton; add placeholder setting save in a session 2012-08-13 21:39:40 +04:00
Andrew Dolgov 09101297ee add toolbar checkbox to include subcategories to viewfeed() 2012-08-13 21:25:46 +04:00
Andrew Dolgov 99c9e91a51 fix queryFeedHeadlines, rename getCategoryUnreadRecursive 2012-08-13 21:02:52 +04:00
Andrew Dolgov 6d8d00e8c0 allow queryFeedHeadlines() to show child category entries 2012-08-13 20:53:45 +04:00
Andrew Dolgov 2c5f231e43 add special indication for categories having unread items in child categories 2012-08-13 19:52:34 +04:00
Andrew Dolgov be514d00c9 remove feeds/index() 2012-08-13 18:58:21 +04:00