Commit Graph

3186 Commits (49306a1050fe8db934f3da0534227dbcd59592dd)

Author SHA1 Message Date
Ivan Tcholakov 49306a1050 Feature #272 - Internationalization library: Additional reworks and corrections about the functions get_lang() and api_is_translated(). 16 years ago
Ivan Tcholakov bb0feaf85c Feature #272 - Course homepage: Some minor optimizations. 16 years ago
Ivan Tcholakov 88f83fb47b Feature #272 - Internationalization lubrary: A minor correction. 16 years ago
Ivan Tcholakov 4848eeda18 Feature #272 - Internationalization lubrary: Adding a new function api_is_translated(). 16 years ago
Ivan Tcholakov 93d1d9e25d Tasks #272 and #605 - Intrnationalization library: The function get_lang() has been rewoked. Suggestion links to the former language translation tool are not shown anymore. Code has been simplified. The current tool "Chamilo Translation Application" produces UTF-8 strings, so dynamic string purification is no more needed. 16 years ago
Ivan Tcholakov c67a7bc2bf Feature #272 - text.lib.php: Adding two new functions api_camel_case_to_underscore() and api_underscore_to_camel_case() and tests for them. 16 years ago
Cristian Fasanando cc9fb73624 minor - cosmetic changes in thematic - partial BT#578 16 years ago
Ivan Tcholakov e38a0a2afb Task #761 - Course homepage: Finishing cosmetics and coding coventions. 16 years ago
Julio Montoya afbf1f542c Typo fixed 16 years ago
Cristian Fasanando f1b116d213 added display inside postit in homecourse information about last done thematic advance or next advance not done through configuration - partial BT#578 16 years ago
Ivan Tcholakov 961e060a08 Task #761 - Adding support for json_encode() function for PHP version < 5.2. 16 years ago
Cristian Fasanando 155aa7362c hide thematic advance option from course description tool - partial BT#578 16 years ago
Julio Montoya 67f2423401 Fixing typo 16 years ago
Julio Montoya 6af32d6dc2 Forcing the month view in the \"Personal agenda\" 16 years ago
Julio Montoya 5f8bc0710b Who is online improvements, calls a \"SELECT count(*)\" query instead of retrieving all the info from the database WhoIsOnline also rename to who_is__online 16 years ago
Cristian Fasanando 646477b3c9 minor - cosmetic changes 16 years ago
Ivan Tcholakov 54a9b942c2 Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them. 16 years ago
Ivan Tcholakov 4f978ed93e Task #761 - Course homepage: Revision, coding conventions, cleaning for all the files. 16 years ago
Ivan Tcholakov 1f64f4f7ed Feature #272 - A minor correction for the SorttableTable class, the distributed with the system PEAR packages are to be loaded for sure. 16 years ago
Ivan Tcholakov 3b746eb69f Task #761 - File "course_home.lib.php": Revision, coding conventions, cleaning. 16 years ago
Ivan Tcholakov fceac1e873 Database::num_rows() method - Adding a validation check for the input parameter. Some corrections in the comments. 16 years ago
Cristian Fasanando 1074583f0c added new features for thematic advance - partial BT#578 16 years ago
Cristian Fasanando e329442edb added new tables for thematic - partial BT#578 16 years ago
Julio Montoya 771130f89b Updating the certificate to work with the new timezone feature 16 years ago
Julio Montoya 682c9bf694 Minor UI improvement in whoisonline 16 years ago
Julio Montoya ecf96f6bff Adding sortabletable.class.php Feature #272 16 years ago
Ivan Tcholakov 464a70c541 Feature #272 - Revision of Display class. The deprecated metod Display::user_name() has been removed (use api_get_person_name() instead). 16 years ago
Ivan Tcholakov c30a3cd280 Feature #272 - FormValidator.class.php: Revision and cleaning (minor changes). 16 years ago
Ivan Tcholakov 5974516888 Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 16 years ago
Ivan Tcholakov 2db99f2af3 Feature #272 - SortableTable class: Removing unnecessary statement require_once 'main_api.lib.php'; 16 years ago
Ivan Tcholakov 2c3442878a Feature #272 - Revision and cleaning of the SortableTable class. 16 years ago
Ivan Tcholakov 23c040bccf Feature #757 - New icons for the Pager control have been chosen. 16 years ago
Carlos Vargas 4ab23905b4 minor hide email in whoisonline CT#603 16 years ago
Carlos Vargas f19495f174 Improve List users Annoucements CT#758 16 years ago
Carlos Vargas 7fbc43aa6b Fixed List users Annoucements CT#758 16 years ago
cvargas a19f269616 merge 16 years ago
Yannick Warnier 56b0a92ad5 Added check on existence of intro section 16 years ago
Yannick Warnier bb145fd3de Minor typo 16 years ago
Julio Montoya d57e5a3f79 Security issue - adding intval and escape_string functions 16 years ago
Yannick Warnier d8000d79d2 Fixed the sub-language feature (which apparently never worked) 16 years ago
Ivan Tcholakov fe19e246ab Feature #272 - Revision of a "TODO" about PEAR's date control. 16 years ago
Ivan Tcholakov 0515c4fe03 Feature #272 - Upgrading some PEAR packages: HTML_QuickForm from 3.2.7 to 3.2.11; HTML_QuickForm_advmultiselect from 0.5.1 to 1.5.1; HTML_QuickForm_Controller from 1.0.3 to 1.0.10; Pager from 2.4.2 to 2.4.8. 16 years ago
Ivan Tcholakov b8b783e643 Feature #272 - PEAR, Pager class: Prepararion for upgrade. The current version is 2.4.2. 16 years ago
Ivan Tcholakov 2bd8aba630 Feature #272 - PEAR, HTML_QuickForm_Controller package: Prepararion for upgrade. The current version is 1.3. 16 years ago
Ivan Tcholakov 6d3d6baa00 Feature #272 - PEAR, HTML_QuickForm_advmultiselect class: Prepararion for upgrade. The current version is 0.5.1. 16 years ago
Ivan Tcholakov af65b48160 Feature #272 - PEAR, Quick_Forms: Preparation for a upgrade, the current version has been identified as 3.2.7. Making code to be close to the original source, Chamilo's customizations have been distinguished. 16 years ago
Ivan Tcholakov adeed61f67 Feature #272 - Upgrading the basic PEAR class form version 1.4.11 to version 1.9.0. 16 years ago
Ivan Tcholakov 90cdaade54 Feature #272 - PEAR class, version 1.4.11 (too old): Comparison between the Chamilo-distributed file and the original file. The differencies have been distinguished. 16 years ago
Ivan Tcholakov fa4998d1ee Feature #272 - PEAR, HTML_Table class: Upgrading from version 1.7.3 to version 1.8.2 (last known stable). 16 years ago
Ivan Tcholakov 8314b62fcd Feature #272 - PEAR, HTML_Common class: Upgrading to version 1.2.5 (last stable). There is a solution inside about the function htmlspecialchars() and the encoding it uses as it is called within PEAR. 16 years ago