Search found 29 matches

by artgroup
03 Nov 2008, 11:29
Forum: Help
Topic: Please Post Mantis Version When Asking for Help.
Replies: 7
Views: 73020

Re: Please Post Mantis Version When Asking for Help.

that's true.. you are the owner of this :idea:
by artgroup
13 Oct 2008, 22:03
Forum: Customizations
Topic: Custom Function override
Replies: 1
Views: 3758

Custom Function override

Hi all, I modified the html.api file to highlight the current selected project into the Project Menu Bar and everything was working as expected. Than I moved my modificationt to the custom_functions_inc.php file so that I do not touch the original code, but now it's not working anymore the patch. <?...
by artgroup
23 Sep 2008, 22:15
Forum: Help
Topic: Please Post Mantis Version When Asking for Help.
Replies: 7
Views: 73020

Re: Please Post Mantis Version When Asking for Help.

:idea: add the configuration on the signature, like below:
by artgroup
23 Sep 2008, 22:10
Forum: Help
Topic: Custom Field in Roadmap Page
Replies: 10
Views: 7928

Re: Custom Field in Roadmap Page

That is true on the roadmap but not on the changelog where the bug id link is not striked. While on mantis bug tracker I see that al bug id when closed/resolved are striked (the recently visited also) Do I need to apply some patch? I looked into the bug tracker finding nothing. My version is Mantis ...
by artgroup
23 Sep 2008, 12:20
Forum: Help
Topic: Custom Field in Roadmap Page
Replies: 10
Views: 7928

Re: Custom Field in Roadmap Page

Is there a way to strike the closed issue on mantis 1.1.2?

I'm looking in bug traker and forum but it seems fixed into 1.2.a01 only

thanks
by artgroup
23 Sep 2008, 10:48
Forum: Customizations
Topic: no strike font on closed issue
Replies: 0
Views: 2540

no strike font on closed issue

Hi all, i added some customization and now it seems that the system do not apply the strike font to the closed and fixed issue. Mantis 1.1.2 Any idea what is wrong? here my customization I did: config_inc.php # Status to assign to a bug when submitted $g_bug_submit_status = NEW_ISSUE; # Status to as...
by artgroup
22 Sep 2008, 22:50
Forum: Help
Topic: Version Timestamp (Copy From or Edit)
Replies: 2
Views: 3139

Re: Version Timestamp (Copy From or Edit)

It seems that I fixed the issue modifying this function: version_api.php if ( null === $p_date_order ) { $c_date_order = db_now(); } else { $c_date_order = db_timestamp(db_date( $p_date_order ));# Original code: db_timestamp( $p_date_order ); } My version of mantis is 1.1.2. With this modification s...
by artgroup
22 Sep 2008, 15:07
Forum: Help
Topic: Version Timestamp (Copy From or Edit)
Replies: 2
Views: 3139

Re: Version Timestamp (Copy From or Edit)

Hi have the same problem. Also if i try to copy the version with wrong time stamp to another project I got this error: APPLICATION ERROR #401 Database query failed. Error received from database was #1048: Column 'date_order' cannot be null for the query: INSERT INTO mantis_project_version_table ( pr...
by artgroup
18 Sep 2008, 13:24
Forum: Help
Topic: APPLICATION ERROR #1100 - HEELLLP!!
Replies: 1
Views: 2923

Re: APPLICATION ERROR #1100 - HEELLLP!!

I confirm that I lost all images apart of the logo. No image on signup page, no image on Graph (even if the testsuit is working). The server is: OPENSUSE 11 APACHE: 2.2.8 MYSQL: 5.0.67-11-.1 PHP: 5.2.6 still not working... More info on the error with debug feature on the attached file. For some reas...
by artgroup
18 Sep 2008, 13:00
Forum: Help
Topic: APPLICATION ERROR #1100 - HEELLLP!!
Replies: 1
Views: 2923

APPLICATION ERROR #1100 - HEELLLP!!

hi all, i have a BLOCKING problem with this message: APPLICATION ERROR #1100 Issue 4 not found. Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also clic...
by artgroup
16 Sep 2008, 15:18
Forum: Help
Topic: regular expression on Custom Field -How To?
Replies: 2
Views: 4091

regular expression on Custom Field -How To?

which is the regular expression to have an integer GREATER THAN zero?

If I define the minimum length to 3 digit adding 000 is accepted.
by artgroup
16 Sep 2008, 13:34
Forum: Help
Topic: Upload file in Update issue page
Replies: 1
Views: 2259

Re: Upload file in Update issue page

Sorry I found it...
by artgroup
16 Sep 2008, 13:31
Forum: Help
Topic: Upload file in Update issue page
Replies: 1
Views: 2259

Upload file in Update issue page

Hi all,
on the update issue page there is not Upload file link. Is it normal?

if not is there away to add it?

thanks
by artgroup
15 Sep 2008, 22:47
Forum: Customizations
Topic: problem with enum_resolution
Replies: 1
Views: 3164

problem with enum_resolution

Hi all, I added this enumeration lists on config_inc.php: $g_resolution_enum_string= '10:open, 20:fixed, 25:repaired, 30:reopened, 40:unable to duplicate, 50:not fixable, 60:duplicate, 70:not a bug'; #,80:suspended,90:wont fix in which I added '25:repaired' and I removed a couple of the standard one...