Skip to content

Commit

Permalink
Update Limonade codename (in french now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Luraine committed Oct 8, 2010
1 parent ada1b7a commit 880fd64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions TODO
Expand Up @@ -31,11 +31,8 @@
- adding support for extra GET variables in all url styles like in rails (http://groups.google.fr/group/limonade/browse_thread/thread/f9402fb0a3b1f65c)
- [#36] using _SERVER["SERVER_PROTOCOL"]: implement and make tests
- improve security in render_file with a safe_dir option
- update Limonade codename (in french now)
- adding contributors/thanks in AUTHORS
- in run(), passing $env to all functions that require it


- adding contributors/thanks in AUTHORS
- new redirect_to (support for https)
- public API documentation:
- tests: tag private functions
Expand Down
2 changes: 1 addition & 1 deletion lib/limonade.php
Expand Up @@ -56,7 +56,7 @@
* Limonade version
*/
define('LIMONADE', '0.5.0');
define('LIM_NAME', 'Fresh_and_Minty_Limonade_App');
define('LIM_NAME', 'Un grand cru qui sait se faire attendre.');
define('LIM_START_MICROTIME', (float)substr(microtime(), 0, 10));
define('LIM_SESSION_NAME', LIM_NAME);
define('LIM_SESSION_FLASH_KEY', '_lim_flash_messages');
Expand Down

0 comments on commit 880fd64

Please sign in to comment.