[gallery/gallery3] 16d2ca: Revise Model_Comment::rules() - use in_array inste...

GitHub <noreply-9UaJU3cA/F/[email protected]> Tue, 07 May 2013 05:54:31 -0700
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <5188f987ed879_41b9eade181680d9@hookshot-fe2-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: 16d2ca68bfadfeada098aea3ef8b78844d4f9e8f
      https://github.com/gallery/gallery3/commit/16d2ca68bfadfeada098aea3ef8b78844d4f9e8f
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M modules/comment/classes/Comment/Model/Comment.php

  Log Message:
  -----------
  Revise Model_Comment::rules() - use in_array instead of a separate function.
Also, fix some formatting.


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

  Changed paths:
    M modules/comment/assets/comment.js

  Log Message:
  -----------
  Fix formatting in comment.js.


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

  Changed paths:
    M modules/gallery/classes/Gallery/Request.php
    M modules/tag/classes/Tag/Hook/TagBlock.php

  Log Message:
  -----------
  Add Request::make_ajax() so we can make sub-requests look like ajax.


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

  Changed paths:
    M modules/gallery/classes/Gallery/Formo.php
    M modules/gallery/classes/Gallery/Response.php

  Log Message:
  -----------
  Add Response::ajax_form() to send forms as needed to work with Gallery's ajax
system.  Also, overload Formo::validate() to support it.


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

  Changed paths:
    M modules/comment/assets/comment.js
    M modules/comment/classes/Comment/Controller/Comments.php
    M modules/gallery/classes/Gallery/Controller/Items.php
    M modules/rest/classes/Rest/Controller/Rest.php
    M modules/tag/classes/Tag/Controller/Admin/Tags.php
    M modules/tag/classes/Tag/Controller/Tags.php
    M modules/user/classes/User/Controller/Password.php
    M modules/watermark/classes/Watermark/Controller/Admin/Watermarks.php

  Log Message:
  -----------
  Use new Response::form_ajax() to streamline a bunch of form responses.


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

  Changed paths:
    M modules/user/classes/User/Controller/Password.php

  Log Message:
  -----------
  Change structuring of password reset form code (no net functional changes).


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

  Changed paths:
    M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php

  Log Message:
  -----------
  Clean up the structure of the Recaptcha admin form validation.


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

  Changed paths:
    M modules/gallery/classes/Gallery/Response.php

  Log Message:
  -----------
  Fix calls to Gallery_Exception in Response::ajax_form().


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

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
    M modules/gallery/classes/Gallery/Hook/GalleryBlock.php

  Log Message:
  -----------
  Convert admin/dashboard/add_block to Formo (and sub-requests).


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

  Changed paths:
    M modules/gallery/views/admin/block_platform.html.php

  Log Message:
  -----------
  Fix MySQL version query in admin/block_platform.html view.


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

  Changed paths:
    M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
    M modules/comment/classes/Comment/Controller/Admin/Comments.php
    M modules/gallery/classes/Gallery/Controller/Admin/Movies.php
    M modules/gallery/classes/Gallery/Controller/Admin/ThemeOptions.php
    M modules/gallery/classes/Gallery/Controller/Login.php
    M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
    M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
    M modules/tag/classes/Tag/Controller/Tags.php
    M modules/watermark/classes/Watermark/Controller/Admin/Watermarks.php

  Log Message:
  -----------
  Tweak formatting of some form definitions.
I changed my mind partway through the conversion about how they should look...


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

  Changed paths:
    M modules/akismet/classes/Akismet/Controller/Admin/Akismet.php
    M modules/comment/assets/comment.js
    M modules/comment/classes/Comment/Controller/Admin/Comments.php
    M modules/comment/classes/Comment/Controller/Comments.php
    M modules/comment/classes/Comment/Model/Comment.php
    M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
    M modules/gallery/classes/Gallery/Controller/Admin/Movies.php
    M modules/gallery/classes/Gallery/Controller/Admin/ThemeOptions.php
    M modules/gallery/classes/Gallery/Controller/Items.php
    M modules/gallery/classes/Gallery/Controller/Login.php
    M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
    M modules/gallery/classes/Gallery/Formo.php
    M modules/gallery/classes/Gallery/Hook/GalleryBlock.php
    M modules/gallery/classes/Gallery/Request.php
    M modules/gallery/classes/Gallery/Response.php
    M modules/gallery/views/admin/block_platform.html.php
    M modules/recaptcha/classes/Recaptcha/Controller/Admin/Recaptcha.php
    M modules/rest/classes/Rest/Controller/Rest.php
    M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
    M modules/tag/classes/Tag/Controller/Admin/Tags.php
    M modules/tag/classes/Tag/Controller/Tags.php
    M modules/tag/classes/Tag/Hook/TagBlock.php
    M modules/user/classes/User/Controller/Password.php
    M modules/watermark/classes/Watermark/Controller/Admin/Watermarks.php

  Log Message:
  -----------
  Merge pull request #355 from shadlaws/fixes_20130507

Fixes 20130507


Compare: https://github.com/gallery/gallery3/compare/910f22b37bab...5f30e5a011f6

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

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