Andrew Dolgov
34899cf9e8
add hidden tunable _DISABLE_INACTIVE_FEEDS
2014-05-22 08:10:24 +00:00
Andrew Dolgov
50e04efdc8
expand filtertree display to make filters easier to distinguish
2014-04-02 08:15:33 +00:00
Andrew Dolgov
b41c5741fe
disable OTP on user password reset
2014-03-09 10:33:41 +04:00
Andrew Dolgov
4a80c57c50
remove some unused code reported by phpmd
2014-02-19 15:42:52 +04:00
Andrew Dolgov
ab85ad89b3
otp: use application name in provisioning uri
2014-01-19 00:29:42 +04:00
Andrew Dolgov
4c63934bac
increase randomness of shared url keys a bit
2014-01-17 13:41:27 +04:00
Andrew Dolgov
76d78eb2e7
remove unnecessary wrapping from share uniqid() keys
2013-12-24 13:27:57 +04:00
Andrew Dolgov
bf5bcb8e27
queryFeedHeadlines: remove obsolete content_preview
2013-11-29 13:54:30 +04:00
Andrew Dolgov
e7a40490b8
filters: add a link to the wiki page to the rule create/edit dialog
2013-09-02 13:54:56 +04:00
Andrew Dolgov
74175e6ae3
fix filter content previews showing html content
2013-07-14 21:55:14 +04:00
Andrew Dolgov
1a545dcb44
mark feed with error in headlines toolbar, use error icon in feed editor
2013-07-12 12:38:50 +04:00
Andrew Dolgov
41a7a066ef
share: move unsharing all articles into the plugin
2013-07-11 14:11:41 +04:00
Andrew Dolgov
a290e9ea2e
fix crash in filter preferences
2013-07-10 20:39:57 +04:00
Andrew Dolgov
f48d89fd58
Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into justauserx-hookhead
2013-07-10 16:41:48 +04:00
Andrew Dolgov
06a39024dd
plugin list: fix system plugins image position
2013-07-10 13:11:40 +04:00
Andrew Dolgov
2f20dd58d2
integrate silk icons by Mark James
2013-07-10 13:09:12 +04:00
justauser
6763143835
Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raised
2013-06-28 10:46:45 -04:00
justauser
7171f32dc5
Merge remote-tracking branch 'origin' into hookhead
...
Conflicts:
classes/feeds.php
fix for merging up to the origin
2013-06-27 11:57:49 -04:00
justauser
891e36f57e
Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.
2013-06-27 11:18:23 -04:00
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
2013-06-26 02:17:49 +04:00
Andrew Dolgov
44727c79ad
batch feed editor: remove title and feed url because batch editing those makes no sense whatsoever
2013-06-25 23:07:09 +04:00
Andrew Dolgov
da8d534ac1
minor user editor updates
2013-06-11 12:12:43 +04:00
Andrew Dolgov
d9afd9b2b5
use dojo stuff for user details
2013-06-11 12:11:02 +04:00
Andrew Dolgov
808ef3d4fc
pref-users: remove useless javascript: prefix
2013-06-11 12:05:45 +04:00
Andrew Dolgov
222a61c222
user editor: use dojo stuff
2013-06-11 12:04:29 +04:00
Andrew Dolgov
496195db4e
fix calculation of feed counts in pref-feeds editor
2013-06-07 15:31:43 +04:00
Andrew Dolgov
610fe11535
add HOOK_PREFS_TAB_SECTION to user manager toolbar
2013-05-22 12:02:43 +04:00
Andrew Dolgov
5bbc4bb4b0
move stylesheets to css/, reference default tt-rss stylesheets from
...
default.css to make custom themes easier
2013-05-19 21:22:01 +04:00
Andrew Dolgov
8429af52be
adjust previous patch phrasing a bit
2013-05-19 11:27:17 +04:00
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).
2013-05-19 03:19:55 -04:00
Andrew Dolgov
c594eca0de
implement additional counter mode for virtual feeds when there's 0 unread articles
2013-05-16 01:08:04 +04:00
Andrew Dolgov
11334fdf6c
make appearance of some preference panes more similar
2013-05-12 12:36:25 +04:00
Andrew Dolgov
d29357fa02
fix more hphp detected issues
2013-05-07 15:18:37 +04:00
Rasmus Lerdorf
6f7798b643
Fixing bugs found by static analysis
2013-05-07 00:35:10 -07:00
Andrew Dolgov
e5e6cde06a
remove support for hiding empty categories in prefs editor because people are dumb
2013-05-06 12:50:52 +04:00
Andrew Dolgov
0e72dbd79e
Merge pull request #179 from nottwo/$link-cleanup
...
Remove obsolete $link parameter for password reset
2013-05-05 21:06:43 -07:00
Andrew Dolgov
8d090a910b
use css nth-child instead of old even/odd class hacks for normal mode
2013-05-04 12:01:53 +04:00
Trannie Carter
233b74ad22
Remove obsolete $link parameter for password reset
2013-05-03 20:44:24 -04:00
Andrew Dolgov
52e7b5a096
add clear sql log button
2013-04-29 23:12:54 +04:00
Andrew Dolgov
258068b379
do not calculate favicon color on manual icon replace
2013-04-29 16:09:03 +04:00
Andrew Dolgov
bd02d29e1b
prefs: update some descriptions to be more consistent
2013-04-29 15:58:15 +04:00
Andrew Dolgov
7b149552cb
remove language selector from the login form, store language in the database per-user
2013-04-29 15:54:23 +04:00
Andrew Dolgov
e57a1507ae
do not use session cookie lifetime for additional cookies
2013-04-29 13:03:28 +04:00
Andrew Dolgov
a845a3d5e5
otp: display notice if GD is missing
2013-04-29 09:20:30 +04:00
Andrew Dolgov
8cefe38a0a
add HOOK_PREFS_SAVE_FEED
2013-04-26 14:23:18 +04:00
Andrew Dolgov
057177eb2c
add HOOK_PREFS_EDIT_FEED
2013-04-26 14:21:08 +04:00
Andrew Dolgov
b367c951b9
make logging configurable; add logging to syslog
2013-04-19 09:45:43 +04:00
Andrew Dolgov
48ed517e8d
pref_prefs: remove second argument from the constructor
2013-04-19 08:40:19 +04:00
Andrew Dolgov
1ffe3391f9
make pluginhost a singleton
2013-04-18 12:27:34 +04:00
Andrew Dolgov
52d88392da
move db-prefs to OO
2013-04-18 12:00:01 +04:00