Search found 8378 matches

by atrol
09 Jun 2010, 15:06
Forum: General Discussion
Topic: Password algorithm
Replies: 1
Views: 1994

Re: Password algorithm

Two links to start reading
http://www.mantisbt.org/bugs/view.php?id=7791
http://www.mantisbt.org/bugs/view.php?id=4235

A simple approach would be to check the password with a regular expression.
Something like described at http://www.cafewebmaster.com/check-pass ... -and-regex
by atrol
09 Jun 2010, 14:49
Forum: Help
Topic: How to change the order of versions in the list?
Replies: 3
Views: 2922

Re: How to change the order of versions in the list?

This is exactly the expected behaviour: If ordering is by field "date_order" and "data_order" is the same for all entries, the ordering is pure random, depending on the internals of a database. This can change from database to database manufacturer and even from databse version t...
by atrol
09 Jun 2010, 09:44
Forum: Help
Topic: How to change the order of versions in the list?
Replies: 3
Views: 2922

Re: How to change the order of versions in the list?

Ordering is by field "date_order"
by atrol
09 Jun 2010, 09:34
Forum: Customizations
Topic: Theme Customization
Replies: 5
Views: 8276

Re: Theme Customization

Jordan Smith wrote: All i did was add the php code to the theme
Could you be more precise what you did?
MantisBT has no themes, so I am confused where you added something to it.
Maybe you post the changed sourcecode to get an impression of what you did.
by atrol
09 Jun 2010, 09:29
Forum: Help
Topic: How to found Mantis 1.1.8? (without .bin installer )
Replies: 5
Views: 2059

Re: How to found Mantis 1.1.8? (without .bin installer )

kbzajunior wrote: How can found these version? Mantis 1.1.8 ?
It's here http://sourceforge.net/projects/mantisb ... able/1.1.8

For me having HTML mail has not that high priority so that I would use an old versions of MantisBT which is no longer supported.
It's your decision ....
by atrol
08 Jun 2010, 21:42
Forum: Help
Topic: Upgrade to 1.2.1 Caused Bugview Error
Replies: 5
Views: 3621

Re: Upgrade to 1.2.1 Caused Bugview Error

To see the news you have to add the following line to file config_inc.php (never change config_defaults_inc.php)

Code: Select all

$g_news_enabled      = ON;

What did you change concerning RSS feeds?
I am not able to reproduce the problem.
by atrol
08 Jun 2010, 21:15
Forum: Help
Topic: Upgrade to 1.2.1 Caused Bugview Error
Replies: 5
Views: 3621

Re: Upgrade to 1.2.1 Caused Bugview Error

Do you use config_defaults_inc.php which is delivered with MantisBT 1.2.1?
by atrol
08 Jun 2010, 20:15
Forum: Customizations
Topic: Theme Customization
Replies: 5
Views: 8276

Re: Theme Customization

Jordan Smith wrote:they asked me to use their theme for the bug tracking software. So I did now everytime you go to the site and login we keep getting these errors: ..
Does this mean that etherything worked fine before your changes in the same environment?
What did you change?
by atrol
08 Jun 2010, 20:01
Forum: Deutsch
Topic: Profil mit benutzerdefinierten Feld
Replies: 3
Views: 5861

Re: Profil mit benutzerdefinierten Feld

Ich rate eher davon ab hier den Standard zu erweitern, da die Änderungen kritisch sein können beim Updaten von MantisBT. Vielleicht reicht auch ein normales benutzerdefiniertes Feld aus? Es existiert bereits ein Feld bei den Profilen, das derzeit außer beim Anlegen soweit mir bekannt lediglich im Wo...
by atrol
08 Jun 2010, 13:03
Forum: General Discussion
Topic: Meaning of "stick" and false in summary ?
Replies: 5
Views: 7111

Re: Meaning of "stick" and false in summary ?

coppin wrote:The french translation is not very good for me!
If you want, you can contribute to MantisBT by enhancing the translation.
See how it works: http://www.mantisbt.org/wiki/doku.php/m ... tionshowto
by atrol
08 Jun 2010, 12:55
Forum: Help
Topic: css template?
Replies: 2
Views: 3014

Re: css template?

Maybe css/default.css is what you can use for the moment.
Real templating is planned for future versions.
At the moment development is discussing PHPTAL http://phptal.org to use for this.
by atrol
08 Jun 2010, 12:49
Forum: Help
Topic: Mantis Graphs - Configuration
Replies: 5
Views: 8876

Re: Mantis Graphs - Configuration

Where can I find some documentation about Mantis Graphs Plugin configuration ? AFAIK there is none What is the difference between "bundled" and "jpgraph" in "library" parameter ? Since MantisBT 1.2 there is a graph library delivered with the product (library/ezc/Graph)...
by atrol
07 Jun 2010, 18:17
Forum: Customizations
Topic: Filed Visibility
Replies: 5
Views: 6304

Re: Filed Visibility

and another question: is it possible to set up an user with also giving a password instantly (without sendung an email). I hope not. It's not a good idea to have more than one person knowing a password. Can you explain why this is needed? Nethertheless, you could a) temporary deactive e-mail functi...
by atrol
07 Jun 2010, 17:59
Forum: Deutsch
Topic: Profil mit benutzerdefinierten Feld
Replies: 3
Views: 5861

Re: Profil mit benutzerdefinierten Feld

ist es möglich, dem Profil ein zusätzliches Feld zu spendieren? Und wenn ja, wie? Ist das Profil unter Konto -> Profilverwaltung gemeint? Frage 2: Ist es grundsätzlich auch möglich die benutzerdefinierten Felder weiter nach oben zu bekommen. Leider habe ich zu den beiden Punkten nichts herausgefund...
by atrol
07 Jun 2010, 13:14
Forum: General Discussion
Topic: Meaning of "stick" and false in summary ?
Replies: 5
Views: 7111

Re: Meaning of "stick" and false in summary ?

Seems these are the issues with a resolution above $g_bug_resolution_not_fixed_threshold = Threshold resolution which denotes that a bug has been resolved without being successfully fixed by developers. Resolutions above this threshold are considered to be resolved in an unsuccessful way. Default va...