Commit Graph
7717 Commits
Author SHA1 Message Date
Bradley W Dutton c8397c5d37 tweak opcache preload a bit 2020-11-30 20:08:51 -08:00
Bradley W Dutton 3f3e64511b load gallery module before the rest of the modules, fix corresponding test 2020-11-30 19:02:44 -08:00
Bradley W Dutton 9695259d4b add notes about which modules require composer 2020-11-30 18:53:18 -08:00
Bradley W Dutton 03e9ef72cb update Pel dependency and move it to composer 2020-11-30 18:49:21 -08:00
Bradley W Dutton 1680012c40 add preamble to make tests happy 2020-11-30 17:36:31 -08:00
Bradley W Dutton 3a755d3ec0 get rid of really old array syntax 2020-11-30 17:31:31 -08:00
Bradley W Dutton aa74cefe73 add generic opcache preloader for PHP 7.4 docker container 2020-11-27 19:35:21 -08:00
Bradley W Dutton 3f64fcd474 update composer dependencies 2020-11-20 22:36:06 -08:00
Bradley W Dutton bb0eeb3176 add help notes for password reset 2020-11-13 21:46:55 -08:00
Bradley W Dutton b09be3c1f4 by default read domain/protocol from env (used by docker) 2020-11-13 20:43:25 -08:00
Bradley W Dutton 1f45094241 read protocol from the config file 2020-11-13 20:43:25 -08:00
bwdutton 1461124481 update Security section, add not to use PHP 7 2020-10-10 20:41:40 -07:00
bwdutton 78b31ac0d7 update README to indicate short tags no longer required 2020-10-10 20:37:16 -07:00
bwdutton 5bdfe35589 some other files that need short tags removed 2020-10-10 20:35:01 -07:00
bwdutton 25149facb0 short_tags not required any longer 2020-10-10 20:28:43 -07:00
Brad DuttonandGitHub 8a5a326386 Merge pull request #1 from trasher/short_tags
Drop short_tags
2020-10-10 20:27:00 -07:00
bwdutton 62ec99d737 add default apache settings for php7 2020-10-06 09:12:20 -07:00
Brad DuttonandGitHub 011773221c Merge pull request #6 from swurzinger/stw/ffmpeg-time-string-fix
fix ffmpeg time string for non-english locales
2020-10-04 18:49:41 -07:00
Stefan Wurzinger 8015eaa167 fix ffmpeg time string for non-english locales 2020-10-04 16:13:34 +02:00
bwdutton 237d830fa8 migrate to travis-ci.com 2020-09-15 18:02:48 -07:00
bwdutton 787b6749d9 when using invisible index.php make the admin screens work 2020-06-13 11:38:08 -07:00
bwdutton f9c72a4f50 update error page help URLs 2020-06-13 10:52:56 -07:00
bwdutton 059dc6a546 get rid of tabs 2020-06-04 00:58:50 -07:00
bwdutton 9fc9c73384 get rid of whitespace 2020-06-04 00:43:53 -07:00
bwdutton 8be9001c57 add CLI password reset:
php index.php passwordreset
or
php index.php passwordreset username
2020-06-04 00:42:21 -07:00
bwdutton a9bdaf1607 installer is a directory, add / 2020-06-04 00:18:42 -07:00
bwdutton b7074b590c Redis sessions not fully working 2020-06-03 21:39:16 -07:00
bwdutton f6da89d6fb fix formatting for tests 2020-05-29 15:59:59 -07:00
bwdutton cf63f47e20 skip the vendor directory in tests 2020-05-29 15:59:41 -07:00
bwdutton 02800944cf add redis support for sessions 2020-05-29 15:34:40 -07:00
bwdutton 967d8387a8 remove magic function setting checks, PHP 7.4 drops these settings 2020-05-24 14:31:33 -07:00
bwdutton 03938406fd add basic instructions for phpmailer module 2020-04-10 21:34:27 -07:00
Bradley W. Dutton 34369f5e11 ditch tab spacing 2020-03-29 13:19:17 -07:00
Bradley W. Dutton 6f360bc536 add check if mysql module is configured but not installed. This is catching people who upgrade to PHP7 2020-03-29 13:09:43 -07:00
Bradley W. Dutton 6a7384c1c1 remove the last of the each() calls 2020-03-01 14:23:06 -08:00
Bradley W. Dutton cbd75bc72e remove each() as it's deprecated 2020-03-01 13:39:52 -08:00
bwdutton 9393d0d5cd Merge branch 'master' of https://github.com/bwdutton/gallery3 2020-03-01 11:19:49 -08:00
bwdutton 446e8905b9 add standard header to config file 2020-03-01 11:19:33 -08:00
Brad DuttonandGitHub 7df9081ea1 add note about db config for php 5 to 7 upgrade 2020-03-01 11:17:29 -08:00
bwdutton b5ad2863d1 add phpmailer module to replace default mail() 2020-03-01 11:12:07 -08:00
bwdutton fd98447b11 fix substr logic in memory size checks, how did this go undetected before... 2020-02-29 15:39:16 -08:00
bwdutton e90a1d136e add support for docker/automated installs 2020-02-24 20:54:04 -08:00
bwdutton 6b2e661a0b PHP 5.6 not technically required yet but it's coming soon.
mention docker instructions
2020-02-24 19:39:22 -08:00
bwdutton 9cff0d89f1 Merge branch 'master' of https://github.com/bwdutton/gallery3 2020-02-17 23:12:36 -08:00
bwdutton 746ed16339 the gallery site now runs on SSL 2020-02-17 23:12:10 -08:00
Bradley W. Dutton 680de0c6d0 fix implode() so the separater is always the first argument 2020-02-01 20:53:43 -08:00
Bradley W. Dutton 053d8d06e6 try php 7.4 2020-02-01 20:43:26 -08:00
Bradley W. Dutton 1c83525d96 try php 5.6 & 7.3 builds 2020-02-01 20:33:04 -08:00
Bradley W. Dutton b8b6ac9d6b fix php 7.3 errors 2020-02-01 20:21:58 -08:00
bwdutton d83552dddd Merge branch 'master' of https://github.com/bwdutton/gallery3 2020-02-01 19:30:00 -08:00