Skip to content

Commit

Permalink
Merge pull request #529 from phalcon/1.0.1
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
Phalcon committed Apr 7, 2013
2 parents a42855a + 23cd2ba commit 49b0789
Show file tree
Hide file tree
Showing 36 changed files with 58,470 additions and 57,750 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ ext/escaper/exception.lo
ext/kernel/string.lo
ext/mvc/model/metadata/files.lo
unit-tests/cache/unit-tests.views.test10.index.volt.compiled
unit-tests/cache/meta-robots-robots.php
unit-tests/cache/meta-robots.php
unit-tests/cache/map-robots.php
unit-tests/views/test10/children.extends.volt.php
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.1
- Paths aren't correctly normalized in Phalcon\Mvc\Model\MetaData\Files
- Added extra class prefix to schema.table in Phalcon\Mvc\Model\MetaData to avoid multiple-database collisions
- Now Phalcon\Mvc\Router ignores numeric paths in controller, namespace, module and action, avoiding that those will be passed to the dispatcher
- Added Phalcon\Forms\Form::remove to remove an element from the form and Phalcon\Forms\Form::has to check if a form has an element

1.0.0b2
- Added Phalcon\Mvc\Router::setUriSource to set if the URI source must be $_GET['_url'] or $_SERVER['REQUEST_URI']
- Added a white-list parameter to Phalcon\Mvc\Model::save(), Phalcon\Mvc\Model::create() and
Expand Down
Loading

0 comments on commit 49b0789

Please sign in to comment.