65 lines
2.6 KiB
Plaintext
65 lines
2.6 KiB
Plaintext
= changes for 0.3 =
|
|
== bug fixes and refactoring ==
|
|
* fixed index error for elected date
|
|
* fixed ugly date display when scheduling a RendezVous
|
|
* added missing conversion to RendezVousVote.exists()
|
|
* sorting RendezVousDates in rendezvous matrix
|
|
* renamed permissions. Now all rendezvous specific permissions have a prefix
|
|
'RendezVous_'
|
|
* renamed DateVote to RendezVousVote
|
|
* refactored begin and end into date and time parts for better usability
|
|
|
|
== new features ==
|
|
* added begin and end description to graphs
|
|
* added comments (RendezVousComment) to RendezVous
|
|
* blocking changes if RendezVous is scheduled. See comments in
|
|
[source:trunk/TracRendezVous/tracrendezvous/web_ui.py]
|
|
* reduced fatal error messages to verbose error warnings and
|
|
using more notices on success
|
|
* extented workflow
|
|
* automatic workflow status changes for "expire" and "start"
|
|
* new macro "ScheduledRendezVouses"
|
|
|
|
changes for 0.2
|
|
------------------------------------------------------------------------
|
|
r67 | hotshelf | 2009-01-12 00:54:32 +0100 (Mo, 12. Jan 2009) | 1 line
|
|
|
|
* fixing typo
|
|
------------------------------------------------------------------------
|
|
r66 | hotshelf | 2009-01-12 00:52:37 +0100 (Mo, 12. Jan 2009) | 1 line
|
|
|
|
* fixing permission 2
|
|
------------------------------------------------------------------------
|
|
r65 | hotshelf | 2009-01-12 00:47:53 +0100 (Mo, 12. Jan 2009) | 1 line
|
|
|
|
* fixing permission
|
|
------------------------------------------------------------------------
|
|
r64 | hotshelf | 2008-11-30 14:58:04 +0100 (So, 30. Nov 2008) | 1 line
|
|
|
|
* fixed type
|
|
------------------------------------------------------------------------
|
|
r63 | hotshelf | 2008-11-26 17:33:09 +0100 (Mi, 26. Nov 2008) | 1 line
|
|
|
|
* silly bug
|
|
------------------------------------------------------------------------
|
|
r62 | hotshelf | 2008-11-26 17:01:32 +0100 (Mi, 26. Nov 2008) | 1 line
|
|
|
|
* catching missing input before it get's dirty
|
|
------------------------------------------------------------------------
|
|
r61 | hotshelf | 2008-11-24 15:44:03 +0100 (Mo, 24. Nov 2008) | 1 line
|
|
|
|
* print statements
|
|
------------------------------------------------------------------------
|
|
r60 | hotshelf | 2008-11-24 15:43:28 +0100 (Mo, 24. Nov 2008) | 2 lines
|
|
|
|
* better label
|
|
* dates now have a default begin and end, which will be used as default values for new votes
|
|
------------------------------------------------------------------------
|
|
r59 | hotshelf | 2008-11-20 16:22:56 +0100 (Do, 20. Nov 2008) | 1 line
|
|
|
|
* deleted unused file
|
|
------------------------------------------------------------------------
|
|
|
|
changes for 0.1
|
|
* initial release - beginning changelog
|