Commit Graph

4763 Commits

Author SHA1 Message Date
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
3a755d3ec0 get rid of really old array syntax 2020-11-30 17:31:31 -08:00
bwdutton
5bdfe35589 some other files that need short tags removed 2020-10-10 20:35:01 -07:00
Brad Dutton
8a5a326386 Merge pull request #1 from trasher/short_tags
Drop short_tags
2020-10-10 20:27:00 -07:00
Stefan Wurzinger
8015eaa167 fix ffmpeg time string for non-english locales 2020-10-04 16:13:34 +02: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
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
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
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
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
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
b8b6ac9d6b fix php 7.3 errors 2020-02-01 20:21:58 -08:00
bwdutton
6835d8c202 set locale to en_US so time/number compares don't fail later on 2020-02-01 16:43:31 -08:00
bwdutton
9686d6876c only one item was deprecated, re-enable full tests 2020-02-01 16:29:40 -08:00
bwdutton
e3f56a6372 php 7 fixes 2020-02-01 16:23:41 -08:00
bwdutton
6a686d3b03 switch travis to php 7.0
don't fail on deprecated function warnings
remove debug
2020-02-01 15:14:07 -08:00
bwdutton
761de1b42f get the CI tests fully working again 2020-02-01 14:17:33 -08:00
bwdutton
0078a7e607 fix EOL spaces for travis 2020-02-01 13:13:11 -08:00
bwdutton
63435fc86c completely remove old slideshow module, cooliris isn't coming back 2020-02-01 12:04:37 -08:00
bwdutton
be4c7907a0 get rid of warnings/undefined vars 2020-01-15 09:21:03 -08:00
bwdutton
f345cb0f77 fix mysql error when trying to order a grouped result without that column 2019-09-14 10:01:06 -07:00
bwdutton
9c6259b7bd fix broken admin comment nav links https://github.com/bwdutton/gallery3/issues/2 2019-09-11 14:27:49 -07:00
bwdutton
e9a5d6e6f8 increase mysql lock time a smidge as this seems to work better for a few of us 2019-01-18 16:09:04 -08:00
bwdutton
dd88c34ceb move update checker to new URL 2019-01-11 15:28:47 -08:00
bwdutton
3f466a481b work with php < 5.4 2018-07-17 21:31:59 -07:00
Johan Cwiklinski
6746792bdf Drop short_tags 2018-05-19 17:01:37 +02:00
bwdutton
cdc4e97c7e Make queries work with sql_mode = 'ONLY_FULL_GROUP_BY' enabled in mysql 2018-02-25 10:14:30 -08:00
bwdutton
47291f41e2 - initialize hash key as array so pass by ref works. This probably worked
in older PHP versions but it's failing on 7.x
- some values have unit strings in their values, strip those so the math
calcs work
2017-11-09 10:23:14 -08:00
bwdutton
d50e5a3f17 Update autorotate module to work with PHP 5.3 and higher 2017-11-07 20:52:41 -08:00
Bradley W. Dutton
98291c8c3f add my movie_resized module along the maintenance script that creates the video resizes 2017-11-07 10:27:28 -08:00
Bradley W. Dutton
a44f17d726 add box around actual dropzone 2017-11-05 09:40:57 -08:00
Bradley W. Dutton
bad663e05e Add dropzone js uploader as a replacement for uploadify. The latter still remains almost entirely intact. 2017-11-04 16:39:51 -07:00
David Guillot
61e676d68c Made Gravatar image URL protocol-relative 2015-01-24 20:59:44 +01:00
Bharat Mediratta
35bd97fe19 Follow-on to 9e0631ab0d to fix broken tests. 2014-05-28 15:33:57 -04:00
Bharat Mediratta
9e0631ab0d Provide a "default moderate" option for comments. The default behavior
is unchanged, but you now have the option to set all new comments to
be unpublished and then moderate them through the Admin > Content >
Comments interface.

Fixes #2126.
2014-05-28 14:54:02 -04:00
root
ab4363233a show next picture after delete instead of returning to album view 2014-03-19 17:29:52 -07:00