3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initiate a "Hooks and filters" section in documentation. More... about 15 years ago
Add documentation and tests about route optional default parameters. More... about 15 years ago
test calling lambdas from dispatch functions, with native php callback (see <http://limonade.tumblr.com/post/247098505/hidden-features>) More... about 15 years ago
Use explicitly 'callback' pseudo-type instead of 'function'. In route() functions, replace "function" variables and named keys name with "callback" (example: in route_build() returned array). Update tests. Update documentation and enhanced it with controllers callbacks explanations. More... about 15 years ago
Refactor TODO file: cleanup and set priorities by grouping items per goals for future releases More... about 15 years ago
Explain autoload_controller user defined function in README More... about 15 years ago
Add functionnal tests for params and extra get params More... about 15 years ago
Add tests for flash features More... about 15 years ago
Fix LIM_SESSION_NAME: session_name should contain only alphanumeric characters More... about 15 years ago
use $_SERVER["SERVER_PROTOCOL"] if available instead of explicite HTTP/1.1 [#36 state:resolved] More... about 15 years ago
Update Limonade codename (in french now) More... about 15 years ago
in run(), pass $env to all functions that require it More... about 15 years ago
Add initialize hook documentation More... about 15 years ago
Prepare files for a refactored documentation. Limonade documentation at http://limonade-php.net will be built based on those markdown source files. On each commit that impact them on the github repo, limonade website pages will be rebuilt. More... about 15 years ago
Added debug() function. More... about 15 years ago
Added support for js() output. More... about 15 years ago
Update filter_var_url function. More... about 15 years ago
Adding limonade signature in HTTP headers More... over 15 years ago
Some cleanup and refactoring More... over 15 years ago
Fixing bug when using a 0 in paths passed to url_for [#44 state:resolved] More... over 15 years ago
Fixing url_for() to use a question mark before the first query string parameter if path don't include one (useful with url rewriting) More... over 15 years ago
Improving htaccess rules to support clean urls with query string like http://localhost/api/orders.json?foo=1&bar=2 (will be rewritten in http://localhost/api/index.php?uri=orders.json&foo=1&bar=2) More... over 15 years ago
typo More... over 15 years ago
Add Content Negociation feature in LimonadePHP More... over 15 years ago
Adding comments about abstract functions More... over 15 years ago
Update TODO More... over 15 years ago
Merge branch 'master' of [email protected]:sofadesign/limonade More... over 15 years ago
Update TODO More... over 15 years ago
Update todo More... over 15 years ago
Remove php shorttags in tests for better compatibility More... over 15 years ago