[gallery/gallery3] b17e5c: Move many gallery helpers to their new homes. (ren...

GitHub <noreply-9UaJU3cA/F/[email protected]>
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <514b278a14df8_3e648311348241@hookshot-fe5-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: b17e5c71c38d8f51f65006a6070389eafc3db1fe
      https://github.com/gallery/gallery3/commit/b17e5c71c38d8f51f65006a6070389eafc3db1fe
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-21 (Thu, 21 Mar 2013)

  Changed paths:
    A modules/gallery/classes/Gallery/Access.php
    A modules/gallery/classes/Gallery/Ajax.php
    A modules/gallery/classes/Gallery/Album.php
    A modules/gallery/classes/Gallery/Auth.php
    A modules/gallery/classes/Gallery/Batch.php
    A modules/gallery/classes/Gallery/BlockManager.php
    A modules/gallery/classes/Gallery/Dir.php
    A modules/gallery/classes/Gallery/Encoding.php
    A modules/gallery/classes/Gallery/GalleryGraphics.php
    A modules/gallery/classes/Gallery/Graphics.php
    A modules/gallery/classes/Gallery/HTML.php
    A modules/gallery/classes/Gallery/Identity.php
    A modules/gallery/classes/Gallery/Item.php
    A modules/gallery/classes/Gallery/JSON.php
    A modules/gallery/classes/Gallery/L10n/Client.php
    A modules/gallery/classes/Gallery/L10n/Scanner.php
    A modules/gallery/classes/Gallery/LegalFile.php
    A modules/gallery/classes/Gallery/Locales.php
    A modules/gallery/classes/Gallery/Log.php
    A modules/gallery/classes/Gallery/Message.php
    A modules/gallery/classes/Gallery/ModelCache.php
    A modules/gallery/classes/Gallery/Movie.php
    A modules/gallery/classes/Gallery/Num.php
    A modules/gallery/classes/Gallery/Photo.php
    A modules/gallery/classes/Gallery/Random.php
    A modules/gallery/classes/Gallery/SiteStatus.php
    A modules/gallery/classes/Gallery/System.php
    A modules/gallery/classes/Gallery/Task.php
    A modules/gallery/classes/Gallery/UpgradeChecker.php
    A modules/gallery/classes/Gallery/UserProfile.php
    A modules/gallery/classes/Gallery/Valid.php
    A modules/gallery/classes/Gallery/XML.php
    R modules/gallery/helpers/MY_html.php
    R modules/gallery/helpers/MY_num.php
    R modules/gallery/helpers/MY_valid.php
    R modules/gallery/helpers/access.php
    R modules/gallery/helpers/ajax.php
    R modules/gallery/helpers/album.php
    R modules/gallery/helpers/auth.php
    R modules/gallery/helpers/batch.php
    R modules/gallery/helpers/block_manager.php
    R modules/gallery/helpers/dir.php
    R modules/gallery/helpers/encoding.php
    R modules/gallery/helpers/gallery_graphics.php
    R modules/gallery/helpers/graphics.php
    R modules/gallery/helpers/identity.php
    R modules/gallery/helpers/item.php
    R modules/gallery/helpers/json.php
    R modules/gallery/helpers/l10n_client.php
    R modules/gallery/helpers/l10n_scanner.php
    R modules/gallery/helpers/legal_file.php
    R modules/gallery/helpers/locales.php
    R modules/gallery/helpers/log.php
    R modules/gallery/helpers/message.php
    R modules/gallery/helpers/model_cache.php
    R modules/gallery/helpers/movie.php
    R modules/gallery/helpers/photo.php
    R modules/gallery/helpers/random.php
    R modules/gallery/helpers/site_status.php
    R modules/gallery/helpers/system.php
    R modules/gallery/helpers/task.php
    R modules/gallery/helpers/upgrade_checker.php
    R modules/gallery/helpers/user_profile.php
    R modules/gallery/helpers/xml.php

  Log Message:
  -----------
  Move many gallery helpers to their new homes. (rename-only commit to be careful with revision histories)

--HG--
rename : modules/gallery/helpers/access.php => modules/gallery/classes/Gallery/Access.php
rename : modules/gallery/helpers/ajax.php => modules/gallery/classes/Gallery/Ajax.php
rename : modules/gallery/helpers/album.php => modules/gallery/classes/Gallery/Album.php
rename : modules/gallery/helpers/auth.php => modules/gallery/classes/Gallery/Auth.php
rename : modules/gallery/helpers/batch.php => modules/gallery/classes/Gallery/Batch.php
rename : modules/gallery/helpers/block_manager.php => modules/gallery/classes/Gallery/BlockManager.php
rename : modules/gallery/helpers/dir.php => modules/gallery/classes/Gallery/Dir.php
rename : modules/gallery/helpers/encoding.php => modules/gallery/classes/Gallery/Encoding.php
rename : modules/gallery/helpers/gallery_graphics.php => modules/gallery/classes/Gallery/GalleryGraphics.php
rename : modules/gallery/helpers/graphics.php => modules/gallery/classes/Gallery/Graphics.php
rename : modules/gallery/helpers/MY_html.php => modules/gallery/classes/Gallery/HTML.php
rename : modules/gallery/helpers/identity.php => modules/gallery/classes/Gallery/Identity.php
rename : modules/gallery/helpers/item.php => modules/gallery/classes/Gallery/Item.php
rename : modules/gallery/helpers/json.php => modules/gallery/classes/Gallery/JSON.php
rename : modules/gallery/helpers/l10n_client.php => modules/gallery/classes/Gallery/L10n/Client.php
rename : modules/gallery/helpers/l10n_scanner.php => modules/gallery/classes/Gallery/L10n/Scanner.php
rename : modules/gallery/helpers/legal_file.php => modules/gallery/classes/Gallery/LegalFile.php
rename : modules/gallery/helpers/locales.php => modules/gallery/classes/Gallery/Locales.php
rename : modules/gallery/helpers/log.php => modules/gallery/classes/Gallery/Log.php
rename : modules/gallery/helpers/message.php => modules/gallery/classes/Gallery/Message.php
rename : modules/gallery/helpers/model_cache.php => modules/gallery/classes/Gallery/ModelCache.php
rename : modules/gallery/helpers/movie.php => modules/gallery/classes/Gallery/Movie.php
rename : modules/gallery/helpers/MY_num.php => modules/gallery/classes/Gallery/Num.php
rename : modules/gallery/helpers/photo.php => modules/gallery/classes/Gallery/Photo.php
rename : modules/gallery/helpers/random.php => modules/gallery/classes/Gallery/Random.php
rename : modules/gallery/helpers/site_status.php => modules/gallery/classes/Gallery/SiteStatus.php
rename : modules/gallery/helpers/system.php => modules/gallery/classes/Gallery/System.php
rename : modules/gallery/helpers/task.php => modules/gallery/classes/Gallery/Task.php
rename : modules/gallery/helpers/upgrade_checker.php => modules/gallery/classes/Gallery/UpgradeChecker.php
rename : modules/gallery/helpers/user_profile.php => modules/gallery/classes/Gallery/UserProfile.php
rename : modules/gallery/helpers/MY_valid.php => modules/gallery/classes/Gallery/Valid.php
rename : modules/gallery/helpers/xml.php => modules/gallery/classes/Gallery/XML.php


  Commit: 2a64f8e92d3a2906fa26c53b78fe5b4307d31440
      https://github.com/gallery/gallery3/commit/2a64f8e92d3a2906fa26c53b78fe5b4307d31440
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-21 (Thu, 21 Mar 2013)

  Changed paths:
    M modules/gallery/classes/Gallery/Access.php
    M modules/gallery/classes/Gallery/Ajax.php
    M modules/gallery/classes/Gallery/Album.php
    M modules/gallery/classes/Gallery/Auth.php
    M modules/gallery/classes/Gallery/Batch.php
    M modules/gallery/classes/Gallery/BlockManager.php
    M modules/gallery/classes/Gallery/Dir.php
    M modules/gallery/classes/Gallery/Encoding.php
    M modules/gallery/classes/Gallery/GalleryGraphics.php
    M modules/gallery/classes/Gallery/Graphics.php
    M modules/gallery/classes/Gallery/HTML.php
    M modules/gallery/classes/Gallery/Identity.php
    M modules/gallery/classes/Gallery/Item.php
    M modules/gallery/classes/Gallery/JSON.php
    M modules/gallery/classes/Gallery/L10n/Client.php
    M modules/gallery/classes/Gallery/L10n/Scanner.php
    M modules/gallery/classes/Gallery/LegalFile.php
    M modules/gallery/classes/Gallery/Locales.php
    M modules/gallery/classes/Gallery/Log.php
    M modules/gallery/classes/Gallery/Message.php
    M modules/gallery/classes/Gallery/ModelCache.php
    M modules/gallery/classes/Gallery/Movie.php
    M modules/gallery/classes/Gallery/Num.php
    M modules/gallery/classes/Gallery/Photo.php
    M modules/gallery/classes/Gallery/Random.php
    M modules/gallery/classes/Gallery/SiteStatus.php
    M modules/gallery/classes/Gallery/System.php
    M modules/gallery/classes/Gallery/Task.php
    M modules/gallery/classes/Gallery/UpgradeChecker.php
    M modules/gallery/classes/Gallery/UserProfile.php
    M modules/gallery/classes/Gallery/Valid.php
    M modules/gallery/classes/Gallery/XML.php

  Log Message:
  -----------
  Fix class declarations for just-moved helpers.


  Commit: 763eba92233ad685fc97b58b55e7baf91f0fa96b
      https://github.com/gallery/gallery3/commit/763eba92233ad685fc97b58b55e7baf91f0fa96b
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-21 (Thu, 21 Mar 2013)

  Changed paths:
    A modules/gallery/classes/Access.php
    A modules/gallery/classes/Ajax.php
    A modules/gallery/classes/Album.php
    A modules/gallery/classes/Auth.php
    A modules/gallery/classes/Batch.php
    A modules/gallery/classes/BlockManager.php
    A modules/gallery/classes/Dir.php
    A modules/gallery/classes/Encoding.php
    A modules/gallery/classes/GalleryGraphics.php
    A modules/gallery/classes/Graphics.php
    A modules/gallery/classes/HTML.php
    A modules/gallery/classes/Identity.php
    A modules/gallery/classes/Item.php
    A modules/gallery/classes/JSON.php
    A modules/gallery/classes/L10n/Client.php
    A modules/gallery/classes/L10n/Scanner.php
    A modules/gallery/classes/LegalFile.php
    A modules/gallery/classes/Locales.php
    A modules/gallery/classes/Log.php
    A modules/gallery/classes/Message.php
    A modules/gallery/classes/ModelCache.php
    A modules/gallery/classes/Movie.php
    A modules/gallery/classes/Num.php
    A modules/gallery/classes/Photo.php
    A modules/gallery/classes/Random.php
    A modules/gallery/classes/SiteStatus.php
    A modules/gallery/classes/System.php
    A modules/gallery/classes/Task.php
    A modules/gallery/classes/UpgradeChecker.php
    A modules/gallery/classes/UserProfile.php
    A modules/gallery/classes/Valid.php
    A modules/gallery/classes/XML.php

  Log Message:
  -----------
  Add class extensions for just-moved helpers.


  Commit: 3abb8d27eeebc52d5f40ca333c9bbaf236c67de8
      https://github.com/gallery/gallery3/commit/3abb8d27eeebc52d5f40ca333c9bbaf236c67de8
  Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
  Date:   2013-03-21 (Thu, 21 Mar 2013)

  Changed paths:
    M modules/gallery/classes/Cache/Database.php
    M modules/gallery/classes/ORM.php
    M modules/gallery/classes/ORM/MPTT.php
    M modules/gallery/classes/URL.php

  Log Message:
  -----------
  Standardize adding newline at end of class extension files (4 were missing it).


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

  Changed paths:
    A modules/gallery/classes/Access.php
    A modules/gallery/classes/Ajax.php
    A modules/gallery/classes/Album.php
    A modules/gallery/classes/Auth.php
    A modules/gallery/classes/Batch.php
    A modules/gallery/classes/BlockManager.php
    M modules/gallery/classes/Cache/Database.php
    A modules/gallery/classes/Dir.php
    A modules/gallery/classes/Encoding.php
    A modules/gallery/classes/Gallery/Access.php
    A modules/gallery/classes/Gallery/Ajax.php
    A modules/gallery/classes/Gallery/Album.php
    A modules/gallery/classes/Gallery/Auth.php
    A modules/gallery/classes/Gallery/Batch.php
    A modules/gallery/classes/Gallery/BlockManager.php
    A modules/gallery/classes/Gallery/Dir.php
    A modules/gallery/classes/Gallery/Encoding.php
    A modules/gallery/classes/Gallery/GalleryGraphics.php
    A modules/gallery/classes/Gallery/Graphics.php
    A modules/gallery/classes/Gallery/HTML.php
    A modules/gallery/classes/Gallery/Identity.php
    A modules/gallery/classes/Gallery/Item.php
    A modules/gallery/classes/Gallery/JSON.php
    A modules/gallery/classes/Gallery/L10n/Client.php
    A modules/gallery/classes/Gallery/L10n/Scanner.php
    A modules/gallery/classes/Gallery/LegalFile.php
    A modules/gallery/classes/Gallery/Locales.php
    A modules/gallery/classes/Gallery/Log.php
    A modules/gallery/classes/Gallery/Message.php
    A modules/gallery/classes/Gallery/ModelCache.php
    A modules/gallery/classes/Gallery/Movie.php
    A modules/gallery/classes/Gallery/Num.php
    A modules/gallery/classes/Gallery/Photo.php
    A modules/gallery/classes/Gallery/Random.php
    A modules/gallery/classes/Gallery/SiteStatus.php
    A modules/gallery/classes/Gallery/System.php
    A modules/gallery/classes/Gallery/Task.php
    A modules/gallery/classes/Gallery/UpgradeChecker.php
    A modules/gallery/classes/Gallery/UserProfile.php
    A modules/gallery/classes/Gallery/Valid.php
    A modules/gallery/classes/Gallery/XML.php
    A modules/gallery/classes/GalleryGraphics.php
    A modules/gallery/classes/Graphics.php
    A modules/gallery/classes/HTML.php
    A modules/gallery/classes/Identity.php
    A modules/gallery/classes/Item.php
    A modules/gallery/classes/JSON.php
    A modules/gallery/classes/L10n/Client.php
    A modules/gallery/classes/L10n/Scanner.php
    A modules/gallery/classes/LegalFile.php
    A modules/gallery/classes/Locales.php
    A modules/gallery/classes/Log.php
    A modules/gallery/classes/Message.php
    A modules/gallery/classes/ModelCache.php
    A modules/gallery/classes/Movie.php
    A modules/gallery/classes/Num.php
    M modules/gallery/classes/ORM.php
    M modules/gallery/classes/ORM/MPTT.php
    A modules/gallery/classes/Photo.php
    A modules/gallery/classes/Random.php
    A modules/gallery/classes/SiteStatus.php
    A modules/gallery/classes/System.php
    A modules/gallery/classes/Task.php
    M modules/gallery/classes/URL.php
    A modules/gallery/classes/UpgradeChecker.php
    A modules/gallery/classes/UserProfile.php
    A modules/gallery/classes/Valid.php
    A modules/gallery/classes/XML.php
    R modules/gallery/helpers/MY_html.php
    R modules/gallery/helpers/MY_num.php
    R modules/gallery/helpers/MY_valid.php
    R modules/gallery/helpers/access.php
    R modules/gallery/helpers/ajax.php
    R modules/gallery/helpers/album.php
    R modules/gallery/helpers/auth.php
    R modules/gallery/helpers/batch.php
    R modules/gallery/helpers/block_manager.php
    R modules/gallery/helpers/dir.php
    R modules/gallery/helpers/encoding.php
    R modules/gallery/helpers/gallery_graphics.php
    R modules/gallery/helpers/graphics.php
    R modules/gallery/helpers/identity.php
    R modules/gallery/helpers/item.php
    R modules/gallery/helpers/json.php
    R modules/gallery/helpers/l10n_client.php
    R modules/gallery/helpers/l10n_scanner.php
    R modules/gallery/helpers/legal_file.php
    R modules/gallery/helpers/locales.php
    R modules/gallery/helpers/log.php
    R modules/gallery/helpers/message.php
    R modules/gallery/helpers/model_cache.php
    R modules/gallery/helpers/movie.php
    R modules/gallery/helpers/photo.php
    R modules/gallery/helpers/random.php
    R modules/gallery/helpers/site_status.php
    R modules/gallery/helpers/system.php
    R modules/gallery/helpers/task.php
    R modules/gallery/helpers/upgrade_checker.php
    R modules/gallery/helpers/user_profile.php
    R modules/gallery/helpers/xml.php

  Log Message:
  -----------
  Merge pull request #227 from shadlaws/move_gallery_helpers

Move gallery helpers


Compare: https://github.com/gallery/gallery3/compare/e4e84e9a93b6...ba455dfdb44d

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

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