Search found 11 matches

by AbsolutelyFreeWeb
16 Oct 2013, 10:44
Forum: French
Topic: Exporter les donner du time tracking
Replies: 1
Views: 4228

Re: Exporter les donner du time tracking

Il s'agit de l'officiel time tracking plugin

https://github.com/mantisbt-plugins/timetracking
by AbsolutelyFreeWeb
16 Oct 2013, 10:38
Forum: Customizations
Topic: Double time tracking or custom field to a bug note
Replies: 7
Views: 9556

Re: Double time tracking or custom field to a bug note

it would be interesting to know what they replaced mantis with, and then what they replaced that with. seems like they change their minds a lot :)

maybe better pm that info :)
by AbsolutelyFreeWeb
10 Oct 2013, 04:34
Forum: Help
Topic: Excel export and custom fields
Replies: 7
Views: 10125

Re: Excel export and custom fields

it's a requested feature, see here:

http://www.mantisbt.org/bugs/view.php?id=13706
by AbsolutelyFreeWeb
10 Oct 2013, 04:21
Forum: Customizations
Topic: Double time tracking or custom field to a bug note
Replies: 7
Views: 9556

Re: Double time tracking or custom field to a bug note

how does it fail ? it's very simple install, the only thing it does is adding a table.
However the uninstall doesn't remove the data,
if you have uninstalled it, and want to re-install, it usually understands it's a re-install and doesnt do anything.
but if it doesnt understand, then you might need ...
by AbsolutelyFreeWeb
10 Oct 2013, 04:11
Forum: Customizations
Topic: Tweaking upgrading best practice ?
Replies: 4
Views: 6953

Re: Tweaking upgrading best practice ?

git branch -m installation (renaming my branch which is now my new installation)
git push -v -u origin installation (uploads my branch remotely to my origin and creates a new branch and adds tracking between local and remote)
by AbsolutelyFreeWeb
09 Oct 2013, 08:22
Forum: Customizations
Topic: Tweaking upgrading best practice ?
Replies: 4
Views: 6953

Re: Tweaking upgrading best practice ?

Thank you Atrol,

I'm on windows, so here is what I did after cloning:

git checkout -b latest-stable release-1.2.15 (this creates a branch for latest stable version)

git checkout -b 1.2.8 release-1.2.8 (this creates a branch for 1.2.8, the release I was based on)

then I started replacing the ...
by AbsolutelyFreeWeb
08 Oct 2013, 09:30
Forum: Customizations
Topic: Tweaking upgrading best practice ?
Replies: 4
Views: 6953

Re: Tweaking upgrading best practice ?

ok, first problem, the repository is ongoing, but I'd like a repository where commits are done only on new releases....
hmm.. perhaps I can create one...
by AbsolutelyFreeWeb
08 Oct 2013, 09:04
Forum: Customizations
Topic: Tweaking upgrading best practice ?
Replies: 4
Views: 6953

Tweaking upgrading best practice ?

Hi,

I'd like to upgrade my 1.2.8 to 1.2.15 and was wondering what I should do to find all my tweaks.
My plan now is to run windiff on all files and see what has changed and re-apply.

What is the best practice? to always fork on github and download from there?
and then update my repository with the ...
by AbsolutelyFreeWeb
27 Dec 2011, 06:06
Forum: Customizations
Topic: [plugin] Time Tracking and Billing
Replies: 2
Views: 9178

Re: [plugin] Time Tracking and Billing

My fork with latest additions is here: (feel free to incorporate it)
https://github.com/AbsolutelyFreeWeb/timetracking
by AbsolutelyFreeWeb
27 Dec 2011, 06:03
Forum: Customizations
Topic: Time Tracking plugin reborn
Replies: 25
Views: 41666

Re: Time Tracking plugin reborn

Here is my fork with the latest additons:

https://github.com/AbsolutelyFreeWeb/timetracking