2013-01-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
pandoradb_data.sql pandoradb.data.postgreSQL.sql pandoradb.data.oracle.sql extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql: switch to show or hide visual console. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7514 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
268da0caaa
commit
3953a28a4c
|
@ -1,3 +1,13 @@
|
|||
2013-01-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
pandoradb_data.sql
|
||||
pandoradb.data.postgreSQL.sql
|
||||
pandoradb.data.oracle.sql
|
||||
extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql
|
||||
extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql
|
||||
extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql: switch to show
|
||||
or hide visual console.
|
||||
|
||||
2013-01-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_menu.php
|
||||
|
|
|
@ -235,7 +235,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
|
|||
('enable_pass_history', 0),
|
||||
('compare_pass', 3),
|
||||
('meta_style', 'meta_pandora'),
|
||||
('enable_refr', 0);
|
||||
('enable_refr', 0),
|
||||
('show_vc', 1);
|
||||
UPDATE tconfig SET `value`='comparation' WHERE `token`= 'prominent_time';
|
||||
|
||||
-- ----------------------------------------------------------------------
|
||||
|
|
|
@ -278,6 +278,7 @@ INSERT INTO tconfig (token, value) VALUES ('enable_pass_history', 0);
|
|||
INSERT INTO tconfig (token, value) VALUES ('compare_pass', 3);
|
||||
INSERT INTO tconfig (token, value) VALUES ('meta_style', 'meta_pandora');
|
||||
INSERT INTO tconfig (token, value) VALUES ('enable_refr', 0);
|
||||
INSERT INTO tconfig (token, value) VALUES ('show_vc', 1);
|
||||
|
||||
-- -----------------------------------------------------
|
||||
-- Table tpassword_history
|
||||
|
|
|
@ -293,7 +293,8 @@ INSERT INTO "tconfig" ("token", "value") VALUES
|
|||
('enable_pass_history', 0),
|
||||
('compare_pass', 3),
|
||||
('meta_style', 'meta_pandora'),
|
||||
('enable_refr', 0);
|
||||
('enable_refr', 0),
|
||||
('show_vc', 1);
|
||||
|
||||
-- -----------------------------------------------------
|
||||
-- Table "tpassword_history"
|
||||
|
|
|
@ -110,6 +110,7 @@ INSERT INTO tconfig (token, value) VALUES ('enable_refr', 0);
|
|||
INSERT INTO tconfig (token, value) VALUES ('meta_num_elements', 100);
|
||||
INSERT INTO tconfig (token, value) VALUES ('update_manager_installed', 1);
|
||||
INSERT INTO tconfig (token, value) VALUES ('num_files_attachment', 100);
|
||||
INSERT INTO tconfig (token, value) VALUES ('show_vc', 1);
|
||||
COMMIT;
|
||||
END;;
|
||||
|
||||
|
|
|
@ -105,7 +105,8 @@ INSERT INTO "tconfig" ("token", "value") VALUES
|
|||
('enable_refr', '0'),
|
||||
('meta_num_elements', 100),
|
||||
('update_manager_installed', 1),
|
||||
('num_files_attachment', 100);
|
||||
('num_files_attachment', 100),
|
||||
('show_vc', 1);
|
||||
|
||||
COMMIT WORK;
|
||||
|
||||
|
|
|
@ -104,7 +104,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
|
|||
('enable_refr', 0),
|
||||
('meta_num_elements', 100),
|
||||
('update_manager_installed', 1),
|
||||
('num_files_attachment', 100);
|
||||
('num_files_attachment', 100),
|
||||
('show_vc', 1);
|
||||
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
|
Loading…
Reference in New Issue