| Commit | Date | |
|---|---|---|
| 2007-07-10 16:54:32 | Tree | |
| 2007-07-10 16:19:57 | Tree | |
|
[r5819]
by
cboos
Respect new lines from the original text in ticket descriptions and comments. Implements #2914. |
2007-07-10 15:46:20 | Tree |
|
[r5818]
by
cboos
FieldRefactoring: most of the changes in the branch were integrated in [5812:5813], with minor adaptations. Further changes will happen on a re-created branch at some point in the future, targeting [milestone:0.12]. |
2007-07-10 15:12:56 | Tree |
|
[r5817]
by
cboos
Make `format_author` helper method part of the public API of the Chrome component. This will help plugin to be consistent with the permission to view e-mail addresses (see #153) |
2007-07-10 09:26:01 | Tree |
| 2007-07-10 09:24:07 | Tree | |
| 2007-07-10 09:22:57 | Tree | |
| 2007-07-09 16:32:12 | Tree | |
|
[r5813]
by
cboos
Improved rendering of ticket properties (merged from the FieldRefactoring branch). The rendering of properties is now done in `_prepare_fields` in the controller rather than in the template. That method can therefore be called by `_insert_ticket_data` (for the normal ticket display) and when previewing a new ticket before submission. In the future, that method will delegate the rendering to dedicated field renderer classes and/or property renderer components. The `_prepare_fields` method implements a few additional rendering enhancements: |
2007-07-09 15:00:58 | Tree |
|
[r5812]
by
cboos
Improved rendering of ticket property changes (merged from the FieldRefactoring branch). The rendering of property change is now done in `rendered_changelog_entries` in the controller rather than in the template. That method can therefore be called by `_insert_ticket_data` (for the normal ticket display) and by `_get_history` (displaying ticket version changes). In the future, that method will delegate the rendering to dedicated field renderer classes and/or property renderer components. The `rendered_changelog_entries` method implements a few additional rendering enhancements: |
2007-07-09 14:37:54 | Tree |