Skip to content

Commit

Permalink
updating lithium core submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
daetal-us committed Nov 9, 2011
1 parent 078bfcf commit 7062bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/lithium
Submodule lithium updated 68 files
+0 −1 action/Controller.php
+5 −3 console/Command.php
+4 −5 core/Environment.php
+1 −1 core/Object.php
+3 −3 data/Collection.php
+1 −2 data/Entity.php
+1 −5 data/Model.php
+1 −0 data/collection/DocumentArray.php
+16 −6 data/source/Database.php
+1 −14 data/source/database/adapter/MySql.php
+1 −1 data/source/database/adapter/Sqlite3.php
+35 −5 data/source/mongo_db/Exporter.php
+5 −1 net/Socket.php
+17 −9 net/http/Media.php
+7 −2 net/http/Request.php
+84 −34 net/http/Route.php
+69 −18 net/http/Router.php
+32 −24 net/http/Service.php
+9 −2 net/socket/Context.php
+4 −2 net/socket/Curl.php
+6 −4 net/socket/Stream.php
+3 −3 security/auth/adapter/Form.php
+1 −0 storage/session/adapter/Cookie.php
+226 −0 storage/session/strategy/Encrypt.php
+35 −27 template/helper/Form.php
+1 −1 test/Unit.php
+19 −0 tests/cases/action/ControllerTest.php
+21 −0 tests/cases/action/DispatcherTest.php
+5 −5 tests/cases/action/RequestTest.php
+3 −3 tests/cases/console/DispatcherTest.php
+5 −5 tests/cases/console/RequestTest.php
+0 −8 tests/cases/console/command/TestTest.php
+21 −4 tests/cases/data/CollectionTest.php
+5 −4 tests/cases/data/ConnectionsTest.php
+10 −0 tests/cases/data/EntityTest.php
+25 −0 tests/cases/data/collection/DocumentArrayTest.php
+4 −4 tests/cases/data/collection/DocumentSetTest.php
+1 −1 tests/cases/data/collection/RecordSetTest.php
+4 −4 tests/cases/data/entity/DocumentTest.php
+24 −0 tests/cases/data/source/DatabaseTest.php
+15 −11 tests/cases/data/source/database/adapter/MySqlTest.php
+27 −6 tests/cases/data/source/mongo_db/ExporterTest.php
+3 −3 tests/cases/g11n/CatalogTest.php
+5 −5 tests/cases/g11n/MessageTest.php
+12 −0 tests/cases/net/http/MediaTest.php
+4 −2 tests/cases/net/http/RequestTest.php
+2 −2 tests/cases/net/http/ResponseTest.php
+78 −0 tests/cases/net/http/RouteTest.php
+102 −26 tests/cases/net/http/RouterTest.php
+21 −5 tests/cases/net/http/ServiceTest.php
+57 −22 tests/cases/security/auth/adapter/FormTest.php
+101 −0 tests/cases/storage/session/strategy/EncryptTest.php
+32 −7 tests/cases/template/helper/FormTest.php
+4 −0 tests/cases/template/helper/HtmlTest.php
+32 −1 tests/cases/util/CollectionTest.php
+2 −0 tests/cases/util/InflectorTest.php
+37 −3 tests/cases/util/ValidatorTest.php
+3 −3 tests/integration/g11n/CatalogInflectorTest.php
+3 −3 tests/integration/g11n/CatalogValidatorTest.php
+3 −3 tests/integration/g11n/ResourcesMessageTest.php
+3 −3 tests/integration/g11n/ResourcesValidatorTest.php
+37 −0 tests/integration/storage/SessionTest.php
+1 −1 tests/mocks/core/MockRequest.php
+2 −1 tests/mocks/data/source/http/adapter/MockSocket.php
+2 −2 tests/mocks/net/http/MockSocket.php
+1 −0 util/Collection.php
+1 −1 util/Inflector.php
+52 −42 util/Validator.php

0 comments on commit 7062bfb

Please sign in to comment.