Commit Graph

334 Commits (d6ceb1efee85ea492edcee5fdaac55931ed8fb1a)

Author SHA1 Message Date
Julio Montoya f8876b4a53 Adding migration from Chamilo 1.8.X (multiple dbs) to Chamilo 1.9 see #3910, adding "c_id"as a primary id component in the course tables 14 years ago
Julio Montoya b020f1dc61 Changing lot of queries in order to use one real course database see #3910 14 years ago
Yannick Warnier c22d666e27 Fixed query for calendar_event table creation 14 years ago
Noel Dieschburg 1e1a25e3a4 Corrects SQL error at course creation 14 years ago
Julio Montoya d4dd6a33a3 Adding all_day field in the calendar_event course table + adding support to course and admin calendar in the new agenda_js.php script 14 years ago
Noel Dieschburg b2c9eb5ac7 corrects SQL error at course creation 14 years ago
Julio Montoya f744e157bc Removing old, unused icons 14 years ago
Yannick Warnier 6c33498a64 Minor - Adapting code comments to phpdoc 14 years ago
Julio Montoya 6fa115e2f6 Fixing function get_activities_data, bug when reporting activities date see #3734 14 years ago
Julio Montoya edf3ac5c52 By default only teachers can see the student's assignments, if a student add a new assignment he can see the file uploaded BT#2755 14 years ago
Noel Dieschburg 557a5ae408 SCORM attempts : adds a seriousgame mode flag to lp 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Julio Montoya 71e4a057a0 Fixing pclzip calls using /archive instead of courses/XXX/temp folder, also removing some useless code in dropbox and fixing/improving code that generates the zip, fixing the layout of the course copy, adding documentation, setting some functions to deprecated, changing icon of LP export to a CD common icon in all platorm 14 years ago
Julio Montoya 3cb23a9f87 Adding the locked and attendance_sheet_log db changes 15 years ago
arnaud 048841d103 s/text/longtext/ for scorm suspend_data 15 years ago
Noel Dieschburg b9eb0893d7 Adds a hideframe settings for each learningpath 15 years ago
Julio Montoya f39f25ae01 Adding new exercise type of question Delineation and Scenario, updating swf of hotspots see #2974 (partial), 15 years ago
Juan Carlos Raña d0bd6c07aa Feature #2785 revert path for icons into main page. The swich between color icons and gray icons does not work well in the path 15 years ago
Juan Carlos Raña f1724da932 Feature #2785 blogs 15 years ago
Juan Carlos Raña 5208ef03ca Feature #2785 forums and chat 15 years ago
Julio Montoya 26b5570c4b When using the promotion copy session tool, a new session is genetared as well as the courses see BT#2048 15 years ago
Juan Carlos Raña b950880836 Feature #2785 gradebook and fix new _na icons on course home page 15 years ago
Juan Carlos Raña 89140b4ffa Feature #2785 add learning path and fix link to upload audio from config learning path 15 years ago
ywarnier 1940ae40b9 Removed useless backticks 15 years ago
Julio Montoya 859063e5ec Database changes: Allow arbitrary long questions see #1538 15 years ago
Yannick Warnier 65b9e5d6f2 Code improvements to tolerate using other disk for courses directory - needs widescale testing and possibly further improvements (closes #2511) 15 years ago
Julio Montoya ea4bacb44a Adding propagate_neg see BT#2028 15 years ago
Yannick Warnier 62ac918f65 Minor: Fixed possible warning about default course documents 15 years ago
Juan Carlos Raña b64de1153e Feature #2484 add lang var when create a chat folder 15 years ago
Juan Carlos Raña c0d96cfcdf Feature #2484 change shared by users and provide visual consistency 15 years ago
Julio Montoya 8d2dd3c1ae Adding quiz_question.extra field see BT#1914 15 years ago
Julio Montoya 6320ea763b Adding db changes for the new kind of questions see BT#1914 15 years ago
Julio Montoya f8c1943308 Adding db changes for the new lp dates (modified_on, publicated_on, created_on, expired_on) see BT#1618 15 years ago
Julio Montoya 78ed989e1d Feature: Export LPs (htmls only) to PDF. 15 years ago
Julio Montoya 5931306959 Adding db changes for the new feature: lp auto lunch see BT#1909 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Julio Montoya 7f2fabb238 Fixing commit 16d5ea0f16 when creating the table lp_item 15 years ago
Yannick Warnier 57acb2d9f5 Alter category in tool table to allow for free categories. enum() is not an optimization of any sort anyway, and the application code already ensures we use one of these values (otherwise it doesn't appear). This is linked to the amplification of the plugins feature. 15 years ago
Yannick Warnier 2be3d5d69e Added complete install/uninstall feature for plugins, allowing for interface-based configurable plugins (soon extending to allow custom course tools) 15 years ago
Ivan Tcholakov 4e3f733fde Feature #539 - Various minor corrections. 15 years ago
Ivan Tcholakov 5124ac632c Feature #539 - main/inc/lib/add_course.lib.inc.php: A correction to the previous transaction. 15 years ago
Ivan Tcholakov 269fc2a8fd Feature #539 - main/inc/lib/add_course.lib.inc.php: A new optional parameter $fill_with_exemplary_content has been added to some functions. 15 years ago
Ivan Tcholakov 34513dd4e0 Feature #539 - Cleaning the file main/inc/lib/add_course.lib.inc.php (5). Resolving a TODO task. 15 years ago
Ivan Tcholakov aa4434139a Feature #539 - Cleaning the file main/inc/lib/add_course.lib.inc.php (4). Coding conventions. 15 years ago
Ivan Tcholakov 3c2f08101c Feature #539 - Cleaning the file main/inc/lib/add_course.lib.inc.php (3). 15 years ago
Ivan Tcholakov f7ec3b9f70 Feature #539 - Cleaning the file main/inc/lib/add_course.lib.inc.php (2). 15 years ago
Ivan Tcholakov e65f34803b Feature #539 - Cleaning the file main/inc/lib/add_course.lib.inc.php (1). The leading tabs have been converted to spaces. 15 years ago
Julio Montoya 2c6bd8eaf3 New LP parameter added: "use_max_score" in the lp table. Admins can change the default value of the max_score to empty. The past default value was 100. See BT#1613. 15 years ago
Juan Carlos Raña b0365a7981 fix email notifications with sessions 15 years ago
Yannick Warnier 5722951421 Added time slots fields for forum + files for migration from 1.8.7.1 to 1.8.8 15 years ago