1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We should only automatically include .inc.php files More... almost 16 years ago
General tweaks to content files and templates More... almost 16 years ago
Pass back reference to asset by reference More... almost 16 years ago
Corrected spelling of 'werkplaats' More... almost 16 years ago
The projects template should use @root_path rather than '../' More... almost 16 years ago
Changed all loops to use the @title var rather than @page_name More... almost 16 years ago
When constructing an asset's name, replace '_'s with ' 's as well More... almost 16 years ago
Any filetype found within a page's folder will now get its own $var ie. $swf, $doc, $pdf, $mp3, $wav, etc. More... almost 16 years ago
Pages without a number prefix should not show up in collections ($navigation, $categories, etc.) More... almost 16 years ago
The index page should still have siblings More... almost 16 years ago
The index page should not have $parent or $parents variables More... almost 16 years ago
Converting a file path of './content' to 'index' should be handled by the 'file_path_to_url()' function More... almost 16 years ago
'get_parents()' should return './content' rather than 'index' More... almost 16 years ago
Prevent vars being replaced in the incorrect context (outside of their forloops) More... almost 16 years ago
Added 404 handler for exceptions More... almost 16 years ago
Added $parents collection to Page::data array More... almost 16 years ago
Testing breadcrumb on video-project template More... almost 16 years ago
Added breadcrumb partial More... almost 16 years ago
Fixed bug where 404s were not being returned under the correct conditions More... almost 16 years ago
Updated README More... almost 16 years ago
Updated TODO More... almost 16 years ago
Added some sub-folders for testing deep level routes More... almost 16 years ago
Updated TODO More... almost 16 years ago
Corrected bug with relative link path being set incorrectly More... almost 16 years ago
Simplified if and foreach syntax More... almost 16 years ago
Fixed issue with relative navigation breaking when within a page 3-levels-deep More... almost 16 years ago
- Added @index var - Within PageData, moved all multi-line variable calculations into their own functions More... almost 16 years ago
Replaced some @Site_Root vars that I missed More... almost 16 years ago
404s should be handled by the Stacey class, rather than by individual Page objects More... almost 16 years ago
Added the ability to use reverse logic within if statements (ie. only return 'false' results) More... almost 16 years ago