Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.x #10247

Merged
merged 24 commits into from
May 7, 2015
Merged

2.0.x #10247

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
bd3c9c3
The Model Paginator now iterates over the models.
SidRoberts May 5, 2015
8f703cb
* fix for seek(position > 0) operation in model\resultset if seek(pos…
patrick-zippenfenig May 5, 2015
55d6f1a
Update filterinterface.zep
sergeyklay May 5, 2015
b2468be
php 5.4 compatibility
patrick-zippenfenig May 5, 2015
ce703ee
Update console.zep
sergeyklay May 5, 2015
8a5b7fd
Queue methods now return exceptional circumstances first.
SidRoberts May 6, 2015
b2aebb2
All methods returning `this` in Mvc\Router\Route now have the correct…
SidRoberts May 6, 2015
04eb100
Merge pull request #10253 from patrick-zippenfenig/2.0.x
andresgutierrez May 6, 2015
a012256
Merge pull request #10251 from SidRoberts/paginator-model-iterator
andresgutierrez May 6, 2015
12e4b3a
order -> orderBy (order is depreceted)
tmihalik May 6, 2015
db09235
Fixes #10252
andresgutierrez May 6, 2015
9fa60c6
Merge pull request #10254 from sergeyklay/patch-1
andresgutierrez May 6, 2015
12033bf
Merge pull request #10255 from sergeyklay/patch-2
andresgutierrez May 6, 2015
a800ac4
Merge pull request #10262 from SidRoberts/queue-return-false-first
andresgutierrez May 6, 2015
1d9adb2
Merge pull request #10264 from SidRoberts/routeinterface-route
andresgutierrez May 6, 2015
4f9757b
Merge pull request #10269 from tmihalik/patch-3
andresgutierrez May 6, 2015
9f48d63
Mvc\Model::findFirst() now allows hydration (#10259).
SidRoberts May 6, 2015
ce5fc1c
Fixed not compilable expression in Cli\Router
andresgutierrez May 6, 2015
6d27aab
Regenerating build [ci skip]
andresgutierrez May 6, 2015
4a07f8c
Merge pull request #10263 from SidRoberts/http-parameter-return-types
andresgutierrez May 6, 2015
94d551c
Merge pull request #10265 from SidRoberts/fix-10259
andresgutierrez May 6, 2015
ba82d49
Regenerating build [ci skip]
andresgutierrez May 7, 2015
166f48f
The Mvc Router no longer chops off the first character of the params.
SidRoberts May 7, 2015
87aba85
Merge pull request #10277 from SidRoberts/router-params-substr
andresgutierrez May 7, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Phalcon\Debug\Dump
-- Renamed method var() to variable()
-- Renamed method vars() to variables()
- Phalcon\Mvc\Model::findFirst() now allows hydration (#10259).

2.0.0
- Full rewrite of most components in Zephir
Expand Down
Loading