Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/1.0.0' into 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaos Dimopoulos committed Mar 12, 2013
2 parents 68746b7 + da00140 commit c3a3847
Show file tree
Hide file tree
Showing 44 changed files with 8,100 additions and 4,928 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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
Phalcon\Mvc\Model::update() to avoid possible mass-assigment attacks

1.0.0b1
- Fixed bug with missing blocks in multiple inheritance in Volt
- Support for ternary operator in Volt
Expand All @@ -10,7 +15,7 @@
- Added Phalcon\Logger\Adapter::setLogLevel to filter messages with greater or less priority
- Removed constructor from Phalcon\Cache\BackendInterface
- Added Phalcon\Cache\Multiple, this backend writes to several backends, and reads data according to the order in which backends were registered.
- Now a model can use a separate connection to read and other to write, this makes horizontal sharding easy
- Now a model can use a separate connection to read and another to write, this makes horizontal sharding easy
- Now, a model could implement a method selectReadConnection to dynamically return the correct database according to the current query conditions
- Added Phalcon\Cache\Backend\Memory to cache data in the current request
- Added Phalcon\Validation, this component allows the validate a set of data based on pre-defined rules
Expand Down
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Phalcon is an open source project and a volunteer effort.

*We only accept bug reports, new feature requests and pull requests in GitHub*.

If you have a question about how to use Phalcon, please see the [support page](http://phalconphp.com/support).

If you have a change or new feature in mind, please fill an [NFR](https://github.com/phalcon/cphalcon/wiki/New-Feature-Request---NFR).

Thanks! <br />
Phalcon Team
Loading

0 comments on commit c3a3847

Please sign in to comment.