Age | Commit message (Collapse) | Author |
|
#2020 - Add CLI install argument to set admin password.
|
|
Last update: 1d2610d613576f9bce7b21bc12852da4bd77ae46 (1 commits ago)
|
|
Update to latest JSON-js, in sync with gallery3-vendor
|
|
- did this a short while ago, but out of sync with gallery3-vendor and with a different minimizer.
|
|
gallery3-vendor.
- updated all four swf to newest
- modified flashembed.js as per http://code.google.com/p/flowplayer-core/issues/detail?id=30
- rebuilt flowplayer.js from source using modified flashembed.js
- included ipad plugin in flowplayer.js
|
|
This isn't too useful for end users, but would be really useful for developers
that install Gallery3 over and over again...
|
|
(9345dde83e1f092a9309c45282dc21e3fd408875, d632ef3e50252d388c272cacd29e8cc6e4949cec)
- gallery module: added loading-small.gif (so all themes have it by default)
- gallery module: added css for .ui-autocomplete-loading (copied from .g-loading-small in wind,
but without !important so other themes can override it)
- gallery module: updated upgrader.html.php to use new image (removes theme dependence)
- wind theme: removed outdated css for .ac_loading (not used in v3.0.5, either)
- server_add module: removed multiple argument from autocomplete (doesn't work well with it)
|
|
gallery3-vendor.
- updated jquery.cookie.js
- updated jquery.form.js
|
|
Last update: e23ec0eda9df71aeca9884e3070ec9f2711f41e8 (1 commits ago)
|
|
Follow-on from autocomplete and gallery.panel.js revisions.
|
|
Last update: 59fbf7f14e132d4ac508ce358c85d2bf25ae76f9 (1 commits ago)
|
|
#2018 - Make ui.init.js thumbnail hover effect more robust.
|
|
- changed thumbnail hover effect to store its original height on mouseenter, then return to it on mouseleave.
- removed previous routine which depended on the height of its siblings and was incompatible with some IE versions.
|
|
(9345dde83e1f092a9309c45282dc21e3fd408875, d632ef3e50252d388c272cacd29e8cc6e4949cec, fd012276cbf03cc1dc7b8da10aac5cc6f26326c6)
- revised xss_data.txt golden file (no new cases).
- escaped translated string in admin_users.html.php (would have otherwise been a new case in xss_data.txt).
|
|
Last update: 22ce7e0795c67e09b43c4450b90a164d22a19939 (1 commits ago)
|
|
#2012 - Clean up gallery.in_place_edit.js.
|
|
Last update: 261dccc5bcb39e8892701ac3078f28e0ec029b6e (1 commits ago)
|
|
Update jQuery-UI from v1.10.0 to v1.10.1
|
|
Last update: d811d63c51dc79aaa06942778ce8afb1c89dbc28 (1 commits ago)
|
|
#2014 - Clean up gallery.ajax.js.
|
|
Last update: 53e6df0b95e3abf58bf88f84b9d9bc68e25ca9a5 (1 commits ago)
|
|
#2013 - Clean up gallery.panel.js.
|
|
|
|
- prepend "data-" in front of non-standard attr to be more standards compliant.
- fix formatting.
|
|
- fixed whitespaces
|
|
- prepend "data-" in front of non-standard attr to be more standards compliant.
|
|
- removed extra leading whitespaces
|
|
- removed extend similar to previous jQuery updates (doesn't work the same with jQuery 1.4+)
|
|
Last update: 2a6896e2a51833f45cd48bca0b5048cc9633c9bd (3 commits ago)
|
|
|
|
|
|
Last update: 2a6896e2a51833f45cd48bca0b5048cc9633c9bd (1 commits ago)
|
|
#2008 - Add warnings if some active modules are obsolete.
|
|
- added module::get_obsolete_modules_message function
- put message on admin/dashboard
- put message on admin/modules
- put message on upgrader
- updated unit test golden file xss_data
|
|
Last update: 12d68b89feea10855ce4c779f2afb543e40f1c21 (1 commits ago)
|
|
Follow-on to fd0051dab7258c817ff01877bd4324530ce79398 for #2006.
|
|
- fix unit tests for watermarks, which check for deleted files.
|
|
Last update: f12aaf3c345fcce39fdbe721c896c03e3b429e58 (1 commits ago)
|
|
- unlink copied files because they confused File_Structure_Test
- update golden files
|
|
Last update: e950d2f4ef52b68e1ccf1cec2e896a916af5e571 (1 commits ago)
|
|
#1749, 1754, 1901 - Eliminate incompatibility with Zend Guard Loader.
|
|
- added MY_Kohana to provide wrapper for auto_load(), which loads dummy class when none found.
- revised Bootstrap to load MY_Kohana.
This is based on the patch described here: http://blog.teatime.com.tw/1/post/403
|
|
|
|
Last update: afa61f9d0d551bc2a0c4fa903eb3f55742720c8d (1 commits ago)
|
|
#2007 - Change search box text when only looking in the current album.
|
|
|
|
Moved autocomplete CSS to gallery.css to ensure it works for all themes (incl. admin_wind)
|
|
Password strength indicator fixed for new jQuery. Also cleaned up formatting.
|
|
Context menus are fixed!
|
|
- search.html.php - updated to use new labels.
- search_link.html.php - updated to use new labels. Moved code that determines
current album to top, then used it for both the new label and the hidden album
input. Resulting form code looks more symmetric to search.html.php.
|