0
I Use This!
Inactive

Commits : Listings

Analyzed 10 days ago. based on code collected 10 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed sql migration scrpts from v1.x, updated vaf.sql with new schema More... about 11 years ago
Updated changelog More... about 11 years ago
Removing build script, upgrade script, and vaf.sql More... about 11 years ago
If config.ini is not found, use config.default.ini Closes #10 More... about 11 years ago
Updated changelog.txt with some of the new features we've been working on More... about 11 years ago
moved & renamed changelog.txt More... about 11 years ago
delete obsolete license.txt More... about 11 years ago
More elegant way of overriding security check in admin controller for unit tests. Fixes #13 More... about 11 years ago
fixed invalid syntax in js array More... about 11 years ago
Merge branch 'master' of github.com:vehiclefits/Vehicle-Fits-Magento More... about 11 years ago
Replace PHP short tags, fixes #12 More... about 11 years ago
Ajax unit tests do not run because definitions controller was renamed to vehicleslist controller. The purpose of this Vaftest/ module is to abuse Magento's global namespacing for controllers, and override preDispatch() to skip security testing for the vehicles list -> manage page More... about 11 years ago
Remove un-needed ajax unit tests. These are rendered useless after yesterday's commit, levels are no longer stored in a hierarchy More... about 11 years ago
Update README.md More... about 11 years ago
Update README.md More... about 11 years ago
Fix require_once(app/code/local/Elite/lib/Vf/Schema/Generator.php): failed to open stream: No such file or directory when being ran from the root directory of magento. (closes #8) More... about 11 years ago
fix build. broken due to renamed controller More... about 11 years ago
Changed persistence strategy to not use a hierarchy More... about 11 years ago
increased speed of importing More... about 11 years ago
fixed performance test runner, it didn't look at the times correctly causing false positives More... about 11 years ago
add separate testsuite for performancetests More... about 11 years ago
fixed schema CLI tool for resetting the schema More... about 11 years ago
Updated documentation about displaying the search form in .phtml files as per the moved design folders, they were moved to vf/vaf/search.phtml so need to update the documentation accordingly. More... about 11 years ago
Added documentation unit tests to phpunit.xml, we have unit tests for the code examples in the documentation & these need to be run as part of our normal test suite. If a code chance would render the documentation invalid, that should count as a build failure. A successful build not only works but has correct documentation. More... about 11 years ago
Remove require_once that prevents Magento's compilation module from working More... about 11 years ago
renamed Elite_Vafinstall_MigrateBase to get compilation module working More... about 11 years ago
fixed path in install-vaf.php, as per moved lib/VF More... about 11 years ago
Got ajax Tests passing (new paths) More... about 11 years ago
Updated tasks/samplemappings.php to not use relative paths so that it can be run from different working directories More... about 11 years ago
Merge branch 'master' of github.com:vehiclefits/Vehicle-Fits-Magento More... about 11 years ago