1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-02 12:50:52 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
Bram Schoenmakers
96aba17f01 Updater: check whether system() is useable.
system() was disabled on my system for security reasons, but the
updater would just continue, only to find out that the tarball
hasn't been extracted.
2014-09-17 19:24:30 +02:00
alok
b16e8ba8ef Fix permission on cache/upload after upgrade
The daemon complains about cache/upload after the updater upgrades the installation. This should fix the permissions.
2014-04-12 23:06:01 -04:00
Andrew Dolgov
59962a6ebd updater: add button to call updateself dialog even if no next version detected 2013-09-11 15:17:22 +04:00
andryyy
b509b059f1 Update init.php 2013-07-10 18:27:51 +02:00
Andrew Dolgov
106a3de91c plugins: bump API version 2013-04-19 17:31:56 +04:00
Andrew Dolgov
a42c55f02b fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
Andrew Dolgov
6322ac79a0 remove $link 2013-04-17 16:48:41 +04:00
Andrew Dolgov
0bcf69e12d add some infoblurbs to the updater plugin, remove experimental notices 2013-04-07 09:43:11 +04:00
Andrew Dolgov
cd4d71b41b updater: fix is_writable checking 2013-04-03 23:24:27 +04:00
Andrew Dolgov
49dc02808e updater: add /bin and /usr/bin to path before looking for binaries in case of php-fpm empty environment or whatever 2013-04-03 14:33:59 +04:00
Andrew Dolgov
8f2ad8e134 remove some old ?op syntax notation calls 2013-04-02 14:29:11 +04:00
Andrew Dolgov
2e828a4af6 add a button to show release notes before updating; remove obsolete elements 2013-03-25 21:47:38 +04:00
Andrew Dolgov
aff02f89c1 updater: add basic support for migrating feed icons 2013-03-25 18:36:41 +04:00
Andrew Dolgov
897589a5c3 updater: fix permissions of cache/js 2013-03-20 00:06:42 +04:00
Andrew Dolgov
0ac2f52e14 rework updater to use github tarballs; add some additional logging and
prevent old directory being renamed pointlessly in a few cases
(closes #559)
2013-03-18 18:28:29 +04:00
Andrew Dolgov
08da1c6a23 fix several issues with updater (refs #562) 2013-03-16 14:53:10 +04:00
Andrew Dolgov
a439ac8ad2 plugins: fix wrongly placed bracket preventing web updater from working 2013-03-16 12:26:36 +04:00
Andrew Dolgov
2ae2bb1f52 updater: check for tar and gunzip using which 2013-01-04 02:32:41 +04:00
Andrew Dolgov
e938b1de11 rename plugin main class files 2012-12-30 13:36:40 +04:00
Andrew Dolgov
0448690482 updater: add gunzip checking 2012-12-25 12:26:29 +04:00
Andrew Dolgov
0ac22f29ca plugins cleanup, update descriptions 2012-12-25 10:06:35 +04:00
Andrew Dolgov
d2a421e3cb more work on user-selectable plugins; properly process system and user plugins 2012-12-25 10:02:08 +04:00
Andrew Dolgov
de612e7a38 experimental support for per-user plugins (bump schema) 2012-12-25 00:45:10 +04:00
Andrew Dolgov
7a866114e1 add -list-plugins option; about sections to plugins 2012-12-24 15:39:42 +04:00
Andrew Dolgov
19b3992b78 remove magpie, fix article filter plugins 2012-12-24 13:45:34 +04:00
Andrew Dolgov
68d539ceef updater: remove htmlpurifier directory handling 2012-12-24 09:54:23 +04:00
Andrew Dolgov
73f28fe979 add support for registering update.php commands; move rest of the self-updating stuff into updater plugin 2012-12-24 09:52:15 +04:00
Andrew Dolgov
5cedb389d2 split self-updater gui to updater/ plugin 2012-12-23 18:07:41 +04:00