Search found 8378 matches

by atrol
11 Apr 2010, 19:15
Forum: Customizations
Topic: How to add a custom field in sort by funtion ?
Replies: 1
Views: 2546

Re: How to add a custom field in sort by funtion ?

I am not able to give you an answer for 1.0.6, but in 1.2.0 there is nothing more to do, than to add your column to the "View Issues" page (which every user is able to configure in his account settings since 1.2.0) and you will be able to sort by the field.

Maybe time to upgrade :wink:
by atrol
11 Apr 2010, 19:09
Forum: Help
Topic: MantisBT 1.2 Registration on phpBB
Replies: 8
Views: 7476

Re: MantisBT 1.2 Registration on phpBB

have a look at function user_create in file user_api.php how to generate a cookie_string
$t_cookie_string = auth_generate_unique_cookie_string( $t_seed );
by atrol
11 Apr 2010, 18:41
Forum: General Discussion
Topic: Source code integration - Sourceforge SVN
Replies: 1
Views: 2989

Re: Source code integration - Sourceforge SVN

A better place to get help for this is the developer mailing list. I am pretty sure John will be able to help you.
Or use the IRC, John's nick is nuclear_eclipse.
by atrol
11 Apr 2010, 18:38
Forum: Customizations
Topic: Custom case - notifications, anonymous access, private issue
Replies: 3
Views: 4145

Re: Custom case - notifications, anonymous access, private i

1) Email notification will be sent after every change, update or just anything in an issue, but only to involved persons (to who it is assigned, to who reported it, to who is monitoring it, etc). This will apply for all projects and all people no matter they account type (developer, manager, ...) I...
by atrol
11 Apr 2010, 18:17
Forum: Help
Topic: Report is not able to close the issue
Replies: 3
Views: 2747

Re: Report is not able to close the issue

add the following line to file config_inc.php
$g_allow_reporter_close = ON;
by atrol
09 Apr 2010, 16:03
Forum: Deutsch
Topic: Kontoeinstellungen Email
Replies: 7
Views: 10963

Re: Kontoeinstellungen Email

Um welche Version von MantisBT handelt es sich? Um das Problem erst mal einzugrenzen: Ist es nachvollziehbar wenn Du die notify_flags und default_notify_flags in config_defaults_inc.php im Originalzustand belässt, keine Änderungen in config_inc.php diesbezüglich vornimmst, keine Konfiguration als Ad...
by atrol
09 Apr 2010, 15:53
Forum: Help
Topic: Mantis/Twitter Integration
Replies: 8
Views: 3679

Re: Mantis/Twitter Integration

I gave up -_- Really? :( This plugin is working at http://www.mantisbt.org/bugs/plugin.php?page=ManTweet/index.php Ok, the plugin system and the plugins are pretty new and of course not bug free, but there should not be huge problems with it (at least I think so :wink: ) So, if you to decide to not...
by atrol
09 Apr 2010, 13:48
Forum: Deutsch
Topic: Eintrag wird nicht angelegt
Replies: 5
Views: 17147

Re: Eintrag wird nicht angelegt

Liegt das Problem daran, dass der Eintrag mit Sonderzeichen beginnt? So in etwas kann man das formulieren, <pre> ist Bestandteil von HTML s. z.B hier http://de.selfhtml.org/html/text/praeformatiert.htm Die Version 1.0.6 hatte wohl Probleme damit umzugehen. In der aktuellen Version von MantisBT kann...
by atrol
09 Apr 2010, 11:33
Forum: Deutsch
Topic: Eintrag wird nicht angelegt
Replies: 5
Views: 17147

Re: Eintrag wird nicht angelegt

Zunächst ein Hinweis in eigener Sache: Bitte einen eigenen Post aufmachen für ein Problem und nicht an andere Themen dranhängen. Ich habe nun einen eigenen Eintrag daraus erzeugt. Zum Thema: Habe ich richtig verstanden, dass das Problem auftritt, wenn man den Text von <pre> bis </pre> in die Eintrag...
by atrol
07 Apr 2010, 19:43
Forum: Help
Topic: Link in notification email for password reset is incorrect
Replies: 6
Views: 6831

Re: Link in notification email for password reset is incorre

Links to screenshots before and after the customization will help to get a better impression of this problem
by atrol
07 Apr 2010, 16:54
Forum: Deutsch
Topic: Unterprojekte in der Roadmap
Replies: 2
Views: 5885

Re: Unterprojekte in der Roadmap

Entspricht es diesem bekannten Fehler?
http://www.mantisbt.org/bugs/view.php?id=10873
by atrol
07 Apr 2010, 16:47
Forum: Help
Topic: MantisBT 1.2 Registration on phpBB
Replies: 8
Views: 7476

Re: MantisBT 1.2 Registration on phpBB

Have a look at function auth_process_plain_password in file core/authentication_api.php
there is nothing more than calling the php md5 function
http://php.net/manual/en/function.md5.php
by atrol
07 Apr 2010, 10:01
Forum: Help
Topic: upgrading version 1.1.1 to 1.2
Replies: 4
Views: 2556

Re: upgrading version 1.1.1 to 1.2

You would have to use your backup to look whether this table existed before starting the upgrade.
by atrol
06 Apr 2010, 15:45
Forum: Help
Topic: upgrading version 1.1.1 to 1.2
Replies: 4
Views: 2556

Re: upgrading version 1.1.1 to 1.2

Did you start the update more than one time accidentally?
In version 1.1.x there was no mantis_plugin_table, so creating this table should not give this error messages.