Mercurial > p > roundup > code
comparison CHANGES.txt @ 4877:2ba982dcdf2c
New Link / Multilink option "try_id_parsing"
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 28 Mar 2014 16:47:36 +0100 |
| parents | 74b24b14071a |
| children | ca692423e401 |
comparison
equal
deleted
inserted
replaced
| 4876:74b24b14071a | 4877:2ba982dcdf2c |
|---|---|
| 24 - Drop comment in user settings about numeric hour offsets instead of using | 24 - Drop comment in user settings about numeric hour offsets instead of using |
| 25 pytz timezone names. Due to DST these are wrong half of the year, it is | 25 pytz timezone names. Due to DST these are wrong half of the year, it is |
| 26 much better to use timezone names. (Thomas Arendsen Hein) | 26 much better to use timezone names. (Thomas Arendsen Hein) |
| 27 - issue2550793: Wrap messages with very long lines in the web interface. | 27 - issue2550793: Wrap messages with very long lines in the web interface. |
| 28 (Thomas Arendsen Hein) | 28 (Thomas Arendsen Hein) |
| 29 - New Link / Multilink option "try_id_parsing": Sometimes the key of a | |
| 30 class can be numeric -- in that case roundup will try to parse the | |
| 31 value as an ID when evaluating form values -- not as a key. Specifying | |
| 32 try_id_parsing='no' for these Link/Multilink will skip the ID step, | |
| 33 default is 'yes'. | |
| 29 | 34 |
| 30 Fixed: | 35 Fixed: |
| 31 | 36 |
| 32 - issue2550830 An empty LinkHTMLProperty cannot be compared successfully. | 37 - issue2550830 An empty LinkHTMLProperty cannot be compared successfully. |
| 33 Improves the query editing page. Reported and fixed by R David Murray | 38 Improves the query editing page. Reported and fixed by R David Murray |
