[gallery/gallery3] 776fe7: Automated update of .build_number to 296 for branc...

GitHub <noreply-9UaJU3cA/F/[email protected]>
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <[email protected]>
  Branch: refs/heads/3.0.x
  Home:   https://github.com/gallery/gallery3
  Commit: 776fe75ceb93f8eb729d13d58fb411d6ceeb9270
      https://github.com/gallery/gallery3/commit/776fe75ceb93f8eb729d13d58fb411d6ceeb9270
  Author: Automatic Build Number Updater <bharat+gallery3_build_number_updater-gXXrQ4p6DQJBDgjK7y7TUQ@public.gmane.org>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M .build_number

  Log Message:
  -----------
  Automated update of .build_number to 296 for branch master
Last update: 7e710366de1514c900807881aaf2fdd42a467fe9 (1 commits ago)


  Commit: c2d1c2407fdef326cd1f59d6852620f915a5c0e1
      https://github.com/gallery/gallery3/commit/c2d1c2407fdef326cd1f59d6852620f915a5c0e1
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M modules/gallery/helpers/gallery_graphics.php
    A modules/gallery/tests/Gallery_Graphics_Helper_Test.php

  Log Message:
  -----------
  #1965 - Improve sanity checks and copy/convert/process logic for rotate and resize.
- resize: ensured that resize is skipped *only* if the metadata is valid or the options are well-defined and would upscale. Then, if resize is skipped, check to see if it still needs to be converted. Previous conditions would allow a small PNG to get copied to a JPG, and would allow a corrupted JPG to be copied to the output.
- rotate: add checks for empty file or empty options.
- use get_file_metadata instead of direct getimagesize call.
- add unit tests for rotate and resize, including some for corrupted input files and missing options.


  Commit: 212944e1eae2ffb9a3e27ea7d1c6813160cce1ed
      https://github.com/gallery/gallery3/commit/212944e1eae2ffb9a3e27ea7d1c6813160cce1ed
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M modules/gallery/helpers/graphics.php
    M modules/gallery/helpers/movie.php
    M modules/gallery/helpers/photo.php
    M modules/gallery/tests/Movie_Helper_Test.php
    A modules/gallery/tests/Photo_Helper_Test.php
    M modules/watermark/controllers/admin_watermarks.php

  Log Message:
  -----------
  #1951 - Make metadata generation more flexible (photo and movie helpers).
- added photo_get_file_metadata and movie_get_file_metadata events
- modified photo::get_file_metadata and movie::get_file_metadata to use them
- ensure that non-readable files throw exceptions
- redirected other photo metadata calls in core to photo::get_file_metadata (the helper function already exists, but in many places getimagesize is still called directly)
- added some unit tests (neither of the functions above had one)


  Commit: 3fa7b66585a70149e6d3eb2d064661fb929f8613
      https://github.com/gallery/gallery3/commit/3fa7b66585a70149e6d3eb2d064661fb929f8613
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M modules/gallery/helpers/graphics.php
    M modules/gallery/helpers/movie.php
    M modules/gallery/helpers/photo.php
    M modules/gallery/tests/Movie_Helper_Test.php
    A modules/gallery/tests/Photo_Helper_Test.php
    M modules/watermark/controllers/admin_watermarks.php

  Log Message:
  -----------
  Merge pull request #96 from shadlaws/fix_1951

#1951 - Make metadata generation more flexible (photo and movie helpers).


  Commit: 066f4cdf8e44585790711797baf9130511d4203d
      https://github.com/gallery/gallery3/commit/066f4cdf8e44585790711797baf9130511d4203d
  Author: Automatic Build Number Updater <bharat+gallery3_build_number_updater-gXXrQ4p6DQJBDgjK7y7TUQ@public.gmane.org>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M .build_number

  Log Message:
  -----------
  Automated update of .build_number to 297 for branch master
Last update: 776fe75ceb93f8eb729d13d58fb411d6ceeb9270 (1 commits ago)


  Commit: 96f4a5ea85fd4b4618002bdbd584effc4a86190e
      https://github.com/gallery/gallery3/commit/96f4a5ea85fd4b4618002bdbd584effc4a86190e
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M modules/gallery/helpers/gallery_graphics.php
    A modules/gallery/tests/Gallery_Graphics_Helper_Test.php

  Log Message:
  -----------
  Merge pull request #103 from shadlaws/fix_1965

#1965 - Improve sanity checks and copy/convert/process logic for rotate and resize


  Commit: 847a825b2527584662da277fd6a47921287cbbf4
      https://github.com/gallery/gallery3/commit/847a825b2527584662da277fd6a47921287cbbf4
  Author: Automatic Build Number Updater <bharat+gallery3_build_number_updater-gXXrQ4p6DQJBDgjK7y7TUQ@public.gmane.org>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M .build_number

  Log Message:
  -----------
  Automated update of .build_number to 298 for branch master
