Commit Graph

413 Commits (ff051d15e8b873301fc8386c29dc09a2a8e19a86)

Author SHA1 Message Date
Yannick Warnier ff051d15e8 Minor - Add validation on Database::query() return types #scrutinizer 9 years ago
Yannick Warnier 7b1b31fe5a Fix issue with detailed counting of characters in blog - fixes BT#12324 9 years ago
jmontoyaa c804014cda Fix stylesheet update. 9 years ago
jmontoyaa 7370461f36 A theme folder is consider if there's a default.css file in it. 9 years ago
jmontoyaa f225080661 Update docs 9 years ago
jmontoyaa b43c3d3627 Add virtual instance theme feature see BT#12490 9 years ago
jmontoyaa 029776f32d Improve CSS stylesheet change/upload 9 years ago
jmontoyaa 1437a3f7e4 Use flash messages 9 years ago
jmontoyaa dcc9e2affe Minor - update phpdoc 9 years ago
Yannick Warnier 661239d80e Add SMTP_UNIQUE_REPLY_TO setting + support in api_mail_html() - fixes #1772 9 years ago
Angel Fernando Quiroz Campos a1c4c6fe62 Adding Annotation question type - refs BT#10892 9 years ago
jmontoyaa 52ea8738c0 Fix function doc, use correct cast int. 9 years ago
jmontoyaa 2d48717202 Add configuration variable per portal see BT#12383 9 years ago
Angel Fernando Quiroz Campos 7c8b711b67 Fix session visibility out of date - refs BT#12412 9 years ago
jmontoyaa 6fe37be6e2 Fix PHP warning 9 years ago
jmontoyaa 2252c440de Minor - format code 9 years ago
jmontoyaa 66ea436b73 Minor - Format code, remove unused code 9 years ago
José Loguercio c0ba9f94f6 Add location url function with a exit break by default 9 years ago
jmontoyaa d92c6c5fdb Fix apc in api_get_user_info 9 years ago
Yannick Warnier a729ce8860 Move, rename, change order and default values for function api_add_sub_hours_to_date_time to(base-time, interval, operation) ChamiloAPI::AddOrSubTimeToDateTime(interval, optional base-time, optional operation) - refs BT#12212 9 years ago
José Loguercio 344a54aaad Add tracking logs to determine working time in course access details - Refs BT#12212 9 years ago
jmontoyaa 0e29255d5f Fix php warnings + format code #1714 9 years ago
Yannick Warnier 0cadaa026f Update the APCu global code to use internal API and conventions better as suggested in comments for ea01f20da9 9 years ago
Yannick Warnier 4a31f519a1 Minor - Remove useless intermediate variable - see 667b695cef and 5a1c64d7bc 9 years ago
jmontoyaa 667b695cef Fix php warnings 9 years ago
Yannick Warnier 5a1c64d7bc Minor - Remove useless intermediate variable 9 years ago
Yannick Warnier 2484619dab Major - Fix previous commit's missing return (api_get_user_info()) 9 years ago
Yannick Warnier ea01f20da9 Major - Introduce global APCu check and store user info in APCu in api_get_user_info(), removing about 60K function calls in some cases if APCu is present. 9 years ago
Yannick Warnier 94c5de8f6b Fix issue sending e-mails from incorrect FROM address if SMTP_UNIQUE_SENDER is set. This drops changes added through commits c59206c and e3ebb10 without removing the possibility to fix the sender through SMTP_UNIQUE_SENDER and SMTP_FROM_EMAIL - refs BT#11684 9 years ago
jmontoyaa ea78eb4902 Return int 9 years ago
jmontoyaa e5840e28d7 Minor - Format code 9 years ago
jmontoyaa a924900d52 Use api_float_val and api_number_format to handle float convertions 9 years ago
jmontoyaa e8c03d3046 Change setting to mail_content_style 9 years ago
jmontoyaa 423e8efd3f Add mail_body_style setting see BT#12156 9 years ago
jmontoyaa f15e59878a Add archive_url, home_url, upload_url settings see BT#11414 9 years ago
José Loguercio 6469a566d3 Fix footer_extra_content and header_extra_content - Issue #1604 9 years ago
jmontoyaa 1e9d8a2ec4 Fix header because use of api_not_allowed. 9 years ago
jmontoyaa a55dd28a7c Add course assets in order to save course icons see BT#12216 9 years ago
Angel Fernando Quiroz Campos 5dd96e11f6 Moving constants about course home to api.lib.php - refs #7402 chamilo/mobile#7 9 years ago
jmontoyaa 989a7cfe05 Add "mail_header_style" setting, avoid doubled return_logo function call 9 years ago
jmontoyaa 72ef2374ac Minor - format code 9 years ago
jmontoyaa 734769671a Improve portal speed when using multiple URL 9 years ago
jmontoyaa 895f0c3ce7 Improve document performance see BT#12052 9 years ago
jmontoyaa baa6372202 Documents improve performance see BT#12052 9 years ago
Angel Fernando Quiroz Campos 558075046f Fix optimization of api_get_paht in mutiple_access_url enabled 9 years ago
Yannick Warnier 746f74788e Fix installer issue with previous optimization of api_get_path() 9 years ago
Yannick Warnier d4d819b647 Optimize api_get_path() using static to avoid calculating 2 complex variables at each run 9 years ago
jmontoyaa 13f6583600 Disable call of WEB_UPLOAD_PATH 9 years ago
Yannick Warnier 6ffce32a45 Revert part of previous commit to remove WEB_COURSE_PATH overwrite 9 years ago
Yannick Warnier 80bab53d62 Add support for rewritten WEB_HOME_PATH and WEB_COURSE_PATH in vChamilo plugin - loosely refs #1570 9 years ago