summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2013-05-09Change upload code to use new uploadify urls.Bharat Mediratta
2013-05-07Merge pull request #352 from rlerdorf/masterBharat Mediratta
2013-05-07#2065 - Fix problems with double-ajaxifying of dialogs.shadlaws
2013-05-05There is no $g2_album_id hereRasmus Lerdorf
2013-04-21Ensure that movie titles are purified upon display.shadlaws
2013-04-14Golden file update follow-on for c37288f0b24c19813405096c087ab0c7c171c358Bharat Mediratta
2013-04-14Sanitize all key values.Bharat Mediratta
2013-03-14#2058 - Separate uploader logic into Kohana-, Item-Model-, and Uploadify-spec...shadlaws
2013-03-14#2062 - Fix extra/missing spaces in search query.shadlaws
2013-03-13Merge pull request #202 from shadlaws/fix_2051Bharat Mediratta
2013-03-13Merge pull request #216 from shadlaws/fix_2061Bharat Mediratta
2013-03-13#2061 - Remove Uploadify from add_photo_form/add_photo_form_completed events.shadlaws
2013-03-13#2059 - Add album name sanitizing similar to photo/movie filename sanitizing.shadlaws
2013-03-12Merge pull request #209 from shadlaws/fix_2057Bharat Mediratta
2013-03-12Merge pull request #210 from shadlaws/fix_2055_2056Bharat Mediratta
2013-03-12#2051 - Revise how Gallery_View returns combined JS and CSS.shadlaws
2013-03-12#2057 - Revise item name and slug validation - backslashes, refactor, error m...shadlaws
2013-03-12#2055, 2056 - jQuery updates for .attr("value", [value]) and .keyup(handler).shadlaws
2013-03-12#2054 - Revise albums_form_add.js: update for new jQuery, refactor.shadlaws
2013-03-11Merge pull request #204 from jozefs/issue1838Bharat Mediratta
2013-03-11Merge pull request #207 from shadlaws/fix_siblings_callbackBharat Mediratta
2013-03-11Merge pull request #206 from shadlaws/fix_2050Bharat Mediratta
2013-03-11Fix Theme_View::siblings bug - limit and offset reversed in sibling_callback.shadlaws
2013-03-11Merge pull request #205 from shadlaws/fix_2053Bharat Mediratta
2013-03-11Merge pull request #200 from shadlaws/fix_2048Bharat Mediratta
2013-03-11#2053 - Change all .bind() to .on() for jQuery future-proofing.shadlaws
2013-03-11Themes can choose child thumbnail when asking for proportion.Jozef Selesi
2013-03-11Themes can set minimum thumbnail size when calculating proportions.Jozef Selesi
2013-03-11#2050 - Update Admin_View to handle events like Theme_View.shadlaws
2013-03-10#2048 - Remove unneeded jquery.autocomplete.css/js inclusions.shadlaws
2013-03-10Follow-on fix: if tests throw an exception, don't throw another by calling an...shadlaws
2013-03-09Merge pull request #196 from shadlaws/fix_2046Bharat Mediratta
2013-03-09Merge pull request #197 from shadlaws/followon_2003Bharat Mediratta
2013-03-09Follow-on to #1935 - Ensure ffmpeg is executable, remove possible doubled "/".shadlaws
2013-03-09#2046 - Change Gallery over to using MediaElementJS as its movie player.shadlaws
2013-03-08Follow-on to #2003 - Fix innocuous typo (unneeded semi-colon).shadlaws
2013-03-07#2015 - Update ExtJS to 3.4.0 (in sync with gallery3-vendor).shadlaws
2013-03-06Follow-on fix: count errors as well as test failures.Bharat Mediratta
2013-03-06Set exit status to the number of failed tests. This should fix issues with T...Bharat Mediratta
2013-03-06Revert "Return "1" to CLI if not all unit tests pass.". We're not successfullyBharat Mediratta
2013-03-06Explicitly print out the exit status to see if I can narrow down failures on ...Bharat Mediratta
2013-03-06Follow-on for #2043. Fix some tests that made bad assumptions aboutBharat Mediratta
2013-03-05Follow-on to 384bc7afc86be706bf61def09afc8306cdad2443 for #2033Bharat Mediratta
2013-03-05Remove stray line of debug output.Bharat Mediratta
2013-03-05#2040 - Deactivate modules that no longer exist.shadlaws
2013-03-04Merge pull request #187 from shadlaws/2033_followonBharat Mediratta
2013-03-04Merge pull request #185 from shadlaws/minifyjs_20130304Bharat Mediratta
2013-03-04Merge pull request #183 from shadlaws/fix_2037Bharat Mediratta
2013-03-04Follow-on to #2033 - Change variables and js script loading for Flash Flowpla...shadlaws
2013-03-04Return "1" to CLI if not all unit tests pass.Jozef Selesi