diff --git a/page/qq/SYS_PAGE_GROUP.php b/page/qq/SYS_PAGE_GROUP.php index dbce0f1..ac059f9 100644 --- a/page/qq/SYS_PAGE_GROUP.php +++ b/page/qq/SYS_PAGE_GROUP.php @@ -2,7 +2,7 @@ namespace SYSTEM\SQL; class SYS_PAGE_GROUP extends \SYSTEM\DB\QP { public static function get_class(){return \get_class();} - public static function pqsql(){return + public static function pgsql(){return 'SELECT * FROM '.\SYSTEM\SQL\system_page::NAME_PG .' WHERE "'.\SYSTEM\SQL\system_page::FIELD_GROUP.'" = $1' .' AND "'.\SYSTEM\SQL\system_page::FIELD_STATE.'" = $2' diff --git a/sql/qt/pgsql/data/system_api.sql b/sql/qt/pgsql/data/system_api.sql index e555ee5..847e6a9 100644 --- a/sql/qt/pgsql/data/system_api.sql +++ b/sql/qt/pgsql/data/system_api.sql @@ -1,19 +1,33 @@ -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (10, 42, 0, -1, NULL, 'call', NULL); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (11, 42, 0, 10, NULL, 'action', NULL); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (10, 0, 0, -1, NULL, 'call', NULL); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (11, 0, 0, 10, NULL, 'action', NULL); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (20, 42, 2, 11, 'login', 'username', 'STRING'); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (21, 42, 2, 11, 'login', 'password_sha', 'STRING'); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (22, 42, 2, 11, 'login', 'password_md5', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (20, 0, 2, 11, 'login', 'username', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (21, 0, 2, 11, 'login', 'password_sha', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (22, 0, 2, 11, 'login', 'password_md5', 'STRING'); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (23, 42, 2, 11, 'check', 'rightid', 'UINT'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (23, 0, 2, 11, 'check', 'rightid', 'UINT'); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (24, 42, 2, 11, 'create', 'username', 'STRING'); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (25, 42, 2, 11, 'create', 'password_sha', 'STRING'); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (26, 42, 2, 11, 'create', 'email', 'STRING'); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (27, 42, 2, 11, 'create', 'locale', 'LANG'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (24, 0, 2, 11, 'create', 'username', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (25, 0, 2, 11, 'create', 'password_sha', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (26, 0, 2, 11, 'create', 'email', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (27, 0, 2, 11, 'create', 'locale', 'LANG'); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (30, 42, 2, 10, 'files', 'cat', 'STRING'); -INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (31, 42, 3, 30, 'files', 'id', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (30, 0, 2, 10, 'files', 'cat', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", verify) VALUES (31, 0, 3, 30, 'files', 'id', 'STRING'); --- INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (100, 0, 2, 0, 'files', 'cat', 'STRING'); --- INSERT INTO system.api ("ID", "group", type, "parentID", "parentValue", name, verify) VALUES (101, 0, 3, 0, 'files', 'id', 'STRING'); \ No newline at end of file +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (40, 0, 2, 10, 'text', 'request', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (41, 0, 2, 10, 'text', 'lang', 'LANG'); + +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (50, 0, 2, 10, 'pages', 'group', 'UINT'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (51, 0, 2, 10, 'pages', 'state', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (52, 0, 1, 50, NULL, 'js', NULL); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (53, 0, 2, 51, NULL, 'group', 'UINT'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (55, 0, 1, 50, NULL, 'css', NULL); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (56, 0, 2, 55, NULL, 'group', 'UINT'); + +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (60, 0, 2, 10, 'bug', 'message', 'STRING'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (61, 0, 2, 10, 'bug', 'data', 'JSON'); + +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (90, 0, 4, -1, NULL, '_lang', 'LANG'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (91, 0, 4, -1, NULL, '_result', 'RESULT'); +-- REPLACE INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (92, 0, 4, -1, NULL, '_escaped_fragment_', 'STRING'); \ No newline at end of file diff --git a/sql/qt/pgsql/data/system_api_default.sql b/sql/qt/pgsql/data/system_api_default.sql new file mode 100644 index 0000000..b79b2f4 --- /dev/null +++ b/sql/qt/pgsql/data/system_api_default.sql @@ -0,0 +1,2 @@ +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (0, 1, 4, -1, NULL, '_escaped_fragment_', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1, 1, 0, -1, NULL, 'page', NULL); diff --git a/sql/qt/pgsql/data/system_page.sql b/sql/qt/pgsql/data/system_page.sql new file mode 100644 index 0000000..91a04c1 --- /dev/null +++ b/sql/qt/pgsql/data/system_page.sql @@ -0,0 +1,68 @@ +DELETE FROM system.page WHERE "group" = 42; + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (0, 42, 'start', 'start', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saistart_sys_sai', 'init_saistart_sys_sai', '\SYSTEM\SAI\saistart_sys_sai'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (1, 42, 'todo', 'start', 0, 1, 0, '#todo_entries', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todolist', 'init_saistart_sys_sai_todo', '\SYSTEM\SAI\saistart_sys_sai'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (2, 42, 'log', 'start', 0, 1, 0, '#log_entries', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=filter', 'init_saistart_sys_sai_log', '\SYSTEM\SAI\saistart_sys_sai'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (10, 42, 'api', 'api', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_api', 'init_saimod_sys_api', '\SYSTEM\SAI\saimod_sys_api'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (11, 42, 'all', 'api', 10, 0, 0, '#tab_api', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_api&action=list&group=${group}', 'init_saimod_sys_api_list', '\SYSTEM\SAI\saimod_sys_api'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (12, 42, 'delete', 'api', 10, 0, 1, '#tab_api', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_api&action=deletedialog&group=${group}&ID=${id}', 'init_saimod_sys_api_delete', '\SYSTEM\SAI\saimod_sys_api'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (13, 42, 'new', 'api', 10, 0, 1, '#tab_api', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_api&action=newdialog', 'init_saimod_sys_api_new', '\SYSTEM\SAI\saimod_sys_api'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (20, 42, 'cache', 'cache', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cache', 'init_saimod_sys_cache', '\SYSTEM\SAI\saimod_sys_cache'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (30, 42, 'config', 'config', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_config', 'init_saimod_sys_config', '\SYSTEM\SAI\saimod_sys_config'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (31, 42, 'basics', 'config', 30, 0, 0, '#tab_config', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_config&action=basics', 'init_saimod_sys_config_basics', '\SYSTEM\SAI\saimod_sys_config'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (32, 42, 'database', 'config', 30, 0, 1, '#tab_config', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_config&action=database', 'init_saimod_sys_config_database', '\SYSTEM\SAI\saimod_sys_config'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (33, 42, 'sai', 'config', 30, 0, 1, '#tab_config', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_config&action=sai', 'init_saimod_sys_config_sai', '\SYSTEM\SAI\saimod_sys_config'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (40, 42, 'cron', 'cron', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron', 'init_saimod_sys_cron', '\SYSTEM\SAI\saimod_sys_cron'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (50, 42, 'docu', 'docu', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_docu', 'init_saimod_sys_docu', '\SYSTEM\SAI\saimod_sys_docu'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (51, 42, 'cat', 'docu', 50, 0, 0, '#tab_docu', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_docu&action=cat&cat=${cat}', 'init_saimod_sys_docu_cat', '\SYSTEM\SAI\saimod_sys_docu'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (55, 42, 'doc', 'docu', 51, 0, 0, '#tab2_docu', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_docu&action=doc&cat=${cat}&doc=${doc}', 'init_saimod_sys_docu_doc', '\SYSTEM\SAI\saimod_sys_docu'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (60, 42, 'files', 'files', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_files', 'init_saimod_sys_files', '\SYSTEM\SAI\saimod_sys_files'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (61, 42, 'list', 'files', 60, 0, 0, '#tab_files', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_files&action=tab&name=${folder}', 'init_saimod_sys_files_list', '\SYSTEM\SAI\saimod_sys_files'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (70, 42, 'log', 'log', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log', 'init_saimod_sys_log', '\SYSTEM\SAI\saimod_sys_log'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (71, 42, 'list', 'log', 70, 0, 0, '#tab_log', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=filter&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_log_log', '\SYSTEM\SAI\saimod_sys_log'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (72, 42, 'stats', 'log', 70, 0, 1, '#tab_log', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats', 'init_saimod_sys_log_stats', '\SYSTEM\SAI\saimod_sys_log'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (73, 42, 'error', 'log', 70, 0, 1, '#tab_log', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=error&error=${error}', '', ''); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (80, 42, 'login', 'login', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_login', 'init_saimod_sys_login', '\SYSTEM\SAI\saimod_sys_login'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (81, 42, 'register', 'login', 80, 0, 1, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_login&action=registerform', 'init_saimod_sys_register', '\SYSTEM\SAI\saimod_sys_login'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (90, 42, 'mod', 'mod', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_mod', 'init_saimod_sys_mod', '\SYSTEM\SAI\saimod_sys_mod'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (91, 42, 'system', 'mod', 90, 0, 0, '#tab_mod', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_mod&action=system', 'init_saimod_sys_mod_system', '\SYSTEM\SAI\saimod_sys_mod'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (92, 42, 'project', 'mod', 90, 0, 1, '#tab_mod', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_mod&action=project', 'init_saimod_sys_mod_project', '\SYSTEM\SAI\saimod_sys_mod'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (93, 42, 'lib', 'mod', 90, 0, 1, '#tab_mod', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_mod&action=lib', 'init_saimod_sys_mod_lib', '\SYSTEM\SAI\saimod_sys_mod'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (100, 42, 'security', 'security', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security', 'init_saimod_sys_security', '\SYSTEM\SAI\saimod_sys_security'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (101, 42, 'users', 'security', 100, 0, 0, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=users&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_security_users', '\SYSTEM\SAI\saimod_sys_security'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (102, 42, 'rights', 'security', 100, 0, 1, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=rights', 'init_saimod_sys_security_rights', '\SYSTEM\SAI\saimod_sys_security'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (103, 42, 'user', 'security', 100, 0, 1, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=user&username=${username}', 'init_saimod_sys_security_user', '\SYSTEM\SAI\saimod_sys_security'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (104, 42, 'newright', 'security', 100, 0, 1, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=newright', 'init_saimod_sys_security_newright', '\SYSTEM\SAI\saimod_sys_security'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (105, 42, 'delright', 'security', 100, 0, 1, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=deleterightconfirm&id=${id}', 'init_saimod_sys_security_delright', '\SYSTEM\SAI\saimod_sys_security'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (110, 42, 'text', 'text', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_text', 'init_saimod_sys_text', '\SYSTEM\SAI\saimod_sys_text'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (111, 42, 'tag', 'text', 110, 0, 0, '#tab_content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_text&action=tag&tag=${tag}&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_text_tag', '\SYSTEM\SAI\saimod_sys_text'); +-- INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (112, 42, 'notag', 'text', 110, 0, 1, '#tab_content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_text&action=notag', 'init_saimod_sys_text_notag', '\SYSTEM\SAI\saimod_sys_text'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (115, 42, 'edittext', 'text', 110, 0, 1, '#tab_content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_text&action=edittext&id=${id}&lang=${lang}', '', ''); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (116, 42, 'editor', 'text', 115, 0, 1, '#tab_editor', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_text&action=editor&id=${id}&lang=${lang}', 'init_saimod_sys_text_editor', '\SYSTEM\SAI\saimod_sys_text'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (120, 42, 'todo', 'todo', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo', 'init_saimod_sys_todo', '\SYSTEM\SAI\saimod_sys_todo'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (121, 42, 'todolist', 'todo', 120, 0, 0, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todolist&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_todo_todo', '\SYSTEM\SAI\saimod_sys_todo'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (122, 42, 'doto', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=dotolist&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_todo_doto', '\SYSTEM\SAI\saimod_sys_todo'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (123, 42, 'stats', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=stats', 'init_saimod_sys_todo_stats', '\SYSTEM\SAI\saimod_sys_todo'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (124, 42, 'todoopen', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todo&todo=${todo}', 'init_saimod_sys_todo_todoopen', '\SYSTEM\SAI\saimod_sys_todo'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (125, 42, 'todoclose', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todo&todo=${todo}', 'init_saimod_sys_todo_todoclose', '\SYSTEM\SAI\saimod_sys_todo'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (126, 42, 'new', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=new', 'init_saimod_sys_todo_new', '\SYSTEM\SAI\saimod_sys_todo'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (130, 42, 'page', 'page', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_page', 'init_saimod_sys_page', '\SYSTEM\SAI\saimod_sys_page'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (131, 42, 'all', 'page', 130, 0, 0, '#tab_page', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_page&action=list&group=${group}', 'init_saimod_sys_page_list', '\SYSTEM\SAI\saimod_sys_page'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (132, 42, 'delete', 'page', 130, 0, 1, '#tab_page', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_page&action=deletedialog&group=${group}&ID=${id}', 'init_saimod_sys_page_delete', '\SYSTEM\SAI\saimod_sys_page'); +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (133, 42, 'new', 'page', 130, 0, 1, '#tab_page', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_page&action=newdialog', 'init_saimod_sys_page_new', '\SYSTEM\SAI\saimod_sys_page'); + +INSERT INTO system.page ("id", "group", "name", "state", "parent_id", "login", "type", "div", "url", "func", "php_class") VALUES (140, 42, 'git', 'git', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_git', 'init_saimod_sys_git', '\SYSTEM\SAI\saimod_sys_git'); \ No newline at end of file diff --git a/sql/qt/pgsql/data/system_sai_api.sql b/sql/qt/pgsql/data/system_sai_api.sql new file mode 100644 index 0000000..39fbbcb --- /dev/null +++ b/sql/qt/pgsql/data/system_sai_api.sql @@ -0,0 +1,195 @@ +DELETE FROM system.api WHERE "group" = 42; + +-- basic +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (0, 42, 0, -1, NULL, 'sai_mod', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1, 42, 1, 0, NULL, 'js', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (2, 42, 1, 0, NULL, 'css', NULL); +-- INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (3, 42, 0, 0, NULL, 'page', NULL); + +-- system_api +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (10, 42, 0, -1, NULL, 'call', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (11, 42, 0, 10, NULL, 'action', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (20, 42, 2, 11, 'login', 'username', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (21, 42, 2, 11, 'login', 'password_sha', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (22, 42, 2, 11, 'login', 'password_md5', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (23, 42, 2, 11, 'check', 'rightid', 'UINT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (24, 42, 2, 11, 'create', 'username', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (25, 42, 2, 11, 'create', 'password_sha', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (26, 42, 2, 11, 'create', 'email', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (27, 42, 2, 11, 'create', 'locale', 'LANG'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (30, 42, 2, 10, 'files', 'cat', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (31, 42, 3, 10, 'files', 'id', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (40, 42, 2, 10, 'text', 'request', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (41, 42, 2, 40, 'text', 'lang', 'LANG'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (50, 42, 2, 10, 'pages', 'group', 'UINT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (51, 42, 2, 10, 'pages', 'state', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (52, 42, 1, 50, NULL, 'js', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (53, 42, 2, 51, NULL, 'group', 'UINT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (55, 42, 1, 50, NULL, 'css', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (56, 42, 2, 55, NULL, 'group', 'UINT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (60, 42, 2, 10, 'bug', 'message', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (61, 42, 2, 10, 'bug', 'data', 'JSON'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (90, 42, 4, -1, NULL, '_lang', 'LANG'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (91, 42, 4, -1, NULL, '_result', 'RESULT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (92, 42, 4, -1, NULL, '_escaped_fragment_', 'STRING'); + +-- specific stuff for mods +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (100, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_login', 'action', NULL); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (101, 42, 2, 100, 'login', 'username', 'ALL'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (102, 42, 2, 100, 'login', 'password_sha', 'ALL'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (103, 42, 2, 100, 'login', 'password_md5', 'ALL'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (110, 42, 2, 100, 'register', 'username', 'ALL'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (111, 42, 2, 100, 'register', 'password', 'ALL'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (112, 42, 2, 100, 'register', 'email', 'ALL'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (113, 42, 3, 100, 'register', 'locale', 'ALL'); + + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (200, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_log', 'action', NULL); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (201, 42, 3, 200, 'filter', 'filter', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (202, 42, 3, 200, 'filter', 'search', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (203, 42, 3, 200, 'filter', 'page', 'UINT0'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (210, 42, 3, 200, 'error', 'error', 'INT'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (220, 42, 0, 200, 'stats', 'name', null); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (221, 42, 3, 220, null, 'filter', 'UINT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (222, 42, 3, 220, null, 'db', 'STRING'); + + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (300, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_security', 'action', NULL); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (301, 42, 2, 300, 'user', 'username', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (302, 42, 3, 300, 'users', 'filter', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (303, 42, 3, 300, 'users', 'search', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (304, 42, 3, 300, 'users', 'page', 'UINT0'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (310, 42, 2, 300, 'addright', 'id', 'UINT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (311, 42, 2, 300, 'addright', 'name', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (312, 42, 2, 300, 'addright', 'description', 'STRING'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (320, 42, 2, 300, 'deleteright', 'id', 'UINT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (321, 42, 2, 300, 'deleterightconfirm', 'id', 'UINT'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (330, 42, 2, 300, 'addrightuser', 'rightid', 'UINT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (331, 42, 2, 300, 'addrightuser', 'userid', 'UINT'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (340, 42, 2, 300, 'deleterightuser', 'rightid', 'UINT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (341, 42, 2, 300, 'deleterightuser', 'userid', 'UINT'); + + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (400, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_mod', 'action', NULL); + + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (500, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_config', 'action', NULL); + + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (600, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_api', 'action', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (601, 42, 2, 600, 'addcall', 'ID', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (602, 42, 2, 600, 'addcall', 'group', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (603, 42, 2, 600, 'addcall', 'type', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (604, 42, 2, 600, 'addcall', 'parentID', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (605, 42, 2, 600, 'addcall', 'parentValue', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (606, 42, 2, 600, 'addcall', 'name', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (607, 42, 2, 600, 'addcall', 'verify', 'ALL'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (608, 42, 2, 600, 'deletecall', 'ID', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (609, 42, 2, 600, 'deletecall', 'group', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (610, 42, 2, 600, 'deletedialog', 'ID', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (611, 42, 2, 600, 'deletedialog', 'group', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (620, 42, 3, 600, 'list', 'group', 'INT'); + + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (700, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_text', 'action', NULL); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (703, 42, 3, 700, 'tag', 'tag', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (704, 42, 3, 700, 'tag', 'filter', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (705, 42, 3, 700, 'tag', 'search', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (706, 42, 3, 700, 'tag', 'page', 'UINT0'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (710, 42, 2, 700, 'loadByTag', 'lang', 'LANG'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (712, 42, 2, 700, 'edittext', 'id', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (713, 42, 2, 700, 'edittext', 'lang', 'LANG'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (715, 42, 2, 700, 'editor', 'id', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (716, 42, 2, 700, 'editor', 'lang', 'LANG'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (720, 42, 2, 700, 'delete', 'id', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (721, 42, 3, 700, 'delete', 'lang', 'LANG'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (730, 42, 2, 700, 'save', 'id', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (731, 42, 2, 700, 'save', 'new_id', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (732, 42, 2, 700, 'save', 'lang', 'LANG'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (733, 42, 2, 700, 'save', 'tags', 'JSON'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (734, 42, 2, 700, 'save', 'text', 'STRING'); + + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (800, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_files', 'action', NULL); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (801, 42, 2, 800, 'upload', 'cat', 'STRING'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (810, 42, 2, 800, 'del', 'cat', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (811, 42, 2, 800, 'del', 'id', 'STRING'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (820, 42, 2, 800, 'rn', 'cat', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (821, 42, 2, 800, 'rn', 'id', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (822, 42, 2, 800, 'rn', 'newid', 'STRING'); +-- +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (830, 42, 3, 800, 'tab', 'name', 'STRING'); + + +-- INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (900, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_cache', 'action', NULL); + + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1000, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_todo', 'action', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1001, 42, 2, 1000, 'todo', 'todo', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1002, 42, 2, 1000, 'open', 'todo', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1003, 42, 2, 1000, 'close', 'todo', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1004, 42, 2, 1000, 'add', 'todo', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1005, 42, 2, 1000, 'assign', 'todo', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1006, 42, 2, 1000, 'deassign', 'todo', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1007, 42, 3, 1000, 'deassign', 'user', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1010, 42, 2, 1000, 'edit', 'todo', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1011, 42, 2, 1000, 'edit', 'message', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1015, 42, 2, 1000, 'priority_up', 'todo', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1016, 42, 2, 1000, 'priority_down', 'todo', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1020, 42, 3, 1000, 'todolist', 'filter', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1021, 42, 3, 1000, 'todolist', 'search', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1022, 42, 3, 1000, 'todolist', 'page', 'UINT0'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1025, 42, 3, 1000, 'dotolist', 'filter', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1026, 42, 3, 1000, 'dotolist', 'search', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1027, 42, 3, 1000, 'dotolist', 'page', 'UINT0'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1030, 42, 0, 1000, 'stats', 'name', null); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1031, 42, 3, 1030, null, 'filter', 'UINT'); + + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1100, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_docu', 'action', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1101, 42, 3, 1100, 'cat', 'cat', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1110, 42, 3, 1100, 'doc', 'cat', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1111, 42, 3, 1100, 'doc', 'doc', 'STRING'); + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1200, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_cron', 'action', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1201, 42, 2, 1200, 'add', 'cls', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1202, 42, 2, 1200, 'add', 'min', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1203, 42, 2, 1200, 'add', 'hour', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1204, 42, 2, 1200, 'add', 'day', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1205, 42, 2, 1200, 'add', 'day_week', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1206, 42, 2, 1200, 'add', 'month', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1208, 42, 2, 1200, 'del', 'cls', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1209, 42, 2, 1200, 'deldialog', 'cls', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1210, 42, 2, 1200, 'change', 'cls', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1211, 42, 2, 1200, 'change', 'status', 'INT'); + +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1300, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_page', 'action', NULL); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1301, 42, 2, 1300, 'addcall', 'ID', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1302, 42, 2, 1300, 'addcall', 'group', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1303, 42, 2, 1300, 'addcall', 'type', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1304, 42, 2, 1300, 'addcall', 'parentID', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1305, 42, 2, 1300, 'addcall', 'parentValue', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1306, 42, 2, 1300, 'addcall', 'name', 'STRING'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1307, 42, 2, 1300, 'addcall', 'verify', 'ALL'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1308, 42, 2, 1300, 'deletecall', 'ID', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1309, 42, 2, 1300, 'deletecall', 'group', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1310, 42, 2, 1300, 'deletedialog', 'ID', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1311, 42, 2, 1300, 'deletedialog', 'group', 'INT'); +INSERT INTO system.api ("ID", "group", "type", "parentID", "parentValue", "name", "verify") VALUES (1320, 42, 3, 1300, 'list', 'group', 'INT'); \ No newline at end of file diff --git a/sql/qt/pgsql/data/system_text.sql b/sql/qt/pgsql/data/system_text.sql new file mode 100644 index 0000000..e6c184e --- /dev/null +++ b/sql/qt/pgsql/data/system_text.sql @@ -0,0 +1,1393 @@ +-- Basic + DELETE FROM system.text WHERE id = 'basic_add'; + DELETE FROM system.text_tag WHERE id = 'basic_add'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_add', 'deDE', 'Hinzufügen', 2, 2, '2015-04-20 01:45:18', '2015-04-20 01:45:18'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_add', 'enUS', 'Add', 2, 2, '2015-04-18 13:25:30', '2015-04-18 13:25:30'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_add', 'frFR', 'Ajouter', 3, 3, '2015-04-20 16:31:35', '2015-04-20 16:31:35'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_add', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_add', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_add', 'sai_cron'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_add', 'sai_todo'); + + DELETE FROM system.text WHERE id = 'basic_admin_rights'; + DELETE FROM system.text_tag WHERE id = 'basic_admin_rights'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_admin_rights', 'deDE', 'Admin Rechte', 0, 2, '2015-04-16 16:50:40', '2015-04-16 15:43:20'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_admin_rights', 'enUS', '
Admin Rights
', 0, 2, '2015-04-16 17:55:53', '2015-04-16 17:55:53'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_admin_rights', 'frFR', 'Droits du administrateur', 3, 3, '2015-04-20 16:44:03', '2015-04-20 16:44:03'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_admin_rights', 'jaJA', '管理者権限', 0, 2, '2015-04-17 20:32:33', '2015-04-17 20:32:33'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_admin_rights', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_admin_rights', 'sai_login'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_admin_rights', 'sai_start'); + + DELETE FROM system.text WHERE id = 'basic_all'; + DELETE FROM system.text_tag WHERE id = 'basic_all'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_all', 'deDE', 'Alle', 2, 2, '2015-04-20 01:45:03', '2015-04-20 01:45:03'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_all', 'enUS', 'All', 2, 2, '2015-04-18 13:57:18', '2015-04-18 13:57:18'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_all', 'frFR', 'Tous', 3, 3, '2015-04-20 16:31:55', '2015-04-20 16:31:55'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_all', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_all', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_all', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_all', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_all', 'sai_text'); + + DELETE FROM system.text WHERE id = 'basic_analytics'; + DELETE FROM system.text_tag WHERE id = 'basic_analytics'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_analytics', 'deDE', 'Statistik', 0, 0, '2015-04-16 14:13:25', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_analytics', 'enUS', 'Analytics', 2, 2, '2015-04-17 19:20:19', '2015-04-17 19:20:19'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_analytics', 'frFR', 'Statistique', 3, 3, '2015-04-20 14:20:35', '2015-04-20 14:20:35'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_analytics', 'jaJA', '統計', 0, 0, '2015-04-16 14:32:45', '0000-00-00 00:00:00'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_analytics', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_analytics', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_analytics', 'sai_start'); + + DELETE FROM system.text WHERE id = 'basic_back'; + DELETE FROM system.text_tag WHERE id = 'basic_back'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_back', 'deDE', 'Zurück', 2, 2, '2015-04-20 01:44:24', '2015-04-20 01:44:24'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_back', 'enUS', 'Back', 2, 2, '2015-04-18 13:34:53', '2015-04-18 13:34:53'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_back', 'frFR', 'Retour', 3, 3, '2015-04-20 16:34:28', '2015-04-20 16:34:28'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_back', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_back', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_back', 'sai_todo'); + + DELETE FROM system.text WHERE id = 'basic_cancel'; + DELETE FROM system.text_tag WHERE id = 'basic_cancel'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_cancel', 'deDE', 'Abbrechen', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_cancel', 'enUS', 'Cancel', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_cancel', 'frFR', 'Annuler', 3, 3, '2015-04-18 04:46:32', '2015-04-18 04:46:32'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_cancel', 'jaJA', 'キャンシル', 0, 0, '2015-04-15 18:41:22', '0000-00-00 00:00:00'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_cancel', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_cancel', 'sai_login'); + + DELETE FROM system.text WHERE id = 'basic_close'; + DELETE FROM system.text_tag WHERE id = 'basic_close'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_close', 'deDE', 'Schließen', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_close', 'enUS', 'Close', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_close', 'frFR', 'Fermer', 3, 3, '2015-04-18 04:47:27', '2015-04-18 04:47:27'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_close', 'jaJA', '閉める', 0, 0, '2015-04-15 18:41:22', '0000-00-00 00:00:00'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_close', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_close', 'sai_todo'); + + DELETE FROM system.text WHERE id = 'basic_delete'; + DELETE FROM system.text_tag WHERE id = 'basic_delete'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_delete', 'deDE', 'Löschen', 2, 2, '2015-04-20 01:45:45', '2015-04-20 01:45:45'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_delete', 'enUS', 'Delete', 2, 2, '2015-04-18 13:35:31', '2015-04-18 13:35:31'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_delete', 'frFR', 'Effacer', 3, 3, '2015-04-20 16:30:09', '2015-04-20 16:30:09'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_delete', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_delete', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_delete', 'sai_files'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_delete', 'sai_cron'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_delete', 'sai_security'); + + DELETE FROM system.text WHERE id = 'basic_email'; + DELETE FROM system.text_tag WHERE id = 'basic_email'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_email', 'deDE', 'E-Mail', 0, 2, '2015-04-17 20:30:52', '2015-04-17 20:30:52'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_email', 'enUS', 'EMail', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_email', 'frFR', 'éMail', 3, 3, '2015-04-20 14:21:33', '2015-04-20 14:21:33'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_email', 'jaJA', 'メール', 0, 0, '2015-04-15 18:41:22', '0000-00-00 00:00:00'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_email', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_email', 'sai_login'); + + DELETE FROM system.text WHERE id = 'basic_email_wrong'; + DELETE FROM system.text_tag WHERE id = 'basic_email_wrong'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_email_wrong', 'deDE', 'Invalid EMail!', 0, 2, '2015-04-18 13:15:58', '2015-04-18 13:15:58'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_email_wrong', 'enUS', 'Invalid EMail!', 0, 0, '2015-04-18 13:15:58', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_email_wrong', 'frFR', 'Adresse courriel non valide!', 3, 3, '2015-04-20 16:23:48', '2015-04-20 16:23:48'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_email_wrong', 'basic'); + + DELETE FROM system.text WHERE id = 'basic_error'; + DELETE FROM system.text_tag WHERE id = 'basic_error'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_error', 'deDE', 'Fehler', 2, 2, '2015-04-20 01:45:35', '2015-04-20 01:45:35'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_error', 'enUS', 'Error', 2, 2, '2015-04-18 13:56:13', '2015-04-18 13:56:13'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_error', 'frFR', 'Erreur', 3, 3, '2015-04-20 16:30:41', '2015-04-20 16:30:41'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_error', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_error', 'sai_log'); + + DELETE FROM system.text WHERE id = 'basic_example'; + DELETE FROM system.text_tag WHERE id = 'basic_example'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_example', 'deDE', '
Welcome to the TinyMCE editor demo!Feel free to try out the different features that are provided, please note that the MoxieManager specific functionality is part of our commercial offering. The demo is to show the integration.
If you have questions or need help, feel free to visit our community forum! We also offer Enterprise support solutions. Also do not miss out on the documentation, its a great resource wiki for understanding how TinyMCE works and integrates.
If you think you have found a bug, you can use the Bug Tracker to report bugs to the developers.
And here is a simple table for you to play with.
| Product | Cost | Really? |
| TinyMCE | Free | YES! |
| Plupload | Free | YES! |
Enjoy our software and create great content!
Oh, and by the way, don\'t forget to check out our other product called Plupload, your ultimate upload solution with HTML5 upload support!
', 0, 2, '2015-04-18 13:31:15', '2015-04-18 13:31:15'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_example', 'enUS', '
Welcome to the TinyMCE editor demo!Feel free to try out the different features that are provided, please note that the MoxieManager specific functionality is part of our commercial offering. The demo is to show the integration.
\nIf you have questions or need help, feel free to visit our community forum! We also offer Enterprise support solutions. Also do not miss out on the documentation, its a great resource wiki for understanding how TinyMCE works and integrates.
\nIf you think you have found a bug, you can use the Bug Tracker to report bugs to the developers.
\nAnd here is a simple table for you to play with.
\n| Product | \nCost | \nReally? | \n
| TinyMCE | \nFree | \nYES! | \n
| Plupload | \nFree | \nYES! | \n
Enjoy our software and create great content!
\nOh, and by the way, don\'t forget to check out our other product called Plupload, your ultimate upload solution with HTML5 upload support!
', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_example', 'example'); + + DELETE FROM system.text WHERE id = 'basic_ips'; + DELETE FROM system.text_tag WHERE id = 'basic_ips'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_ips', 'deDE', 'IPs', 1, 1, '2015-04-16 23:22:09', '2015-04-16 16:47:38'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_ips', 'enUS', 'IPs', 2, 1, '2015-04-16 23:22:09', '2015-04-16 23:22:09'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_ips', 'basic'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('basic_ips', 'sai_start'); + + DELETE FROM system.text WHERE id = 'basic_join_date'; + DELETE FROM system.text_tag WHERE id = 'basic_join_date'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_join_date', 'deDE', 'Beitrittsdatum', 0, 2, '2015-04-17 20:32:44', '2015-04-17 20:32:44'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_join_date', 'enUS', 'Joindate', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('basic_join_date', 'frFR', 'Date de l\'affiliationWelcome to the SYSTEM Admin Interface - short SAI.
', 0, 1, '2015-04-16 22:59:29', '2015-04-16 22:59:29'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_start_welcome', 'frFR', 'Accueillir en System Admin Interface - court: SAI.', 3, 3, '2015-04-20 16:40:27', '2015-04-20 16:40:27'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_start_welcome', 'jaJA', 'SYSTEM-Admin-Interface、SAIて言う、へようこそ。
', 1, 2, '2015-04-16 22:59:29', '2015-04-16 19:16:02'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_start_welcome', 'sai'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_start_welcome', 'sai_start'); + + DELETE FROM system.text WHERE id = 'sai_start_welcome_description'; + DELETE FROM system.text_tag WHERE id = 'sai_start_welcome_description'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_start_welcome_description', 'deDE', 'Hier erhalten Sie eine Übersicht über Funktionen und Statistiken ihres Web-Projekts', 0, 0, '2015-04-16 22:56:37', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_start_welcome_description', 'enUS', 'From here you can control and manage your Website.', 0, 0, '2015-04-16 22:56:37', '0000-00-00 00:00:00'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_start_welcome_description', 'frFR', 'D\'ici tu peux contrôler ton site Web.', 3, 3, '2015-04-20 16:41:46', '2015-04-20 16:41:46'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_start_welcome_description', 'jaJA', 'SAIはあなたにプロジェクトのコントロールを挙げます。見渡しは下です。
', 1, 1, '2015-04-16 22:56:37', '2015-04-16 22:56:37'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_start_welcome_description', 'sai'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_start_welcome_description', 'sai_start'); + + DELETE FROM system.text WHERE id = 'sai_text_title'; + DELETE FROM system.text_tag WHERE id = 'sai_text_title'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_text_title', 'deDE', 'System Text', 2, 2, '2015-04-23 02:02:03', '2015-04-23 02:02:03'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_text_title', 'enUS', 'System Text', 2, 2, '2015-04-17 19:30:06', '2015-04-17 19:30:06'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_text_title', 'frFR', 'System Texte', 3, 3, '2015-04-20 19:17:35', '2015-04-20 19:17:35'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_text_title', 'sai'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_text_title', 'sai_text'); + + DELETE FROM system.text WHERE id = 'sai_title'; + DELETE FROM system.text_tag WHERE id = 'sai_title'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_title', 'deDE', '${project} - Admin Bereich', 1, 1, '2015-04-19 21:10:58', '2015-04-19 21:10:58'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_title', 'enUS', '${project} - Admin area', 2, 1, '2015-04-19 21:09:54', '2015-04-19 21:09:54'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_title', 'frFR', '${project} - Domaine d\'administration', 3, 3, '2015-04-20 19:12:40', '2015-04-20 19:12:40'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_title', 'jaJA', '${project} - アドミンーエリア', 1, 1, '2015-04-19 21:09:28', '2015-04-19 21:09:28'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_title', 'sai'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_title', 'sai_default'); + + DELETE FROM system.text WHERE id = 'sai_todo_title'; + DELETE FROM system.text_tag WHERE id = 'sai_todo_title'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_todo_title', 'deDE', 'System ToDo', 2, 2, '2015-04-23 01:53:37', '2015-04-23 01:53:37'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_todo_title', 'enUS', 'System ToDo', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_todo_title', 'frFR', 'System ToDo', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_todo_title', 'esES', 'System ToDo', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_todo_title', 'trTR', 'System ToDo', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_todo_title', 'sai'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_todo_title', 'sai_todo'); + + DELETE FROM system.text WHERE id = 'sai_git_title'; + DELETE FROM system.text_tag WHERE id = 'sai_git_title'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_git_title', 'deDE', 'System Git', 2, 2, '2015-04-23 01:53:37', '2015-04-23 01:53:37'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_git_title', 'enUS', 'System Git', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_git_title', 'frFR', 'System Git', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_git_title', 'esES', 'System Git', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('sai_git_title', 'trTR', 'System Git', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_git_title', 'sai'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('sai_git_title', 'sai_git'); + +-- Table + + DELETE FROM system.text WHERE id = 'table_author'; + DELETE FROM system.text_tag WHERE id = 'table_author'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_author', 'deDE', 'Autor', 2, 2, '2015-04-23 02:00:03', '2015-04-23 02:00:03'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_author', 'enUS', 'Author', 2, 2, '2015-04-18 13:36:35', '2015-04-18 13:36:35'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_author', 'frFR', 'Auteur', 3, 3, '2015-04-20 18:59:40', '2015-04-20 18:59:40'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_author', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_author', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_author', 'table'); + + DELETE FROM system.text WHERE id = 'table_author_edit'; + DELETE FROM system.text_tag WHERE id = 'table_author_edit'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_author_edit', 'deDE', 'Editor', 2, 2, '2015-04-21 03:43:51', '2015-04-21 03:43:51'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_author_edit', 'enUS', 'Editor', 2, 2, '2015-04-21 03:43:34', '2015-04-21 03:43:34'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_author_edit', 'frFR', 'Auteur du traitement', 2, 2, '2015-04-21 03:44:05', '2015-04-21 03:44:05'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_author_edit', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_author_edit', 'table'); + + DELETE FROM system.text WHERE id = 'table_class'; + DELETE FROM system.text_tag WHERE id = 'table_class'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_class', 'deDE', 'Klasse', 2, 2, '2015-04-23 01:58:51', '2015-04-23 01:58:51'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_class', 'enUS', 'Class', 2, 2, '2015-04-18 14:42:56', '2015-04-18 14:42:56'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_class', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_class', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_class', 'sai_mod'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_class', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_class', 'table'); + + DELETE FROM system.text WHERE id = 'table_code'; + DELETE FROM system.text_tag WHERE id = 'table_code'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_code', 'deDE', 'Code', 2, 2, '2015-04-23 01:55:39', '2015-04-23 01:55:39'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_code', 'enUS', 'Code', 2, 2, '2015-04-18 13:50:05', '2015-04-18 13:50:05'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_code', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_code', 'table'); + + DELETE FROM system.text WHERE id = 'table_count'; + DELETE FROM system.text_tag WHERE id = 'table_count'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_count', 'deDE', '#Anzahl', 2, 2, '2015-04-18 14:43:20', '2015-04-18 14:43:20'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_count', 'enUS', '#Count', 2, 2, '2015-04-18 14:43:20', '2015-04-18 14:43:20'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_count', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_count', 'table'); + + DELETE FROM system.text WHERE id = 'table_file'; + DELETE FROM system.text_tag WHERE id = 'table_file'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_file', 'deDE', 'Datei', 2, 2, '2015-04-18 14:43:20', '2015-04-18 14:43:20'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_file', 'enUS', 'File', 2, 2, '2015-04-18 14:43:20', '2015-04-18 14:43:20'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_file', 'frFR', 'Fichier', 3, 3, '2015-04-20 19:03:04', '2015-04-20 19:03:04'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_file', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_file', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_file', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_file', 'table'); + + DELETE FROM system.text WHERE id = 'table_http_referer'; + DELETE FROM system.text_tag WHERE id = 'table_http_referer'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_http_referer', 'deDE', 'HTTP Referer', 2, 2, '2015-04-18 13:54:18', '2015-04-18 13:54:18'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_http_referer', 'enUS', 'HTTP Referer', 2, 2, '2015-04-18 13:54:18', '2015-04-18 13:54:18'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_http_referer', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_http_referer', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_http_referer', 'table'); + + DELETE FROM system.text WHERE id = 'table_http_user_agent'; + DELETE FROM system.text_tag WHERE id = 'table_http_user_agent'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_http_user_agent', 'deDE', 'HTTP User Agent', 2, 2, '2015-04-18 13:54:48', '2015-04-18 13:54:48'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_http_user_agent', 'enUS', 'HTTP User Agent', 2, 2, '2015-04-18 13:54:48', '2015-04-18 13:54:48'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_http_user_agent', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_http_user_agent', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_http_user_agent', 'table'); + + DELETE FROM system.text WHERE id = 'table_id'; + DELETE FROM system.text_tag WHERE id = 'table_id'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_id', 'deDE', 'ID', 2, 2, '2015-04-23 01:54:42', '2015-04-23 01:54:42'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_id', 'enUS', 'ID', 2, 2, '2015-04-18 13:49:38', '2015-04-18 13:49:38'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_id', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_id', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_id', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_id', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_id', 'table'); + + DELETE FROM system.text WHERE id = 'table_ip'; + DELETE FROM system.text_tag WHERE id = 'table_ip'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_ip', 'deDE', 'IP', 2, 2, '2015-04-23 01:59:06', '2015-04-23 01:59:06'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_ip', 'enUS', 'IP', 2, 2, '2015-04-18 14:43:51', '2015-04-18 14:43:51'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_ip', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_ip', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_ip', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_ip', 'table'); + + DELETE FROM system.text WHERE id = 'table_lang'; + DELETE FROM system.text_tag WHERE id = 'table_lang'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_lang', 'deDE', 'Sprache', 2, 2, '2015-04-23 01:55:09', '2015-04-23 01:55:09'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_lang', 'enUS', 'Language', 2, 2, '2015-04-18 13:35:57', '2015-04-18 13:35:57'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_lang', 'frFR', 'Langue', 3, 3, '2015-04-20 18:56:16', '2015-04-20 18:56:16'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_lang', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_lang', 'table'); + + DELETE FROM system.text WHERE id = 'table_line'; + DELETE FROM system.text_tag WHERE id = 'table_line'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_line', 'deDE', 'Zeile', 2, 2, '2015-04-18 14:43:31', '2015-04-18 14:43:31'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_line', 'enUS', 'Line', 2, 2, '2015-04-18 14:43:31', '2015-04-18 14:43:31'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_line', 'frFR', 'Ligne', 3, 3, '2015-04-20 19:03:28', '2015-04-20 19:03:28'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_line', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_line', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_line', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_line', 'table'); + + DELETE FROM system.text WHERE id = 'table_message'; + DELETE FROM system.text_tag WHERE id = 'table_message'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_message', 'deDE', 'Nachricht', 2, 2, '2015-04-23 01:57:28', '2015-04-23 01:57:28'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_message', 'enUS', 'Message', 2, 2, '2015-04-18 14:43:09', '2015-04-18 14:43:09'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_message', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_message', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_message', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_message', 'table'); + + DELETE FROM system.text WHERE id = 'table_post'; + DELETE FROM system.text_tag WHERE id = 'table_post'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_post', 'deDE', 'POST', 2, 2, '2015-04-18 13:53:55', '2015-04-18 13:53:55'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_post', 'enUS', 'POST', 2, 2, '2015-04-18 13:53:55', '2015-04-18 13:53:55'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_post', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_post', 'table'); + + DELETE FROM system.text WHERE id = 'table_property'; + DELETE FROM system.text_tag WHERE id = 'table_property'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_property', 'deDE', 'Eigenschaft', 2, 2, '2015-04-18 13:56:35', '2015-04-18 13:56:35'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_property', 'enUS', 'Property', 2, 2, '2015-04-18 13:56:35', '2015-04-18 13:56:35'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_property', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_property', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_property', 'table'); + + DELETE FROM system.text WHERE id = 'table_querytime'; + DELETE FROM system.text_tag WHERE id = 'table_querytime'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_querytime', 'deDE', 'Antwortzeit', 2, 2, '2015-04-18 14:44:18', '2015-04-18 14:44:18'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_querytime', 'enUS', 'Querytime', 2, 2, '2015-04-18 14:44:18', '2015-04-18 14:44:18'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_querytime', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_querytime', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_querytime', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_querytime', 'table'); + + DELETE FROM system.text WHERE id = 'table_request_uri'; + DELETE FROM system.text_tag WHERE id = 'table_request_uri'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_request_uri', 'deDE', 'Request URI', 2, 2, '2015-04-18 13:53:18', '2015-04-18 13:53:18'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_request_uri', 'enUS', 'Request URI', 2, 2, '2015-04-18 13:53:18', '2015-04-18 13:53:18'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_request_uri', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_request_uri', 'table'); + + DELETE FROM system.text WHERE id = 'table_server_name'; + DELETE FROM system.text_tag WHERE id = 'table_server_name'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_server_name', 'deDE', 'Server Name', 2, 2, '2015-04-18 13:52:35', '2015-04-18 13:52:35'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_server_name', 'enUS', 'Server Name', 2, 2, '2015-04-18 13:52:35', '2015-04-18 13:52:35'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_server_name', 'frFR', 'Nom du serveur', 3, 3, '2015-04-20 19:00:09', '2015-04-20 19:00:09'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_server_name', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_server_name', 'table'); + + DELETE FROM system.text WHERE id = 'table_server_port'; + DELETE FROM system.text_tag WHERE id = 'table_server_port'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_server_port', 'deDE', 'Server Port', 2, 2, '2015-04-18 13:52:55', '2015-04-18 13:52:55'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_server_port', 'enUS', 'Server Port', 2, 2, '2015-04-18 13:52:55', '2015-04-18 13:52:55'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_server_port', 'frFR', 'Port du serveur', 3, 3, '2015-04-20 19:08:14', '2015-04-20 19:08:14'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_server_port', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_server_port', 'table'); + + DELETE FROM system.text WHERE id = 'table_text'; + DELETE FROM system.text_tag WHERE id = 'table_text'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_text', 'deDE', 'Text', 2, 2, '2015-04-23 01:59:38', '2015-04-23 01:59:38'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_text', 'enUS', 'Text', 2, 2, '2015-04-18 13:36:18', '2015-04-18 13:36:18'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_text', 'frFR', 'Texte', 3, 3, '2015-04-20 18:59:12', '2015-04-20 18:59:12'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_text', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_text', 'table'); + + DELETE FROM system.text WHERE id = 'table_thrown'; + DELETE FROM system.text_tag WHERE id = 'table_thrown'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_thrown', 'deDE', 'Geworfen', 2, 2, '2015-04-23 01:56:35', '2015-04-23 01:56:35'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_thrown', 'enUS', 'Thrown', 2, 2, '2015-04-18 13:55:30', '2015-04-18 13:55:30'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_thrown', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_thrown', 'table'); + + DELETE FROM system.text WHERE id = 'table_time'; + DELETE FROM system.text_tag WHERE id = 'table_time'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_time', 'deDE', 'Zeit', 3, 3, '2015-04-20 18:58:16', '2015-04-20 18:58:16'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_time', 'enUS', 'Time', 2, 2, '2015-04-18 13:52:11', '2015-04-18 13:52:11'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_time', 'frFR', 'Temps', 3, 3, '2015-04-20 18:58:10', '2015-04-20 18:58:10'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_time', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_time', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_time', 'table'); + + DELETE FROM system.text WHERE id = 'table_time_create'; + DELETE FROM system.text_tag WHERE id = 'table_time_create'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_time_create', 'deDE', 'Erstellt', 2, 2, '2015-04-23 02:00:29', '2015-04-23 02:00:29'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_time_create', 'enUS', 'Creation Time', 2, 2, '2015-04-18 13:37:39', '2015-04-18 13:37:39'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_time_create', 'frFR', 'écrit', 3, 3, '2015-04-20 19:00:54', '2015-04-20 19:00:54'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_time_create', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_time_create', 'table'); + + DELETE FROM system.text WHERE id = 'table_time_edit'; + DELETE FROM system.text_tag WHERE id = 'table_time_edit'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_time_edit', 'deDE', 'Editiert', 2, 2, '2015-04-23 02:00:59', '2015-04-23 02:00:59'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_time_edit', 'enUS', 'Edit Time', 2, 2, '2015-04-18 13:38:14', '2015-04-18 13:38:14'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_time_edit', 'frFR', 'édité', 3, 3, '2015-04-20 19:01:35', '2015-04-20 19:01:35'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_time_edit', 'sai_text'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_time_edit', 'table'); + + DELETE FROM system.text WHERE id = 'table_trace'; + DELETE FROM system.text_tag WHERE id = 'table_trace'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_trace', 'deDE', 'Spur', 2, 2, '2015-04-23 01:56:05', '2015-04-23 01:56:05'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_trace', 'enUS', 'Trace', 2, 2, '2015-04-18 13:51:11', '2015-04-18 13:51:11'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_trace', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_trace', 'table'); + + DELETE FROM system.text WHERE id = 'table_url'; + DELETE FROM system.text_tag WHERE id = 'table_url'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_url', 'deDE', 'URL', 2, 2, '2015-04-23 01:59:19', '2015-04-23 01:59:19'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_url', 'enUS', 'URL', 2, 2, '2015-04-18 14:44:00', '2015-04-18 14:44:00'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_url', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_url', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_url', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_url', 'table'); + + DELETE FROM system.text WHERE id = 'table_user'; + DELETE FROM system.text_tag WHERE id = 'table_user'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_user', 'deDE', 'Nutzer', 2, 2, '2015-04-18 14:44:09', '2015-04-18 14:44:09'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_user', 'enUS', 'User', 2, 2, '2015-04-18 14:44:09', '2015-04-18 14:44:09'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_user', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_user', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_user', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_user', 'table'); + + DELETE FROM system.text WHERE id = 'table_value'; + DELETE FROM system.text_tag WHERE id = 'table_value'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_value', 'deDE', 'Wert', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_value', 'enUS', 'Value', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_value', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_value', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_value', 'table'); + + DELETE FROM system.text WHERE id = 'table_assignee'; + DELETE FROM system.text_tag WHERE id = 'table_assignee'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_assignee', 'deDE', 'Beauftragter', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_assignee', 'enUS', 'Assignee', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_assignee', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_assignee', 'table'); + + DELETE FROM system.text WHERE id = 'table_assignees'; + DELETE FROM system.text_tag WHERE id = 'table_assignees'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_assignees', 'deDE', 'Beauftragte', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_assignees', 'enUS', 'Assignees', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_assignees', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_assignees', 'table'); + + DELETE FROM system.text WHERE id = 'table_action'; + DELETE FROM system.text_tag WHERE id = 'table_action'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_action', 'deDE', 'Aktion', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_action', 'enUS', 'Action', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_action', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_action', 'table'); + + DELETE FROM system.text WHERE id = 'table_username'; + DELETE FROM system.text_tag WHERE id = 'table_username'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_username', 'deDE', 'Nutzername', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_username', 'enUS', 'Username', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_username', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_username', 'sai_start'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_username', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_username', 'table'); + + DELETE FROM system.text WHERE id = 'table_open'; + DELETE FROM system.text_tag WHERE id = 'table_open'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_open', 'deDE', 'Offen', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_open', 'enUS', 'Open', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_open', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_open', 'sai_start'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_open', 'table'); + + DELETE FROM system.text WHERE id = 'table_closed'; + DELETE FROM system.text_tag WHERE id = 'table_closed'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_closed', 'deDE', 'Geschlossen', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_closed', 'enUS', 'Closed', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_closed', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_closed', 'sai_start'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_closed', 'table'); + + DELETE FROM system.text WHERE id = 'table_all'; + DELETE FROM system.text_tag WHERE id = 'table_all'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_all', 'deDE', 'Alle', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_all', 'enUS', 'All', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_all', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_all', 'sai_start'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_all', 'table'); + + DELETE FROM system.text WHERE id = 'table_percentage'; + DELETE FROM system.text_tag WHERE id = 'table_percentage'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_percentage', 'deDE', '% Prozent', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_percentage', 'enUS', '% Percentage', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_percentage', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_percentage', 'sai_start'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_percentage', 'table'); + + DELETE FROM system.text WHERE id = 'table_name'; + DELETE FROM system.text_tag WHERE id = 'table_name'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_name', 'deDE', 'Name', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_name', 'enUS', 'Name', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_name', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_name', 'table'); + + DELETE FROM system.text WHERE id = 'table_project'; + DELETE FROM system.text_tag WHERE id = 'table_project'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_project', 'deDE', 'Projekt', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_project', 'enUS', 'Project', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_project', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_project', 'table'); + + DELETE FROM system.text WHERE id = 'table_done'; + DELETE FROM system.text_tag WHERE id = 'table_done'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_done', 'deDE', 'Fertig', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_done', 'enUS', 'Done', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_done', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_done', 'table'); + + DELETE FROM system.text WHERE id = 'table_version'; + DELETE FROM system.text_tag WHERE id = 'table_version'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_version', 'deDE', 'Version', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_version', 'enUS', 'Version', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_version', 'sai_mod'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_version', 'table'); + + DELETE FROM system.text WHERE id = 'table_interface'; + DELETE FROM system.text_tag WHERE id = 'table_interface'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_interface', 'deDE', 'Schnittstelle', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_interface', 'enUS', 'Interface', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_interface', 'sai_mod'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_interface', 'table'); + + DELETE FROM system.text WHERE id = 'table_priority'; + DELETE FROM system.text_tag WHERE id = 'table_priority'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_priority', 'deDE', 'Priorität', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_priority', 'enUS', 'Priority', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_priority', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_priority', 'table'); + + DELETE FROM system.text WHERE id = 'table_email'; + DELETE FROM system.text_tag WHERE id = 'table_email'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_email', 'deDE', 'E-Mail', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_email', 'enUS', 'EMail', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_email', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_email', 'table'); + + DELETE FROM system.text WHERE id = 'table_join_date'; + DELETE FROM system.text_tag WHERE id = 'table_join_date'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_join_date', 'deDE', 'Beitrittsdatum', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_join_date', 'enUS', 'Join Date', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_join_date', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_join_date', 'table'); + + DELETE FROM system.text WHERE id = 'table_language'; + DELETE FROM system.text_tag WHERE id = 'table_language'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_language', 'deDE', 'Sprache', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_language', 'enUS', 'Language', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_language', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_language', 'table'); + + DELETE FROM system.text WHERE id = 'table_last_active'; + DELETE FROM system.text_tag WHERE id = 'table_last_active'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_last_active', 'deDE', 'Zuletzt aktiv', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_last_active', 'enUS', 'Last active', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_last_active', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_last_active', 'table'); + + DELETE FROM system.text WHERE id = 'table_reset_password'; + DELETE FROM system.text_tag WHERE id = 'table_reset_password'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_reset_password', 'deDE', 'Passwort zurücksetzen', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('table_reset_password', 'enUS', 'Reset Password', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_reset_password', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('table_reset_password', 'table'); + +-- Time + + DELETE FROM system.text WHERE id = 'time_ago'; + DELETE FROM system.text_tag WHERE id = 'time_ago'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago', 'deDE', 'Vergangene Zeit', 2, 2, '2015-04-20 01:39:10', '2015-04-20 01:39:10'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago', 'enUS', 'Time Ago', 2, 2, '2015-04-18 14:42:32', '2015-04-18 14:42:32'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago', 'frFR', 'temps passé', 3, 3, '2015-04-20 14:39:52', '2015-04-20 14:39:52'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago', 'time'); + + DELETE FROM system.text WHERE id = 'time_ago_day'; + DELETE FROM system.text_tag WHERE id = 'time_ago_day'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_day', 'deDE', 'Tage vergangen', 2, 3, '2015-04-20 14:43:03', '2015-04-20 14:43:03'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_day', 'enUS', 'day(s) ago', 2, 2, '2015-04-18 14:36:07', '2015-04-18 14:36:07'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_day', 'frFR', 'jour(s) sont passé', 3, 3, '2015-04-20 14:43:09', '2015-04-20 14:43:09'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_day', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_day', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_day', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_day', 'time'); + + DELETE FROM system.text WHERE id = 'time_ago_hour'; + DELETE FROM system.text_tag WHERE id = 'time_ago_hour'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_hour', 'deDE', 'Stunde(n) zuvor', 2, 3, '2015-04-20 14:42:41', '2015-04-20 14:42:41'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_hour', 'enUS', 'hour(s) ago', 2, 2, '2015-04-18 14:35:37', '2015-04-18 14:35:37'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_hour', 'frFR', 'heure(s) sont passé', 3, 3, '2015-04-20 14:42:48', '2015-04-20 14:42:48'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_hour', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_hour', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_hour', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_hour', 'time'); + + DELETE FROM system.text WHERE id = 'time_ago_minute'; + DELETE FROM system.text_tag WHERE id = 'time_ago_minute'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_minute', 'deDE', 'Minute(n) zuvor', 2, 3, '2015-04-20 14:44:58', '2015-04-20 14:44:58'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_minute', 'enUS', 'minute(s) ago', 2, 2, '2015-04-18 14:35:32', '2015-04-18 14:35:32'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_minute', 'frFR', 'minutes(s) sont passé', 3, 3, '2015-04-20 14:42:23', '2015-04-20 14:42:23'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_minute', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_minute', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_minute', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_minute', 'time'); + + DELETE FROM system.text WHERE id = 'time_ago_month'; + DELETE FROM system.text_tag WHERE id = 'time_ago_month'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_month', 'deDE', 'Monat(e) zuvor', 2, 3, '2015-04-20 14:43:58', '2015-04-20 14:43:58'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_month', 'enUS', 'month(s) ago', 2, 2, '2015-04-18 14:35:52', '2015-04-18 14:35:52'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_month', 'frFR', 'mois sont passé', 3, 3, '2015-04-20 14:44:04', '2015-04-20 14:44:04'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_month', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_month', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_month', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_month', 'time'); + + DELETE FROM system.text WHERE id = 'time_ago_second'; + DELETE FROM system.text_tag WHERE id = 'time_ago_second'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_second', 'deDE', 'Sekunde(n) zuvor', 2, 2, '2015-04-20 01:36:54', '2015-04-20 01:36:54'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_second', 'enUS', 'second(s) ago', 2, 2, '2015-04-18 14:35:25', '2015-04-18 14:35:25'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_second', 'frFR', 'seconde(s) sont passé', 3, 3, '2015-04-20 14:38:47', '2015-04-20 14:38:47'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_second', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_second', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_second', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_second', 'time'); + + DELETE FROM system.text WHERE id = 'time_ago_year'; + DELETE FROM system.text_tag WHERE id = 'time_ago_year'; + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_year', 'deDE', 'Jahr(e) vergangen', 2, 3, '2015-04-20 14:43:34', '2015-04-20 14:43:34'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_year', 'enUS', 'year(s) ago', 2, 2, '2015-04-18 14:35:46', '2015-04-18 14:35:46'); + INSERT INTO system.text ("id", "lang", "text", "author", "author_edit", "time_create", "time_edit") VALUES ('time_ago_year', 'frFR', 'an(s) sont passé', 3, 3, '2015-04-20 14:43:40', '2015-04-20 14:43:40'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_year', 'sai_log'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_year', 'sai_security'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_year', 'sai_todo'); + INSERT INTO system.text_tag ("id", "tag") VALUES ('time_ago_year', 'time'); \ No newline at end of file diff --git a/sql/qt/pgsql/schema/system_page.sql b/sql/qt/pgsql/schema/system_page.sql new file mode 100644 index 0000000..81272e0 --- /dev/null +++ b/sql/qt/pgsql/schema/system_page.sql @@ -0,0 +1,18 @@ +CREATE TABLE system.page +( + "id" integer NOT NULL, + "group" integer NOT NULL, + "name" character varying(50) NOT NULL, + "state" character varying(50) NOT NULL, + "parent_id" integer NOT NULL, + "login" integer NOT NULL DEFAULT '0', + "type" integer NOT NULL DEFAULT '0', + "div" character varying(50) NOT NULL, + "url" text NOT NULL, + "func" character varying(50) NOT NULL, + "php_class" character varying(50) NOT NULL, + CONSTRAINT system_page_pk PRIMARY KEY ("id", "group") +) +WITH ( + OIDS=FALSE +); \ No newline at end of file