Andrew Dolgov
107d0cf39e
overall directory tree cleanup
2011-12-11 23:59:25 +04:00
Craig Meyer
08ae2a5ba6
Extend OPML preferences pane, to provide more control of Export OPML
...
User is prompted for filename, and also whether to include settings.
Default filename is: TinyTinyRSS.opml
modules/pref-feeds.php
Prompt for output OPML filename (Default: TinyTinyRSS.opml )
opml.php
Modify to support passing in name=<filename>&settings=[0|1]
functions.js
Modify to support passing in name=<filename>&settings=[0|1]
2011-07-30 22:34:22 -04:00
Andrew Dolgov
0ae2bb2a69
db-updater: properly handle situation of newer active schema; utility scripts: fix incorrect logo
2011-04-20 11:52:17 +04:00
Andrew Dolgov
133ab8c713
replace references to ttrss-logo.png with logo.png
2011-04-14 17:48:26 +04:00
Andrew Dolgov
0a13e84edb
remove domxml OPML import path
2011-04-05 19:07:19 +04:00
Andrew Dolgov
fb0742394a
remove error_reporting() hacks; set default error reporting level in functions.php
2010-11-10 13:14:44 +03:00
Andrew Dolgov
2e7f046f65
make published OPML use common secret key code
2010-11-08 19:36:24 +03:00
Andrew Dolgov
c107797cf7
rework OPML display in pref-feeds; hide authenticated feeds from public OPML
2010-06-30 13:13:57 +04:00
Andrew Dolgov
442f326bc6
do not show settings in published opml
2010-06-29 14:54:22 +04:00
Andrew Dolgov
e955834551
support import and export of tt-rss preferences in OPML with DOMDocument OPML path
2010-06-29 14:26:10 +04:00
Matthew Katz
fee909d5aa
adding text attribute to categories
...
fixed query for enable_feed_cats to actually query for the user instead of overall.
2010-04-12 22:38:51 -04:00
Matthew Katz
a423423956
fixed so that login is only required for import and export of OPML, not for publish
2010-04-10 18:36:26 -04:00
Matt Katz
86e26f1a74
added filtering for private feeds to opml, and key lookup
2010-04-09 21:31:51 -04:00
Andrew Dolgov
f29ba1484f
code cleanup, test for db_escape() crazyness in DB sanity check
2008-11-10 06:29:19 +01:00
Andrew Dolgov
c03cf250e8
place imported feeds in a separate category unless otherwise specified ( closes #162 )
2007-11-17 10:23:44 +01:00
Andrew Dolgov
75ca19864e
remove mysql SET CHARACTER SET call
2007-08-25 05:28:10 +01:00
Andrew Dolgov
bddc9788ef
new config option: MYSQL_CHARSET
2007-08-21 11:47:25 +01:00
Andrew Dolgov
c1879099e1
mysql: disable utf8
2007-08-21 06:35:24 +01:00
Andrew Dolgov
70dcff6b3d
mysql: set connection charset to utf-8
2007-08-17 17:02:15 +01:00
Andrew Dolgov
981e8107ca
opml export: specify encoding
2007-08-17 16:56:21 +01:00
Andrew Dolgov
5eb66ed7d9
check PHP version before trying to use DOMDocument
2007-06-05 11:32:53 +01:00
Andrew Dolgov
0671913873
opml.php: fix typo, update.php: i18n
2007-03-06 12:02:19 +01:00
Andrew Dolgov
4dccf1ed93
more i18n work
2007-03-05 13:50:46 +01:00
Andrew Dolgov
1025ad8763
more I18N work
2007-03-05 10:04:55 +01:00
Andrew Dolgov
d1db26aa1c
change _() to __() (use php-gettext)
2007-03-05 09:45:38 +01:00
Andrew Dolgov
d65981e27f
set required error_reporting just in case
2007-03-04 14:02:47 +01:00
Andrew Dolgov
71d56c50e9
fix opml export (fix xml declaration)
2007-03-02 15:58:46 +01:00
Andrew Dolgov
579bf16ee4
fix opml export
2007-03-02 15:55:32 +01:00
Andrew Dolgov
ef59e6e85f
opml/db updater tweaks
2007-03-02 15:08:00 +01:00
Andrew Dolgov
30f782a278
opml fixes
2007-03-02 14:58:51 +01:00
Andrew Dolgov
d7c848d97b
interface tweaks
2007-03-02 14:34:04 +01:00
Andrew Dolgov
1559e3741c
session fixes
2007-03-02 12:46:43 +01:00
Andrew Dolgov
a885f0ec2a
login system fixes (3)
2007-03-01 13:57:31 +01:00
Andrew Dolgov
01a87dff9e
rework login process, drop http auth
2007-03-01 10:43:54 +01:00
Andrew Dolgov
ef063748f6
fix charset-related bug, release 1.2.8-p1
2007-02-20 09:33:17 +01:00
Andrew Dolgov
01e89f1b94
opml.php: I18N
2006-12-26 06:20:02 +01:00
Andrew Dolgov
2513ae2bc9
fix sql syntax error when exporting opml w/o cats
2006-11-03 05:05:43 +01:00
Andrew Dolgov
1d3a17c71e
change short php tags to long ones
2006-08-19 08:04:45 +01:00
Andrew Dolgov
12ec37f3f7
set application/xml+opml content-type on export
2006-05-18 07:02:07 +01:00
Andrew Dolgov
36bfab86c2
database backed sessions
2006-03-02 09:10:43 +01:00
Andrew Dolgov
380539cebd
small OPML fix ( closes #32 )
2006-01-09 13:19:53 +01:00
Andrew Dolgov
8ddf4cdc72
fix opml import (attribute title was not recognized for feeds)
2005-12-23 06:04:38 +01:00
Andrew Dolgov
4e9f5c2420
cleanup OPML import interface
2005-12-01 07:10:39 +01:00
Andrew Dolgov
fa7b874901
more opml export tweaks, tiny category detection tweak on import
2005-11-25 18:34:34 +01:00
Andrew Dolgov
a90005e6a4
title in opml head
2005-11-25 18:31:04 +01:00
Andrew Dolgov
04f6df27b9
fix OPML import handling uncategorized feeds, misc OPML touch-ups
2005-11-25 14:55:21 +01:00
Andrew Dolgov
bc15240d81
fix owner_uid checking in OPML export (path2)
2005-11-25 14:46:55 +01:00
Andrew Dolgov
30fedeea61
fix owner_uid checking in OPML export
2005-11-25 14:46:05 +01:00
Andrew Dolgov
5b9af2b9bc
category support for OPML export (fix again)
2005-11-25 14:37:44 +01:00
Andrew Dolgov
18d37445a3
fix OPML export for uncategorized feeds
2005-11-25 14:30:34 +01:00