[gallery/gallery3] 69c856: Follow-on to #2069 - Decrease stack size of MPTT r...

GitHub <noreply-9UaJU3cA/F/[email protected]> Wed, 15 May 2013 02:28:31 -0700
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <5193553fa6f08_3ab7dabde4857cb@hookshot-fe1-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: 69c8568d5959f86327b7e618232b00d3323778dd
      https://github.com/gallery/gallery3/commit/69c8568d5959f86327b7e618232b00d3323778dd
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-05-15 (Wed, 15 May 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Hook/GalleryTask.php

  Log Message:
  -----------
  Follow-on to #2069 - Decrease stack size of MPTT rebuild task.
This reduces the likelihood that we'll hit a limit with gargantuan galleries.


  Commit: c68c18ad40b6528821919d1b57da709ed1d66d75
      https://github.com/gallery/gallery3/commit/c68c18ad40b6528821919d1b57da709ed1d66d75
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-05-15 (Wed, 15 May 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Identity.php
    M modules/gallery/classes/Gallery/Model/Item.php

  Log Message:
  -----------
  Add @todo comments to Model_Item::valid_slug() and Identity::load_user().


  Commit: ac997453b97fe1ffeabbbe4449ec0ea865ada337
      https://github.com/gallery/gallery3/commit/ac997453b97fe1ffeabbbe4449ec0ea865ada337
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-05-15 (Wed, 15 May 2013)

  Changed paths:
    M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
    M modules/exif/classes/Exif/Exif.php
    M modules/formo/classes/Formo/Core/Innards.php
    M modules/g2_import/classes/G2Import/G2Import.php
    M modules/gallery/classes/Gallery/Access.php
    M modules/gallery/classes/Gallery/BlockManager.php
    M modules/gallery/classes/Gallery/Debug.php
    M modules/gallery/classes/Gallery/GalleryLog.php
    M modules/gallery/classes/Gallery/Graphics.php
    M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php
    M modules/gallery/classes/Gallery/Hook/GalleryTask.php
    M modules/gallery/classes/Gallery/I18n.php
    M modules/gallery/classes/Gallery/Identity.php
    M modules/gallery/classes/Gallery/IdentityProvider.php
    M modules/gallery/classes/Gallery/L10nScanner.php
    M modules/gallery/classes/Gallery/LegalFile.php
    M modules/gallery/classes/Gallery/Locales.php
    M modules/gallery/classes/Gallery/Message.php
    M modules/gallery/classes/Gallery/Movie.php
    M modules/gallery/classes/Gallery/SafeString.php
    M modules/gallery/classes/Gallery/SiteStatus.php
    M modules/gallery/classes/Gallery/System.php
    M modules/gallery/tests/Controller_Auth_Test.php
    M modules/gallery/tests/Item_Test.php
    M modules/gallery/tests/Locales_Test.php
    M modules/gallery/tests/Xss_Security_Test.php
    M modules/notification/classes/Notification/Notification.php
    M modules/purifier/classes/Purifier.php
    M modules/rest/classes/Rest/Hook/RestEvent.php
    M modules/rss/classes/Rss/Controller/Rss.php
    M modules/search/classes/Search/Search.php
    M modules/slideshow/classes/Slideshow/Hook/SlideshowEvent.php
    M modules/tag/classes/Tag/Hook/TagEvent.php
    M modules/user/classes/User/Group.php
    M modules/user/classes/User/User.php

  Log Message:
  -----------
  Change "self" --> "static".  This follows the "private" --> "protected" change,
and allows late binding.  We couldn't do this with PHP <5.3.


  Commit: 7b28b606239006fb5b76465a4a2a237d104fa263
      https://github.com/gallery/gallery3/commit/7b28b606239006fb5b76465a4a2a237d104fa263
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-05-15 (Wed, 15 May 2013)

  Changed paths:
    M installer/index.php

  Log Message:
  -----------
  Change PHP version requirement in /installer/index.php to match /index.php.


  Commit: a65fbc066075e1ba14aefeecdb171a429b5087cd
      https://github.com/gallery/gallery3/commit/a65fbc066075e1ba14aefeecdb171a429b5087cd
  Author: Shad Laws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-05-15 (Wed, 15 May 2013)

  Changed paths:
    M installer/index.php
    M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
    M modules/exif/classes/Exif/Exif.php
    M modules/formo/classes/Formo/Core/Innards.php
    M modules/g2_import/classes/G2Import/G2Import.php
    M modules/gallery/classes/Gallery/Access.php
    M modules/gallery/classes/Gallery/BlockManager.php
    M modules/gallery/classes/Gallery/Debug.php
    M modules/gallery/classes/Gallery/GalleryLog.php
    M modules/gallery/classes/Gallery/Graphics.php
    M modules/gallery/classes/Gallery/Hook/GalleryInstaller.php
    M modules/gallery/classes/Gallery/Hook/GalleryTask.php
    M modules/gallery/classes/Gallery/I18n.php
    M modules/gallery/classes/Gallery/Identity.php
    M modules/gallery/classes/Gallery/IdentityProvider.php
    M modules/gallery/classes/Gallery/L10nScanner.php
    M modules/gallery/classes/Gallery/LegalFile.php
    M modules/gallery/classes/Gallery/Locales.php
    M modules/gallery/classes/Gallery/Message.php
    M modules/gallery/classes/Gallery/Model/Item.php
    M modules/gallery/classes/Gallery/Movie.php
    M modules/gallery/classes/Gallery/SafeString.php
    M modules/gallery/classes/Gallery/SiteStatus.php
    M modules/gallery/classes/Gallery/System.php
    M modules/gallery/tests/Controller_Auth_Test.php
    M modules/gallery/tests/Item_Test.php
    M modules/gallery/tests/Locales_Test.php
    M modules/gallery/tests/Xss_Security_Test.php
    M modules/notification/classes/Notification/Notification.php
    M modules/purifier/classes/Purifier.php
    M modules/rest/classes/Rest/Hook/RestEvent.php
    M modules/rss/classes/Rss/Controller/Rss.php
    M modules/search/classes/Search/Search.php
    M modules/slideshow/classes/Slideshow/Hook/SlideshowEvent.php
    M modules/tag/classes/Tag/Hook/TagEvent.php
    M modules/user/classes/User/Group.php
    M modules/user/classes/User/User.php

  Log Message:
  -----------
  Merge pull request #369 from shadlaws/followon2069_k3

Followon2069 k3


Compare: https://github.com/gallery/gallery3/compare/c52c0a005532...a65fbc066075

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_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 ]