Version 0.9.
...
- Added missing config directives
- Ignore patterns, new SQL dump from core_dev @omega.
- Replaced all instances of "character varying(..)" with "text".
- Made installer use PDO_PGSQL instead of legacy postgres functions. This is hacked together and certainly needs to be cleaned up later.
- Ignored content of some user data directories.
- Display any SQL errors during final installation step, instead of a exiting with a blank browser window, or a generic error.
- Changed URL to point to wiki. SVN URL is there.
- Fixed bug in timeslots form, where dynamic slots were not shown and user saw blank page.
- Added more documentation
- Fixed logging for federated attributes. Note: attributes are only logged when in development mode
- Removed demo hints in installer.
- Fixed show stopper bug in SAML uid attribute related code. This required an SQL change as well. Still better checking todo later.
- Removed old debugging code
- Changed old smart_id into uid in installer sequence.
- Removed stale index template.
- Removed banner statement that wasn't used any more.
Version 0.9.2
- Added Id keyword to all PHP and phtml files.
...
- Fixed review/edit bug. When admin changed a review, the reviewer changed to admin. This is no longer the case.
- Fixed TA_Form_Element_User delete bug. Instead of using the user_id to delete a record, the many-to-many primary key value is used.
- The date that reviewers can see other peoples reviews is now configurable.
- Changed default CORE navigation for personal review overview.
- Fixed inconsistency in date display/collection
- Abstracted getReviewersForMail away from Submission/Set to Review Model
- Added tiebreaker feature to submit/review (see documentation)
Version 0.9.1
- Added missing config directives
- Ignore patterns, new SQL dump from core_dev @omega.
- Replaced all instances of "character varying(..)" with "text".
- Made installer use PDO_PGSQL instead of legacy postgres functions. This is hacked together and certainly needs to be cleaned up later.
- Ignored content of some user data directories.
- Display any SQL errors during final installation step, instead of a exiting with a blank browser window, or a generic error.
- Changed URL to point to wiki. SVN URL is there.
- Fixed bug in timeslots form, where dynamic slots were not shown and user saw blank page.
- Added more documentation
- Fixed logging for federated attributes. Note: attributes are only logged when in development mode
- Removed demo hints in installer.
- Fixed show stopper bug in SAML uid attribute related code. This required an SQL change as well. Still better checking todo later.
- Removed old debugging code
- Changed old smart_id into uid in installer sequence.
- Removed stale index template.
- Removed banner statement that wasn't used any more.