Opened 5 years ago

Closed 3 years ago

#1484766 closed Bugs (fixed)

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

|

Change History (7)

comment:1 Changed 5 years ago by till

Where do you get the version from? I'm sure we have to update it for 0.1-stable.

Maybe SVN:KEYWORDS could do the trick? No idea..

comment:2 Changed 5 years ago by till

Just found it. =)

comment:3 Changed 5 years ago by till

  • Milestone changed from 0.1-stable to 0.1.1
  • Owner set to till
  • Status changed from new to assigned

Fixed version [23b87010], everything else - later.

comment:4 Changed 5 years ago by seansan

Dupe of #1484821

comment:5 Changed 5 years ago by till

  • Milestone changed from 0.1.1 to later

comment:6 Changed 5 years ago by thomasb

  • Component changed from Interface to User Interface
  • Severity changed from normal to minor

comment:7 Changed 3 years ago by alec

  • Resolution set to fixed
  • Status changed from assigned to closed

We've got useragent and product_name where RCMAIL_VERSION can be added. So, I think this ticket can be closed.

Note: See TracTickets for help on using tickets.