Age | Commit message (Collapse) | Author |
|
- added extra $var_subdir argument to item::find_by_path.
- changed item::find_by_path to use $var_subdir to detect if we should look for a jpg-converted item or not (e.g. movie thumbs)
- moved the album thumb detection to item::find_by_path to ensure it knows to look for an exact album match.
- added more sanity checks to item::find_by_path (now has fewer false positive possibilities).
- updated file_proxy to remove the need to guess different movie files.
- updated File_Proxy_Controller - new sanity checks catch previously undetected bug.
- added additional unit tests for item::find_by_path.
|
|
Last update: 05fea3f4f0b97520636157097b728ae2700a7ac3 (1 commits ago)
|
|
#2017, 2019 - Update Flowplayer, fix special character issues.
|
|
Last update: 21af370f3cc90bcf709c4fb9193be22d85d368eb (1 commits ago)
|
|
Follow-on from autocomplete updates.
|
|
Last update: 90d8700d1801ae852e9808921c47d3ed01f1db72 (1 commits ago)
|
|
Update jQuery libraries to current as of 2013/02/26, in sync with gallery3-vendor.
|
|
Last update: 6993a88669d19be84f59dcadbe679a6b005e038f (1 commits ago)
|
|
#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
|