[gallery/gallery3] b83abf: #1639 - Make dialog "Cancel" links into buttons li...

GitHub <noreply-9UaJU3cA/F/[email protected]>
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <[email protected]>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: b83abf728fcc326d204e73ad7d0016b93e181269
      https://github.com/gallery/gallery3/commit/b83abf728fcc326d204e73ad7d0016b93e181269
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M lib/gallery.dialog.js
    M themes/admin_wind/css/screen.css
    M themes/wind/css/screen.css

  Log Message:
  -----------
  #1639 - Make dialog "Cancel" links into buttons like "Submit"
- modified gallery.dialog.js: made cancel a <button>, added same classes as submit
- modified screen.css to size/position the cancel buttons correctly


  Commit: 9b9f1a7b07daecf2251770e4f49838f22cb58a2a
      https://github.com/gallery/gallery3/commit/9b9f1a7b07daecf2251770e4f49838f22cb58a2a
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M application/Bootstrap.php
    M modules/gallery/controllers/admin.php
    M modules/gallery/helpers/block_manager.php
    M modules/gallery/helpers/module.php
    M modules/gallery/helpers/task.php
    M modules/gallery/libraries/Admin_View.php
    M modules/gallery/libraries/IdentityProvider.php
    R modules/gallery/libraries/MY_Kohana.php
    M modules/gallery/libraries/SafeString.php
    M modules/gallery/libraries/Theme_View.php
    M modules/gallery/tests/Html_Helper_Test.php
    M modules/gallery/tests/SafeString_Test.php
    M modules/rest/controllers/rest.php
    M modules/rest/helpers/rest.php
    M modules/rss/controllers/rss.php
    M modules/rss/helpers/rss_block.php

  Log Message:
  -----------
  #2031 - Add class_exists() before method_exists() if class existence is unknown.
- fixed all instances of this in core code
- deleted previous Zend Guard Loader workaround in MY_Kohana.php
- updated Bootstrap.php to reflect deleted MY_Kohana.php


  Commit: 73139982c7be10789c27360913b4bc4cbd5cd38e
      https://github.com/gallery/gallery3/commit/73139982c7be10789c27360913b4bc4cbd5cd38e
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M lib/gallery.common.js
    M modules/gallery/views/in_place_edit.html.php
    M themes/admin_wind/css/screen.css
    M themes/wind/css/screen.css

  Log Message:
  -----------
  #2032 - Fix short form submit/cancel button formatting.
- fixed the height of the submit buttons to match the input box
- changed the cancel links into cancel buttons
- added the hover effect to the buttons when used in in_place_edit (e.g. admin/tags)


  Commit: a81e85d3f178ad9081a5e6191d8f99370fdde123
      https://github.com/gallery/gallery3/commit/a81e85d3f178ad9081a5e6191d8f99370fdde123
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M application/Bootstrap.php
    M modules/gallery/controllers/admin.php
    M modules/gallery/helpers/block_manager.php
    M modules/gallery/helpers/module.php
    M modules/gallery/helpers/task.php
    M modules/gallery/libraries/Admin_View.php
    M modules/gallery/libraries/IdentityProvider.php
    R modules/gallery/libraries/MY_Kohana.php
    M modules/gallery/libraries/SafeString.php
    M modules/gallery/libraries/Theme_View.php
    M modules/gallery/tests/Html_Helper_Test.php
    M modules/gallery/tests/SafeString_Test.php
    M modules/rest/controllers/rest.php
    M modules/rest/helpers/rest.php
    M modules/rss/controllers/rss.php
    M modules/rss/helpers/rss_block.php

  Log Message:
  -----------
  Merge pull request #176 from shadlaws/fix_2031

#2031 - Add class_exists() before method_exists() if class existence is unknown.


  Commit: f3d37267861b0cb46e99b6206cf186f330de4ba7
      https://github.com/gallery/gallery3/commit/f3d37267861b0cb46e99b6206cf186f330de4ba7
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M lib/gallery.common.js
    M modules/gallery/views/in_place_edit.html.php
    M themes/admin_wind/css/screen.css
    M themes/wind/css/screen.css

  Log Message:
  -----------
  Merge pull request #177 from shadlaws/fix_2032

#2032 - Fix short form submit/cancel button formatting.


  Commit: d213ef3d3f79819571d42c69a75307dc7e19aaa7
      https://github.com/gallery/gallery3/commit/d213ef3d3f79819571d42c69a75307dc7e19aaa7
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M lib/gallery.dialog.js
    M themes/admin_wind/css/screen.css
    M themes/wind/css/screen.css

  Log Message:
  -----------
  Merge pull request #175 from shadlaws/fix_1639

#1639 - Make dialog "Cancel" links into buttons like "Submit"


  Commit: 5001f58a40b9dc95109f9880ae22db5f70ee1ca8
      https://github.com/gallery/gallery3/commit/5001f58a40b9dc95109f9880ae22db5f70ee1ca8
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    M lib/gallery.common.js
    M lib/gallery.dialog.js
    M modules/gallery/controllers/admin.php
    M modules/gallery/helpers/block_manager.php
    M modules/gallery/helpers/module.php
    M modules/gallery/helpers/task.php
    M modules/gallery/libraries/Admin_View.php
    M modules/gallery/libraries/IdentityProvider.php
    R modules/gallery/libraries/MY_Kohana.php
    M modules/gallery/libraries/SafeString.php
    M modules/gallery/libraries/Theme_View.php
    M modules/gallery/tests/Html_Helper_Test.php
    M modules/gallery/tests/SafeString_Test.php
    M modules/gallery/views/in_place_edit.html.php
    M modules/rest/controllers/rest.php
    M modules/rest/helpers/rest.php
    M modules/rss/controllers/rss.php
    M modules/rss/helpers/rss_block.php
    M themes/admin_wind/css/screen.css
    M themes/wind/css/screen.css

  Log Message:
  -----------
  Merge branch 'master' into kohana_3

Conflicts:
	application/Bootstrap.php


Compare: https://github.com/gallery/gallery3/compare/c02819a40318...5001f58a40b9

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

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