1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
speed up database queries by always adding "limit 1" to queries where we are only expecting one result anyway (dbRow and dbOne) More... about 11 years ago
code deduplication More... about 11 years ago
remove extra copies of uploadify More... about 11 years ago
some optimisation; moving queries into classes to make sure they are consistent, efficient, and use caching. More... about 11 years ago
fix online store checkout scripts More... about 11 years ago
typo More... about 11 years ago
fix issue where invalid SQL statement was called in cases where product categories had no contained products More... about 11 years ago
all admin_vars database edits are now encapsulated in a class AdminVars More... about 11 years ago
remove local CodeMirror. replace with CDN version More... over 11 years ago
Merge branch 'master' of https://github.com/kaeverens/kvwebme More... over 11 years ago
cleanup More... over 11 years ago
fix bug in Forms (to do with jQuery 1.10 upgrade) More... over 11 years ago
Merge branch 'master' of https://github.com/kaeverens/kvwebme More... over 11 years ago
minor changes More... over 11 years ago
testing phpstorm More... over 11 years ago
fix problem with sorting of many page names, as fixed originally here : https://github.com/vakata/jstree/commit/9c41e435d5aee9647e26500200e30b359bb96ae0 More... over 11 years ago
Merge branch 'master' of https://github.com/kaeverens/kvwebme More... over 11 years ago
bugfix More... over 11 years ago
remove demo files from codemirror. possible attack vector More... over 11 years ago
typo More... over 11 years ago
fix typos More... over 11 years ago
every database query to the "products_categories_products" table is now contained in the ProductsCategoriesProducts class. More... over 11 years ago
some work removing database calls from the code. trying to move all database calls to centralised objects so we can eventually maybe drop database usage altogether. More... over 11 years ago
fix problem where people were uploading HUGE images into classified ads More... over 11 years ago
fix race condition causing online-store/products problem More... over 11 years ago
prepare to solve online-store/products problem in new websites More... over 11 years ago
fix bug where Product Type tabs were not working (jQueryUI update) More... over 11 years ago
add "last edited" to the list of columns in the products page More... over 11 years ago
fix some bugs to do with jQuery upgrade More... over 11 years ago
fixes to QuickPay verification More... over 11 years ago