Search found 1616 matches

by cas
Today, 13:13
Forum: Customizations
Topic: Due date show 01/01/1970
Replies: 7
Views: 154

Re: Due date show 01/01/1970

What are your settings for $g_due_date_update_threshold and $g_due_date_view_threshold ?
by cas
Today, 09:51
Forum: Customizations
Topic: Due date show 01/01/1970
Replies: 7
Views: 154

Re: Due date show 01/01/1970

Joselyne, can you not attach some files?
by cas
Yesterday, 12:18
Forum: Customizations
Topic: Due date show 01/01/1970
Replies: 7
Views: 154

Re: Due date show 01/01/1970

You can configure mantis how to show the dates. Out of the box, you can see them in config_default.php, simlpy lookup the section around dates (search for line "# MantisBT Date Settings #"). You should copy that section to core/config_inc.php and adjust as follows: $g_short_date_format = '...
by cas
Yesterday, 08:33
Forum: Customizations
Topic: Due date show 01/01/1970
Replies: 7
Views: 154

Re: Due date show 01/01/1970

Is this within a plugin or standard Mantis?
Changes are made within which area, what is the version Mantis/OS/PHP/Mysql?
What is the date setting within Mantis, what date did you try to put in?
by cas
Yesterday, 08:30
Forum: Customizations
Topic: Projects names translation
Replies: 5
Views: 92

Re: Projects names translation

What I used to do was:
a. use an internationally recognized project-name
b. Standardize on one, main, language
by cas
16 Apr 2024, 14:39
Forum: Customizations
Topic: Projects names translation
Replies: 5
Views: 92

Re: Projects names translation

With the custom_fields you are not changing the value of a field but only the fieldname. Since you are trying to translate the contents of a db-field, this is not going to work.
by cas
16 Apr 2024, 13:49
Forum: Help
Topic: Login with local password when ldap is broken?
Replies: 8
Views: 271

Re: Login with local password when ldap is broken?

contact the one who does have access......... :idea:
by cas
16 Apr 2024, 13:38
Forum: Help
Topic: Login with local password when ldap is broken?
Replies: 8
Views: 271

Re: Login with local password when ldap is broken?

Well there can be issues based upon mantisbt version and PHP versions. So versions are quite important.
You can also enable logging, perhaps that gives a clue.
Logging can be set in core/config_inc.php using statement:
$g_log_level = LOG_LDAP;
by cas
16 Apr 2024, 13:32
Forum: Help
Topic: Invalid value for 'relationship_type'
Replies: 1
Views: 63

Re: Invalid value for 'relationship_type'

Did you also change this setting:
$g_handle_bug_threshold = DEVELOPER;
You would need to set this to :
$g_handle_bug_threshold = UPDATER;
in core/config_inc.php
by cas
16 Apr 2024, 13:26
Forum: Help
Topic: Login with local password when ldap is broken?
Replies: 8
Views: 271

Re: Login with local password when ldap is broken?

In case the admin account is ladap bound, i would have expected that to happen. If you logon with a (only0 local account that should not happen. So you probably get the message before you reach thye logon screen, right? Can you share a printscreen of the page you get ( and some info with respect to ...
by cas
16 Apr 2024, 13:21
Forum: General Discussion
Topic: Recall date - set a date, have system send email reminder on that date
Replies: 3
Views: 134

Re: Recall date - set a date, have system send email reminder on that date

Yuo could create a seperate plugin which adds a date field to each issue. You still would need to set up a scheduled job to automate the sending of a message (in which ever format).
by cas
16 Apr 2024, 12:31
Forum: Customizations
Topic: Projects names translation
Replies: 5
Views: 92

Re: Projects names translation

How did you try to code it?
by cas
16 Apr 2024, 06:27
Forum: Help
Topic: Upgrade 1.2.19 to 2.5.7 (or whatever is 'stable')
Replies: 1
Views: 87

Re: Upgrade 1.2.19 to 2.5.7 (or whatever is 'stable')

Make a backup of your installation and the database.
Next follow the instructions as described in the admin manual, you should be fine :D
by cas
16 Apr 2024, 06:26
Forum: Help
Topic: Login with local password when ldap is broken?
Replies: 8
Views: 271

Re: Login with local password when ldap is broken?

Test it out, thgink you can stil logon with the local admin password :mrgreen:
by cas
16 Apr 2024, 06:25
Forum: General Discussion
Topic: Recall date - set a date, have system send email reminder on that date
Replies: 3
Views: 134

Re: Recall date - set a date, have system send email reminder on that date

The reminder plugin does not necessarily require manual intervention.
You can set up a cron (Linux) or Task (Windows) job to automate the sending of reminders. This is described in the readme.