Andrew Dolgov
5bbc4bb4b0
move stylesheets to css/, reference default tt-rss stylesheets from
...
default.css to make custom themes easier
13 years ago
Andrew Dolgov
8429af52be
adjust previous patch phrasing a bit
13 years ago
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).
13 years ago
Andrew Dolgov
2f6b75d574
fix atom:link not supported in rss feeds (fucking fuck) (2)
13 years ago
Andrew Dolgov
f7d64d03fc
fix atom:link not supported in rss feeds (fucking fuck)
13 years ago
Andrew Dolgov
d1f3fa9791
try to force-convert feed data to utf8
13 years ago
Andrew Dolgov
6a51939ee6
db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users
13 years ago
Andrew Dolgov
2700440178
better support for atom content type xhtml
13 years ago
Andrew Dolgov
c594eca0de
implement additional counter mode for virtual feeds when there's 0 unread articles
13 years ago
Andrew Dolgov
96ce71f35f
atom parser: experimental fix for feeds which do not encode entry content
13 years ago
Andrew Dolgov
6f81395d73
api, getArticle: check for article_id being present
13 years ago
supahgreg
13e283ed45
Exclude the article author from the cdm title link
13 years ago
Andrew Dolgov
bd3c672320
api, add sanitize to getHeadlines (defaults to true)
13 years ago
Andrew Dolgov
a3b9fd12c5
fix support of Atom 0.3
13 years ago
kpn3m0
349c4229fd
Feature #686
...
If the feed cannot be parsed there is not particular error but always "Unknown/unsupported feed type". The patch uses the error from the XML parser which gives more detailed error reporting.
13 years ago
Andrew Dolgov
11334fdf6c
make appearance of some preference panes more similar
13 years ago
Andrew Dolgov
d310348460
remove gradients, update favicon avg color display
13 years ago
Andrew Dolgov
14c53e4e60
tweak visual for headlines
13 years ago
Andrew Dolgov
d29357fa02
fix more hphp detected issues
13 years ago
Andrew Dolgov
ea46d90eee
auth_base: choose random password if not supplied by auth module
13 years ago
Rasmus Lerdorf
6f7798b643
Fixing bugs found by static analysis
13 years ago
Andrew Dolgov
e5e6cde06a
remove support for hiding empty categories in prefs editor because people are dumb
13 years ago
Andrew Dolgov
0e72dbd79e
Merge pull request #179 from nottwo/$link-cleanup
...
Remove obsolete $link parameter for password reset
13 years ago
Andrew Dolgov
8d090a910b
use css nth-child instead of old even/odd class hacks for normal mode
13 years ago
Trannie Carter
233b74ad22
Remove obsolete $link parameter for password reset
13 years ago
Andrew Dolgov
72c29b65d4
atom: fix rel=alternate links
13 years ago
Andrew Dolgov
602fe53496
fix atom <author>value</author> elements
13 years ago
Andrew Dolgov
99b8256794
feedparser: make content:encoded take precedence over description
13 years ago
Andrew Dolgov
54b7590c7f
format_article_tags: improve performance
13 years ago
Andrew Dolgov
f8a25082b3
make tag cache processing faster in cdm
13 years ago
Andrew Dolgov
8a95d630a9
fix rss content:encoded not used
13 years ago
Andrew Dolgov
b4d1690097
move common methods to feeditem_common
13 years ago
Andrew Dolgov
f11015058d
support dc:creator
13 years ago
Andrew Dolgov
d4992d6b48
add support for dc:subject and slash:comments
13 years ago
Andrew Dolgov
852d4ac890
support RDF-XML feeds
13 years ago
Andrew Dolgov
4c00e15b5d
pass xpath object to feeditem, support media-rss objects
13 years ago
Andrew Dolgov
fd0daa9b55
remove simplepie
13 years ago
Andrew Dolgov
b09a4cdccc
feeditem_rss: use guid element
13 years ago
Andrew Dolgov
3c8060aca0
fix get_links() for RSS
13 years ago
Andrew Dolgov
b9eee80e08
parser: add get_links()
13 years ago
Andrew Dolgov
b8f316dc28
change caching to save xml data, remove RDF init section
13 years ago
Andrew Dolgov
04d2f9c831
add basic rss support
13 years ago
Andrew Dolgov
cd07592c29
add basic tinyparser/atom
13 years ago
Andrew Dolgov
27372ddac6
fix editArticleTags() call broken on archived feed
13 years ago
Andrew Dolgov
b18d109f22
only get USER_LANGUAGE on schema 120 and up
13 years ago
Andrew Dolgov
52e7b5a096
add clear sql log button
13 years ago
Andrew Dolgov
258068b379
do not calculate favicon color on manual icon replace
13 years ago
Andrew Dolgov
bd02d29e1b
prefs: update some descriptions to be more consistent
13 years ago
Andrew Dolgov
7b149552cb
remove language selector from the login form, store language in the database per-user
13 years ago
Andrew Dolgov
e57a1507ae
do not use session cookie lifetime for additional cookies
13 years ago