Age | Commit message (Collapse) | Author |
|
- removed fake attr settings (possible compatibility issue with newer jQuery)
- replaced with extra class
- fixed formatting
- still doesn't work: addClass works, but hasClass always returns false when function runs again
|
|
Jquery dialogs
|
|
|
|
are correct, all titles are correctly sized, and the dialog boxes go to
the top for older themes, too.
|
|
|
|
Last update: 6089374891407dda5da27bbceb9aa774004737b6 (1 commits ago)
|
|
will leave the module active in any existing installs that had it
active, but that shouldn't cause any negative impact. Fixes #2002.
|
|
Last update: 21acbbf549f3167d14c89270683ef06746552d75 (1 commits ago)
|
|
#2003 - Add admin/movies screen.
|
|
Added admin/movies screen analogous to the admin/graphics screen so the user can:
- see how FFmpeg is configured (path and version, similar to toolkits in admin/graphics)
- get some instructions on how to install FFmpeg if not found
- change the movie_allow_uploads setting
- ask Gallery to rebuild their movie thumbs
Specifics:
- admin_movies, admin_movies.html (new) - new Movies admin screen
- ffmpeg.png (new) - logo for admin screen
- movie::get_ffmpeg_version (new) - return version number and date of FFmpeg
- form_uploadify.html - change admin message if movie uploads are disabled
- gallery_event::admin_menu - added Movies link to Settings
- xss_data.txt - updated golden file for unit tests
|
|
Dialog centering, sizing, etc. seem to be fixed!
|
|
Updated Themeroller for wind and admin_wind.
|
|
Changing 2 library names back to (less-standardized) original names.
|
|
Last update: 3fa08f54a6cd4741646824b8ed98c14ea2d1633f (1 commits ago)
|
|
Follow-on to b01897af8deaf38d9da627b39168cb296572384f - add debugging message
|
|
Last update: db9810136381a6d74e82be10b4dbe7e4d2e344bf (1 commits ago)
|
|
Fix an issue where siblings() by itself throws an error. The problem is that
Theme_View::siblings() passes a null offset and limit to the callback which
gets passed down to search::search_within_album, which creates its query
in raw SQL and doesn't check for a null offset/limit. We want a reasonable
limit on the size of the set here (and 1000 is probably wayyy too high so
lower that to 100) so amend get_siblings to stop using default parameters
and actually check the inputs.
Author: Bharat Mediratta <bharat@menalto.com>
Date: Sat Feb 9 14:53:34 2013 -0500
Extend siblings callbacks to take a $limit and an $offset for navigating
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: e5ed05004f005bdccdbf68e199ae2324ad97e895 (1 commits ago)
|
|
Follow-on to 0312d1b071bd4434ddb3f82888b0323da6bf3732 for #1994.
|
|
Last update: 4fc539651685d0c0b540c88f2a64e8ffe1f69646 (1 commits ago)
|
|
Replace = with ==
|
|
This was my mistake; I didn't test it thoroughly. It results in all g2 mappings being broken!
|
|
already been broken in v3.0.4...)
|
|
|
|
a link/menu.
If they come from a context menu, they're still really broken.
|
|
json2.js -> json2-min.js ; jquery.localScroll.js -> jquery.localscroll.js
While this is irrelevant for Wind, changing the filenames back to what we used
to have ensures that we don't break contributed themes.
--HG--
rename : lib/jquery.localScroll.js => lib/jquery.localscroll.js
|
|
message if Zend Guard code obfuscation is enabled to installer, too.
|
|
Updated success callbacks for gallery.panel.js and gallery.dialog.js
|
|
Last update: 9ed67350331ff32e6f42a53ad1ba09d1533e8af9 (1 commits ago)
|
|
#2001 - Make filename sanitizing more consistent.
|
|
Last update: 0302e4ec0ef04f1a11b20f3c60637246bf915b7f (1 commits ago)
|
|
#1988 - Add movie_allow_uploads option ("always", "never", or "autodetect").
|
|
Finished jQuery library updates, current for 2013/02/12.
|
|
Last update: e109f0b5113c1f8b33130866af44450ca4107ed4 (1 commits ago)
|
|
#1749, #1754, #1901 - Add debugging message if Zend Guard code obfuscation is enabled.
|
|
|
|
longer need to save xhr ahead of success.
Tested and seems to work well, even with watermarks on Chrome (previously an issue).
|
|
- json.js 2012/10/08
- used non-minified to be consistent with other libraries
- updated filename in page.html.php call
|
|
|
|
- jquery.js 1.9.1 (2013/02/04)
- jquery.cookie.js 1.3.1 (2013/01/30)
- jquery.scrollTo.js 1.4.5 (2012/12/14)
- jquery.localScroll.js 1.2.8b (2012/09/21)
Note: jquery.jeditable.js and jquery.MultiFile.js still removed, as they are no longer used.
|
|
is enabled.
Zend Guard code obfuscation is enabled by default on many PHP 5.3+ installations,
but we don't use it and Kohana 2.4 is incompatible with it (see Trac tickets).
Rather than crash and/or hack core Kohana code, we can display an error message
to help the end user disable it.
|
|
- legal_file - added sanitize_filname() to sanitize photo/movie filenames.
- admin_watermarks - revised add() to use new function.
- item model - added _process_data_file_info() to validate the data file, get its metadata, and sanitize the item name.
- item model - revised save() for new items to use _process_data_file_info *before* the slug is checked.
- item model - revised save() for updated items to use _process_data_file_info.
- item model - revised save() for updated items to sanitize name if changed.
- uploader - removed call to smash_extensions (item model does this when it calls sanitize_filename).
- Legal_File_Helper_Test - added unit tests for sanitize_filename.
- Item_Model_Test - revised existing unit tests based on changes.
- Item_Model_Test - added new unit tests for names with legal but incorrect extensions.
- Averted take over by HAL with fix #2001...
|
|
- gallery_installer, module.info, install.sql - add movie_allow_uploads variable
- movie::allow_uploads (new) - return true if movie_allow_uploads is "always" or "autodetect" and FFmpeg found, false otherwise
- legal_file - use movie::allow_uploads instead of movie::find_ffmpeg
- Form_Uploadify - use movie::allow_uploads instead of movie::find_ffmpeg
|
|
Last update: 53ce9c85d16cef2d7e63d02a6b9e93d184787d3f (1 commits ago)
|
|
#1935 - Make FFmpeg easier to install.
|
|
Last update: 9c363abc419039eaf5bb40cce90c3f5bde9d4e76 (1 commits ago)
|
|
#2000 - Make legal_file::smash_extensions more robust.
|
|
Last update: a06faf61b40b458870bad5e66e2666c90032ee2d (2 commits ago)
|
|
- Updated function comments to match revisions.
- No functional changes.
|
|
- Fixed legal_file::smash_extensions.
- Added new unit test.
- Removed duplicated condition in existing unit test.
|