Commit Graph

6108 Commits

Author SHA1 Message Date
Andrew Dolgov f240d26e46 move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
Andrew Dolgov b4c47f7e7b add command-line db schema updater 2013-04-04 19:15:14 +04:00
Andrew Dolgov 29c8fa080e add language dropdown to prefs 2013-04-04 18:15:37 +04:00
Andrew Dolgov aadd636a01 enable remember me 2013-04-04 17:59:04 +04:00
Andrew Dolgov 0fc3930be4 search: simplify code, allow searching by note and title content (note:blah, title:blah) 2013-04-04 16:52:25 +04:00
Andrew Dolgov 7f44364870 search: allow searching by note text 2013-04-04 16:42:37 +04:00
Andrew Dolgov 9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed 2013-04-04 15:33:14 +04:00
Andrew Dolgov 82d77deb28 reduce default session expiration limit 2013-04-04 15:29:58 +04:00
Andrew Dolgov 122e9d788e add a dropdown button action to save and exit prefs (closes #660) 2013-04-04 14:53:36 +04:00
Andrew Dolgov e6cdbaec9f Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-04 13:21:11 +04:00
Andrew Dolgov 5929a0c1e4 updater: prevent duplicate feed ids being scheduled for update 2013-04-04 13:20:44 +04:00
Andrew Dolgov 810205625b session validation: check for tt-rss version 2013-04-04 12:55:15 +04:00
Andrew Dolgov 9fb91a2043 release 1.7.8 2013-04-04 12:21:37 +04:00
Andrew Dolgov 9772c52a62 fix operation without curl 2013-04-04 12:21:29 +04:00
Andrew Dolgov 61096207b6 add several checks to googleimportplugin to make importing more stable 2013-04-04 10:21:48 +04:00
Andrew Dolgov ae31704bb3 only unmark articles which had been processed when automarking (for realz) 2013-04-04 09:49:37 +04:00
Andrew Dolgov dfd071e28d add experimental cooldown after headlines buffer had been manipulated before auto catchup is enabled
only unmark articles which had been processed when automarking
2013-04-04 09:45:34 +04:00
Andrew Dolgov 509626a2ac rebase translations 2013-04-04 09:06:06 +04:00
Andrew Dolgov a78cb4b18b release 1.7.7 2013-04-04 09:05:59 +04:00
Andrew Dolgov cf57eb3c5d all articles: allow archived 2013-04-04 09:01:17 +04:00
Andrew Dolgov cd4d71b41b updater: fix is_writable checking 2013-04-03 23:24:27 +04:00
Andrew Dolgov 83b1ddafef plugins/mail: remove secretkey stuff 2013-04-03 22:55:46 +04:00
Andrew Dolgov d0eef2a3b0 only destroy unlogged sessions 2013-04-03 19:23:43 +04:00
Andrew Dolgov 4ad99f23ff deinitialize session in login_sequence() instead of sessions.php 2013-04-03 19:16:59 +04:00
Andrew Dolgov 6f431804a9 remove session check/destroy stuff, looks problematic 2013-04-03 19:13:23 +04:00
Andrew Dolgov e3ca32a818 replace catchupCurrentFeed dropdown with a better control 2013-04-03 18:20:14 +04:00
Andrew Dolgov 686852d548 fix default sorting not taking score into account, remove unused SORT_HEADLINES_BY_FEED_DATE remnant 2013-04-03 16:06:54 +04:00
Andrew Dolgov 1fcb6baa38 installer: remove shorttag 2013-04-03 14:36:59 +04:00
Andrew Dolgov 49dc02808e updater: add /bin and /usr/bin to path before looking for binaries in case of php-fpm empty environment or whatever 2013-04-03 14:33:59 +04:00
Andrew Dolgov cfd34086c1 fix catchup not working on Fresh articles 2013-04-03 13:48:50 +04:00
Andrew Dolgov 737ede9cbc Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-03 13:43:45 +04:00
Andrew Dolgov 6470aaec68 add NO_CURL; disable native gzdecoding for file_get_contents() experimentally 2013-04-03 13:43:09 +04:00
Andrew Dolgov 3b32c232da Merge pull request #127 from scarabeusiv/master
Fix typos in czech trans and add few directly visible strings
2013-04-03 02:16:53 -07:00
Tomáš Chvátal 7fdb28ca89 Update few typos and directly visible strings after the release. 2013-04-03 11:11:07 +02:00
Andrew Dolgov b3b48f61c0 add an angrier blurb to sanity_check.php 2013-04-03 12:28:21 +04:00
Andrew Dolgov 4d8500570c Merge pull request #126 from RaphaelRochet/master
French translation update
2013-04-02 23:49:20 -07:00
Raphaël Rochet bc02c50604 French translation update - a few new strings, few not-so-fuzzy strings fixed 2013-04-03 08:46:51 +02:00
Andrew Dolgov 9f4bd669c6 release 1.7.6 2013-04-03 08:50:21 +04:00
Andrew Dolgov fd211cb650 rebase translations 2013-04-03 08:49:59 +04:00
Andrew Dolgov d8b0a690e9 Merge pull request #125 from HeikoAdams/master
Some more german translations
2013-04-02 21:37:12 -07:00
Heiko Adams 1be7bb2ba0 some more german translations 2013-04-03 00:50:52 +02:00
Andrew Dolgov 0db61af841 api: add article api hook to getArticle, change parameters passed 2013-04-02 23:02:52 +04:00
Andrew Dolgov e3c394d391 remove THEME_VERSION_REQUIRED
reduce potential freak agitation
2013-04-02 22:46:28 +04:00
Andrew Dolgov 2f76e8583d Merge pull request #114 from ifireball/tunable-fetches
Allow tuning fetch timeouts from config.php
2013-04-02 11:41:15 -07:00
Barak Korren 9ef8798bec No more "tunables.php" defaults dumped into "functions.php" 2013-04-02 21:29:10 +03:00
Andrew Dolgov 8ef9645da0 pref-prefs: add help for USER_CSS_THEME 2013-04-02 21:41:30 +04:00
Barak Korren 58a2577d48 Merge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSS.git 2013-04-02 20:38:07 +03:00
Andrew Dolgov cc33260343 feed-holder: remove overflow:hidden 2013-04-02 21:20:20 +04:00
Andrew Dolgov 870334be3f remove dojo uncompressed files 2013-04-02 20:06:16 +04:00
Andrew Dolgov 7caa48fe6a modify dojo rebuild script to remove uncompressed files 2013-04-02 20:06:04 +04:00