Gallery icon indicating copy to clipboard operation
Gallery copied to clipboard

A Gallery add-on for MODx Revolution.

Results 10 Gallery issues
Sort by recently updated
recently updated
newest added

Adjusts the function declarations of the custom MediaSource to the ones from the base class `MODX\Revolution\Sources\modMediaSource` to avoid PHP Fatal errors. Resolves #100

In MySQL 8 **RANK** is a reserved keyword. Because both classes **galAlbum** and **galAlbumItem** have a field called "rank", there are SQL queries that fail. This PR should fix it....

On MODX 3.0.3-pl this error has started filling up out logs sometime this month. We're having the same issue on multiple sites using gallery & MODX 3, and can't recall...

Good afternoon Unable to load snippet via standard modx install ![1](https://user-images.githubusercontent.com/33221495/235087744-7241d649-415d-42b4-8a81-efbfbc114bbf.JPG) ![2](https://user-images.githubusercontent.com/33221495/235087748-e25fa110-1f16-41ec-a2e2-08af4d7ef126.JPG)

The fields "name" (galAlbum) and "tag" (galTag) are too big for an index if a utf8mb4 character set is used. It creates error messages (`Specified key was too long; max...

Thanks to prioritypie: https://github.com/modxcms/Gallery/issues/72#issuecomment-303684171

Add paginagtion support for albums. It work. https://github.com/splittingred/Gallery/issues/244#issuecomment-68398660

I'm not sure if I'm missing something here but the change of the default system setting for thumb height made in https://github.com/modxcms/Gallery/commit/1c3433192a5915da7ba46486953b7d84ca22fa8b from 100 to 80 just seem off to...