| Anonymous | Login | Signup for a new account | 2013-05-24 06:12 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Wiki | ManTweet | Repositories |
| View Issue Details [ Jump to Notes ] [ Wiki ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0008651 | mantisbt | change log | public | 2007-12-06 11:06 | 2008-04-19 04:10 | ||||
| Reporter | foo | ||||||||
| Assigned To | jreese | ||||||||
| Priority | normal | Severity | feature | Reproducibility | N/A | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 1.1.0rc3 | ||||||||
| Target Version | Fixed in Version | 1.2.0a1 | |||||||
| Summary | 0008651: Display release date in changelog for released version | ||||||||
| Description | A nice option would be to append the release date after the version number in the change log entry. Currently we use the notes to describe this, but that's redundant, as the releases have a date field; why not make it automatic and just use that? | ||||||||
| Tags | patch | ||||||||
| Attached Files | |||||||||
Relationships |
||||||||||||||||
|
||||||||||||||||
Notes |
|
|
herringm (reporter) 2008-03-07 08:05 edited on: 2008-03-07 08:07 |
I attached a mockup showing one potential way to show release dates for versions on the Change Log page. This raster also includes a total issue count to quickly give an idea of how many fixes/enhancements were addressed in a particular version (0005158). Thoughts? Oops! Just realized I forgot to extend the "=" under the version title to the end of the release date. |
|
vboctor (administrator) 2008-03-08 02:06 |
Sounds good to me. Let's see others feedback. |
|
plegall (reporter) 2008-03-31 16:21 |
I'm very interested in such a feature. The problem is that currently (Mantis 1.1.0 is installed on talendforge.org/bugs) mantis_project_version_table.date_order is used to order released. And the date I set is absolutely not the release date (I want a sort order different because I don't want to mix branches). so I suggest a new mantis_project_version_table.order (int) + mantis_project_version_table.released_date |
|
herringm (reporter) 2008-04-04 09:46 |
Patch attached. Does not address new release_date column for versions. |
|
stefang (reporter) 2008-04-07 04:56 |
Hi Herringm, I've implemented your patch in to Mantis 1.1.1 and it works fine so far. The only thing I had to change was to remove the "strtolower" functions in the changelog_page.php, because german umlauts would not be converted correctly and are shown as carets in the page. Thanks for the patch, Stefan |
|
herringm (reporter) 2008-04-07 09:04 |
Stefang, If you have the mbstring extension installed give multi-byte function overloading a try. Instead of calling the single-byte function the multi-byte equivalent will be called which should be able to handle the umlauts. http://us2.php.net/manual/en/ref.mbstring.php [^] http://us2.php.net/manual/en/ref.mbstring.php#mbstring.overload [^] |
|
herringm (reporter) 2008-04-07 17:44 edited on: 2008-04-07 17:45 |
Second patch attached which includes similar fixes/enhancements to Roadmap. Patch created against trunk r5156. |
|
jreese (administrator) 2008-04-08 11:54 |
Fix committed to SVN trunk, 1.2.x r5157: - Added config options 'show_roadmap_dates' and 'show_changelog_dates' defaulting to ON - Cleaned up and optimized some code. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-12-06 11:06 | foo | New Issue | |
| 2008-03-07 07:59 | herringm | File Added: 8651_raster.PNG | |
| 2008-03-07 08:05 | herringm | Note Added: 0017283 | |
| 2008-03-07 08:07 | herringm | Note Edited: 0017283 | |
| 2008-03-08 02:06 | vboctor | Note Added: 0017289 | |
| 2008-03-31 16:21 | plegall | Note Added: 0017512 | |
| 2008-04-04 09:43 | herringm | File Added: changelog.patch | |
| 2008-04-04 09:43 | herringm | Tag Attached: patch | |
| 2008-04-04 09:46 | herringm | Note Added: 0017551 | |
| 2008-04-07 04:56 | stefang | Note Added: 0017560 | |
| 2008-04-07 09:04 | herringm | Note Added: 0017562 | |
| 2008-04-07 17:44 | herringm | Note Added: 0017567 | |
| 2008-04-07 17:44 | herringm | File Added: changelog+roadmap.patch | |
| 2008-04-07 17:45 | herringm | Note Edited: 0017567 | |
| 2008-04-08 11:54 | jreese | Status | new => resolved |
| 2008-04-08 11:54 | jreese | Fixed in Version | => 1.2.0 |
| 2008-04-08 11:54 | jreese | Resolution | open => fixed |
| 2008-04-08 11:54 | jreese | Assigned To | => jreese |
| 2008-04-08 11:54 | jreese | Note Added: 0017574 | |
| 2008-04-19 04:10 | vboctor | Status | resolved => closed |
| 2008-04-21 09:58 | giallu | Relationship added | related to 0006215 |
| 2008-04-21 09:59 | giallu | Relationship added | related to 0005158 |
| 2008-04-21 10:01 | giallu | Relationship added | has duplicate 0007834 |
| MantisBT 1.2.16dev master-1.2.x-8c2bd07 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.2974 seconds. memory usage: 2,844 KB |