1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix to make template matching more specific More... over 15 years ago
Added vars useful for atom/rss rendering More... over 15 years ago
Added content files back (they got lost in the merge) More... over 15 years ago
Allow 'get' calls to use " or ' characters to wrap the requested route More... over 15 years ago
Return correct content-type headers based off the template's file extension More... over 15 years ago
Adding test content for an RSS feed More... over 15 years ago
Partial includes follow a whitespace character - to prevent conflicts with xml:namespaces More... over 15 years ago
Added support for .json, .xml, & .txt template & partial files More... over 15 years ago
Added 'get "route"' logic to templating language More... over 15 years ago
Convert an empty url to 'index' More... over 15 years ago
Merge branch 'v2' More... over 15 years ago
Cleared repository More... over 15 years ago
Fix for calling static vars from a dynamic class name on older versions of php More... over 15 years ago
Added a simple plugin architecture for extending asset types More... over 15 years ago
Add identifier arrays to each asset type More... over 15 years ago
Split creation of page helper variables, collections & assets into their own methods More... over 15 years ago
Allow any subfolder structure within /templates/partials More... over 15 years ago
Renamed content.html template to page.html More... over 15 years ago
General template cleanup More... over 15 years ago
Moved the return of custom headers into their own method call More... over 15 years ago
Syntax is now 'foreach/if ... do' More... over 15 years ago
Added some i8n tweaks More... over 15 years ago
Improvements to the auto-link creation regex More... over 15 years ago
Updated TODO More... over 15 years ago
Only run template rules when required - only run foreach replacements when a foreach rule is found within the content - only run if replacements when an if rule is found within the content - etc. More... over 15 years ago
File extensions can consist of less than three characters (.js, .rb, etc)... More... over 15 years ago
Moved file listing to be handled inside get_file_types() More... over 15 years ago
The AssetFactory should only treat files as assets if they are not folders More... over 15 years ago
If we are on the index ('/') page, then @root_path should equal './' More... over 15 years ago
http:// url matching should also pickup https:// urls More... over 15 years ago