Search found 20 matches

by ShadowKatmandu
17 Dec 2014, 21:16
Forum: Customizations
Topic: User-specific Custom Field
Replies: 1
Views: 3918

User-specific Custom Field

I am wanting to create a custom field which shows up for all users but is specific in value to each user. This would be a checkbox. So User A checks it, but User B sees it unchecked unless they check it as well. I am not finding a way to do this. Is there a way to make fields have a per-user value b...
by ShadowKatmandu
07 Aug 2014, 20:31
Forum: Help
Topic: Fetch Array and Magic Quotes
Replies: 2
Views: 3345

Re: Fetch Array and Magic Quotes

Thanks. I was kinda hoping that would be the case. I am aware of magic_quotes being deprecated and later removed. (It is deprecated in our version.) Now we just have to concern ourselves with upgrading Mantis.
by ShadowKatmandu
07 Aug 2014, 19:28
Forum: Help
Topic: Fetch Array and Magic Quotes
Replies: 2
Views: 3345

Fetch Array and Magic Quotes

MantisBT Version 1.2.15 Schema Version 183 This may have been fixed in the current version of Mantis, but one of my calls to db_fetch_array() produces this error: Function set_magic_quotes_runtime() is deprecated This was a function to escape any quotes coming from any kind of data retrieval, includ...
by ShadowKatmandu
10 Jun 2014, 20:13
Forum: Customizations
Topic: Custom Dynamic Enumeration function not seen
Replies: 1
Views: 4583

Custom Dynamic Enumeration function not seen

I am certain I am missing something very basic on this, but here's my problem: I have created a function to enumerate a custom field I call Job Number. I have tried putting this function in both the core/custom_function_api.php file and in the custom_functions_inc.php file. I have tried naming it cu...
by ShadowKatmandu
19 May 2014, 20:10
Forum: Customizations
Topic: Custom Bugnote Function
Replies: 0
Views: 5837

Custom Bugnote Function

I want to customize one of the bugnote functions. Nothing huge; I just want to round the time tracking to minutes evenly divisible by 3. The custom_functions_inc.php file allows for overriding some functions, but (if I understand the documentation correctly) none of the bugnote functions. I want to ...