Andrew Dolgov
34aa9e20c7
implement filter import
13 years ago
Andrew Dolgov
cfb665c01f
misc export tweaks
13 years ago
Andrew Dolgov
f59928d7a8
better label import category checking, filters import placeholder
13 years ago
Andrew Dolgov
7d926cfcf2
support export of filters using OPML
13 years ago
Andrew Dolgov
bbefea90a7
implement import/export of labels using OPML
13 years ago
Andrew Dolgov
f03a795de7
include path fix for lighttpd
13 years ago
Andrew Dolgov
80edb8b4d7
remove opml_domdoc separate module
13 years ago
Andrew Dolgov
5f0a3741d0
add Public_Handler
...
misc code cleanup
13 years ago
Andrew Dolgov
107d0cf39e
overall directory tree cleanup
13 years ago
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]
13 years ago
Andrew Dolgov
0ae2bb2a69
db-updater: properly handle situation of newer active schema; utility scripts: fix incorrect logo
14 years ago
Andrew Dolgov
133ab8c713
replace references to ttrss-logo.png with logo.png
14 years ago
Andrew Dolgov
0a13e84edb
remove domxml OPML import path
14 years ago
Andrew Dolgov
fb0742394a
remove error_reporting() hacks; set default error reporting level in functions.php
14 years ago
Andrew Dolgov
2e7f046f65
make published OPML use common secret key code
14 years ago
Andrew Dolgov
c107797cf7
rework OPML display in pref-feeds; hide authenticated feeds from public OPML
15 years ago
Andrew Dolgov
442f326bc6
do not show settings in published opml
15 years ago
Andrew Dolgov
e955834551
support import and export of tt-rss preferences in OPML with DOMDocument OPML path
15 years ago
Matthew Katz
fee909d5aa
adding text attribute to categories
...
fixed query for enable_feed_cats to actually query for the user instead of overall.
15 years ago
Matthew Katz
a423423956
fixed so that login is only required for import and export of OPML, not for publish
15 years ago
Matt Katz
86e26f1a74
added filtering for private feeds to opml, and key lookup
15 years ago
Andrew Dolgov
f29ba1484f
code cleanup, test for db_escape() crazyness in DB sanity check
16 years ago
Andrew Dolgov
c03cf250e8
place imported feeds in a separate category unless otherwise specified ( closes #162 )
17 years ago
Andrew Dolgov
75ca19864e
remove mysql SET CHARACTER SET call
17 years ago
Andrew Dolgov
bddc9788ef
new config option: MYSQL_CHARSET
17 years ago
Andrew Dolgov
c1879099e1
mysql: disable utf8
17 years ago
Andrew Dolgov
70dcff6b3d
mysql: set connection charset to utf-8
17 years ago
Andrew Dolgov
981e8107ca
opml export: specify encoding
17 years ago
Andrew Dolgov
5eb66ed7d9
check PHP version before trying to use DOMDocument
18 years ago
Andrew Dolgov
0671913873
opml.php: fix typo, update.php: i18n
18 years ago
Andrew Dolgov
4dccf1ed93
more i18n work
18 years ago
Andrew Dolgov
1025ad8763
more I18N work
18 years ago
Andrew Dolgov
d1db26aa1c
change _() to __() (use php-gettext)
18 years ago
Andrew Dolgov
d65981e27f
set required error_reporting just in case
18 years ago
Andrew Dolgov
71d56c50e9
fix opml export (fix xml declaration)
18 years ago
Andrew Dolgov
579bf16ee4
fix opml export
18 years ago
Andrew Dolgov
ef59e6e85f
opml/db updater tweaks
18 years ago
Andrew Dolgov
30f782a278
opml fixes
18 years ago
Andrew Dolgov
d7c848d97b
interface tweaks
18 years ago
Andrew Dolgov
1559e3741c
session fixes
18 years ago
Andrew Dolgov
a885f0ec2a
login system fixes (3)
18 years ago
Andrew Dolgov
01a87dff9e
rework login process, drop http auth
18 years ago
Andrew Dolgov
ef063748f6
fix charset-related bug, release 1.2.8-p1
18 years ago
Andrew Dolgov
01e89f1b94
opml.php: I18N
18 years ago
Andrew Dolgov
2513ae2bc9
fix sql syntax error when exporting opml w/o cats
18 years ago
Andrew Dolgov
1d3a17c71e
change short php tags to long ones
18 years ago
Andrew Dolgov
12ec37f3f7
set application/xml+opml content-type on export
19 years ago
Andrew Dolgov
36bfab86c2
database backed sessions
19 years ago
Andrew Dolgov
380539cebd
small OPML fix ( closes #32 )
19 years ago
Andrew Dolgov
8ddf4cdc72
fix opml import (attribute title was not recognized for feeds)
19 years ago