Commit Graph

3117 Commits (5051f75cc5895427a9a5144032403f31c7ccfa28)

Author SHA1 Message Date
Yannick Warnier bb145fd3de Minor typo 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
Julio Montoya 57658eaa37 Certificates added to Chamilo see CT#751 (partial) 16 years ago
Julio Montoya f725c3c074 Cleaning code 16 years ago
Carlos Vargas 4db5fee912 change \"from\" email CT#662 16 years ago
Carlos Vargas 1794131c20 minor delete //var_dump 16 years ago
Carlos Vargas 2701ef3c66 Create introduction to the course and introduction to the tools for session. CT#750 16 years ago
Ivan Tcholakov e005172870 Feature #272 - The main API: Revisiting some of old TODOs of mine + cleaning. 16 years ago
Ivan Tcholakov a3968311b2 Feature #272: The library fileUpload.lib.php: Revision, code conventions, cleaning, removing the deprecated functions replace_accents() and remove_accents(). 16 years ago
Ivan Tcholakov 27007797e1 A quick fix in document.lib.php: Adding a missing field "lastedit_date" within a SQL-query. 16 years ago
Ivan Tcholakov be4fd4c1eb Feature #272 - fileManage.lib.php and text.lib.php: Revision, coding conventions, cleaning. 16 years ago
Ivan Tcholakov 589e5e7d51 Task #696 - Removing api_ucfirst() calls that affect formatting dates for different languages. 16 years ago
Guillaume Viguier 4ba627cba5 Date and time management - got rid of DATE_FORMAT_LONG_WITHOUT_DAY - Chamilo - CT#696 16 years ago
Guillaume Viguier f4c7015a3a Date and time management; got rid of format_locale_date - Chamilo - CT#696 16 years ago
Guillaume Viguier d492bee5d3 Date and time management; correcting calls to api_get_local_time - Chamilo - CT#696 16 years ago
Guillaume Viguier 3aa8a5b8f4 Date and time management - Chamilo - CT#696 16 years ago
Guillaume Viguier cc12302f47 Date and time - Chamilo - CT#696 16 years ago
Julio Montoya 616b00fe74 Minor - documentation updated 16 years ago
Carlos Vargas 60cd9c1aa1 Partial rename get_lang for tools 16 years ago
Carlos Vargas f330a17aa3 New get_lag variables for all tools. CT#602 16 years ago
Julio Montoya eb7358ddeb Fixes BT#834 - Hides the user list from students. Course setting added: allow_user_view_user_list 16 years ago
Cristian Fasanando ee74c46aef fixed - allow platform administrator to have drh role inside courses and sessions - partial BT#566 16 years ago
Julio Montoya c429ac50be Adding intval 16 years ago
Cristian Fasanando 137e3d93f1 minor - fixed formatted date with api_format_date function 16 years ago
Julio Montoya dfff928461 Fixing lost password message sent by email changeset 9259 dffa14745af4 + other cosmetic changes 16 years ago
Cristian Fasanando 14370b0ee0 added dashboard interface for session administrator - partial CT#566 16 years ago
Guillaume Viguier 7afd8c72d2 Dates refactoring - Chamilo - CT#696 16 years ago
Julio Montoya 55ba1336de Saving well the session id 16 years ago
Julio Montoya 0e17f68bdf Adding session id to the \"event_access_course\" function in events.lib 16 years ago
Julio Montoya f308c0c5b2 Adding extended class for the pChart library to use Horizontal bars 16 years ago
Julio Montoya 46de3c488f Time tracking control bugfixing (changeset 9253 80db44ddea7d, changeset 9249 91ad8a066ba8, changeset 9248 46b5f24dab7e from D okeos) 16 years ago
Ivan Tcholakov 4a82afec0a Bug #700 - Reworks for the function replace_dangerous_char(): 1. The list of dangerous characters has been increased; 2. Possible html-entities are converted into normal characters before the replacements; 3. When long file name is cut to the limited size, the file extension is not lost. 16 years ago
Ivan Tcholakov 00bb0818d5 Minor, cosmetic changes in ""document.lib.php" file. 16 years ago
Ivan Tcholakov 8aae1a67e3 Feature #272 - Revision and cleaning of all the include files. 16 years ago
Julio Montoya a74609097f Setting the temp dir for the Spreadsheet_Excel_Writer class problems found in some servers due the tempnam PHP function. tmp file set to api_get_path(SYS_ARCHIVE_PATH) see BT#836 Thanks to Noa for reporting it. 16 years ago
Cristian Fasanando 467036ba88 added evaluations graph for dashboard interface 16 years ago
Julio Montoya e681588953 Removing GARBAGE_PATH 16 years ago
Arthur Portugal 00d6bdcc0c Minor - changed the variable it was confused with other term 601 16 years ago
Ivan Tcholakov a25bbccd42 Feature #272 - Cleaning of the file text.lib.php. Making the function date_to_str_ago() more conveniet for use. 16 years ago
Ivan Tcholakov d63e8ef1cd Feature #272 - The internationalization library: Making the date/time formatting functions more convenient for use. 16 years ago