1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00
Commit Graph

158 Commits

Author SHA1 Message Date
Anders Kaseorg
526096f06a lib: Upgrade php-gettext from 1.0.11 to 1.0.12
https://launchpad.net/php-gettext

The local change to rename the gettext_reader function to
__construct (commit 00b6b66827) has been
preserved.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-01-21 15:01:14 -05:00
Anders Kaseorg
e3cfa33ba9 lib: Upgrade Prototype from 1.7 to 1.7.3
http://prototypejs.org/

The local change from ‘on’ to ‘p_on’ for Dojo compatibility has been
preserved.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-01-21 14:35:26 -05:00
Anders Kaseorg
6887a0f573 lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
The itemNode and expandoNode elements have changed from img to
span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our
tree icons inside them rather than replacing them.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-01-21 13:22:14 -05:00
Anders Kaseorg
9f539be3c2 Replace deprecated dojo.place with domConstruct.place
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-01-21 13:22:13 -05:00
Anders Kaseorg
6a11634c93 dojo: Build dojo/dom-construct
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-01-21 13:22:13 -05:00
Andrew Dolgov
db92edd1aa update phpmailer 2017-01-16 16:30:01 +03:00
Andrew Dolgov
832aa24943 update phpmailer (again) 2016-12-29 07:37:10 +03:00
Andrew Dolgov
d518096b83 update phpmailer 2016-12-26 22:26:16 +03:00
Andrew Dolgov
d39a2f8005 switch modules to new dojo definition format 2016-08-10 13:40:24 +03:00
Andrew Dolgov
00b6b66827 lib/gettext: use proper constructor 2016-03-30 09:56:11 +03:00
Andrew Dolgov
1003f71e04 minitemplator: use proper constructor 2016-02-17 12:29:42 +03:00
Andrew Dolgov
1bd552ee31 compat patches for php7 2015-12-04 09:29:58 +03:00
Andrew Dolgov
8b08d9d740 move readability libs to system location 2015-07-08 13:44:45 +03:00
Andrew Dolgov
3318d32410 move language detection to a plugin, remove config.php constant 2015-06-19 10:12:47 +03:00
Rob Hoelz
baaf4c3043 Make search mechanism pluggable
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine
for searching.  It would be nice if other search engines (such as
Xapian) could be used, or if features of the underlying SQL engine
(such as MySQL's FULLTEXT indexes) could be leveraged.  This commit
makes searching into a plugin hook, falling back to the builtin behavior
if no search plugin is active.  The Sphinx search behavior has been
broken out into a plugin.
2014-04-23 04:49:54 +00:00
Andrew Dolgov
5a801bd6f0 load stylesheets/scripts using helper functions in a few more places 2014-01-28 15:32:19 +04:00
Andrew Dolgov
f3479db384 add previously missed zoom.css
remove unused scriptaculous parts
2014-01-28 01:42:17 +04:00
Andrew Dolgov
6b4617970f add text_languagedetect to guess article language for better hyphenation
(bump schema)
2013-07-31 10:30:17 +04:00
Andrew Dolgov
d97efc9967 floicon wrapper: fix short tag 2013-06-26 13:36:06 +04:00
Andrew Dolgov
ba2463069f replace floIcon with jimIcon from https://github.com/jimparis/jimIcon 2013-06-26 08:37:07 +04:00
justauser
6dd01fcea2 Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
which cna have a value of tls, ssl or be empty.  This is used for secure SMTP servers.
Also added the ability to have multiple email addresses in the to field.  Addresses are
separated by semicolons (;)
2013-05-26 11:27:42 -04:00
Andrew Dolgov
a5eca88750 add a placeholder where floicon might be added if needed, still keep it
off trunk re: author being a shitlord
2013-05-19 13:53:40 +04:00
Andrew Dolgov
82852ecd33 Revert "remove floicon because its author is a colossal shitlord (http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822)"
This reverts commit dce5037888.
2013-05-19 13:51:23 +04:00
Andrew Dolgov
dce5037888 remove floicon because its author is a colossal shitlord (http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822) 2013-05-18 22:19:24 +04:00
Rasmus Lerdorf
6f7798b643 Fixing bugs found by static analysis 2013-05-07 00:35:10 -07:00
Andrew Dolgov
fd0daa9b55 remove simplepie 2013-05-01 19:14:48 +04:00
Andrew Dolgov
6bfc97da86 add automatic timezone (based on client tz offset) 2013-04-26 10:31:57 +04:00
Andrew Dolgov
6a1f424924 floIcon: add experimental SizeInBytes cap 2013-04-18 16:32:22 +04:00
Andrew Dolgov
05a46342a4 Revert "floIcon: set cap on image size"
This reverts commit cb50799560.
2013-04-17 01:17:06 +04:00
Andrew Dolgov
cb50799560 floIcon: set cap on image size 2013-04-16 23:24:50 +04:00
Andrew Dolgov
4fe9327491 Revert "remove floIcon: bugs"
This reverts commit 7970c09255.
2013-04-16 23:22:32 +04:00
Andrew Dolgov
7970c09255 remove floIcon: bugs 2013-04-16 23:16:51 +04:00
moontear
2cfbb448fb Added average color calculation of feeds' favicons for banded display. 2013-04-15 12:28:52 +02:00
Andrew Dolgov
e1f76af006 block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
Jeremy Christian
4a88841363 Add css optimization to dojo builds 2013-04-04 21:50:39 -04:00
Andrew Dolgov
870334be3f remove dojo uncompressed files 2013-04-02 20:06:16 +04:00
Andrew Dolgov
7caa48fe6a modify dojo rebuild script to remove uncompressed files 2013-04-02 20:06:04 +04:00
Andrew Dolgov
c050148df4 fix broken header of ru_RU translation thanks to Tomáš Chvátal; rebase translations 2013-04-01 19:17:25 +04:00
Andrew Dolgov
01dffac771 remove lib/iui 2013-03-23 09:34:01 +04:00
Andrew Dolgov
b5d4716a52 optimize loading of external libraries a bit
fix bold text in Unread articles
2013-03-20 20:33:46 +04:00
Andrew Dolgov
254a3f56a9 add prototype simple remover of baaaad tags based on domdocument 2013-03-19 11:13:57 +04:00
Andrew Dolgov
107997e6cb replace jsmin with jshrink 2013-03-18 10:45:04 +04:00
Andrew Dolgov
e108568760 dojo: add some more controls to the layer 2013-03-18 10:37:03 +04:00
Andrew Dolgov
f0cfe83e37 upgrade dojo to 1.8.3 (refs #570) 2013-03-18 10:26:26 +04:00
Andrew Dolgov
19b3992b78 remove magpie, fix article filter plugins 2012-12-24 13:45:34 +04:00
Andrew Dolgov
3fe38208c8 update prototype to 1.7, apply experimental fix for Dojo 2012-11-06 15:35:40 +04:00
Andrew Dolgov
a6e043ffff update simplepie to 1.3.1 (closes #471) 2012-11-04 17:45:30 +04:00
Andrew Dolgov
acccafe3da replace htmlpurifier with htmlawed 2012-10-28 12:21:21 +04:00
Andrew Dolgov
304aadb907 remove twitter-specific code 2012-09-07 10:23:46 +04:00
Andrew Dolgov
fb70f26ed9 implement one time passwords using TOTP 2012-09-03 18:33:46 +04:00
Andrew Dolgov
0181c01109 dojo: remove uncompressed files 2012-08-14 19:04:32 +04:00
Andrew Dolgov
1354d17270 update dojo to 1.7.3 2012-08-14 18:59:18 +04:00
Andrew Dolgov
955d4f82ea automatically redirect to mobile/ using Mobile_Detect class 2012-06-28 23:15:09 +04:00
Andrew Dolgov
eab6e8fb61 fix iui css text-align hiding row labels (closes #461) 2012-06-26 18:55:58 +04:00
Andrew Dolgov
cb73535c8e Revert "Update HTML Purifier to version 4.4.0."
This reverts commit dd205fbad6.
2012-06-05 21:52:37 +04:00
Andrew Dolgov
010efc9b81 Revert "remove htmlpurifier"
This reverts commit c21a462d52.
2012-06-05 21:52:21 +04:00
Andrew Dolgov
c21a462d52 remove htmlpurifier 2012-06-01 00:07:59 +04:00
Michael Kuhn
dd205fbad6 Update HTML Purifier to version 4.4.0. 2012-04-28 14:37:51 +02:00
Andrew Dolgov
bb82bed23f move jsmin.php to lib/ 2011-12-21 12:19:41 +04:00
Andrew Dolgov
e331188f76 misc typo fixes 2011-12-10 21:26:59 +04:00
Andrew Dolgov
bd4dfcae6e enable checking of child checkboxes 2011-11-10 16:16:38 +04:00
Andrew Dolgov
81bea17aef upgrade Dojo to 1.6.1 2011-11-08 20:40:44 +04:00
Michael Kuhn
5b085627bd Update SimplePie to version 1.2.1. 2011-10-24 21:56:37 +02:00
Jochen Wierum
9abc671546 Got mobile view working on Opera Mobile, Safari and Android 2011-09-09 14:41:19 +04:00
Andrew Dolgov
19c6deae82 upgrade scriptaculous 2011-09-01 10:15:18 +04:00
Andrew Dolgov
85e836d868 bump prototype to 1.6.1 (refs #291) 2011-08-26 09:27:04 +04:00
Andrew Dolgov
173d57e527 remove sphinxapi.php.08_04_11_183927 2011-08-04 22:51:03 +04:00
Craig Meyer
116841e4e3 Update lib/sphinxapi.php to V2.0.1 2011-08-04 18:41:04 +00:00
Andrew Dolgov
ad95edc2db move buttonplayer to lib/ 2011-04-18 13:54:46 +04:00
Andrew Dolgov
f4f0f80d21 update HTMLPurifier; enable embedded flash video in articles 2011-04-11 16:41:01 +04:00
Andrew Dolgov
6110d44183 add lib/pubsubhubbub/subscriber.php 2011-04-01 13:58:26 +04:00
Andrew Dolgov
b0f379dfff add experimental support for pubsubhubbub in published feed, bump config version (refs #251) 2011-04-01 09:36:29 +04:00
Andrew Dolgov
54a3dd8d10 switch twitter support from twitteroauth to tmhOAuth 2011-03-06 12:05:58 +03:00
Andrew Dolgov
a089699c89 build custom layer of Dojo to speed up loading of tt-rss (refs #293) 2011-03-04 19:02:59 +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
d8735fc8f0 update htmlpurifier cache stuff, add sanity check 2010-12-21 09:29:20 +03:00
Andrew Dolgov
66ad06518c remove HTMLPurifier cache files; ignore them in the future 2010-12-15 13:04:02 +03:00
Andrew Dolgov
57e24c8267 add experimental support for Twitter OAuth and Twitter feeds (bump schema) 2010-11-22 16:26:00 +03:00
Andrew Dolgov
49c6c279ab assorted DnD and pref layout fixes 2010-11-18 10:15:14 +03:00
Andrew Dolgov
1985a5e0d7 rework pref-feeds dialog; update other pref panes 2010-11-17 21:13:41 +03:00
Andrew Dolgov
8363f4e68b remove scriptaculous builder 2010-11-16 13:04:05 +03:00
Andrew Dolgov
6e4f4ce14b remove modalbox; use dijit.Dialog; further dojo-related updates 2010-11-15 13:12:02 +03:00
Andrew Dolgov
2f01fe57a8 add dijit/dojo stuff; initial ui mockup 2010-11-15 10:39:52 +03:00
Andrew Dolgov
951906dcec use Modalbox library for popup dialogs 2010-11-14 23:46:49 +03:00
Andrew Dolgov
e4f7f8dff2 add support for Sphinx search engine 2010-11-12 21:44:19 +03:00
Andrew Dolgov
5225d4209e js: code cleanup; move to async counter sending mode 2010-11-10 14:48:35 +03:00
Andrew Dolgov
b19d6e6e4b js: move position stuff to separate file 2010-11-08 14:24:34 +03:00
Andrew Dolgov
74ed2e858d Merge branch 'master' of madoka.volgo-balt.ru:public_html/testbox/tt-rss 2010-11-07 18:18:27 +03:00
Andrew Dolgov
324944f332 implement per-user timezone support; store dates in UTC internally (closes #254) 2010-11-07 18:14:48 +03:00
Christian Weiske
bf25502c90 properly fix issue #274: 404 errors when loading home page. this is a better solution than commit c30543bb56 2010-11-07 15:10:49 +03:00
Andrew Dolgov
37bd2634d7 remove lib/xmlrpc 2010-11-02 13:47:27 +03:00
Andrew Dolgov
c30543bb56 add dummy components of scriptaculous to stop idiotic complaining from people who have nothing better to do than reading apache logs 2010-11-01 12:20:03 +03:00
Andrew Dolgov
539d2c60af bump php-gettext to 1.0.10 2010-05-30 14:38:26 +04:00
Andrew Dolgov
5de668eddc move some aux files to lib/ 2009-12-21 21:28:18 +03:00
Andrew Dolgov
4d315f54fe iui: add license files 2009-12-21 17:11:47 +03:00
Andrew Dolgov
74357409fa iui: less tweaks 2009-12-18 11:59:40 +03:00
Andrew Dolgov
3e0923463f mobile: fix page to page navigation 2009-12-17 20:35:49 +03:00
Andrew Dolgov
3518718b25 mobile: add experimental iUI based version 2009-12-17 19:42:30 +03:00
Andrew Dolgov
f45a286b8d strip_tags_long: use htmlpurifier to properly reformat html content 2009-06-22 13:56:49 +04:00