Discussion:
[mantisbt-dev] v1.3 changelog ?
Louis BAYLE
2016-01-31 00:13:51 UTC
Permalink
Hi,
I realy need to know if there is some documentation about the DB
changes made in mantis 1.3. the blog does not contain the technical
changes I am looking for:

I just discovered that you changed the encoding of some variables in
the database (serialize => json_encode) and realy, it is so much time
consuming tracking all that changes, I hit my head against the walls
to make CodevTT compatible with v1.3.

CodevTT is not a mantis plugin, so I can't use the mantis API and I
make direct access to the database.

please please, is there any documentation about all the DB changes ?

Louis
Start reading
https://www.mantisbt.org/blog/?p=416
https://www.mantisbt.org/blog/?p=425
Roland
Hi,
I don't know when you plan to release v1.3 but I would like the
CodevTT plugin to be ready when it comes out.
So far, i noticed that the configuration files have moved to another
directory, and when upgrading from 1.2 to 1.3beta the installer
updated the DB.
So there are some changes that I need to be aware of.
Is there a changelog from 1.2 to 1.3 available (architecture & features) ?
Thank you very much,
best regards,
Louis BAYLE
http://codevtt.org
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
Victor Boctor
2016-01-31 00:17:44 UTC
Permalink
Your best option is to inspect the schema.php file which is the authoritative source for such information.

On January 30, 2016 at 4:15:24 PM, Louis BAYLE (***@gmail.com) wrote:

Hi,
I realy need to know if there is some documentation about the DB
changes made in mantis 1.3. the blog does not contain the technical
changes I am looking for:

I just discovered that you changed the encoding of some variables in
the database (serialize => json_encode) and realy, it is so much time
consuming tracking all that changes, I hit my head against the walls
to make CodevTT compatible with v1.3.

CodevTT is not a mantis plugin, so I can't use the mantis API and I
make direct access to the database.

please please, is there any documentation about all the DB changes ?

Louis
Start reading
https://www.mantisbt.org/blog/?p=416
https://www.mantisbt.org/blog/?p=425
Roland
Hi,
I don't know when you plan to release v1.3 but I would like the
CodevTT plugin to be ready when it comes out.
So far, i noticed that the configuration files have moved to another
directory, and when upgrading from 1.2 to 1.3beta the installer
updated the DB.
So there are some changes that I need to be aware of.
Is there a changelog from 1.2 to 1.3 available (architecture & features) ?
Thank you very much,
best regards,
Louis BAYLE
http://codevtt.org
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
mantisbt-dev mailing list
mantisbt-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
Louis BAYLE
2016-01-31 00:30:44 UTC
Permalink
Hi Victor,
thank you for your quick answer. I checked the schema.php file of
course, it defines the DB structure changes, but there's nothing about
encoding changes of existing values.

are there other tables where this kind of changes have been done ?

best regards
Louis
Louis BAYLE
Tel: +33 (0)4.42.604.734
Post by Victor Boctor
Your best option is to inspect the schema.php file which is the
authoritative source for such information.
Hi,
I realy need to know if there is some documentation about the DB
changes made in mantis 1.3. the blog does not contain the technical
I just discovered that you changed the encoding of some variables in
the database (serialize => json_encode) and realy, it is so much time
consuming tracking all that changes, I hit my head against the walls
to make CodevTT compatible with v1.3.
CodevTT is not a mantis plugin, so I can't use the mantis API and I
make direct access to the database.
please please, is there any documentation about all the DB changes ?
Louis
Start reading
https://www.mantisbt.org/blog/?p=416
https://www.mantisbt.org/blog/?p=425
Roland
Hi,
I don't know when you plan to release v1.3 but I would like the
CodevTT plugin to be ready when it comes out.
So far, i noticed that the configuration files have moved to another
directory, and when upgrading from 1.2 to 1.3beta the installer
updated the DB.
So there are some changes that I need to be aware of.
Is there a changelog from 1.2 to 1.3 available (architecture & features) ?
Thank you very much,
best regards,
Louis BAYLE
http://codevtt.org
------------------------------------------------------------------------------
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
mantisbt-dev mailing list
https://lists.sourceforge.net/lists/listinfo/mantisbt-dev
Damien Regad
2016-01-31 10:36:18 UTC
Permalink
Post by Louis BAYLE
thank you for your quick answer. I checked the schema.php file of
course, it defines the DB structure changes, but there's nothing about
encoding changes of existing values.
Please note that we also have 'UpdateFunction' upgrade steps, which call
specific PHP code which are defined in install_helper_functions_api.php.
In this specific case, look at

https://github.com/mantisbt/mantisbt/blob/master/admin/schema.php#L827

and also

https://github.com/mantisbt/mantisbt/blob/master/core/install_helper_functions_api.php#L634
https://github.com/mantisbt/mantisbt/blob/master/core/install_helper_functions_api.php#L666

Hope this helps.

Continue reading on narkive:
Loading...