Thank you - I actually found that late last night after I posted. We'll do the upgrade. That should be the last piece for us. I've already written 5 plugins for this. It's so awesome to have this functionality! Great work, for sure.
Hans
Search found 3 matches
- 07 May 2010, 12:04
- Forum: General Discussion
- Topic: Upgrading 1.1.8->1.2 ; mantis_category_table
- Replies: 2
- Views: 3158
- 06 May 2010, 21:02
- Forum: General Discussion
- Topic: Upgrading 1.1.8->1.2 ; mantis_category_table
- Replies: 2
- Views: 3158
Upgrading 1.1.8->1.2 ; mantis_category_table
Hello -- we have set up an extensive setup of "assigned to" for the categories in each project. Upon upgrade (1.1.8->1.2) these assignments are lost.
I'm looking at the /admin/schema.php file but I'm struggling to understand where it's getting the data from the old mantis_project_category_table ...
I'm looking at the /admin/schema.php file but I'm struggling to understand where it's getting the data from the old mantis_project_category_table ...
- 20 Apr 2010, 21:46
- Forum: Customizations
- Topic: Questions about writing a plugin
- Replies: 3
- Views: 3772
Re: Questions about writing a plugin
I'm writing in my first plugins for Mantis. What is the preferred way to query the database? I'm familiar with how other plugin systems such as Wordpress' and Dokuwiki's though with Dokuwiki I wasn't querying a database. Can someone point to a function or something, even if undocumented I can grep ...