Search found 8374 matches

by atrol
29 Sep 2010, 12:25
Forum: Help
Topic: CSV Export behaves differently in 1.2.2
Replies: 1
Views: 2040

Re: CSV Export behaves differently in 1.2.2

I'm guessing it's related to the introducton of the Hide Status filter This was already available in 1.1.x If you want to change the default setting add the following line to file config_inc.php $g_hide_status_default = -2; Did you hear about the SOAP API of MantisBT ? This might be a better techno...
by atrol
29 Sep 2010, 09:35
Forum: Help
Topic: GraphViz - Broken Image
Replies: 41
Views: 20758

Re: GraphViz - Broken Image

udo wrote: Let's close this thread ;)
No :twisted:
I want to know what's the difference between my installation and yours.
After that, we can close the thread and drink beer.
by atrol
29 Sep 2010, 08:02
Forum: Help
Topic: GraphViz - Broken Image
Replies: 41
Views: 20758

Re: GraphViz - Broken Image

Have a look at http://www.mantisbt.org/bugs/view.php?id=12410
This shouldn't solve your problem because you wrote, that you didn't change anyting and don't have any further installed plugin.
But who knows ...
by atrol
28 Sep 2010, 19:59
Forum: Customizations
Topic: Mantis-Plugin: MediaWikiLinks - link wiki pages from issues
Replies: 4
Views: 6204

Re: Mantis-Plugin: MediaWikiLinks - link wiki pages from iss

Nice work, thanks for contributing A few comments from a very quick code review: Remove the various unused static variables in file MediaWikiLinks.php (I guess relicts from MantisCoreFormatting.php) Typo: strings_english.txt $s_plugin_MediaWikiLinks_description = 'Allow links to media wiki pages (do...
by atrol
28 Sep 2010, 19:13
Forum: Customizations
Topic: Mantis Plugin Directory?
Replies: 2
Views: 5830

Re: Mantis Plugin Directory?

Most of the plugins can be found at http://git.mantisforge.org
But there are others at various places. (attachments of issues, private homepages, sourceforge, ....)
by atrol
28 Sep 2010, 14:48
Forum: Customizations
Topic: add note in view
Replies: 1
Views: 2100

Re: add note in view

This is not possible with "normal" customization
You would have to change the source code of the page
by atrol
28 Sep 2010, 12:35
Forum: Help
Topic: Email Confgration
Replies: 1
Views: 1225

Re: Email Confgration

First you should read the documentation
http://docs.mantisbt.org/master/en/admi ... NFIG.EMAIL
mohammedk1000 wrote: We are using mantisbt-1.2.0 ,
You should update to version 1.2.3 where a lot of bugs (some of them security related) are fixed
by atrol
28 Sep 2010, 10:52
Forum: General Discussion
Topic: Manage Users
Replies: 4
Views: 3597

Re: Manage Users

Try restarting webserver and clearing browser cache and cookies to be sure that there is a reproducible problem.
by atrol
28 Sep 2010, 10:19
Forum: Help
Topic: How to upgrade 1.1.4 to 1.2.3
Replies: 19
Views: 11780

Re: How to upgrade 1.1.4 to 1.2.3

mhonmon23 wrote: Im using wamp
PHP 5.3
If it's PHP 5.3.0 you have to upgrade to 5.3.3 or to downgrade to 5.2.14
There are a lot of bugs in 5.3.0 where MantisBT is also affected
by atrol
28 Sep 2010, 10:17
Forum: Help
Topic: How to upgrade 1.1.4 to 1.2.3
Replies: 19
Views: 11780

Re: How to upgrade 1.1.4 to 1.2.3

My last post get lost!!! Seems there is also a bug in forum

You could change the upgrade process and disable the upgrading of date.

After running the upgrade, migrate dates by direct manipulating of database
http://www.mantisbt.org/bugs/view.php?id=12357
by atrol
28 Sep 2010, 09:53
Forum: General Discussion
Topic: Manage Users
Replies: 4
Views: 3597

Re: Manage Users

Just HTTP404 or any more information?
Check the log-file or your webserver if there is not more information
by atrol
28 Sep 2010, 09:50
Forum: Help
Topic: How to upgrade 1.1.4 to 1.2.3
Replies: 19
Views: 11780

Re: How to upgrade 1.1.4 to 1.2.3

I have no idea how database_version can be 183 and column advanced_update can exist. Are you sure that there is just one instance of database? You should go back to 1.1.4 (I hope you backuped the database) and try again the update. Did you run http://path/to/mantisbt/admin/check.php before running t...
by atrol
28 Sep 2010, 06:27
Forum: Help
Topic: How to upgrade 1.1.4 to 1.2.3
Replies: 19
Views: 11780

Re: How to upgrade 1.1.4 to 1.2.3

The existence of table mantis_user_pref_table is not a problem, but the existence of a column advanced_update in this table would indicate a problem.
by atrol
27 Sep 2010, 21:08
Forum: Help
Topic: Strange email issues, possible config issue
Replies: 3
Views: 2559

Re: Strange email issues, possible config issue

I fixed an issue related to sending emails, the fix was released with version 1.2.3
http://www.mantisbt.org/bugs/view.php?id=12217
Maybe this solves also your problem.