Skip to content

Releases: MultinetInteractive/eduadmin-booking

v0.9.17.8

10 Feb 16:28
Compare
Choose a tag to compare

Added

  • Added warning for missing civic reg.no in booking form (instead of saying they participant is missing their name)
  • Bugfix in civregno formatting

v0.9.17.7

10 Feb 08:01
Compare
Choose a tag to compare

Added

  • Readded flush_rewrite_rules(); when eduadmin-options_have_changed is set to true, so we can get rid of the stupid "Go to Settings -> Permalinks and save to fix the paths" (I hate wordpress)
  • Removed a lot of ?> from PHP-files, so we won't output any data where it's unwanted
  • Removed dashes except last one in validation
  • Added civic reg.no validation to login forms

v0.9.17.6

06 Feb 09:56
Compare
Choose a tag to compare

Added

  • Added link in booking form to log out the current user (if logged in), in format Not person? Log out
  • Added more phrases to defaultPhrases.json
  • If you only allow one participant, inquiries also only allow a single participant.
  • Added check if queried_object is set before checking it.

v0.9.17.5

01 Feb 15:46
Compare
Choose a tag to compare

Added

  • Added LICENSE.md
  • Added limitedDiscountView in bookingTemplate to handle limited discount cards
  • Added some phrases to defaultPhrases.json (I've got to find a way to do this automagically)
  • Bugfix: Fixed date format function on profile -> discount cards. (used an old function)
  • Bugfix: Suppressing warnings if HTTP_REFERER is missing
  • Bugfix: We should use edu__ in string concatenations instead of edu_e
  • Bugfix: Event inquiry used the old date function
  • Bugfix: We should pass along the settings to use event inquiries all the way..

v0.9.17.4

30 Jan 14:06
Compare
Choose a tag to compare

Added

  • Option to use civic reg.no validation (Swedish) in Booking settings
  • Validation support in frontendjs.js to validate swedish civic reg.nos
  • Added css-style to required input fields (.eduadmin .inputHolder input[required])
  • Added <meta name="robots" content="noindex" /> to detail pages if no courseid is present, to prevent broken detail page to be indexed by search engines.
  • Bugfix: Booking-form-login now checks the correct field when we try to login

Removed

  • Removed validation of existing password to enforce password retrieval on contacts with NULL passwords.

v0.9.17.3

27 Jan 13:12
Compare
Choose a tag to compare

Added

  • Added option to set how many "few" spots is when you use "Text only"

v0.9.17.2

27 Jan 09:58
Compare
Choose a tag to compare

Added

  • Bugfix: Invoice info should be shown if you don't use the setting from [0.9.17]

v0.9.17.1

25 Jan 15:08
Compare
Choose a tag to compare

Added

  • Bugfix: Search applies to events now as well..

v0.9.17

25 Jan 14:08
Compare
Choose a tag to compare

Added

  • Option to hide invoice information when events are free
  • If the above option is used, hides invoice information from free events

v0.9.16

25 Jan 14:07
Compare
Choose a tag to compare

Added

  • edu.apiclient.AfterUpdate can be used as a function in javascript to run after the page has loaded all EduAdmin-related things.
  • Added automatic focus on searchbox after searching
  • Bugfix: It's called debugTimers not debug :)
  • Missed a couple LastApplicationDate fix in the code
  • Bugfix: It's also commonly known that you should check if all variables are declare
  • Fixed date listing in event list templates
  • Bugfix: Since you can change login field, we should populate the field used instead of only email.