Deploys nightly Demo and publishes nightly to sourceforge
Commits
Comparison is available only for releases created from the same branch as this release.
Author
Commit
Message
Commit date
teleivo <mrteleivo@gmail.com>
8444b6348188d6a71e34ae41b81935b1a99ed2c4
TRUNK-4901 Scheduled orders cannot be discontinued
* add Order.isActivated()
* add Order.isActivated(Date)
* fix issues introduced by switching isFuture with isStarted/!isStarted for
orders scheduled in the future
** Order.isActive(Date) of stopped orders scheduled for the future were
considered active
** Order.isDiscontinued(Date) of stopped orders scheduled for the future which
were not considered discontinued
* add OrderService tests to ensure we can revise orders scheduled in the
future and that the original orders are considered discontinued
* add OrderService tests to ensure we can discontinue orders scheduled in the
future
TRUNK-4902 HibernateOrderDAO exception uses wrong message code
HibernateOrderDAO has a whitespace in one of its exceptions message codes in
getNextOrderNumberSeedSequenceValue
* remove whitespace in message code string
* remove unused code in getNextOrderNumberSeedSequenceValue