1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed thumbnail path issue & updated version number (currently 1.1 release candidate) More... almost 16 years ago
Fixes for running from a subdirectory More... almost 16 years ago
Refactored partials code More... almost 16 years ago
Some presentational cleanups around new asset types More... almost 16 years ago
Added partials for new asset types More... almost 16 years ago
Converted get_images function to get_assets - Created holders for video, html & swf files More... almost 16 years ago
Added example partials for .mov/.mp4 and .swf files More... almost 16 years ago
Added div#media wrapper for containing/positioning media files More... almost 16 years ago
Updated templates folder to match planned functionality More... almost 16 years ago
Updated content folder to match planned functionality More... almost 16 years ago
Converted templates to use @Site_Root More... almost 16 years ago
Converted collate_files() to use list_files() More... almost 16 years ago
Refactored find_categories() to use list_files() More... almost 16 years ago
Updated references from $dir to $file within list_files() More... almost 16 years ago
Cleaned up check_thumb() to make use of list_files() function More... almost 16 years ago
Replaced old list_files() function with expanded list_folders() function More... almost 16 years ago
Moved is_category() into a helper function and converted it to make use of the new list_folders function More... almost 16 years ago
Prepared list_folders to replace list_files throughout the app More... almost 16 years ago
Added list_folders helper More... almost 16 years ago
Some minor internal cleanups around partials More... almost 16 years ago
Replace count() > 0 with !empty() Thanks to somedumbme91 More... almost 16 years ago
Removed the concept of 'layouts' (while I work out what the best way to handle include/layouts) More... almost 16 years ago
Reversed direction of image_files array (to match reverse-ordering of projects) More... almost 16 years ago
Simplified the PagesPartial code More... almost 16 years ago
Removed some redundant code More... almost 16 years ago
Simplified CategoryListPartial class by using Helpers::list_files More... almost 16 years ago
No need to limit use of @Previous_Page, @Page_Number to just the PageInCategory types More... almost 16 years ago
NavigationPartial simplification by using the Helper::list_files() function More... almost 16 years ago
Removed redundant code in the ImagesPartial by using the existing image list from Page::get_images() More... almost 16 years ago
Moved all of the PageInCategory logic into Page. They are now identical (a Page simply has a blank category) More... almost 16 years ago