>Would it be possible to add this feature, at least for making
>tickets older than the date they were entered?  Is there a strong
>reason to disallow the editing of time stamps on tickets?

For my $0.02, I think adding such a feature would require a fair development 
effort.  You'd need to have UI for manipulating a timestamp, or significant 
validation code on the backend, or both.

FWIW, Fossil does allow you to add fields to the ticket table, markup to the 
ticket create/edit/view pages, and customize the ticket reports.  So it seems 
like you could add your own field for storing your custom timestamp, and update 
your ticket reports to reference/include the custom field.  You'd probably need 
to do whatever validations you need in client-side javascript.

I think there's info in the Fossil Wiki about adding custom fields.

 -Clark



________________________________
From: Ross Berteig <[email protected]>
To: [email protected]
Sent: Thursday, September 1, 2011 5:54 PM
Subject: Re: [fossil-users] Is it possible to edit a ticket's submission time?

At 05:11 PM 9/1/2011, you wrote:
>....
>So, no, there does not appear to be any way to set the date on a
>ticket to something other than the time/date at which you entered
>the ticket.

Would it be possible to add this feature, at least for making
tickets older than the date they were entered?  Is there a strong
reason to disallow the editing of time stamps on tickets?

From a quick skim of the documentation on how tickets work at
all, it would appear that all one would need to make a ticket
appear at an earlier time in the timeline is a ticket artifact
containing the right ID, and with the right date, and possibly
containing a "change" for at least one other field. If the date
on the artifact is earlier than all others, then it would appear
first in the timeline, and give me the effect I want.

I'm not certain it is possible to move a ticket completely into
the future. My understanding is that the individual artefacts
that make up the ticket are immutable, so it wouldn't be possible
to replace the oldest artefact with one with a newer date, and
additional artefacts changing a ticket with newer dates are what
happens when you edit a ticket now.


Ross Berteig                              [email protected]
Cheshire Engineering Corp.          http://www.CheshireEng.com/

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to