api
api: default to admin username when logging in in single user mode (fixed)
2011-02-07 16:25:37 +03:00
cache
add internal directories for cache & lockfiles
2010-11-02 13:45:48 +03:00
extras /button
merge two patches: STRIP_IMAGES and ENABLE_FLASH_PLAYER from Sten (bump schema)
2008-08-01 04:38:17 +01:00
help
implement j/k hotkeys to move between feeds ( closes #292 )
2011-01-15 20:14:45 +03:00
icons
add icons subdirectory
2009-01-31 15:42:33 +03:00
images
fall back to the old wide logo; remove main logo
2010-12-28 19:38:45 +03:00
lib
switch twitter support from twitteroauth to tmhOAuth
2011-03-06 12:05:58 +03:00
locale
add master .pot; update translations
2011-03-16 15:51:22 +03:00
lock
add internal directories for cache & lockfiles
2010-11-02 13:45:48 +03:00
mobile
mobile: allow showing category content inline ( closes #315 )
2011-03-04 17:53:02 +03:00
modules
only show cache images option in feed editor when SIMPLEPIE_CACHE_IMAGES is enabled
2011-01-26 11:38:07 +03:00
schema
change description of filter 'filter' action (bump schema)
2011-03-10 11:54:10 +03:00
templates
allow forwarding multiple articles by email
2010-11-06 11:13:07 +03:00
tests
add unit tests for rewrite_relative_url and fix a number of bugs in it
2010-11-11 09:44:05 +03:00
themes
triple-pane: do not try to rework UI using javascript while in CDM
2010-12-27 12:40:46 +03:00
utils
update translations
2011-03-10 11:57:47 +03:00
.gitignore
update htmlpurifier cache stuff, add sanity check
2010-12-21 09:29:20 +03:00
backend.php
backend/rss: fix previous patch breaking active session id (refs #318 )
2011-02-09 12:41:35 +03:00
cdm.css
make sure links in CDM content are visible
2010-12-27 12:37:38 +03:00
config.php-dist
add optional AUTO_LOGIN for when remote authentication is allowed ( closes #295 )
2011-01-11 11:36:35 +03:00
db-prefs.php
db-prefs: add fix for USER_TIMEZONE default value
2010-11-12 18:51:46 +03:00
db-updater.php
utility.css tweaks; i18n in twitter.php
2010-11-22 19:25:15 +03:00
db.php
db_escape_string: remove tags by default (refs #323 )
2011-02-19 16:55:36 +03:00
deprecated.js
use multiple classes to mark statuses, JS code cleanup
2010-11-14 15:55:51 +03:00
digest.css
misc css/linking updates
2010-11-25 14:39:06 +03:00
digest.js
rpc/digest-get-contents: use JSON
2010-11-29 16:22:16 +03:00
digest.php
misc css/linking updates
2010-11-25 14:39:06 +03:00
errors.php
fix fatalError() not working properly
2011-02-18 12:28:03 +03:00
feedlist.js
disable headline buffer caching for now
2010-12-28 08:49:21 +03:00
FeedTree.js
replace all occurences of double-escaped entities in FeedTree instead of only first one
2011-01-24 10:05:15 +03:00
functions.js
getURLParam: use Prototype
2011-03-08 11:28:21 +03:00
functions.php
allow rdf:about as a guid source
2011-03-08 19:04:54 +03:00
image.php
move simplepie/ to lib
2009-01-22 14:31:24 +01:00
index.php
add php-gettext, i18n stuff
2007-03-05 09:37:13 +01:00
LICENSE
add LICENSE
2008-12-29 06:43:39 +01:00
localized_js.php
remove error_reporting() hacks; set default error reporting level in functions.php
2010-11-10 13:14:44 +03:00
localized_schema.php
add master .pot; update translations
2011-03-16 15:51:22 +03:00
login_form.php
fix fatalError() not working properly
2011-02-18 12:28:03 +03:00
logout.php
logout fixes
2007-03-01 13:34:03 +01:00
messages.pot
add master .pot; update translations
2011-03-16 15:51:22 +03:00
opml.php
remove error_reporting() hacks; set default error reporting level in functions.php
2010-11-10 13:14:44 +03:00
PrefFeedTree.js
display last update times in PrefFeedTree ( closes #284 )
2010-12-28 11:39:12 +03:00
PrefFilterTree.js
fix preference tree elements not being properly clickable in Firefox
2010-11-21 23:05:51 +03:00
PrefLabelTree.js
fix preference tree elements not being properly clickable in Firefox
2010-11-21 23:05:51 +03:00
prefs.js
build custom layer of Dojo to speed up loading of tt-rss (refs #293 )
2011-03-04 19:02:59 +03:00
prefs.php
build custom layer of Dojo to speed up loading of tt-rss (refs #293 )
2011-03-04 19:02:59 +03:00
README
bump copyright year
2010-01-13 13:48:37 +03:00
register.php
remove error_reporting() hacks; set default error reporting level in functions.php
2010-11-10 13:14:44 +03:00
rss.xsl
replace tt-rss.spb.ru references with tt-rss.org; update translations
2010-11-03 13:39:09 +03:00
sanity_check.php
change description of filter 'filter' action (bump schema)
2011-03-10 11:54:10 +03:00
sanity_config.php
fix sanity_config script, regenerate check file
2011-01-30 19:01:29 +03:00
sessions.php
remove unused variable references
2010-03-29 11:26:51 +04:00
tt-rss.css
add code to report fatal exceptions to tt-rss.org
2011-03-06 10:56:08 +03:00
tt-rss.js
build custom layer of Dojo to speed up loading of tt-rss (refs #293 )
2011-03-04 19:02:59 +03:00
tt-rss.php
build custom layer of Dojo to speed up loading of tt-rss (refs #293 )
2011-03-04 19:02:59 +03:00
twitter.php
switch twitter support from twitteroauth to tmhOAuth
2011-03-06 12:05:58 +03:00
update.php
Allow update.php to be run from outside of the main directory
2011-02-09 14:52:14 +03:00
update_daemon2.php
misc daemon updates
2010-11-13 21:03:31 +03:00
utility.css
utility.css tweaks; i18n in twitter.php
2010-11-22 19:25:15 +03:00
version.php
release 1.5.1
2011-01-21 21:37:29 +03:00
viewfeed.js
simplify adding/removing labels manually; simplify headline popup menu
2011-03-07 15:28:03 +03:00