Andrew Dolgov
a3ef7d106a
cdmClicked: use correct function to parse returned JSON
2011-03-01 15:46:41 +03:00
Andrew Dolgov
aeaa69919f
subcribe_to_feed: only try to use twitter OAuth when authentication information is available ( closes #325 )
2011-02-26 15:11:20 +03:00
Andrew Dolgov
d564f2835c
update_rss_feed: do not strip tags of entry_content (refs #323 )
2011-02-20 00:13:13 +03:00
Andrew Dolgov
c7a8deacd9
db_escape_string: remove tags by default (refs #323 )
2011-02-19 16:55:36 +03:00
Andrew Dolgov
6853521166
fix fatalError() not working properly
2011-02-18 12:28:03 +03:00
John Kristensen
d195055341
Allow update.php to be run from outside of the main directory
...
* Change the update.php working directory to be the main tt-rss application
directory so that the script can be run from anywhere without problems.
Useful for adding the update.php script to cron.
2011-02-09 14:52:14 +03:00
Andrew Dolgov
8e57cfbeb3
backend/rss: fix previous patch breaking active session id (refs #318 )
2011-02-09 12:41:35 +03:00
Andrew Dolgov
19039fd07b
backend/rss: better error reporting for unauthorized feeds, do not automatically fallback on active session id when key has been provided (refs #318 )
2011-02-09 12:37:50 +03:00
Andrew Dolgov
fbd40f5dd8
api: default to admin username when logging in in single user mode (fixed)
2011-02-07 16:25:37 +03:00
Andrew Dolgov
4909f981ce
api: default to admin username when logging in in single user mode
2011-02-07 13:38:03 +03:00
Andrew Dolgov
b899847009
implement a proper fix of cached images URL (refs #305 , closes #300 )
2011-01-31 13:22:36 +03:00
Andrew Dolgov
53fd549523
focus content pane on view() ( closes #312 )
2011-01-31 13:10:54 +03:00
Andrew Dolgov
1c848491b6
fix sanity_config script, regenerate check file
2011-01-30 19:01:29 +03:00
Andrew Dolgov
9fcbc76fda
update image caching handler code (refs #300 )
2011-01-26 12:29:45 +03:00
Andrew Dolgov
0900727a8b
only show cache images option in feed editor when SIMPLEPIE_CACHE_IMAGES is enabled
2011-01-26 11:38:07 +03:00
Andrew Dolgov
ce72cb956d
login form: fix copyright year
2011-01-25 15:15:30 +03:00
Andrew Dolgov
50ba64555d
remove DB_PORT from the list of required config keywords ( closes #310 )
2011-01-24 12:18:39 +03:00
Andrew Dolgov
906fc5b7a1
replace all occurences of double-escaped entities in FeedTree instead of only first one
2011-01-24 10:05:15 +03:00
Andrew Dolgov
172c86bae1
release 1.5.1
2011-01-21 21:37:29 +03:00
Andrew Dolgov
b01b1b38f3
fix edit subscription option button doing nothing after external subscription
2011-01-18 17:04:29 +03:00
Andrew Dolgov
33d32a3c7c
properly handle multiple feed extraction in external subscription dialog
2011-01-18 16:58:26 +03:00
Andrew Dolgov
6615cc366c
properly handle redirecting back to requested page after logging in ( closes #302 )
2011-01-18 16:47:52 +03:00
Andrew Dolgov
8122dae505
Merge branch 'master' of fakecake.org:public_html/testbox/tt-rss
2011-01-18 16:28:05 +03:00
Andrew Dolgov
c2b2869cbc
fix j/k selecting hidden categories (refs #292 )
2011-01-18 16:27:31 +03:00
Andrew Dolgov
9ad5399186
fix x hotkey firing simultaneously with X
2011-01-18 12:42:07 +03:00
Andrew Dolgov
d026d372b5
properly skip over collapsed categories when using j/k hotkeys (refs #292 )
2011-01-18 12:40:19 +03:00
Andrew Dolgov
0569a7122c
re-add ForceUpdate to viewfeed for update debugging, add some filter debugging
2011-01-18 00:32:48 +03:00
andre-hub
08ac193a41
small fixes
2011-01-16 11:04:05 +03:00
Andrew Dolgov
69de6b46b2
implement j/k hotkeys to move between feeds ( closes #292 )
2011-01-15 20:14:45 +03:00
Andrew Dolgov
8fc26c419b
properly check whether all constants are defined in config.php
2011-01-11 12:20:00 +03:00
Andrew Dolgov
0efa586a10
fix simplepie image cache being requested from the wrong address ( close #300 )
2011-01-11 11:38:03 +03:00
Andrew Dolgov
12df6592f3
add optional AUTO_LOGIN for when remote authentication is allowed ( closes #295 )
2011-01-11 11:36:35 +03:00
Andrew Dolgov
86268d8ba0
fix PHP_EXECUTABLE declaration not being properly overriden in config.php ( closes #296 )
2011-01-11 11:31:21 +03:00
Andrew Dolgov
80dce75e1e
mention possibility of broken utf8 characters with MYSQL_CHARSET (refs #289 )
2010-12-29 23:20:23 +03:00
Andrew Dolgov
f2cde13c2e
fall back to the old wide logo; remove main logo
2010-12-28 19:38:45 +03:00
Andrew Dolgov
cb2c7faab0
add a hack to display several html entities properly in feedlist ( closes #279 )
2010-12-28 16:10:10 +03:00
Andrew Dolgov
35aa08bbc0
api/getFeeds: add hack to properly find feed icons in relative ICONS_DIR ( closes #283 )
2010-12-28 11:53:21 +03:00
Andrew Dolgov
1644304f11
display last update times in PrefFeedTree ( closes #284 )
2010-12-28 11:39:12 +03:00
Andrew Dolgov
5823f9fbab
fix USER_STYLESHEET for mysql (was broken because of CR escaping
2010-12-28 09:11:49 +03:00
Andrew Dolgov
947daa10a1
feedtree: remove labelNode hack
2010-12-28 09:05:06 +03:00
Andrew Dolgov
ca7b020e0f
disable headline buffer caching for now
2010-12-28 08:49:21 +03:00
Andrew Dolgov
09aa8995dc
do not try to reinject new headline buffer when marking articles as read
2010-12-28 08:35:33 +03:00
Andrew Dolgov
476edbbb5f
backend/rss: always use secret key to get uid when it is available instead of defaulting to session information; fix published url syntax being incorrect ( closes #287 )
2010-12-27 16:47:33 +03:00
Andrew Dolgov
32a5e3444d
rename USE_CURL_FOR_ICONS to USE_CURL
2010-12-27 15:45:28 +03:00
Andrew Dolgov
86027a078d
simplepie: enable digest authentication
2010-12-27 15:42:31 +03:00
Michael Kuhn
a5ae391500
Update SimplePie to version 1.2.
2010-12-27 15:41:23 +03:00
Andrew Dolgov
7613280acc
fix 'x' hotkey, add FeedTree.collapseCat
2010-12-27 15:39:40 +03:00
Andrew Dolgov
7bb8d39a06
add sanity checks for mbstring, json, postgresql and mysql functions, safe mode and open_basedir (refs #281 )
2010-12-27 15:09:30 +03:00
Andrew Dolgov
f52df691c3
triple-pane: do not try to rework UI using javascript while in CDM
2010-12-27 12:40:46 +03:00
Andrew Dolgov
622586166a
make sure links in CDM content are visible
2010-12-27 12:37:38 +03:00