Commit Graph

79 Commits (976b9dc559f9872813eea0682eb354faf304d556)

Author SHA1 Message Date
Ivan Tcholakov bafbbb5f4e Feature #2099 - A correction to the previous transaction - a useless conversion to htmlentities has been removed. 14 years ago
Ivan Tcholakov a55d288e71 Feature #2099 - A TODO has been resolved. Various corrections for dealing with quote characters in entered strings. The Database::escape_string() method has been applied on its correct places. 14 years ago
Ivan Tcholakov 332bce1e33 Feature #539 - The new field 'exemplary_content' now is supported by the "Course requests/validation" feature too. 14 years ago
Ivan Tcholakov 4e3f733fde Feature #539 - Various minor corrections. 14 years ago
Ivan Tcholakov 9b47b1da32 Feature #539 - Page "Training > Create a training": A new option "Fill with exemplary content" has been added. 14 years ago
Ivan Tcholakov fd83647503 Feature #2099 - Some form fields have been set as mandatory. 14 years ago
Ivan Tcholakov 0180fb9e57 Feature #2099 - Coding the page for editition training requests (6). 14 years ago
Ivan Tcholakov 5a35a260fe Feature #2099 - Coding the page for editition training requests (4). 14 years ago
Ivan Tcholakov 787b51f40f Feature #2099 - Coding the page for editition training requests (3). 14 years ago
Ivan Tcholakov ebf631f770 Feature #2099 - Filling a new course request, this is the case when the special platform setting URL to "Terms and Conditions" is empty: If the Chamilo's module "Terms and Conditions" is activated, then its URL is shown on the form. 14 years ago
Ivan Tcholakov 67df7abba8 Feature #2099 - Some error messages have been added. 14 years ago
Ivan Tcholakov 00816719e8 Feature #2099 - Course request form: Making configurable the hard-coded URL to the "Terms and conditions" document. 14 years ago
Ivan Tcholakov bf5633bd58 Feature #2099 - A minor correction. 14 years ago
Ivan Tcholakov b27da04429 Feature #2099 - Implementing e-mail notification when a new course (training) request is created. 14 years ago
Ivan Tcholakov 3c1bf12b0b Feature #2099 - Language related changes (4). 14 years ago
Ivan Tcholakov 16121be571 Feature #2099 - New methods have been added to CourseRequestManager class. 14 years ago
Ivan Tcholakov b4ebb04c64 Feature #2099 - Additional source files have been added. 14 years ago
Ivan Tcholakov bfc8e219a9 Feature #2099 - Language related changes (2). 14 years ago
Ivan Tcholakov 2ed5d4e4e1 Feature #2099 - Language related changes. 14 years ago
Ivan Tcholakov fd1baf116e Feature #2099 - The file create_course/add_course.php has been modified for supporting the "Course validation" feature. 14 years ago
Ivan Tcholakov 7520859e00 Feature #2099 -Cleaning some files. 14 years ago
Ivan Tcholakov 6faba06921 Feature #2099 - Preparing some files for changes. The leading tabs in the files have been converted to 4 spaces according to the coding conventions. 14 years ago
Yannick Warnier 1b26bc3e0e Removed inclusion of debug.lib.inc.php (to be included in global.inc.php as a debug class definition file) 15 years ago
Julio Montoya 76eb32823b require/include functions changed to require_once 15 years ago
Ivan Tcholakov bc60747b1b Feature #347 - Course settings and Course creation, Documents, Dropbox tool: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Arthur Portugal 2f79fc616c Added a function to set the cursor in the text box #462 15 years ago
cvargas e969a4161a merge 15 years ago
Cristian Fasanando 4a742059ea Added user' photo into user list interface and disabled field trainers(tutor name) in create course form from user portal - partial DT#5496 15 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
Ivan Tcholakov 0e51c62659 Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "announcements" folder and ending with "group" folder. 15 years ago
Ivan Tcholakov 7aef9165bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 1, 220 files. 15 years ago
Ivan Tcholakov 7645df2669 Bug #3646 and Issue #306 - Training settings, training creation: Fixing person name order to be dependable on the internationalization settings. 15 years ago
Ivan Tcholakov 0f78b8955b Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 15 years ago
Patrick Cool 92cd0dbffc [svn r20588] form consistency 16 years ago
Patrick Cool 8bab1227de [svn r20583] course title in feedback message instead of course code 16 years ago
Arthur Portugal 54cd89000f [svn r20564] Minor - Fixed in IE7 i see this fail about course - see FS#3772 16 years ago
Ivan Tcholakov 455e9f0934 [svn r20449] FS#306 - The Training (course) creator: An improvement for better encoding management. 16 years ago
Julio Montoya c003f10222 [svn r20160] Adding applyfilter to some forms see FS#4116 16 years ago
Yannick Warnier 0830ae1301 [svn r20043] Improve field label in course creation (partial fix for FS#4055) by fcedillo 16 years ago
Yannick Warnier 6c2dec9ce8 [svn r20041] Improves visibility of "Return to courses list" button (partial fix for FS#3772) 16 years ago
Isaac Flores 7007b86845 [svn r19993] minor - style changes - improvement style css - (partial FS#3909) 16 years ago
Arthur Portugal 5a1d6f19f2 [svn r19613] Minor - commented line echo in create new training see FS#3909 16 years ago
Carlos Vargas efaa6186cc [svn r19471] minor add styles to buttons see FS#3541 16 years ago
Noël Dieschburg 01802cba5c [svn r18277] -CSS improvment discussed with thomas 16 years ago
Noël Dieschburg c3c3d4ab74 [svn r18203] Button modification. 16 years ago
Yannick Warnier 12b09c0f55 [svn r17497] Added link on course title in course creation report message 16 years ago
Isaac Flores c19cf337d3 [svn r16920] Added general option to prevent course creation 16 years ago
Yannick Warnier 806545288c [svn r16709] The order of the parameters of the function of course.lib.php was incorrect select_and_sort_categories (see FS#3193) (by cvargas) 16 years ago
Yannick Warnier 3d41ca367c [svn r15801] Fixed possible overflow of database name in course.db_name field - see FS#2426 17 years ago
Julio Montoya eeafed5bf7 [svn r15674] Fixed the breadcrumb in My courses-> course administration see FS#2642 17 years ago