[gallery/gallery3] 310b88: Refactor Formo::add_before/after_submit() function...

GitHub <noreply-9UaJU3cA/F/[email protected]> Tue, 14 May 2013 04:50:09 -0700
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <519224f1679fb_111311a9dd817477e@hookshot-fe3-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: 310b8810f7ee12199fe18411ca5578a80aae367e
      https://github.com/gallery/gallery3/commit/310b8810f7ee12199fe18411ca5578a80aae367e
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-05-14 (Tue, 14 May 2013)

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

  Log Message:
  -----------
  Refactor Formo::add_before/after_submit() functions a bit.  Same net results.


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

  Changed paths:
    M modules/formo/classes/Formo/Core/Formo.php

  Log Message:
  -----------
  Update Formo - include a new improvement on set_fields() and set_var_fields().


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

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Items.php

  Log Message:
  -----------
  Revise Controller_Items to use new Formo improvement.


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

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Login.php
    M modules/gallery/classes/Gallery/Controller/Reauthenticate.php

  Log Message:
  -----------
  Remove unneeded CSS class in login/reauth - g-narrow has been gone for awhile...


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

  Changed paths:
    M modules/gallery/assets/gallery.css
    M modules/user/assets/user.css

  Log Message:
  -----------
  Move login form CSS from user module to gallery module.


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

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

  Log Message:
  -----------
  Add "show_in_dialog" argument to dialog JSON, which makes the dialog stay open.
This is useful for ajax redirection, e.g. login/reauthenticate redirection
before an ajax dialog (login in two windows, logout in one, then click
"edit album" in the other - the ajax login should pop up and, on completion,
reload with the Edit Album dialog.)


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

  Changed paths:
    M modules/gallery/classes/Gallery/Controller.php
    M modules/gallery/classes/Gallery/Controller/Login.php
    M modules/gallery/classes/Gallery/Controller/Reauthenticate.php

  Log Message:
  -----------
  Use new "show_in_dialog" argument to make login/reauth before an ajax dialog
work really well.


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

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Items.php

  Log Message:
  -----------
  Fix big with Controller_Items::get_form_labels().  Oops.


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

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Logout.php

  Log Message:
  -----------
  Refactor logout controller a bit to look more like login/reauth.


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

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

  Log Message:
  -----------
  Make Controller_Admin an abstract class - it should never be executed directly.


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

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

  Log Message:
  -----------
  Revise comments in Response to reflect "show_in_dialog" changes.


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

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

  Log Message:
  -----------
  Make some internal Auth callback functions protected for better security.


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

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

  Log Message:
  -----------
  Reformat the Auth class - reorder the functions (no functional changes).


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

  Changed paths:
    M lib/gallery.dialog.js
    M modules/formo/classes/Formo/Core/Formo.php
    M modules/gallery/assets/gallery.css
    M modules/gallery/classes/Controller/Admin.php
    M modules/gallery/classes/Gallery/Auth.php
    M modules/gallery/classes/Gallery/Controller.php
    M modules/gallery/classes/Gallery/Controller/Admin.php
    M modules/gallery/classes/Gallery/Controller/Items.php
    M modules/gallery/classes/Gallery/Controller/Login.php
    M modules/gallery/classes/Gallery/Controller/Logout.php
    M modules/gallery/classes/Gallery/Controller/Reauthenticate.php
    M modules/gallery/classes/Gallery/Formo.php
    M modules/gallery/classes/Gallery/Response.php
    M modules/user/assets/user.css

  Log Message:
  -----------
  Merge pull request #368 from shadlaws/kohana_3

Kohana 3


Compare: https://github.com/gallery/gallery3/compare/65770cfec31b...c52c0a005532

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