Patch #221
closedTextilized timelog comments
0%
Description
Hi,
We use timelog comments to display what changes has been made during the given time. But 1 line is usually too short.
So I made this little patch..
Jean, huge thanks for this masterpiece! We love it! :)
BR,
Balazs
Files
Related issues
Updated by Mischa The Evil almost 15 years ago
- Category set to Text formatting
- Status changed from New to Closed
Balazs Dan wrote:
Thanks for adding this patch. Actually your patch does some more then only textilize the timelog comments on the timelog report. It also intends to / does (I haven't tested it on recent trunk):We use timelog comments to display what changes has been made during the given time. But 1 line is usually too short.
So I made this little patch..
- remove the maximum comment length validation for 255 chars
- add a validation to make sure at least one char is added as a timelog comment
- textilizes the timelog comments on the timelog report
- change the timelog new/edit views to modify the timelog comment field with a size of 100% to a text_area with a size of 60 cols by 15 rows, with the CSS-class
wiki-edit
, and which content is required - add the wiki toolbar to the timelog new/edit views
- change the DB-structure to handle timelog comments longer then 255 chars (changed the comments column's type from string, 255 to text)
I've extracted number 3 from above to combine it with issue #202. Regarding this point this issue can now be considered as a duplicate of #202.
Regarding the other numbers above I'd suggest to rebase the changes to the current trunk and to post it as a new patch, as far as there is still a need to keep this actual patch alive.
I'll now close this issue as a partial duplicate of #202.