Commit Graph

12 Commits

Author SHA1 Message Date
Paula V. Quispe
f0291a5b90 I reviewed the SQL Injection- Hight in class.dbMaintenance.php 2015-03-13 17:31:22 -04:00
norahmollo
e17c28adf8 PM-401 Unify-Database
Unify Database and Restore changes
2014-10-09 10:36:34 -04:00
Brayan Osmar Pereyra Suxo
2f6575f369 Ordenamiento de tables BPMN en backup 2014-09-16 15:18:11 -04:00
jennylee
e7adc624d6 BUG-14945 Disable foreign keys verification when generating a backup.
The statement SET FOREIGN_KEY_CHECKS=0; was added when the sql script is been generated, when backuping a workspace. This was added in case that a table in the database has a foreign key.

When a table has a foreign key some operations are not allowed create/delete/update, because of the restrictions of the foreing key. So, to allow this operations we disabled the foreign key checks (SET FOREIGN_KEY_CHECKS=0;) until we have all the tables created in the database.
2014-05-16 14:58:57 -04:00
Julio Cesar Laura
9c6a4f1839 BUG 10050 Integridad Referencial SOLVED
- Added instruction suggested
2012-11-12 14:28:25 -04:00
jennylee
e456979aa3 CODE STYLE, gulliver/system/...
FILES:
class.dbMaintenance.php
class.dbconnection.php
class.dbrecordset.php
class.dbsession.php
class.dbtable.php
class.httpProxyController.php
class.i18n_po.php
class.mailer.php
class.menu.php
class.objectTemplate.php
class.testTools.php
class.tree.php
class.unitTest.php
class.webResource.php
class.xmlDocument.php
class.xmlformExtension.php
2012-10-18 10:54:46 -04:00
Marco Antonio Nina
7341e7b683 BUG 8943 The Chinese charactors can't be backuped and restored... SOLVED
- The Chinese characters do not display correctly.
- Format was changed UTF-8 to Backup and restore.
2012-07-23 17:35:54 -04:00
Hector Cortez
3f695d28c6 BUG 6453 Fix Bug deprecated PHP 5.3 features and functions in code. 2012-02-28 16:15:54 -04:00
Gustavo Adolfo Cruz Laura
b340c48819 changes for phpdocumentator 2011-01-24 20:33:07 +00:00
Alexandre Rosenfeld
9a1c414455 New backup format with commands in CLI. 2011-01-14 23:11:13 +00:00
Abraar
1ca4d3b71e Changes made for documentation 2011-01-14 11:51:34 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00