0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed TESTFILES to TEMP_PATH, it is more descriptive of what it does. More... about 11 years ago
Merge josh's changes. More... about 11 years ago
Renamed test suites to be easier to type More... about 11 years ago
Merged bootstrap-tests.inc.php into bootstrap-tests.php More... about 11 years ago
Changed phpunit.xml bootstrapping strategy: Changed $_ENV to getenv(), certain PHP hardening patches prevent the former from working. Changed relative paths to absolute paths. The relative paths get the path of the symlink, not the actual Magento path. There's gotta be some Magento function that returns the actual path for us? For now I hard coded the actual path as it is on my machine. That will be easier for people to debug when they see the path in the error message. More... about 11 years ago
Fix merge conflicts. More... about 11 years ago
Merge branch 'master' of https://github.com/kylecannon/Vehicle-Fits-Magento More... about 11 years ago
Merge branch 'master' into refactoring/moveTemplates More... about 11 years ago
phpunit.xml to .gitignore, migrate bootstrap-tests.inc.php constants bootstrap-tests.inc.php now uses $_ENV[] for Constant Variables for Testing Configuration More... about 11 years ago
Change paths for tests to pass from template changes More... about 11 years ago
Merge branch 'master' into refactoring/moveTemplates More... about 11 years ago
Ignore composer.lock More... about 11 years ago
phpunit.xml to .gitignore, migrate bootstrap-tests.inc.php constants bootstrap-tests.inc.php now uses $_ENV[] for Constant Variables for Testing Configuration More... about 11 years ago
ignore .DS_Store files More... about 11 years ago
Modify paths to more phtml files to support structure change More... about 11 years ago
Move catalog template adminhtml files More... about 11 years ago
add vf/ prefix to templates folders that begin with vaf* More... about 11 years ago
move all frontend and backend template files that start with vaf to vf folder. More... about 11 years ago
Merge branch 'master' of https://github.com/kylecannon/Vehicle-Fits-Magento More... about 11 years ago
Add .gitignore for app/code/local/Elite/Vaf/config.ini More... about 11 years ago
Remove un-needed set include path More... about 11 years ago
moved documentation More... about 11 years ago
Moved documentation More... about 11 years ago
Update README.md More... about 11 years ago
Updated javascript as per moved lib folder (controllers). Updated JS generation, doesn't work when Magento compilation turned on (they don't copy .js files, had to renamed to .js.php to trick Magento into "compiling" them) More... about 11 years ago
Changed file ownerships to 755 More... about 11 years ago
Updated developer documentation about symlinking in the ./lib folder now that it is moved outside of app/code/local/Elite More... about 11 years ago
When running all tests for Magento module, previous tests leave behind a memory footprint that was causing this performance test to fail. It is odd because it didn't fail before moving the ./lib folder. More... about 11 years ago
Moved ./app/code/local/Elite/lib/VF to ./lib/VF for the following reasons: - Magneto's compilation module will work if I do this - I can run the Magento specific tests separate from the library tests easier - It is conceptually cleaner & more in-line with Magento way of doing things - Removes the need for an extra include_path which will give a performance boost & make maintanence & installation easier More... about 11 years ago
import - missing field headers handling was broken due to brittle checking of the settings, strings vs booleans More... about 11 years ago