changed git call from https to git readonly
[atutor.git] / mods / mahara / module.sql
1 # sql file for mahara module\r
2 \r
3 CREATE TABLE `mahara` (\r
4   `at_login` varchar(20) NOT NULL default '',\r
5   `username` varchar(30) character set latin1 collate latin1_general_ci NOT NULL,\r
6   `password` varchar(40) character set latin1 collate latin1_general_ci NOT NULL,\r
7   PRIMARY KEY  (`at_login`)\r
8 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;\r
9 \r
10 \r
11 INSERT INTO `config` VALUES ('mahara', '');\r
12 \r
13 INSERT INTO `language_text` VALUES ('en', '_module','mahara','ePortfolio',NOW(),'');\r
14 INSERT INTO `language_text` VALUES ('en', '_module','mahara_location','Enter the full path to your Mahara installation:<br /><div style="font-style: italic;">Example on Windows: C:&#092;webroot&#092;mahara&#092;</div><div style="font-style: italic;">Example on Linux: &#047;usr&#047;local&#047;apache&#047;htdocs&#047;mahara&#047;</div>',NOW(),'');\r
15 INSERT INTO `language_text` VALUES ('en', '_module','mahara_new_win','Open Mahara in a New Window',NOW(),'');\r
16 INSERT INTO `language_text` VALUES ('en', '_module','mahara_opened','Mahara Opened in a New Window',NOW(),'');\r
17 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_MAHARA_MINURL_ADD_SAVED','Location of Mahara was successfully saved.',NOW(),'');\r
18 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_MAHARA_LOGIN','Login to ATutor to access your ePortfolio.',NOW(),'');\r
19 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_MAHARA_MINURL_ADD_EMPTY','You must enter a path to the location of your Mahara installation.',NOW(),'');\r
20 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_MAHARA_ERROR_INSTALL','Mahara not installed! Please create config.php from config-dist.php',NOW(),'');\r
21 INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_MAHARA_ERROR_PATH','Unable to detect Mahara installation. Please check the path and make sure Mahara is set up correctly.',NOW(),'');\r