Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update CHANGES and TODO
  • Loading branch information
Fabrice Luraine committed Jul 18, 2009
1 parent a8cad6f commit 7bd2d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -8,6 +8,8 @@
* [NEW] support for E_DEPRECATED and E_USER_DEPRECATED errors (PHP 5.3.0 >)
* [NEW] LIM_DEPRACTED_ERROR (can be called with halt())
* [CHANGED] rename `redirect` in `redirect_to`; `redirect` is deprecated.
* [CHANGED] `redirect_to` is based on `url_for` and takes the same arguments
* [CHANGED] Now `url_for` supports full URLs with a schema
* removes `array_to_xml` function: doesn't need to be in the limonade core
* [NEW] Session option `option('session')`. Can be true, false or a string for session. By default, it take the LIM_SESSION_NAME value, and it starts.
* [NEW] Flash messages features hepers: `flash()`, `flash_reset()`
Expand Down
3 changes: 0 additions & 3 deletions TODO
@@ -1,12 +1,9 @@
# TODO #

- testing redesigned flash fetaures
- testing stop_and_exit() and the before_exit() callback
- more unit and functional tests
- adding documentation about changes between 0.3 and 0.4
- update README files with new features / changes
- in run(), passing to all functions that require it
- make flash auto reset (when next action is done)
- params function should be singular like option ?
- adding a debug() helper
- new redirect_to (support for https)
Expand Down

0 comments on commit 7bd2d8a

Please sign in to comment.