[gallery/gallery3] a1b5cf: #2051 - Revise how Gallery_View returns combined J...

GitHub <noreply-9UaJU3cA/F/[email protected]>
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <51414ecacf444_199efc1306174c@hookshot-fe4-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: a1b5cf2e8daa2b0205d58c5355bf57edcdd3821f
      https://github.com/gallery/gallery3/commit/a1b5cf2e8daa2b0205d58c5355bf57edcdd3821f
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M modules/gallery/libraries/Gallery_View.php
    M modules/gallery/tests/xss_data.txt
    M themes/admin_wind/views/admin.html.php
    M themes/wind/views/page.html.php

  Log Message:
  -----------
  #2051 - Revise how Gallery_View returns combined JS and CSS.
Changed Gallery_View's JS and CSS combining to:
- have get_combined() combine all groups if called without arguments.
- ensure the "core" group is combined first.
- always put links where get_combined() is called, even if combining is disabled (otherwise the order isn't preserved).
- add key as cache buster when combining is disabled.
- make "LOOKING FOR YOUR CSS/JAVASCRIPT..." comments in get_combined(), not in the theme itself.
Also, revised xss_data.txt golden file (line number changes only).


  Commit: 8d0e1b4c4d456d9d2d94c29412629374d0b26d35
      https://github.com/gallery/gallery3/commit/8d0e1b4c4d456d9d2d94c29412629374d0b26d35
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M modules/gallery/helpers/legal_file.php
    M modules/gallery/models/item.php
    M modules/gallery/tests/Item_Model_Test.php
    M modules/gallery/tests/Legal_File_Helper_Test.php

  Log Message:
  -----------
  #2059 - Add album name sanitizing similar to photo/movie filename sanitizing.
- added legal_file::sanitize_dirname(), analogous to sanitize_filename.
- revised item model to use new function when adding or updating an album.
- added some legal_file unit tests.
- revised some item model unit tests.


  Commit: a14030346897989b4a94931a8c1a1c9b38523ab2
      https://github.com/gallery/gallery3/commit/a14030346897989b4a94931a8c1a1c9b38523ab2
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M modules/gallery/controllers/uploader.php
    M modules/tag/helpers/tag_event.php

  Log Message:
  -----------
  #2061 - Remove Uploadify from add_photo_form/add_photo_form_completed events.
- Added code around event calls in uploader to add Uploadify-specific JS to update the inputs.
- Removed Uploadify JS from tag_event.  Now it's uploader-agnostic.
- Refactored tag_event autocomplete code (no functional changes).


  Commit: 3c8e521d40ed12bf948abd61d960f31fae586cd1
      https://github.com/gallery/gallery3/commit/3c8e521d40ed12bf948abd61d960f31fae586cd1
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M modules/gallery/helpers/legal_file.php
    M modules/gallery/models/item.php
    M modules/gallery/tests/Item_Model_Test.php
    M modules/gallery/tests/Legal_File_Helper_Test.php

  Log Message:
  -----------
  Merge pull request #214 from shadlaws/fix_2059

#2059 - Add album name sanitizing similar to photo/movie filename sanitizing


  Commit: 11d886406418908f5163a8d4ba737424d6d28755
      https://github.com/gallery/gallery3/commit/11d886406418908f5163a8d4ba737424d6d28755
  Author: Automatic Build Number Updater <bharat+gallery3_build_number_updater-gXXrQ4p6DQJBDgjK7y7TUQ@public.gmane.org>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M .build_number

  Log Message:
  -----------
  Automated update of .build_number to 398 for branch master
Last update: 8b457bf39b51495706a6be501f93f80bbd6d1fef (1 commits ago)
[ci skip]


  Commit: b69297db75f141bd2b74a8fdabb7b28c851514fd
      https://github.com/gallery/gallery3/commit/b69297db75f141bd2b74a8fdabb7b28c851514fd
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M modules/gallery/controllers/uploader.php
    M modules/tag/helpers/tag_event.php

  Log Message:
  -----------
  Merge pull request #216 from shadlaws/fix_2061

#2061 - Remove Uploadify from add_photo_form/add_photo_form_completed events.


  Commit: 23564554f2c81b6b72682eee1a26f0153cd55598
      https://github.com/gallery/gallery3/commit/23564554f2c81b6b72682eee1a26f0153cd55598
  Author: Automatic Build Number Updater <bharat+gallery3_build_number_updater-gXXrQ4p6DQJBDgjK7y7TUQ@public.gmane.org>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M .build_number

  Log Message:
  -----------
  Automated update of .build_number to 399 for branch master
Last update: 11d886406418908f5163a8d4ba737424d6d28755 (1 commits ago)
[ci skip]


  Commit: a5700a2f3cee5ef02ae1bba97bf8b2cdac8fa4a2
      https://github.com/gallery/gallery3/commit/a5700a2f3cee5ef02ae1bba97bf8b2cdac8fa4a2
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M modules/gallery/libraries/Gallery_View.php
    M modules/gallery/tests/xss_data.txt
    M themes/admin_wind/views/admin.html.php
    M themes/wind/views/page.html.php

  Log Message:
  -----------
  Merge pull request #202 from shadlaws/fix_2051

#2051 - Revise how Gallery_View returns combined JS and CSS.


  Commit: ef554a34e88141a1fee0a695a00337747a303580
      https://github.com/gallery/gallery3/commit/ef554a34e88141a1fee0a695a00337747a303580
  Author: Automatic Build Number Updater <bharat+gallery3_build_number_updater-gXXrQ4p6DQJBDgjK7y7TUQ@public.gmane.org>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M .build_number

  Log Message:
  -----------
  Automated update of .build_number to 400 for branch master
Last update: 23564554f2c81b6b72682eee1a26f0153cd55598 (1 commits ago)
[ci skip]


  Commit: b45a45cef05f08ec05c0e28f177c08ee810103f8
      https://github.com/gallery/gallery3/commit/b45a45cef05f08ec05c0e28f177c08ee810103f8
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M .build_number
    M modules/gallery/classes/Controller/uploader.php
    M modules/gallery/classes/Model/item.php
    M modules/gallery/helpers/legal_file.php
    M modules/gallery/libraries/Gallery_View.php
    M modules/gallery/tests/Item_Model_Test.php
    M modules/gallery/tests/Legal_File_Helper_Test.php
    M modules/gallery/tests/xss_data.txt
    M modules/tag/helpers/tag_event.php
    M themes/admin_wind/views/admin.html.php
    M themes/wind/views/page.html.php

  Log Message:
  -----------
  Merge branch 'master' into kohana_3


Compare: https://github.com/gallery/gallery3/compare/50291eae14a8...b45a45cef05f

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

__[ g a l l e r y - c h e c k i n s ]_________________________

[ list info/archive --> http://gallery.sf.net/lists.php ]
[ gallery info/FAQ/download --> http://gallery.sf.net ]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.