summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
AgeCommit message (Expand)Author
2013-09-06#2082 - Sanitize admin theme options that get placed directly in HTML.shadlaws
2013-04-21Ensure that movie titles are purified upon display.shadlaws
2013-03-14#2058 - Separate uploader logic into Kohana-, Item-Model-, and Uploadify-spec...shadlaws
2013-03-13#2061 - Remove Uploadify from add_photo_form/add_photo_form_completed events.shadlaws
2013-03-05Remove stray line of debug output.Bharat Mediratta
2013-03-05#2040 - Deactivate modules that no longer exist.shadlaws
2013-03-02#2031 - Add class_exists() before method_exists() if class existence is unknown.shadlaws
2013-02-27Merge pull request #169 from shadlaws/fix_2021Bharat Mediratta
2013-02-27#2021 - Cleanup thumb_dirty and resize_dirty instances.shadlaws
2013-02-26#2010 - Revise item::find_by_path to search for jpg-converted items.shadlaws
2013-02-20#2008 - Add warnings if some active modules are obsolete.shadlaws
2013-02-17#2006 - Add system::mark_file_for_delete API to delete files at shutdown.shadlaws
2013-02-14#2003 - Add admin/movies screen.shadlaws
2013-02-12#2001 - Make filename sanitizing more consistent.shadlaws
2013-02-09Extend siblings callbacks to take a $limit and an $offset for navigatingBharat Mediratta
2013-02-08#1993 - Remove "failed" query string from upgrader redirect if there are no e...shadlaws
2013-01-31Escape the host/username/password arguments to mysqldump. Fixes #1984.Bharat Mediratta
2013-01-30Improve the display context API to return a "siblings_callback" fieldBharat Mediratta
2013-01-28#1945 - Extend legal_file helper functions.shadlaws
2013-01-24If profiling is enabled, dump out profiling data instead of proxiedBharat Mediratta
2013-01-21#1954 - Skip buffer calls for unit tests of file_proxy and data_rest.shadlaws
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2013-01-20Add a long overdue test for File_Proxy_Controller that tests all the variousBharat Mediratta
2013-01-20#1949 - Fix album thumb mime types given by data_rest and file_proxyshadlaws
2013-01-19#1942 - Make data_rest and file_proxy more consistent - several minor documen...shadlaws
2012-12-10bug fix: updated file_proxy.php to use legal_file helper instead of hard-code...shadlaws
2012-08-11the HTTP header Cache-Control must contain "public" in order to allow caching...Gerhard Schlager
2012-07-21Sanitize the module name and don't allow storing values for illegalBharat Mediratta
2012-06-05Fix up syntax in the last change. Follow-on for #1879.Bharat Mediratta
2012-06-05Force Turn off the compress as most image file already compressed.Tony Fung
2012-06-04Second attempt to fix #1821 - first attempt caused an infinite loop in some c...Bharat Mediratta
2012-05-17Smash multiple extensions down into a single one when accepting fileBharat Mediratta
2012-05-15Send back form errors wrapped in JSON. Fixes #1867.Bharat Mediratta
2012-05-15Oops dropped a semicolon in e3d50dd8be9cd4bdefb42f41aa6ed96b6fece676Bharat Mediratta
2012-05-14Simplify dialog title for editing advanced settings. Fixes #1864.Bharat Mediratta
2012-05-14Force uploader status messages to be integers. Fixes #1863.Bharat Mediratta
2012-05-08Close all buffers, not just the ones that Kohana opened. Fixes #1821,Bharat Mediratta
2012-05-05Clean up comments.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-11-24Move the Content-Length header into the main block, fix some formatting.Bharat Mediratta
2011-10-29gzip stream problem on Google Chromeffchung
2011-10-03Fix the standard and REST uploaders to use a callback function toBharat Mediratta
2011-08-27Refactor the display context code a bit:Bharat Mediratta
2011-08-11Patch for tickets #1428 and #1760Tim Almdal
2011-08-11Simplification of 59b04b897b8a664cd7334b017fac8158a6281434 for #1764:Bharat Mediratta
2011-08-11Initial commit of a patch for Ticket #1764. as discussed here: https://github...Tim Almdal
2011-04-30Results from a round of feedback with Bharat.Chad Parry
2011-04-28This patch helps provide raw photo support with some small changes to the fra...Chad Parry
2011-04-24Don't put the Admin > Theme Options Save button in a fieldset.Chad Kieffer
2011-04-23Use an absolute url for the upgrader link. Also, clear the upgrade_nowBharat Mediratta