| Age | Commit message (Collapse) | Author |
|
Also whitelist the digibug controller so that it's accessible when the
gallery is private, and don't expire old proxies right away since
Digibug may request the full size multiple times for different preview
operations.
Fixes ticket #1410.
|
|
|
|
name=_cache row. If that overflows, it will cause us to be unable to
load variables, and we can't recover from that.
Instead, use the Cache table. Bump the gallery module to v40. Fixes
ticket #1405.
|
|
Fixes #1400.
|
|
f84c4a6192ea0e47ca5b2006baa0bfd7e09a682c where we were generating bad
SQL. If we're checking for a conflict on a new item, the id is null
and we were doing a comparison that resulted in "id <> NULL" which
won't work -- in that case we need "id IS NOT NULL".
Fixes #1393.
|
|
path so that if you change that value in Admin > Settings > Advanced
we prefer it over other paths (which may be restricted by
open_basedir). Fixes #1395.
|
|
http://dev.kohanaframework.org/projects/kohana2/repository/revisions/4605
So now our cache entries don't expire. For now, do cache expiration
whenever we render Admin > Maintenance, since that's the type of place
that users will go when they want their cache to expire anyway.
|
|
|
|
Fixes ticket #1384.
|
|
rotating images. Some versions of GD won't work if we don't do this.
Fixes ticket #1375.
|
|
http://codex.gallery2.org/Gallery3:Choosing_A_Graphics_Toolkit to help
users choose a graphics toolkit. Fixes ticket #1372.
|
|
provide a "show_user_profiles_to" setting to allow admins to open it
up to everybody (choices there are "registered_users", "admin_users"
or "everybody"). Fixes ticket #1378.
|
|
|
|
|
|
album. This is totally legal since an items permissions must be the
same as its parent's, and it's much faster for large installs where
a complete recalculation can be very costly. Should fix #1360.
|
|
cover. Normally, all items are equally viewable, but in our unit
tests we occasionally have the scenario where peers have different
viewability settings which is internally consistent although only
possible if you set the fields manually.
|
|
breaks the upgrader. Fixes #1361, thanks to Romain LE DISEZ.
|
|
is case sensitive, but our dupe validation is not. Fixes ticket #1367.
|
|
Related to ticket #1368.
|
|
a conflict. This fixes #1364.
|
|
|
|
isset($theme->item) may return true even when we don't have an actual
Item_Model in there.
|
|
replace that). Fixes ticket #1361
|
|
|
|
|
|
that it tells you which modules failed to upgrade properly. Fixes
ticket #1359.
|
|
to the root album. Fixes ticket #1356.
|
|
Fixes ticket #1353.
|
|
informative message to help the user know that she needs to get a
newer copy of the module. Fixes ticket #1189.
|
|
|
|
Don't return thumb info if there's no thumbnail (eg: album w/ no contents)
Don't return file_url_public for albums
Fixes ticket #1347.
|
|
|
|
|
|
|
|
Item_Model::get_position() expects "DESC". This breaks navigation in
any album imported from G2 that has a descending sort order.
Two things:
1) Use "ASC"/"DESC" in G2 import for consistency
2) Make Item_Model::get_position() more robust against capitalization
Fixes ticket #1334.
|
|
wind up with weird url doubling effects. Fixes ticket #1342.
|
|
|
|
This reverts commit 2d948cb39fd2da6a5f966a10cbeb4f5d5caec5a3.
Valiant said that tn_ZA is right:
http://gallery.menalto.com/node/97840#comment-352865
|
|
- add_user_to_group and remove_user_from_group should take Group_Definition instances
to be consistent
- add_user_to_group and remove_user_from_group in drivers/IdentityProvider.php should
not be static
|
|
|
|
|
|
paused/abandoned for some reason and we want to know more details.
|
|
increasing backoff and if that fails, we put up a manual "retry" link.
Fixes ticket #1270.
|
|
Botswana anyway according to @sagemaniac in
http://gallery.menalto.com/node/97840
|
|
gallery/_cache row and it already exists. Fixes ticket #1338.
|
|
|
|
mod_rewrite to work. This is surprisingly obscure in the docs.
Thanks to bromide for turning this up in
http://gallery.menalto.com/node/97791!
|
|
The photo view page caches the dimensions of the full size and then
renders it in Javascript. But after rotation, those dimensions are no
longer valid. Create a new function on the items controller that
returns the appropriate dimensions, then add a hook on
$.gallery_replace_image and implement the hook on the photo view page
to have it make an async call to get the new dimensions.
Fixes ticket #1317
|
|
Fixes ticket #1307.
|
|
guest access to admin pages fails because we try to go to the login
page but you can't do that from the admin theme. Thanks to mamouneyya
for catching this.
http://github.com/gallery/gallery3/commit/2a86446249c4782287e1e6e472f422b851c2fb47
|