[gallery/gallery3] d69c8c: Change "Installed" to "Active" in admin/modules vi...

GitHub <noreply-9UaJU3cA/F/[email protected]> Wed, 01 May 2013 06:41:25 -0700
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <51811b8595cc1_32d56dbe101016d7@hookshot-fe4-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: d69c8c5d1a84c34ec23e309b911742f7d83bf036
      https://github.com/gallery/gallery3/commit/d69c8c5d1a84c34ec23e309b911742f7d83bf036
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-05-01 (Wed, 01 May 2013)

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

  Log Message:
  -----------
  Change "Installed" to "Active" in admin/modules view.


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

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

  Log Message:
  -----------
  Fix formatting in admin/modules_confirm view.


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

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

  Log Message:
  -----------
  Minor revisions to Admin_Modules controller.
- change $info to $module_info for consistency with admin/modules view.
- remove redundant active module checks ($info->active and
Module::is_active($module_name) do the same thing...).


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

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
    M modules/gallery/views/admin/modules.html.php
    M modules/gallery/views/admin/modules_confirm.html.php

  Log Message:
  -----------
  Big rewrite of Admin_Modules controller.
- use Formo to build form as object.
- change modules and modules_confirm views to render the Formo form elements.
- squash 3 actions and 1 helper function into one, linear action.
- remove redundant CSRF checks (Formo already does this)


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

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

  Log Message:
  -----------
  Fix/note some oddities in Module class.
- fix Module::upgrade() so it works on non-activated modules.
- add notes indicating that set_version(), not install(), creates DB entries.
- revert removing load_modules() from install(), which is needed to refresh
Module::$active and Module::$modules.
- add note to upgrade() re: load_modules(), just like install().


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

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

  Log Message:
  -----------
  Add Theme::$kohana_themes variable to store theme paths.
- use in Module::load_modules() so, when we update paths, we don't lose the themes.
- remove the @todo note in Admin_Modules - the redirect is no longer needed.


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

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

  Log Message:
  -----------
  Change "self::" --> "Theme::" in Theme class.


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

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

  Log Message:
  -----------
  Revise Formo overload to set the checkbox template as the std field template.


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

  Changed paths:
    M modules/gallery/classes/Gallery/Formo.php
    M modules/gallery/views/formo/form_template.php
    M modules/gallery/views/formo/group_template.php

  Log Message:
  -----------
  Make our Formo form/group templates better - they now preserve order better.


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

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

  Log Message:
  -----------
  Convert Admin_Movies to Formo.


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

  Changed paths:
    M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
    M modules/gallery/classes/Gallery/Controller/Admin/Movies.php
    M modules/gallery/classes/Gallery/Formo.php
    M modules/gallery/classes/Gallery/Module.php
    M modules/gallery/classes/Gallery/Theme.php
    M modules/gallery/views/admin/modules.html.php
    M modules/gallery/views/admin/modules_confirm.html.php
    M modules/gallery/views/formo/form_template.php
    M modules/gallery/views/formo/group_template.php

  Log Message:
  -----------
  Merge pull request #333 from shadlaws/fixes_20130501

Fixes 20130501


Compare: https://github.com/gallery/gallery3/compare/db149a1481b6...575c139a6903

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

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