Age | Commit message (Collapse) | Author |
|
large sibling sets. Useful for the thumbnav module since we don't want to
iterate a thousand siblings to find the one we care about. Fixes #1999.
|
|
|
|
Last update: dce31266988a79c45ba41fca31cf95a520c7bff3 (1 commits ago)
|
|
#1997 - Correct movie dimensions and mime type improperly set by contributed modules.
|
|
Last update: bc8cd154c5bad64ed13a5c6662e9685fdabe2c79 (1 commits ago)
|
|
#1996 - Add blacklist to legal_file helper.
|
|
Last update: f4ecb7e65850ca0cac9f7d963c34f7cd20ee9446 (1 commits ago)
|
|
#1994 - Make get_file_metadata throw an exception if photo or movie is unidentifiable/illegal.
|
|
- Added code to check/correct movie width, height, and mime in graphics::generate.
As the comment says in the commit, this isn't ideal, but doing it in an upgrade
script wouldn't be very ideal either.
|
|
Last update: 40c5cba2dccdb217bd93274f65d16fd5558257fe (1 commits ago)
|
|
#1993 - Remove "failed" query string from upgrader redirect if there are no errors.
|
|
Adding a blacklist to legal_file could prevent possible security holes arising
from a contributed module that adds file types by user input (e.g. an admin screen).
|
|
unidentifiable/illegal.
- photo & movie helpers: modified to throw exceptions when file is known to be unidentifiable/illegal.
- item model: revised to work with exceptions and be more explicit when the data file is invalid.
- item model: removed duplicate get_file_metadata call for updated items.
- admin_watermarks controller: revised to work with exceptions (really cleans up logic here).
- graphics helper: revised to handle invalid placeholders (a nearly-impossible corner case, but still...).
- photo & movie helper tests: revised to work with exceptions, added new tests for illegal files with valid extensions.
- item model tests: revised to work with exceptions, added new tests for illegal files with valid extensions.
|
|
errors.
- Changed redirect if it finished without failures.
- No change to Upgrader_Controller::index(), since its behavior with an empty vs. undefined failed query is identical.
|
|
Last update: 1796a290c18a2e38c7714ac903c78ac54c373e6b (2 commits ago)
|
|
|
|
Don't try to use an array index on a function return, that's not supported
in PHP 5.3
|
|
Last update: 2fe80add2ed23516948c712cd899c03302c865fb (1 commits ago)
|
|
#1992 - Improve examples for thumb/resize/file path/url functions in item model
|
|
Documentation-only changes to examples used in:
- Item_Model::url
- Item_Model::abs_url
- Item_Model::file_path
- Item_Model::file_url
- Item_Model::resize_path
- Item_Model::resize_url
- Item_Model::thumb_path
- Item_Model::thumb_url
|
|
Last update: aed006a92e858cb9ca66dd021c07c5d80586169f (1 commits ago)
|
|
#1991 - Add options to graphics::mark_dirty to specify type and/or mime type
|
|
Last update: 1796a290c18a2e38c7714ac903c78ac54c373e6b (1 commits ago)
|
|
Follow-on to 949b8cda14ec037386da34c43248ebd60542f5da for #1982.
|
|
- graphics::mark_dirty - added $type and $mime_type as options.
- graphics::mark_dirty - used options to set additional where conditions.
|
|
- Add extra condition to Item_Model_Test::urls_test to test cache busters of missing files.
- Previous commit fixes unit test for empty album url, but now no test checks missing files.
|
|
Last update: f9aeb3b5cd4efb6bb92f034e82af93c8133df66c (5 commits ago)
|
|
|
|
|
|
Last update: 291059d86a5badb62360b88f5dccab4a07f47778 (1 commits ago)
|
|
Follow-on to f83ed5f8716663a45c9d8e8118bbcf0e2849c3fb for #1982.
|
|
Last update: f9aeb3b5cd4efb6bb92f034e82af93c8133df66c (3 commits ago)
|
|
|
|
combining CSS/JS
by touching var/DONT_COMBINE. Fixes #1989.
|
|
Last update: a99b6f79aa8f66bc4d2ea34f814a2f53dde1d288 (1 commits ago)
|
|
Follow-in to 314e2e67b1d52b7d01a715d7a6680862bf83b987 for #1986.
|
|
- Update xss_test golden file (change line numbers).
|
|
- Fix unit test for album url since empty albums now have thumbnails.
|
|
Last update: 070095cf6cc628374ff56489c27220ca61b5735a (1 commits ago)
|
|
#1987 g2_import module should redirect with a 301, not 302
|
|
As the g2_import process is generally assumed to be permanent, the
redirect should be a 301, and not a 302.
|
|
Last update: f9aeb3b5cd4efb6bb92f034e82af93c8133df66c (1 commits ago)
|
|
|
|
Last update: 340a14d3065aa9f330b462d14426960450a0d1d8 (1 commits ago)
|
|
was breaking all unit tests. Use module::install("gallery") instead
of calling gallery_installer::install directly.
|
|
Last update: 795f2569941f582127885f0bdcabe089d644a5d6 (3 commits ago)
|
|
|
|
version. It's redundant. Fixes #1985.
|
|
Last update: 795f2569941f582127885f0bdcabe089d644a5d6 (1 commits ago)
|
|
#1982 - Add placeholder for albums with no album cover.
|