Releases: MultinetInteractive/eduadmin-booking
Releases · MultinetInteractive/eduadmin-booking
v0.9.17.8
v0.9.17.7
Added
- Readded
flush_rewrite_rules();
wheneduadmin-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
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
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 ofedu_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
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 nocourseid
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
v0.9.17.2
v0.9.17.1
v0.9.17
v0.9.16
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
notdebug
:) - 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.