1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'origin/master' More... over 12 years ago
Code refactor - di_container() moved within di.php More... over 12 years ago
Code refactor - table_cache() moved within table.php More... over 12 years ago
Added __construct() for items that should always be avalible within DI More... over 12 years ago
Added an extremely basic asset manager - Single method get() currently - This is designed to be extended in the future for those using a CDN More... over 12 years ago
Update README.md
aran112000
as Aran Reeks
More... over 12 years ago
Update README.md
aran112000
as Aran Reeks
More... over 12 years ago
Updated MySQL dump More... over 12 years ago
Added 'All rights reserved' text to footer More... over 12 years ago
prod_detail & prod_list CSS created More... over 12 years ago
Code reformatting More... over 12 years ago
More detailed product view created, now includes price, image, stock levels & Vimeo videos (data dependant) More... over 12 years ago
Fixed bug where any HTML tags within the body field of the page would result in breaking out of the social tags and breaking HTML validation More... over 12 years ago
Removed DI isset checks on objects as DI will now automatically create these so no need for this additional overhead More... over 12 years ago
Updated MySQL dump More... over 12 years ago
get_list() now produces results as intended and simple wrapper for category pages created (get_list_from_cat($cid)) More... over 12 years ago
Added get_url() More... over 12 years ago
Added opencart style view markup for products, other modules still to be refactored to match this format More... over 12 years ago
Bug for for passed parameters being overwritten Support for specifying joins within the options now possible: $options['join'] = array('table' => 'join ON condition'); Added default group by on primary key from parent calling table More... over 12 years ago
Bug fix where core_module wasn't passing the FN to do_retrieve() even when present More... over 12 years ago
If a requested item isn't within DI yet the requested name matches an object or module then it will automatically be put within DI and returned for simplicity More... over 12 years ago
Added hover states to categories More... over 12 years ago
Added hover states to categories More... over 12 years ago
Added key elements from elements.less - https://github.com/dmitryf/elements/blob/master/elements.less More... over 12 years ago
Updated MySQL dump More... over 12 years ago
CSS via less restructured so all variables and functions should be defined within vars.less and main.less is a bootstrap to include all the other required less files More... over 12 years ago
get_url() now supports direct links following DB and __controller() changes More... over 12 years ago
Category support added More... over 12 years ago
Isset fn checks added to the pages controller and support for new direct_link field in the pages table added - Used for modules to get their own URL without the page id prefix Added class of 'last' to the final element from get_nav() and class of sel to any link that is the current page (uri == get_url()) More... over 12 years ago
do_retrieve_from_id() refactored to just return an object rather than an array containing a single object, the same change was made to do_retrieve() if limit 1 has been specified in the options array More... over 12 years ago