Skip to content

Latest commit

 

History

History
150 lines (107 loc) · 7.33 KB

CHANGELOG.md

File metadata and controls

150 lines (107 loc) · 7.33 KB

v2.0.0

  • Subplugins are now supported through events #31
    • Fake enrollment provider has moved
    • LSU enrollment provider has moved
  • jQuery dependency has been removed db4dac
  • Appropriately handles teacher drops f2454d

v1.1.6

v1.1.5

  • Fixes group DB trap on pending unenrollments 7abb00
  • Fixes blind pending flag reset deb369

v1.1.4

  • LSU provider gets configurable service ids #30
  • Ability to ignore semesters in processing 9dc458
  • Force semester end (when grades are due) dates 1f835f
  • Build a semester tree with merge_section on ues_semester fd0d55
  • Fixes improper DB aliases on parameter building 9f0100
  • $plugin_name is now in the correct scope e2dc62

v1.1.3

  • lsu provider section source handles LAW categories correctly 9612e7
  • Publicize the manifest_category for outside modules 18a5c2
  • Allows user's default language creation fed79a

v1.1.2

  • lsu provider Properly handles LAW enrollments #28
  • Saner ues_section::from_course default, and short circuit [e12c8de][e12c8de]

[e12c8de]: https://github.com/lsuits/ues/commit/e12c8dec65c6e7b5c0dbc0500d2267d443af3926)

v1.1.1

  • Automatic error handler only runs if not currently running #25
  • Restrict course form fields
  • Replace course edit form
  • New extention injections points:
    • ues_course_settings_navigation: Allows plugins to interact with Settings block
    • ues_course_edit_form: Allows plugins to add custom fields to course form
    • ues_course_edit_validation: Allows plugins to validate submitted form
    • course_updated: Allows plugins to handle submitted data on course form

v1.1.0

  • Small DAO bug fixes and improvements #24
  • Section can pull Moodle group f5ffbfb2
  • Filter supports raw sql with raw word. f5ffbfb2
  • ues_section::from_course populates moodle course 0757305

v1.0.0

  • Course creation defaults adhere to system settings #23

v0.0.9 (Snapshot)

  • Grade history recovering #22

v0.0.8 (Snapshot)

  • Self passed to provider postprocess and optimized delete_meta d87670ed
  • Added [lsu provider] sports info #15
  • Minor Bug fix in get for ues_dao base class 36e9c2e
  • Reprocessing no longer steps on nightly 9e1b78e5
  • Added Limit / offset to retrieval 345502
  • Better reprocessing error reporting #12
  • Added the DAO DSL a73b6cd
  • Fixed an lsu provider bug for student data 62a0b83
  • Fixed a bug in teacher demotion / promotion #17
  • Fixed a small bug in meta retrieval and reporting a53b5fe

v0.0.7 (Snapshot)

  • Added a setting for a grace period f5a082
  • Fixed broken running notification #13

v0.0.6 (Snapshot)

  • Supports idnumber restoring if the course no longer has one #12
  • Now emails admin if the cron failed and stopped running for a while #11
  • Fixed a bug that would fire release on all released members abe8d9
  • Fixed Closure Serialization Exception in lsu provider #10
  • Enrollment order was causing an enrollment exception 0ed6bd

v0.0.5 (Snapshot)

  • Emergency bump

v0.0.4 (Snapshot)

  • Made cron interval 12 hours instead of 24

v0.0.3 (Snapshot)

  • Removed the UES enrollment banner #2
  • Better from field in email log #3
  • Does not send blank emails #6
  • Added sort field to DAO API #7
  • Fixed user creation #8
  • Email header when reprocessing errors

v0.0.2 (Snapshot)

  • Better Moodle DB to DAO support #5

v0.0.1 (Snapshot)

  • Initial Release (see the wiki for more details)