Newer
Older
# Change Log
All notable changes to this project will be documented in this file.
## 2015-11-17
### Added
- support for tagnames with spaces in REST URL patterns (#2730)
- documentation about requesting changes to EM Observation entries (#2591)
- support for more complex label queries for searches and email
notifications (#2672, #2569)
- support for file uploads through the web interface (#2543, #1367)
### Changed
- create LigoLdapUser object (instead of django User) for unknown
Shib users with a valid session (#2629)
- time conversion functions handle None and empty string input (#2664)
### Fixed
- internal_user_required decorator no longer assumes HTTP request as
first arg (#2524)
- removed spurious factor of 1000 from fluence calculation (#2625)
## 2015-10-06
### Added
- banner warning if the user is looking at an lvem_view page (#2600)
- this changelog file (#2599)
- added event page link to labelling email alerts (#2575)
- add value from coinc_event.likelihood column to "Coinc Tables" for gstlal
events (#2513)
### Changed
- interpretation of values for cWB events (see #2484)
- list of labels for query now generated by DB query instead of static list
(#2523)
- allow more than one EMObservation subrow to be expanded at one time (#2605)
- Changed name of "Duration" field in EMObservation form to "On source
exposure" (#2603)
- Removed customized wait method from throttles so that we can send an
x-throttle-wait-seconds header to the user (#2457)
- Allow the internal parameter of VOEvents to be controlled by the requestor.
This is now taken from post data and defaults to 1 (internal only #2608).
### Fixed
- remove user from groups that are not present in IdP shibboleth assertion
(#2600)
- description of the 'internal' parameter in buildVOEvent.py (#2600)