Page 2 of 2
Re: Vermis - new open source issue tracker in PHP
Posted: Fri Feb 25, 2011 2:01 pm
by cepa
hmm, actually you're right, I will add an issue about having a config variable that enables captcha

Re: Vermis - new open source issue tracker in PHP
Posted: Sat Feb 26, 2011 1:05 pm
by Jonah Bron
Another feature I'd like to see is "remember me". It's a bit annoying to have to log in multiple times a day.
Re: Vermis - new open source issue tracker in PHP
Posted: Mon Feb 28, 2011 9:15 am
by cepa
will do

Re: Vermis - new open source issue tracker in PHP
Posted: Mon Mar 07, 2011 3:50 pm
by Jonah Bron
Another thing. In the issue list, it would be really nice if when you set it to order by Status, that instead of ordering them alphabetically, order them logically. Like this:
[text]In Progress
Opened
Resolved
Closed[/text]
Re: Vermis - new open source issue tracker in PHP
Posted: Mon Mar 07, 2011 4:31 pm
by Jonah Bron
And instead of Updated at in this format: "2011-03-02 03:33:27", something more meaningful to the brain.
Code: Select all
<time datetime="2011-03-02T03:33:27-08:00" title="2011-03-02 03:33:27pm">Twenty minutes ago.</time>
I tried to find the location where the appropriate code would go, but couldn't. Let me know where it is and I'll create a patch
