[gallery/gallery3] 6296e8: Further change the security preamble to use double...

GitHub <noreply-9UaJU3cA/F/[email protected]> Wed, 01 May 2013 16:13:17 -0700
Newsgroups gmane.comp.web.gallery.cvs
Message-ID <5181a18deb1a9_1368ca3e10659c1@hookshot-fe4-pe1-prd.aws.github.net.mail>
  Branch: refs/heads/kohana_3
  Home:   https://github.com/gallery/gallery3
  Commit: 6296e8ccc06278695ed71f187aece781fc9d23b6
      https://github.com/gallery/gallery3/commit/6296e8ccc06278695ed71f187aece781fc9d23b6
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-05-01 (Wed, 01 May 2013)

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

  Log Message:
  -----------
  Further change the security preamble to use double quotes instead of
single quotes so that it's consistent with the Gallery preamble.

(in sync with vendor)


  Commit: 8b30ce3268731f3d9c986bca1b5c6af62be6196f
      https://github.com/gallery/gallery3/commit/8b30ce3268731f3d9c986bca1b5c6af62be6196f
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M application/bootstrap.php
    M modules/formo/classes/Formo/Core/Formo.php
    M modules/gallery/classes/Gallery/Album.php
    M modules/gallery/classes/Gallery/Controller/Albums.php
    M modules/gallery/classes/Gallery/Controller/Movies.php
    M modules/gallery/classes/Gallery/Controller/Photos.php
    M modules/gallery/classes/Gallery/Controller/Quick.php
    M modules/gallery/classes/Gallery/Formo.php
    M modules/gallery/classes/Gallery/Formo/Innards.php
    M modules/gallery/classes/Gallery/Movie.php
    M modules/gallery/classes/Gallery/Photo.php
    M modules/gallery/classes/Gallery/View/Theme.php

  Log Message:
  -----------
  Merge branch 'kohana_3' of github.com:gallery/gallery3 into kohana_3


  Commit: 28c96bb836b707b56f2256031c602ff525cb05cc
      https://github.com/gallery/gallery3/commit/28c96bb836b707b56f2256031c602ff525cb05cc
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M modules/cache/classes/Cache.php
    M modules/cache/classes/Cache/Arithmetic.php
    M modules/cache/classes/Cache/Exception.php
    M modules/cache/classes/Cache/GarbageCollect.php
    M modules/cache/classes/Cache/Tagging.php
    M modules/cache/classes/Kohana/Cache.php
    M modules/cache/classes/Kohana/Cache/Arithmetic.php
    M modules/cache/classes/Kohana/Cache/Exception.php
    M modules/cache/classes/Kohana/Cache/GarbageCollect.php
    M modules/cache/classes/Kohana/Cache/Tagging.php
    M modules/unittest/classes/Kohana/Unittest/TestCase.php
    M modules/unittest/classes/Kohana/Unittest/TestSuite.php
    M modules/unittest/classes/Kohana/Unittest/Tests.php
    M modules/unittest/classes/Unittest/Helpers.php
    M modules/unittest/classes/Unittest/TestCase.php
    M modules/unittest/classes/Unittest/Tests.php
    M modules/unittest/config/unittest.php

  Log Message:
  -----------
  Fix a few more preambles that the regexp missed because they used "or"
instead of "OR".

(in sync with vendor)


  Commit: 5a17d2aed80fae3fc159420bf0e26bcc590c0f29
      https://github.com/gallery/gallery3/commit/5a17d2aed80fae3fc159420bf0e26bcc590c0f29
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M modules/gallery/views/formo/field_template.html.php
    M modules/gallery/views/formo/form_template.html.php
    M modules/gallery/views/formo/group_template.html.php
    M modules/gallery/views/formo/opts/checkboxes_template.html.php
    M modules/gallery/views/formo/opts/radios_template.html.php
    M modules/gallery/views/formo/opts/select_template.html.php

  Log Message:
  -----------
  Add security preambles


  Commit: c799b8363eca71271df083590a00487d1c3f6080
      https://github.com/gallery/gallery3/commit/c799b8363eca71271df083590a00487d1c3f6080
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M modules/gallery_unittest/classes/GalleryUnittest/Test.php

  Log Message:
  -----------
  Improve diff() to handle arrays as well.


  Commit: 75fec67391e9a9aaa16896ba681df6340dabe4fc
      https://github.com/gallery/gallery3/commit/75fec67391e9a9aaa16896ba681df6340dabe4fc
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M modules/gallery_unittest/classes/GalleryCodeFilterIterator.php

  Log Message:
  -----------
  Improve inclusion list.


  Commit: 8982e1281d42d321735706718193ac5d57865c33
      https://github.com/gallery/gallery3/commit/8982e1281d42d321735706718193ac5d57865c33
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M modules/gallery/classes/Session.php

  Log Message:
  -----------
  Fix preamble to use double quotes.


  Commit: 4ab0812ec0ea272d3bdd44c5d45706906bd07af3
      https://github.com/gallery/gallery3/commit/4ab0812ec0ea272d3bdd44c5d45706906bd07af3
  Author: Bharat Mediratta <[email protected]>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M modules/gallery/tests/File_Structure_Test.php

  Log Message:
  -----------
  Lots of little fixes around the preambles, removed a lot of
complexity.  Abstracted out logic to make it more readable.  Tests
almost pass - what's left look like real discrepancies that we need to
fix upstream.


Compare: https://github.com/gallery/gallery3/compare/f79bfb015af4...4ab0812ec0ea

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