MantisBT
[ class tree: MantisBT ] [ index: MantisBT ] [ all elements ]

Procedural File: install_functions.php

Source Location: /admin/install_functions.php



Page Details:

Update functions for the installation schema's 'UpdateFunction' option.

All functions must be name install_<function_name> and referenced as just <function_name>.




Tags:

copyright:  Copyright (C) 2002 - 2010 MantisBT Team - mantisbt-dev@lists.sourceforge.net
copyright:  Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
link:  http://www.mantisbt.org








install_category_migrate [line 29]

void install_category_migrate( )

Migrate the legacy category data to the new category_id-based schema.



[ Top ]



install_correct_multiselect_custom_fields_db_format [line 180]

void install_correct_multiselect_custom_fields_db_format( )

Once upon a time multi-select custom field types (checkbox and multiselect) were stored in the database in the format of "option1|option2|option3" where they should have been stored in a format of "|option1|option2|option3|".

Additionally, radio custom field types were being stored in the database with an unnecessary vertical pipe prefix and suffix when there is only ever one possible value that can be assigned to a radio field.




[ Top ]



install_date_migrate [line 99]

void install_date_migrate( $p_data)



Parameters

   $p_data  
[ Top ]



Documentation generated on Sun, 12 Dec 2010 23:50:34 +0900 by phpDocumentor 1.4.3
inserted by FC2 system