Skip to content

Releases: PRayno/MoveOnCourseCatalogueBundle

Fixed date bug

Choose a tag to compare

@PRayno PRayno released this 12 Jan 09:21

Fixed bug based on dates (remaining typo)

Bug fixes

Choose a tag to compare

@PRayno PRayno released this 18 Dec 15:52

Fixed bugs when date is checked in the course list

More config

Choose a tag to compare

@PRayno PRayno released this 30 Nov 10:00

Added the possibility to ignore lines from the CSV

Big refactoring

Choose a tag to compare

@PRayno PRayno released this 25 Nov 13:56

Big refactoring of the process to make it more flexible.
The process is :

  1. Parse CSV file to extract courses
  2. Retrieve courses from MoveOn DB
  3. Create / update MoveOn courses
  4. Deactivate MoveOn courses no longer in CSV file (matching a regexp)

Bug fix

Choose a tag to compare

@PRayno PRayno released this 01 Oct 12:20

Bug fix on a loop

Update all courses

Choose a tag to compare

@PRayno PRayno released this 01 Oct 12:06

UpdateCommand now updates both active and inactive courses

Better customization

Choose a tag to compare

@PRayno PRayno released this 01 Oct 09:26

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

Choose a tag to compare

@PRayno PRayno released this 25 Jul 12:13

Increase timeout for query

Improved performance

Choose a tag to compare

@PRayno PRayno released this 25 Jul 09:44

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

Choose a tag to compare

@PRayno PRayno released this 23 Jul 13:24
f7ab228
1.0

Update README.md