Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • Fixed user/edit bug. User was able to edit their details but when they were redirected to their user profile they got an error.
  • Added feature: Presenters are only allowed to edit their presentation details up to 30 minutes before their session starts. This time can be configured in core.presentation.deadline
  • Added feature: Users that submit papers get notification email
  • Added feature: Users that have submitted papers can edit their submissions within the submission deadline. After the deadline they can only see an overview of their submissions from the user profile page Note: The core.presentation.deadline directive needs to be present in application.ini otherwise the presentation/edit feature will not work.

...

  • 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.