Ticket #1484766 (assigned Bugs)
Version tag incorrect
| Reported by: | seansan | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | User Interface | Version: | 0.1-rc2 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
When adding a tag to login form with the following code
<roundcube:object name="version" id="version" />
The version information below is shown. I dont think this is correct for example SVN 1039 release
"Version 0.1-20071210"
- Would it be possible to always show the correct date and SVN version number (both?)
- Is it possible to add an option in CONFIG to add the version number by default. As this is a product we are still developing I think it is good that people are a little bit more aware of the version. We can show this on the loging form in the upper or lower corner - small font. By settingg the config option to FALSE the version number is hidden
if CONFIG:show_version then <roundcube:object name="version" id="version" /> endif
|
