Commit Graph
4740 Commits
Author SHA1 Message Date
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
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
shadlaws 57d12c69a8 #2083 - Sanitize data from module.info files. 2013-09-06 08:36:09 +02:00
shadlaws 5e19662b75 #2082 - Sanitize admin theme options that get placed directly in HTML. 2013-09-06 08:28:10 +02:00
Moritz Stoltenburg 411bb39174 remove redundant message block CSS class 2013-07-16 15:45:40 +02:00
shadlaws e8752f60b8 Remove extension from cache busters of non-combined JS/CSS links (follows 2078). 2013-07-09 11:19:20 +02:00
shadlaws d0aef95a65 Move "item_moved" event later in the item update process. Fixes #2077.
Before, this was before the children's caches were cleared, so if the
"item_moved" set an album cover, it would fail with an invalid path.  For the
same reason, we move it after the data file update, too.  Lastly, get we get
rid of duplicated code in item::move() since the "item_moved" event already
does this.
2013-07-08 09:39:54 +02:00
Daniel Muller 2d20af76f9 #2078 Missing file type extension on combined css/js 2013-07-06 13:08:51 +08:00
shadlaws fe40dadd5c Fix Controller_Auth_Test - T_CURLY_OPEN not parsed as "{". Update golden file.
--HG--
extra : source : 816294dd5f6fe23160baf9f516e49c66ea8fcb6c
2013-06-26 23:49:48 +02:00
jamaaandBharat Mediratta 2d2503680e change "size" to "dimensions" and display unit "px" 2013-06-12 19:10:02 -04:00
jamaaandBharat Mediratta 8b14cc5a78 internationalize image size display
as per comment
https://github.com/gallery/gallery3/pull/394/files#r4643737
2013-06-12 19:10:02 -04:00
jamaaandBharat Mediratta ad63451275 fix upgrade function
allow for sequential upgrades
2013-06-12 19:10:01 -04:00
jamaaandBharat Mediratta 5d8ac644a5 fix whitespace 2013-06-12 19:10:01 -04:00
jamaaandBharat Mediratta 632285ee0c add the image size (in pixels) to the info module
adds a new variable "show_size", so had to increment the version number
to 3
2013-06-12 19:10:01 -04:00
shadlaws 3c100d06ff #2074 - Mirror some additional file_proxy checks in data_rest. 2013-06-12 07:25:26 +02:00
Bharat Mediratta c70646237e Rename uploadify SWF wrappers to end in .swf.php for consistency. 2013-06-08 16:34:16 -04:00
Bharat Mediratta b1dad99741 Replace flashmediaelement.swf with a PHP wrapper that strips url
fragments and query parameters.
2013-06-06 18:45:46 -04:00
shadlaws 6f922ca427 Follow-on to #2069 - Decrease stack size of MPTT rebuild task.
This reduces the likelihood that we'll hit a limit with gargantuan galleries.

--HG--
extra : source : c4a118d43145a2a4ec9b934d3aebe8f9458bcf07
2013-05-15 11:16:46 +02:00
shadlaws 2ebe38b148 #2069 - Change "Fix your Gallery" task go faster and be more comprehensive.
- optimize MPTT pointer rebuilding for leaf nodes (i.e. non-albums).
- reverse order_by to try and preserve existing tree ordering.
- reset item level while we're here.
- use "$stack[] = 123" instead of array_push($stack, 123) since it's faster.

--HG--
extra : source : 297e4c0eccc5a7940224ff8e908b366e83017354
2013-05-14 13:35:09 +02:00
Bharat Mediratta b6ad4157d1 Get rid of the security preamble - we intend for these files to be directly accessible. 2013-05-09 20:09:15 -04:00
Bharat Mediratta e4a3abdd20 Change upload code to use new uploadify urls. 2013-05-09 20:04:01 -04:00
Bharat Mediratta f59f1c03b8 Merge pull request #352 from rlerdorf/master
Fix a couple of small mistakes

Fixes #2066 and #2067
2013-05-07 10:44:34 -07:00
shadlaws 90528d9c83 #2065 - Fix problems with double-ajaxifying of dialogs.
Change all jQuery-ui widget _init() functions to _create() functions.
2013-05-07 18:46:43 +02:00
Rasmus Lerdorf ce97f5ff26 There is no $g2_album_id here
I assume this should be $g2_album->getId() instead
2013-05-05 08:42:48 -07:00
shadlawsandBharat Mediratta 0f28d4cee4 Ensure that movie titles are purified upon display. 2013-04-21 00:33:44 -04:00