1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extending example module to use declare and use theming functions, and implement path aliases.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Implementation of theming function link().
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Allow calling theme functions without paramenters.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Path alias handling primitives.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Call hook init on bootstrap.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Check if hook is implemented before calling it.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Allow modules to override the page title given by the path handler.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
In function 'page_set_title': Do not assign title when nil given.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Add support for Header title and Body title to function page_set_title().
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Error handling of main script.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Basic path handler rooting.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Path handling primitives.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Add global variable 'base_path' to theme environment.
Fernando Paredes Garcia
as Fernando Paredes García
More... almost 14 years ago
Display credits at footer.
Fernando Paredes Garcia
as Fernando Paredes García
More... about 14 years ago
Display error messages in the frontend.
Fernando Paredes Garcia
as Fernando Paredes García
More... about 14 years ago
Misspelling.
Fernando Paredes Garcia
as Fernando Paredes García
More... about 14 years ago
CSS class '.content' renamed to CSS ID '#content'.
Fernando Paredes Garcia
as Fernando Paredes García
More... about 14 years ago
Support for registering and calling theme functions.
Fernando Paredes Garcia
as Fernando Paredes García
More... about 14 years ago
Include the name of the module by default when loading hook handlers.
Fernando Paredes Garcia
as Fernando Paredes García
More... about 14 years ago
Menu system primitives.
Fernando Paredes Garcia
as Fernando Paredes García
More... about 14 years ago
Implementation of function module_invoke_all().
Fernando Paredes Garcia
as Fernando Paredes García
More... about 14 years ago
Make cache engine switchable.
Fernando Paredes Garcia
as Fernando Paredes García
More... about 14 years ago
Roadmap of version 0.1
Fernando Paredes Garcia
as Fernando P. García
More... about 14 years ago
File 'lua.cgi' renamed to 'index.cgi'.
Fernando Paredes Garcia
as Fernando P. García
More... about 14 years ago
Adding luaposix and lrexlib to dependencies documentation.
Fernando Paredes Garcia
as Fernando P. García
More... about 14 years ago
Generic ETag rules for sites supporing mod_headers.
Fernando Paredes Garcia
as Fernando P. García
More... about 14 years ago
Fifth alpha release.
Fernando Paredes Garcia
as Fernando P. García
More... about 14 years ago
Cache control performance improving.
Fernando Paredes Garcia
as Fernando P. García
More... about 14 years ago
Version number moved to a variable, should always be the first line of 'bootstrap.lua'.
Fernando Paredes Garcia
as Fernando P. García
More... about 14 years ago
Use 'must-revalidate' as 'Cache-Control' header when page is cached already.
Fernando Paredes Garcia
as Fernando P. García
More... about 14 years ago