Last update: 066f4cdf8e44585790711797baf9130511d4203d (1 commits ago)


  Commit: cc2aed656c7289881ba23e8ec700a4daf7889688
      https://github.com/gallery/gallery3/commit/cc2aed656c7289881ba23e8ec700a4daf7889688
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M installer/install.sql
    M modules/gallery/helpers/gallery_installer.php
    M modules/gallery/helpers/gallery_task.php
    M modules/gallery/helpers/item.php
    M modules/gallery/models/item.php
    M modules/gallery/module.info
    M modules/gallery/tests/Item_Model_Test.php

  Log Message:
  -----------
  #1946, 1947 - Make altered names/slugs more user-friendly, make conflict-finding code check filenames with no extensions
- Reduced from four places that alter names/slugs to two (one to populate empty slugs, one to handle conflicting names/slugs).
- For empty slugs, fill with generic human-readable name (e.g. "photo") instead of random value.
- For conflicting names/slugs, add suffix that's sequential (e.g. "-01"), only using random after 99 conflicts.
- Made conflict-finding code check filenames with no extensions.
- Renamed _randomize_name_or_slug_on_conflict to _check_and_fix_conflicts.
- Added unit tests.  Also cleaned up existing unit tests to reflect new logic and removed a redundant test.
- Added installer logic to correct existing items now considered in conflict.
- Revised gallery_task to look for duplicate names based on new criteria.


  Commit: 603db40459fdaebb5917c8c5aef922476700dce2
      https://github.com/gallery/gallery3/commit/603db40459fdaebb5917c8c5aef922476700dce2
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M modules/gallery/helpers/gallery_task.php

  Log Message:
  -----------
  #1966 - "Fix your Gallery" shows 60/59 items completed.
- Fixed counter in gallery_task::fix that was often one too many.

For FIX_STATE_RUN_MISSING_ACCESS_CACHES, changed this:
$stack = explode(" ", $task->get("stack"));
To this:
$stack = array_filter(explode(" ", $task->get("stack")));


  Commit: 6042bfd1f519ee543483f9850b04621f58a7ff19
      https://github.com/gallery/gallery3/commit/6042bfd1f519ee543483f9850b04621f58a7ff19
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M installer/install.sql
    M modules/gallery/helpers/gallery_installer.php
    M modules/gallery/helpers/gallery_task.php
    M modules/gallery/helpers/item.php
    M modules/gallery/models/item.php
    M modules/gallery/module.info
    M modules/gallery/tests/Item_Model_Test.php

  Log Message:
  -----------
  Merge pull request #91 from shadlaws/fix_1946_1947

#1946, 1947 - Make altered names/slugs more user-friendly, make conflict-finding code check filenames with no extensions


  Commit: c508fc4a45f0af94c89ba7f0ac1533244a7f35a3
      https://github.com/gallery/gallery3/commit/c508fc4a45f0af94c89ba7f0ac1533244a7f35a3
  Author: Automatic Build Number Updater <bharat+gallery3_build_number_updater-gXXrQ4p6DQJBDgjK7y7TUQ@public.gmane.org>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M .build_number

  Log Message:
  -----------
  Automated update of .build_number to 299 for branch master
Last update: 847a825b2527584662da277fd6a47921287cbbf4 (1 commits ago)


  Commit: b06c0f4890a3a3bfd1bdf6b2b8238a0d07fc7ccf
      https://github.com/gallery/gallery3/commit/b06c0f4890a3a3bfd1bdf6b2b8238a0d07fc7ccf
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M modules/gallery/helpers/gallery_task.php

  Log Message:
  -----------
  Merge pull request #104 from shadlaws/fix_1966

#1966 - "Fix your Gallery" shows 60/59 items completed.


  Commit: 0c214d85e63fc74fb315ca1b542251d5c6112201
      https://github.com/gallery/gallery3/commit/0c214d85e63fc74fb315ca1b542251d5c6112201
  Author: Automatic Build Number Updater <bharat+gallery3_build_number_updater-gXXrQ4p6DQJBDgjK7y7TUQ@public.gmane.org>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M .build_number

  Log Message:
  -----------
  Automated update of .build_number to 300 for branch master
Last update: c508fc4a45f0af94c89ba7f0ac1533244a7f35a3 (1 commits ago)


  Commit: 77e3c558022609c065a55b6a8043540603bf3f20
      https://github.com/gallery/gallery3/commit/77e3c558022609c065a55b6a8043540603bf3f20
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-01-27 (Sun, 27 Jan 2013)

  Changed paths:
    M installer/install.sql
    M modules/gallery/helpers/gallery_graphics.php
    M modules/gallery/helpers/gallery_installer.php
    M modules/gallery/helpers/gallery_task.php
    M modules/gallery/helpers/graphics.php
    M modules/gallery/helpers/item.php
    M modules/gallery/helpers/movie.php
    M modules/gallery/helpers/photo.php
    M modules/gallery/models/item.php
    M modules/gallery/module.info
    A modules/gallery/tests/Gallery_Graphics_Helper_Test.php
    M modules/gallery/tests/Item_Model_Test.php
    M modules/gallery/tests/Movie_Helper_Test.php
    A modules/gallery/tests/Photo_Helper_Test.php
    M modules/watermark/controllers/admin_watermarks.php

  Log Message:
  -----------
  Merge branch 'master' into 3.0.x


Compare: https://github.com/gallery/gallery3/compare/3f1bfa755164...77e3c5580226

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d

__[ 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.