Commit Graph

10405 Commits (b3dca7446b971199d8fb807a8cc3b7bd0e8b1cd0)
 

Author SHA1 Message Date
Carlos Vargas 3f7431a976 minor error type delete echo CT#538 16 years ago
Arthur Portugal 8ecf747d74 Fixed the file export.lib.test.php CT#191 16 years ago
Ivan Tcholakov 4260f29b98 Feature #272 - A new customized function api_html_to_text() for stripping html-tags has been added in the internationalization library. 16 years ago
Arthur Portugal 1e7740acd7 Removed the file all.test.php, isn't necessary for the test_suite.php CT#191 16 years ago
Ricardo Rodriguez 6273393c5d Modified the test_suite.php to execute the file all.test.php that has been integrated 16 years ago
Ivan Tcholakov a5d9abff6b Feature #272 - A comment has been updated in the internationalization library. 16 years ago
Ricardo Rodriguez 42654be7aa Fixed the code of test in public function testRecentModifiedFIleTime 16 years ago
Ricardo Rodriguez 41a63cea35 Modified the test fileUpload fixed the exceptions 16 years ago
Juan Carlos Raña b131488f48 replace Dokeos by Chamilo 16 years ago
Carlos Vargas 9e0780d51c minor ambiguos id in sql query see 16 years ago
Arthur Portugal 7d82d41f18 Fixed the visibility of the list of users in announcements CT#562 16 years ago
Ivan Tcholakov b271159724 Feature #272 - The php function fgetcsv() has been replaced by api_fgetcsv(), see the internationalization library. The replacement function is binary safe, it does not depend on OS locale settings. 16 years ago
Ivan Tcholakov b1437e7b30 Update for changelog.html 16 years ago
Ivan Tcholakov 2dfb4959e4 Update for changelog.html 16 years ago
Ivan Tcholakov a02d9d4cec Feature #347: The hybrid script SWFObject 1.5 & 2.2: The description in the source file has been updated. 16 years ago
Ivan Tcholakov 0912d9b9a8 Feature #272 - The internationalization library: A minor correction in a test. 16 years ago
Ivan Tcholakov 85f1a4f977 Feature #272 - The PHP function fgetcsv() depends on the OS locale setting. When the file system encoding is different than the encoding of the CSV-file, then the imported data is damaged. For solving this problem, two new functions have been introduced in the internationalization library - api_str_getcsv() and api_fgetcsv(). 16 years ago
Yannick Warnier 1d69ad42dc Fixed bug reported by Carlosbrolotobar in http://www.chamilo.org/node/135 whereby normal students don't can't see their social profile section in the right menu if they can't see the courses catalog. 16 years ago
Yannick Warnier a4017df170 updated function name 16 years ago
Juan Carlos Raña 40cb9dc3fa prevent the listing of several directories 16 years ago
Ivan Tcholakov 01f7b2c2c3 Feature #272 - The Assignments tool: Fixing user's name ordering inside an e-mail sending routine. 16 years ago
Ivan Tcholakov 126bc0b053 Feature #272 - Various improvements and unification about dealing with the system encoding, the text direction, the interface language. 16 years ago
Ivan Tcholakov ceac02e510 Feature #272 - The internationalization library: A minor change about the function api_get_language_isocode(), a new optional parameter has been added. 16 years ago
Ivan Tcholakov 632049ced0 Feature #272 - A minor change, an expired comment has been removed. 16 years ago
Ivan Tcholakov c4c5d780d0 Feature #272 - Gradebook tool, competences report: The PFD-exporting feature has been reworked to use the library mPDF, which is UTF-8 compatible. A nice, non-intentional effect: the generated report supports score-coloring if it was activated. 16 years ago
Ivan Tcholakov 455a238c50 Feature #272 - The Gradebook: More formatting for a file before changing it. 16 years ago
Ivan Tcholakov b29a8fcab6 Feature #272 - The Gradebook: Preparing a file for changes, formatting. 16 years ago
Julio Montoya 75a7fe5d8f Merge 16 years ago
Julio Montoya c3a5b1b8ee Minor - Update license.txt 16 years ago
Ivan Tcholakov c203d6ad15 Feature #347 - The wiki tool, publishing pages: Missing initialization of some variables has been added. 16 years ago
Julio Montoya 7fe3141425 CourseManager::suscribe_courses_to_user() function updated 16 years ago
Ivan Tcholakov ba3815c39e Feature #272 - A new implementation of pdf-export in the Wiki tool using mPDF 4.2 library. 16 years ago
Ivan Tcholakov aee748eb28 Feature #272 - Adapting the library mPDF 4.2 to the system: Making the library independent from mbstring. Replacing "mb_" functions with functions from the internationalization library. 16 years ago
Ivan Tcholakov 4f2f4e3375 Feature #272 - mPDF: When an image is referred by URL inside a course, the security system blocks reading it. A workaround: Let us use system paths for images when it is possible. 16 years ago
Julio Montoya 459d9042af This script was replaced with the inc/ajax/social.ajax.php 16 years ago
Ivan Tcholakov 3380cb994f Feature #272 - Adapting the library mPDF 4.2 to the system: Moving some directories for temporary files in the directory ".../chamilo/arcive/" where access for writting is guaranteed. 16 years ago
Julio Montoya 5435e875d3 Minor - Updating license 16 years ago
Julio Montoya f1dac4ea8c Minor - Adding Database::escape_string 16 years ago
Julio Montoya aaefc2374a Adding the suscribe_courses_to_user() function needed to deal with the dashboard see BT#540 16 years ago
Ivan Tcholakov 4f5bbf26e2 Feature #272: The library mPDF: Some directories and files have been removed, they are not needed. 16 years ago
Ivan Tcholakov dd09533c59 The library mPDF v.4.2 (http://mpdf.bpm1.com/) has been imported, "as-is", the core files only, no additional fonts. 16 years ago
Ivan Tcholakov 43aaf698d3 Feature #272 - A new function, api_get_text_direction() has been added to the internationalization library. The online editor: A minor correction about determing text direction from language. 16 years ago
Ivan Tcholakov cab39a97c1 Feature #272 - Fixing an author's name. 16 years ago
Ivan Tcholakov df504762c9 Feature #272 - A new function, api_substr_count() has been added to the internationalization library. 16 years ago
Ivan Tcholakov 11d33bb092 Feature #272 - Avoiding direct use of the function mb_convert_encoding(), replacing with api_convert_encoding(). 16 years ago
Julio Montoya f79662dd29 Minor - documentation updated 16 years ago
Julio Montoya e928da0472 Updated 16 years ago
Julio Montoya 526b6a684b Cleaning parameters from Course::unsubscribe_user function 16 years ago
Julio Montoya 93c39159bd Student publications are deleted when an user is unsubscribed of a course by André Boivin 16 years ago
Ivan Tcholakov d99c51674d Feature #347 - The online editor: Two wrong php-statements have been fixed. 16 years ago