[gallery/gallery3] 8dfd98: Change "server_http_host" --> "server_name" in com...
GitHub <noreply-9UaJU3cA/F/[email protected]>
| Newsgroups | gmane.comp.web.gallery.cvs |
|---|---|
| Message-ID | <5162fe2613f88_50b1128b13461833@hookshot-fe2-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/kohana_3
Home: https://github.com/gallery/gallery3
Commit: 8dfd984ae865f2192720fcbde58ae498f01a9ae1
https://github.com/gallery/gallery3/commit/8dfd984ae865f2192720fcbde58ae498f01a9ae1
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M installer/install.sql
M modules/akismet/classes/Akismet/Akismet.php
M modules/akismet/tests/Akismet_Helper_Test.php
M modules/comment/classes/Comment/Hook/CommentInstaller.php
M modules/comment/classes/Comment/Model/Comment.php
M modules/comment/module.info
M modules/comment/tests/Comment_Helper_Test.php
M modules/g2_import/classes/G2Import/G2Import.php
Log Message:
-----------
Change "server_http_host" --> "server_name" in comment module.
- Change field name from "server_http_host" to "server_name"
- Change column name in installer, update to version 8, revise install.sql
- Revise akismet module to match. HTTP_HOST is optional for Akismet service,
so changing to a different optional field shouldn't cause any issues.
- Revise g2_import module to match.
Commit: cb8707d856c492abf30ea8d89c53f303ae196680
https://github.com/gallery/gallery3/commit/cb8707d856c492abf30ea8d89c53f303ae196680
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/Packager.php
M modules/gallery/classes/Gallery/Controller/Upgrader.php
M modules/gallery/tests/Sendmail_Test.php
M modules/recaptcha/classes/Recaptcha/Recaptcha.php
Log Message:
-----------
Remove other references to HTTP_HOST, replace with SERVER_NAME as applicable.
Commit: 432c64bae699ccfb6f812aa8058f2517281a13cc
https://github.com/gallery/gallery3/commit/432c64bae699ccfb6f812aa8058f2517281a13cc
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M application/bootstrap.php
M index.php
Log Message:
-----------
Move Gallery::ready() call from bootstrap to index.
Commit: 533c759ac3e223c23c665d7b3ca92b9bb4136f91
https://github.com/gallery/gallery3/commit/533c759ac3e223c23c665d7b3ca92b9bb4136f91
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Theme.php
Log Message:
-----------
Revise Theme class to use Request::$initial->uri() instead of kohana_uri
Commit: f4db2cbe5fddc42e151732acb7563a104e9f3ef5
https://github.com/gallery/gallery3/commit/f4db2cbe5fddc42e151732acb7563a104e9f3ef5
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Theme.php
Log Message:
-----------
Revise checking the override query in the Theme class.
Commit: 22449704e81e530ebb8c08af39b65003d0b69e90
https://github.com/gallery/gallery3/commit/22449704e81e530ebb8c08af39b65003d0b69e90
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
R modules/gallery/orphans/libraries/MY_Input.php
R modules/gallery/tests/Input_Library_Test.php
Log Message:
-----------
Remove MY_Input and its unit test. Purifier has adopted its functionality, and
we no longer need to keep it around for refernce.
Commit: 21d349c20587c3939e117d5fb3133c1c8118e6c9
https://github.com/gallery/gallery3/commit/21d349c20587c3939e117d5fb3133c1c8118e6c9
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M application/bootstrap.php
Log Message:
-----------
Move init of Session after I18n in bootstrap (needs to have __() defined first).
Commit: 8ee3f1092ab8fc1fa87bd5b7d606cf97f0f39b98
https://github.com/gallery/gallery3/commit/8ee3f1092ab8fc1fa87bd5b7d606cf97f0f39b98
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
M modules/gallery/classes/Gallery/Controller/Admin.php
M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
M modules/gallery/classes/Gallery/Controller/Admin/Sidebar.php
M modules/gallery/classes/Gallery/Controller/L10nClient.php
M modules/gallery/classes/Gallery/Controller/Logout.php
M modules/gallery/classes/Gallery/Controller/Quick.php
M modules/gallery/classes/Gallery/Controller/Upgrader.php
M modules/gallery/classes/Gallery/Item.php
M modules/gallery/classes/Gallery/View/Admin.php
M modules/gallery/classes/Gallery/View/Theme.php
M modules/gallery/views/gallery/l10n_client.html.php
M modules/rest/classes/Rest/Rest.php
M modules/rss/classes/Rss/Controller/Rss.php
M modules/search/classes/Search/Controller/Search.php
M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Controller/Tags.php
M modules/user/classes/User/Controller/Admin/Users.php
M modules/user/classes/User/Controller/Password.php
Log Message:
-----------
Replace all remaining uses of Input::instance()->get().
- use Request::$current->query().
- use Arr::get() if a default value is needed.
Commit: 1269762ada87338046663fe0bcbbc8486b8b17e3
https://github.com/gallery/gallery3/commit/1269762ada87338046663fe0bcbbc8486b8b17e3
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/Admin/AdvancedSettings.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/rest/classes/Rest/Controller/Rest.php
M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php
M modules/user/classes/User/Controller/Password.php
Log Message:
-----------
Replace all remaining uses of Input::instance()->post().
- use Request::$current->post().
- use Arr::get() if a default value is needed.
Commit: 05febfc4cd12c451c506c6ccb2a285a1c6c8ceb5
https://github.com/gallery/gallery3/commit/05febfc4cd12c451c506c6ccb2a285a1c6c8ceb5
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M modules/g2_import/classes/G2Import/Controller/G2.php
M modules/gallery/classes/Gallery/Access.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/L10nClient.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/recaptcha/orphans/libraries/Form_Recaptcha.php
M modules/rest/classes/Rest/Controller/Rest.php
M modules/tag/classes/Tag/Controller/Tag.php
Log Message:
-----------
Replace all remaining uses of the Input class. All gone!
Commit: 9b22aa4c87634a1a815195bdb4e19b9de91b8937
https://github.com/gallery/gallery3/commit/9b22aa4c87634a1a815195bdb4e19b9de91b8937
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
M modules/gallery/classes/Gallery/Controller/Admin/Sidebar.php
M modules/gallery/classes/Gallery/Controller/Quick.php
M modules/gallery/classes/Gallery/Theme.php
Log Message:
-----------
Tweak a few Input replacements - use typecasting instead of Arr::get() where applicable.
Commit: c40eb1415741ddf723273dbab2748dff34411b06
https://github.com/gallery/gallery3/commit/c40eb1415741ddf723273dbab2748dff34411b06
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M modules/user/classes/User/Model/User.php
Log Message:
-----------
Fix typo in Model_user: "group" --> "groups"
Commit: 67d3d274bb0d534e35049a82fe31d5e385caac91
https://github.com/gallery/gallery3/commit/67d3d274bb0d534e35049a82fe31d5e385caac91
Author: shadlaws <shad-xpYdmXCiSuZWk0Htik3J/[email protected]>
Date: 2013-04-08 (Mon, 08 Apr 2013)
Changed paths:
M application/bootstrap.php
M index.php
M installer/install.sql
M modules/akismet/classes/Akismet/Akismet.php
M modules/akismet/tests/Akismet_Helper_Test.php
M modules/comment/classes/Comment/Controller/Admin/ManageComments.php
M modules/comment/classes/Comment/Hook/CommentInstaller.php
M modules/comment/classes/Comment/Model/Comment.php
M modules/comment/module.info
M modules/comment/tests/Comment_Helper_Test.php
M modules/g2_import/classes/G2Import/Controller/Admin/G2Import.php
M modules/g2_import/classes/G2Import/Controller/G2.php
M modules/g2_import/classes/G2Import/G2Import.php
M modules/gallery/classes/Gallery/Access.php
M modules/gallery/classes/Gallery/Controller/Admin.php
M modules/gallery/classes/Gallery/Controller/Admin/AdvancedSettings.php
M modules/gallery/classes/Gallery/Controller/Admin/Dashboard.php
M modules/gallery/classes/Gallery/Controller/Admin/Languages.php
M modules/gallery/classes/Gallery/Controller/Admin/Modules.php
M modules/gallery/classes/Gallery/Controller/Admin/Sidebar.php
M modules/gallery/classes/Gallery/Controller/Albums.php
M modules/gallery/classes/Gallery/Controller/L10nClient.php
M modules/gallery/classes/Gallery/Controller/Logout.php
M modules/gallery/classes/Gallery/Controller/Packager.php
M modules/gallery/classes/Gallery/Controller/Quick.php
M modules/gallery/classes/Gallery/Controller/Upgrader.php
M modules/gallery/classes/Gallery/Item.php
M modules/gallery/classes/Gallery/Theme.php
M modules/gallery/classes/Gallery/View/Admin.php
M modules/gallery/classes/Gallery/View/Theme.php
R modules/gallery/orphans/libraries/MY_Input.php
R modules/gallery/tests/Input_Library_Test.php
M modules/gallery/tests/Sendmail_Test.php
M modules/gallery/views/gallery/l10n_client.html.php
M modules/organize/classes/Organize/Controller/Organize.php
M modules/recaptcha/classes/Recaptcha/Recaptcha.php
M modules/recaptcha/orphans/libraries/Form_Recaptcha.php
M modules/rest/classes/Rest/Controller/Rest.php
M modules/rest/classes/Rest/Rest.php
M modules/rss/classes/Rss/Controller/Rss.php
M modules/search/classes/Search/Controller/Search.php
M modules/server_add/classes/ServerAdd/Controller/Admin/ServerAdd.php
M modules/server_add/classes/ServerAdd/Controller/ServerAdd.php
M modules/tag/classes/Tag/Controller/Admin/Tags.php
M modules/tag/classes/Tag/Controller/Tag.php
M modules/tag/classes/Tag/Controller/Tags.php
M modules/user/classes/User/Controller/Admin/Users.php
M modules/user/classes/User/Controller/Password.php
M modules/user/classes/User/Model/User.php
Log Message:
-----------
Merge pull request #276 from shadlaws/misc_fixes_20130408
Misc fixes 20130408
Compare: https://github.com/gallery/gallery3/compare/4beb01dbeac7...67d3d274bb0d
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
__[ 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 ]