| Age | Commit message (Collapse) | Author |
|
93d1a8103e757a87fb00
f14290f34f097f525a56
ff8ee5bdfcc0d35e14f3
returning Tim changes to merge gallery.common.css contents with the theme css file
|
|
|
|
to the correct location.
So lets fix that up. But first undo the reverts:
93d1a8103e757a87fb006f2389f0ee24497367a7 "Revert 'Move the contents of lib/gallery.common.css into themes/wind/css/screen.php and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway.'"
f14290f34f097f525a56bc00070b73fba1fb8e2c "Revert 'Clean up white space'"
ff8ee5bdfcc0d35e14f3124d349625814ec8771a "Revert 'Add some whitespace.'"
|
|
themes/wind/css/screen.php and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway."
This reverts commit 42517041753d460c337a2086c0346018ad582e8d.
|
|
This reverts commit a1e25313e34b608206d9d1dc8f9b4c01116c9b46.
|
|
This reverts commit 207d848989880edbbbbc852a366bf3bbaf505d2a.
|
|
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.
|
|
in case the url had spaces in it. Fixes ticket #1388.
|
|
|
|
Fixes ticket #1387.
|
|
|
|
comments by using Database_Expression. Fixes ticket #1386.
|
|
|
|
|
|
|
|
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.
|
|
parameter and put in a message requiring a valid url. Fixes ticket
|
|
|
|
and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway.
|
|
|
|
|
|
this is a hard requirement, but for now in User_Model::save() let's
use the empty string if the field itself is null. Fixes ticket #1371.
|
|
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.
|
|
wrong. This will help diagnose #1364 which appears to be an
ORM_Validation_Exception, except the actual output is getting eaten by
the Organize SWF so we can't see it without snooping network traffic.
|
|
try to use $(this).data("reload.location") if it hasn't been set,
which can happen if Flash isn't available. Fixes #1362
|
|
|
|
isset($theme->item) may return true even when we don't have an actual
Item_Model in there.
|
|
|
|
replace that). Fixes ticket #1361
|
|
a much friendlier url format. Fixes ticket #1363.
|
|
|
|
|
|
that it tells you which modules failed to upgrade properly. Fixes
ticket #1359.
|
|
that it's not hardcoded to return the user with id 2. Create
user::admin_user() which finds an appropriate admin and returns it.
Fixes #1358.
|
|
1) Prevent it from "bouncing" which happens when we queue up a lot of
open and close events. Stop any running animations before starting
new ones. This fixes #1340.
2) Prevent a bug that's not really visible to the user where we wind
up re-initializing a context menu over and over which results in us
binding tons of hover events. I don't think this causes any serious
damage, but it's probably not good.
|
|
of using CSS selector lookups for every operation. I assume (but have
not verified) that this is more efficient.
|
|
bit larger than the image and then do equal_heights() on them. This
tightens the grid back up again when appropriate after a rotation.
|
|
|