Releases: PRayno/MoveOnCourseCatalogueBundle
Releases · PRayno/MoveOnCourseCatalogueBundle
Fixed date bug
Bug fixes
More config
Added the possibility to ignore lines from the CSV
Big refactoring
Big refactoring of the process to make it more flexible.
The process is :
- Parse CSV file to extract courses
- Retrieve courses from MoveOn DB
- Create / update MoveOn courses
- Deactivate MoveOn courses no longer in CSV file (matching a regexp)
Bug fix
Update all courses
UpdateCommand now updates both active and inactive courses
Better customization
Updated default MoveOn course object :
- default "remarks" attribute
- set function to protected to allow extension of the class
Command notice error where "id" is not defined
Fixed timeout
Increase timeout for query
Improved performance
Performance greatly improved (number of http requests /2)
Added a --dump option in the course update to have stats on the upcoming action (created/updated)
Functional first version
1.0 Update README.md