Commit Graph

784 Commits (f2cd874cdaf13efc0dafe4e989bd282fc61dfd05)

Author SHA1 Message Date
Julio Montoya e707fd5c2f Reformat code, adding comments and moving db tables inside functions in events.lib.inc.php 13 years ago
Julio Montoya 3f0a244bf8 Deleting exam_password extra user field only to students see BT#5637 13 years ago
Julio Montoya 0427f8defb Fixing a bug when loading plugins due recent changes in the Chamilo 1.10 structure 13 years ago
Julio Montoya 01971a0391 Fixing course settings behaviour when the setting doesn't exist. 13 years ago
Julio Montoya 7ad45b4dda Fixing queries, php notices and warnings due recent changes (adding c_id in new tables) 13 years ago
Julio Montoya dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
Julio Montoya 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 13 years ago
Julio Montoya 6a12538a5e Restoring $_configuration['url_append'] now is set in global.inc.php and does not depends in the user 13 years ago
Julio Montoya 4f50329704 Replacing root_sys with api_get_path(SYS_PATH), setting sys path in global inc instead of api_get_path() changing some other paths due the new "data" folder see #6104 13 years ago
Julio Montoya 53fcd0116e Merge 13 years ago
Julio Montoya 47d8629db5 Adding new paths see #6105 13 years ago
Diego Escalante Urrelo 28dd967964 Minor - code style 13 years ago
Yannick Warnier b1dd9ebe16 Added REL_DATA_PATH to api_get_path() - refs #5871 13 years ago
Yannick Warnier deda451449 Added WEB_DATA_PATH and fixed WEB_COURSE_PATH in main_api to fix issues with document templates 13 years ago
Yannick Warnier 58798431f7 Fixing issue with FCKEditor not finding its HTML - Partially reverting previous commit e46a394f7f meant to reduce PHP notices 13 years ago
Julio Montoya 6cc22982ff Moving courses to data/courses see #5871 13 years ago
Julio Montoya 66e8bd2756 Improving security in the LegacyController when user is not login. 13 years ago
Julio Montoya d202d8dedf Changing message format 13 years ago
Julio Montoya 659944ed9a Fixing email Content transfer encoding from quoted-printable to 8bit 13 years ago
Julio Montoya caca1c9d2a Deprecating api_send_mail() function use instead api_mail_html() 13 years ago
Julio Montoya 821cd34489 Fixing api_format_user function if user is anonymous 13 years ago
Julio Montoya 4b6afee605 Removing require_once of libs already added in the autoload script 13 years ago
Julio Montoya d9e1759718 Paths changes due the new structure see #5871 (pending confirmation) 13 years ago
Julio Montoya 8ca3664eac Minor - cosmetic changes 13 years ago
Julio Montoya d39560306f Fixing home html file parsing, also adding funcionality to get the current user language 13 years ago
Julio Montoya f39d0d90e3 Merging the Social Group with the Classes(usergroup). Now the social groups are inserted in the usergroup table. See BT#4301 13 years ago
Julio Montoya 6365383075 Changing temp/cache folder creation 13 years ago
Julio Montoya dac6350c3e Removing require_once already added in global.inc or via composer 13 years ago
Julio Montoya 6268143ed1 Fixing PHP notices 13 years ago
Julio Montoya 57349c9673 Fixing PHP notices 13 years ago
Julio Montoya cb3020e45a Removing var_dumps 13 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 13 years ago
Julio Montoya 36c10eacb2 Minor - fixing PHP notices 13 years ago
Julio Montoya e16a5508f6 Fixing _api_format_user() function in order to return the correct user id 13 years ago
Julio Montoya e124fc5790 Missing functions during merge with 1.9.x 13 years ago
Julio Montoya f6beb2420f Improving performace: loading user info once in local.inc. Moving requires in global.inc instead of adding the requires in other files in inc/lib (internationalization) 13 years ago
Julio Montoya 2b25fd7a02 Moving configuration files in the app/config folder, removing *.conf files from all scripts, conf files should be called in global.inc 13 years ago
Julio Montoya 4e968dded4 Archive folder removed, the new location is app/cache see #5754 13 years ago
Julio Montoya 3eb2b5571c Minor improvements in the template, bug link and help content are executed with twig templates 13 years ago
Julio Montoya e46a394f7f Fixing PHP notices 13 years ago
Julio Montoya 4e3788d569 Removing error_reporting everywhere 13 years ago
Julio Montoya 6042089361 Fixing migrations when using single database BT#5572. 13 years ago
Julio Montoya 4ee0c34b3e Minor code style changes 13 years ago
Julio Montoya 1a5c95c4b0 Teachers can create/edit sessions depends in a platform setting see BT#4296 13 years ago
Julio Montoya c3136195c2 Blocking access to a LP if users are not registered via user_id or group_id 13 years ago
Julio Montoya ccf5cab97c Fixing no translation lang bug in index.php 13 years ago
Julio Montoya 5e1f2e4494 Fixing bug during installation 13 years ago
Julio Montoya 158f3f3571 Fixing teacher visibility for a LP 13 years ago
Julio Montoya f8474174aa Fixes anonymous user in userportal + cosmetic changes 13 years ago
Julio Montoya 65dfccb0cb Fixing installation process 13 years ago