[gallery/gallery3] d13067: Adiot, Kohana 2.

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: d13067b377d077d96f9cfe062e3610b6ac3343dd
      https://github.com/gallery/gallery3/commit/d13067b377d077d96f9cfe062e3610b6ac3343dd
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-03-02 (Sat, 02 Mar 2013)

  Changed paths:
    R application/Bootstrap.php
    R system/KohanaLicense.html
    R system/config/cache.php
    R system/config/cookie.php
    R system/config/credit_cards.php
    R system/config/database.php
    R system/config/encryption.php
    R system/config/http.php
    R system/config/image.php
    R system/config/inflector.php
    R system/config/locale.php
    R system/config/log.php
    R system/config/mimes.php
    R system/config/profiler.php
    R system/config/routes.php
    R system/config/session.php
    R system/config/sql_types.php
    R system/config/upload.php
    R system/config/user_agents.php
    R system/config/view.php
    R system/controllers/template.php
    R system/core/Benchmark.php
    R system/core/Event.php
    R system/core/Kohana.php
    R system/core/Kohana_Config.php
    R system/core/Kohana_Exception.php
    R system/helpers/arr.php
    R system/helpers/cookie.php
    R system/helpers/date.php
    R system/helpers/db.php
    R system/helpers/download.php
    R system/helpers/expires.php
    R system/helpers/feed.php
    R system/helpers/file.php
    R system/helpers/form.php
    R system/helpers/format.php
    R system/helpers/html.php
    R system/helpers/inflector.php
    R system/helpers/num.php
    R system/helpers/remote.php
    R system/helpers/request.php
    R system/helpers/security.php
    R system/helpers/text.php
    R system/helpers/upload.php
    R system/helpers/url.php
    R system/helpers/utf8.php
    R system/helpers/valid.php
    R system/libraries/Cache.php
    R system/libraries/Cache_Exception.php
    R system/libraries/Controller.php
    R system/libraries/Database.php
    R system/libraries/Database_Builder.php
    R system/libraries/Database_Cache_Result.php
    R system/libraries/Database_Exception.php
    R system/libraries/Database_Expression.php
    R system/libraries/Database_Mysql.php
    R system/libraries/Database_Mysql_Result.php
    R system/libraries/Database_Mysqli.php
    R system/libraries/Database_Mysqli_Result.php
    R system/libraries/Database_Query.php
    R system/libraries/Database_Result.php
    R system/libraries/Encrypt.php
    R system/libraries/I18n.php
    R system/libraries/Image.php
    R system/libraries/Input.php
    R system/libraries/Kohana_404_Exception.php
    R system/libraries/Kohana_Log.php
    R system/libraries/Kohana_PHP_Exception.php
    R system/libraries/Kohana_User_Exception.php
    R system/libraries/Model.php
    R system/libraries/ORM.php
    R system/libraries/ORM_Iterator.php
    R system/libraries/ORM_Validation_Exception.php
    R system/libraries/Profiler.php
    R system/libraries/Profiler_Table.php
    R system/libraries/Router.php
    R system/libraries/Session.php
    R system/libraries/URI.php
    R system/libraries/Validation.php
    R system/libraries/View.php
    R system/libraries/drivers/Cache.php
    R system/libraries/drivers/Cache/File.php
    R system/libraries/drivers/Cache/Memcache.php
    R system/libraries/drivers/Cache/Xcache.php
    R system/libraries/drivers/Config.php
    R system/libraries/drivers/Config/Array.php
    R system/libraries/drivers/Image.php
    R system/libraries/drivers/Image/GD.php
    R system/libraries/drivers/Image/GraphicsMagick.php
    R system/libraries/drivers/Image/ImageMagick.php
    R system/libraries/drivers/Log.php
    R system/libraries/drivers/Log/Database.php
    R system/libraries/drivers/Log/File.php
    R system/libraries/drivers/Log/Syslog.php
    R system/libraries/drivers/Session.php
    R system/libraries/drivers/Session/Cache.php
    R system/libraries/drivers/Session/Cookie.php
    R system/libraries/drivers/Session/Database.php
    R system/messages/kohana/core.php
    R system/messages/validation/default.php
    R system/views/kohana/error.php
    R system/views/kohana/error_disabled.php
    R system/views/kohana/template.php
    R system/views/profiler/profiler.php
    R system/views/profiler/table.css
    R system/views/profiler/table.php

  Log Message:
  -----------
  Adiot, Kohana 2.


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

  Changed paths:
    M index.php

  Log Message:
  -----------
  Fold in anything relevant from the new K3 index.php


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

  Changed paths:
    A modules/database/classes/Config/Database.php
    A modules/database/classes/Config/Database/Reader.php
    A modules/database/classes/Config/Database/Writer.php
    A modules/database/classes/DB.php
    A modules/database/classes/Database.php
    A modules/database/classes/Database/Exception.php
    A modules/database/classes/Database/Expression.php
    A modules/database/classes/Database/MySQL.php
    A modules/database/classes/Database/MySQL/Result.php
    A modules/database/classes/Database/PDO.php
    A modules/database/classes/Database/Query.php
    A modules/database/classes/Database/Query/Builder.php
    A modules/database/classes/Database/Query/Builder/Delete.php
    A modules/database/classes/Database/Query/Builder/Insert.php
    A modules/database/classes/Database/Query/Builder/Join.php
    A modules/database/classes/Database/Query/Builder/Select.php
    A modules/database/classes/Database/Query/Builder/Update.php
    A modules/database/classes/Database/Query/Builder/Where.php
    A modules/database/classes/Database/Result.php
    A modules/database/classes/Database/Result/Cached.php
    A modules/database/classes/Kohana/Config/Database.php
    A modules/database/classes/Kohana/Config/Database/Reader.php
    A modules/database/classes/Kohana/Config/Database/Writer.php
    A modules/database/classes/Kohana/DB.php
    A modules/database/classes/Kohana/Database.php
    A modules/database/classes/Kohana/Database/Exception.php
    A modules/database/classes/Kohana/Database/Expression.php
    A modules/database/classes/Kohana/Database/MySQL.php
    A modules/database/classes/Kohana/Database/MySQL/Result.php
    A modules/database/classes/Kohana/Database/PDO.php
    A modules/database/classes/Kohana/Database/Query.php
    A modules/database/classes/Kohana/Database/Query/Builder.php
    A modules/database/classes/Kohana/Database/Query/Builder/Delete.php
    A modules/database/classes/Kohana/Database/Query/Builder/Insert.php
    A modules/database/classes/Kohana/Database/Query/Builder/Join.php
    A modules/database/classes/Kohana/Database/Query/Builder/Select.php
    A modules/database/classes/Kohana/Database/Query/Builder/Update.php
    A modules/database/classes/Kohana/Database/Query/Builder/Where.php
    A modules/database/classes/Kohana/Database/Result.php
    A modules/database/classes/Kohana/Database/Result/Cached.php
    A modules/database/classes/Kohana/Model/Database.php
    A modules/database/classes/Kohana/Session/Database.php
    A modules/database/classes/Model/Database.php
    A modules/database/classes/Session/Database.php
    A modules/database/config/database.php
    A modules/database/config/session.php
    A modules/image/classes/Image.php
    A modules/image/classes/Image/GD.php
    A modules/image/classes/Image/Imagick.php
    A modules/image/classes/Kohana/Image.php
    A modules/image/classes/Kohana/Image/GD.php
    A modules/image/classes/Kohana/Image/Imagick.php
    A modules/image/media/guide/image/Thumbs.db
    A modules/image/media/guide/image/crop_form.jpg
    A modules/image/media/guide/image/crop_orig.jpg
    A modules/image/media/guide/image/crop_result.jpg
    A modules/image/media/guide/image/dynamic-400.jpg
    A modules/image/media/guide/image/dynamic-600.jpg
    A modules/image/media/guide/image/upload_form.jpg
    A modules/image/media/guide/image/upload_result.jpg
    A modules/image/tests/kohana/ImageTest.php
    A modules/image/tests/test_data/test_image
    A modules/orm/classes/Auth/ORM.php
    A modules/orm/classes/Kohana/Auth/ORM.php
    A modules/orm/classes/Kohana/ORM.php
    A modules/orm/classes/Kohana/ORM/Validation/Exception.php
    A modules/orm/classes/Model/Auth/Role.php
    A modules/orm/classes/Model/Auth/User.php
    A modules/orm/classes/Model/Auth/User/Token.php
    A modules/orm/classes/Model/Role.php
    A modules/orm/classes/Model/User.php
    A modules/orm/classes/Model/User/Token.php
    A modules/orm/classes/ORM.php
    A modules/orm/classes/ORM/Validation/Exception.php
    A system/LICENSE.md
    A system/classes/Arr.php
    A system/classes/Config.php
    A system/classes/Config/File.php
    A system/classes/Config/Group.php
    A system/classes/Controller.php
    A system/classes/Controller/Template.php
    A system/classes/Cookie.php
    A system/classes/Date.php
    A system/classes/Debug.php
    A system/classes/Encrypt.php
    A system/classes/Feed.php
    A system/classes/File.php
    A system/classes/Form.php
    A system/classes/Fragment.php
    A system/classes/HTML.php
    A system/classes/HTTP.php
    A system/classes/HTTP/Exception.php
    A system/classes/HTTP/Exception/300.php
    A system/classes/HTTP/Exception/301.php
    A system/classes/HTTP/Exception/302.php
    A system/classes/HTTP/Exception/303.php
    A system/classes/HTTP/Exception/304.php
    A system/classes/HTTP/Exception/305.php
    A system/classes/HTTP/Exception/307.php
    A system/classes/HTTP/Exception/400.php
    A system/classes/HTTP/Exception/401.php
    A system/classes/HTTP/Exception/402.php
    A system/classes/HTTP/Exception/403.php
    A system/classes/HTTP/Exception/404.php
    A system/classes/HTTP/Exception/405.php
    A system/classes/HTTP/Exception/406.php
    A system/classes/HTTP/Exception/407.php
    A system/classes/HTTP/Exception/408.php
    A system/classes/HTTP/Exception/409.php
    A system/classes/HTTP/Exception/410.php
    A system/classes/HTTP/Exception/411.php
    A system/classes/HTTP/Exception/412.php
    A system/classes/HTTP/Exception/413.php
    A system/classes/HTTP/Exception/414.php
    A system/classes/HTTP/Exception/415.php
    A system/classes/HTTP/Exception/416.php
    A system/classes/HTTP/Exception/417.php
    A system/classes/HTTP/Exception/500.php
    A system/classes/HTTP/Exception/501.php
    A system/classes/HTTP/Exception/502.php
    A system/classes/HTTP/Exception/503.php
    A system/classes/HTTP/Exception/504.php
    A system/classes/HTTP/Exception/505.php
    A system/classes/HTTP/Exception/Expected.php
    A system/classes/HTTP/Exception/Redirect.php
    A system/classes/HTTP/Header.php
    A system/classes/HTTP/Message.php
    A system/classes/HTTP/Request.php
    A system/classes/HTTP/Response.php
    A system/classes/I18n.php
    A system/classes/Inflector.php
    A system/classes/Kohana.php
    A system/classes/Kohana/Arr.php
    A system/classes/Kohana/Config.php
    A system/classes/Kohana/Config/File.php
    A system/classes/Kohana/Config/File/Reader.php
    A system/classes/Kohana/Config/Group.php
    A system/classes/Kohana/Config/Reader.php
    A system/classes/Kohana/Config/Source.php
    A system/classes/Kohana/Config/Writer.php
    A system/classes/Kohana/Controller.php
    A system/classes/Kohana/Controller/Template.php
    A system/classes/Kohana/Cookie.php
    A system/classes/Kohana/Core.php
    A system/classes/Kohana/Date.php
    A system/classes/Kohana/Debug.php
    A system/classes/Kohana/Encrypt.php
    A system/classes/Kohana/Exception.php
    A system/classes/Kohana/Feed.php
    A system/classes/Kohana/File.php
    A system/classes/Kohana/Form.php
    A system/classes/Kohana/Fragment.php
    A system/classes/Kohana/HTML.php
    A system/classes/Kohana/HTTP.php
    A system/classes/Kohana/HTTP/Exception.php
    A system/classes/Kohana/HTTP/Exception/300.php
    A system/classes/Kohana/HTTP/Exception/301.php
    A system/classes/Kohana/HTTP/Exception/302.php
    A system/classes/Kohana/HTTP/Exception/303.php
    A system/classes/Kohana/HTTP/Exception/304.php
    A system/classes/Kohana/HTTP/Exception/305.php
    A system/classes/Kohana/HTTP/Exception/307.php
    A system/classes/Kohana/HTTP/Exception/400.php
    A system/classes/Kohana/HTTP/Exception/401.php
    A system/classes/Kohana/HTTP/Exception/402.php
    A system/classes/Kohana/HTTP/Exception/403.php
    A system/classes/Kohana/HTTP/Exception/404.php
    A system/classes/Kohana/HTTP/Exception/405.php
    A system/classes/Kohana/HTTP/Exception/406.php
    A system/classes/Kohana/HTTP/Exception/407.php
    A system/classes/Kohana/HTTP/Exception/408.php
    A system/classes/Kohana/HTTP/Exception/409.php
    A system/classes/Kohana/HTTP/Exception/410.php
    A system/classes/Kohana/HTTP/Exception/411.php
    A system/classes/Kohana/HTTP/Exception/412.php
    A system/classes/Kohana/HTTP/Exception/413.php
    A system/classes/Kohana/HTTP/Exception/414.php
    A system/classes/Kohana/HTTP/Exception/415.php
    A system/classes/Kohana/HTTP/Exception/416.php
    A system/classes/Kohana/HTTP/Exception/417.php
    A system/classes/Kohana/HTTP/Exception/500.php
    A system/classes/Kohana/HTTP/Exception/501.php
    A system/classes/Kohana/HTTP/Exception/502.php
    A system/classes/Kohana/HTTP/Exception/503.php
    A system/classes/Kohana/HTTP/Exception/504.php
    A system/classes/Kohana/HTTP/Exception/505.php
    A system/classes/Kohana/HTTP/Exception/Expected.php
    A system/classes/Kohana/HTTP/Exception/Redirect.php
    A system/classes/Kohana/HTTP/Header.php
    A system/classes/Kohana/HTTP/Message.php
    A system/classes/Kohana/HTTP/Request.php
    A system/classes/Kohana/HTTP/Response.php
    A system/classes/Kohana/I18n.php
    A system/classes/Kohana/Inflector.php
    A system/classes/Kohana/Kohana/Exception.php
    A system/classes/Kohana/Log.php
    A system/classes/Kohana/Log/File.php
    A system/classes/Kohana/Log/StdErr.php
    A system/classes/Kohana/Log/StdOut.php
    A system/classes/Kohana/Log/Syslog.php
    A system/classes/Kohana/Log/Writer.php
    A system/classes/Kohana/Model.php
    A system/classes/Kohana/Num.php
    A system/classes/Kohana/Profiler.php
    A system/classes/Kohana/Request.php
    A system/classes/Kohana/Request/Client.php
    A system/classes/Kohana/Request/Client/Curl.php
    A system/classes/Kohana/Request/Client/External.php
    A system/classes/Kohana/Request/Client/HTTP.php
    A system/classes/Kohana/Request/Client/Internal.php
    A system/classes/Kohana/Request/Client/Recursion/Exception.php
    A system/classes/Kohana/Request/Client/Stream.php
    A system/classes/Kohana/Request/Exception.php
    A system/classes/Kohana/Response.php
    A system/classes/Kohana/Route.php
    A system/classes/Kohana/Security.php
    A system/classes/Kohana/Session.php
    A system/classes/Kohana/Session/Cookie.php
    A system/classes/Kohana/Session/Exception.php
    A system/classes/Kohana/Session/Native.php
    A system/classes/Kohana/Text.php
    A system/classes/Kohana/URL.php
    A system/classes/Kohana/UTF8.php
    A system/classes/Kohana/UTF8/Exception.php
    A system/classes/Kohana/Upload.php
    A system/classes/Kohana/Valid.php
    A system/classes/Kohana/Validation.php
    A system/classes/Kohana/Validation/Exception.php
    A system/classes/Kohana/View.php
    A system/classes/Kohana/View/Exception.php
    A system/classes/Log.php
    A system/classes/Log/File.php
    A system/classes/Log/StdErr.php
    A system/classes/Log/StdOut.php
    A system/classes/Log/Syslog.php
    A system/classes/Log/Writer.php
    A system/classes/Model.php
    A system/classes/Num.php
    A system/classes/Profiler.php
    A system/classes/Request.php
    A system/classes/Request/Client.php
    A system/classes/Request/Client/Curl.php
    A system/classes/Request/Client/External.php
    A system/classes/Request/Client/HTTP.php
    A system/classes/Request/Client/Internal.php
    A system/classes/Request/Client/Recursion/Exception.php
    A system/classes/Request/Client/Stream.php
    A system/classes/Request/Exception.php
    A system/classes/Response.php
    A system/classes/Route.php
    A system/classes/Security.php
    A system/classes/Session.php
    A system/classes/Session/Cookie.php
    A system/classes/Session/Exception.php
    A system/classes/Session/Native.php
    A system/classes/Text.php
    A system/classes/URL.php
    A system/classes/UTF8.php
    A system/classes/UTF8/Exception.php
    A system/classes/Upload.php
    A system/classes/Valid.php
    A system/classes/Validation.php
    A system/classes/Validation/Exception.php
    A system/classes/View.php
    A system/classes/View/Exception.php
    A system/messages/tests/validation/error_type_check.php
    A system/messages/validation.php
    A system/utf8/from_unicode.php
    A system/utf8/ltrim.php
    A system/utf8/ord.php
    A system/utf8/rtrim.php
    A system/utf8/str_ireplace.php
    A system/utf8/str_pad.php
    A system/utf8/str_split.php
    A system/utf8/strcasecmp.php
    A system/utf8/strcspn.php
    A system/utf8/stristr.php
    A system/utf8/strlen.php
    A system/utf8/strpos.php
    A system/utf8/strrev.php
    A system/utf8/strrpos.php
    A system/utf8/strspn.php
    A system/utf8/strtolower.php
    A system/utf8/strtoupper.php
    A system/utf8/substr.php
    A system/utf8/substr_replace.php
    A system/utf8/to_unicode.php
    A system/utf8/transliterate_to_ascii.php
    A system/utf8/trim.php
    A system/utf8/ucfirst.php
    A system/utf8/ucwords.php
    A system/views/kohana/error.php
    A system/views/profiler/stats.php
    A system/views/profiler/style.css

  Log Message:
  -----------
  Hello, Kohana 3.


Compare: https://github.com/gallery/gallery3/compare/0d05e91cd3c5...cd885d9db7ad

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