Commit Graph

805 Commits (9724271764cd6b91f183f9bdb23886b51f3d9229)

Author SHA1 Message Date
Julio Montoya 9724271764 Changing Chamilo Namespace from ChamiloLMS to Chamilo. 11 years ago
jmontoya c930e64162 Replacing $app[orm.em] 11 years ago
Julio Montoya 00c26eee9d Moving main/inc/Entity to src/ChamiloLMS/Entity. 11 years ago
Julio Montoya 8b7c976686 Replacing <img> with WEB_IMG_PATH and Display::return_icon see BT#6903 11 years ago
Julio Montoya c6eac75236 Adding new code to save a nanogong file. 11 years ago
Yannick Warnier 06d1c3a1a9 Fix transparency for transparent PNGs when resizing - refs BT#7293 11 years ago
Julio Montoya cea8bb55c4 Fixing ckeditor templates see #6173 12 years ago
Julio Montoya 9d50e028ab Changing UI in toc. 12 years ago
Julio Montoya 429236de6c Fixing UI in LP view using new Bootstrap elements. 12 years ago
Julio Montoya 16e3960c4b Fixing progress bar and img paths. 12 years ago
Julio Montoya 3ce2029f24 Updating js libraries: jquery ui to version to 1.10.3, jquery to version 1.10 , Bootstrap to 3.0.2, modernizr to version 2.7.0 12 years ago
Yannick Warnier 57e50305bb Added course option to learnpath::toggle_visibility() 12 years ago
Julio Montoya f1643bf5e7 Fixing error due recent merge 12 years ago
Julio Montoya d0f01d6612 Adding vimeo embed code for LPs see BT#6537 12 years ago
Yannick Warnier aca6100ffb Fixed issue with prerequisites failing when using subdirectories in the LP's TOC - refs #6405 12 years ago
jmontoya f0fdff6573 Do not set sections as a prerequisite see BT#5928 12 years ago
jmontoya 4f1442dfb4 LP: Sections (chapters) can't be assigned as a prerequisite see BT#5928 12 years ago
jmontoya a064b60066 Fixing PHP warning 12 years ago
jmontoya 37fce9ceaa Replacing "../img" with Display::return_icon() 12 years ago
jmontoya 3df0498662 Replacing relative with absolute paths 12 years ago
Julio Montoya 7874eb5aee Fixing SQL queries. 12 years ago
Julio Montoya c6b067a2e2 Adding exit in lp ajax calls. 12 years ago
Julio Montoya a145cf95db Fixing URL issues in LP 12 years ago
Julio Montoya 4b11202107 Fixing images and replacing id with iid (exercise table) 12 years ago
Julio Montoya 2535c676b8 Fixing require_once path "forum/forumfunction.inc.php" 12 years ago
Julio Montoya d76b6cc817 Adding "api_" in function inside main_api.lib.php 12 years ago
Julio Montoya 6b8c7ea713 Using absolut paths 12 years ago
Julio Montoya ddef60a6ee Fixing PHP warnings 12 years ago
Julio Montoya 753b219774 Fixing query adding iid instead of id 12 years ago
Julio Montoya 5d8700593b Fixing wrong use of database::query and database::insert_id() (changes in old code) 12 years ago
Julio Montoya 6c98ad1982 Using $app['orm.ems']['db_write'] instead of $app['orm.em'] because we can use 2 databases to read or write depending in a configuration located in services.php 12 years ago
Julio Montoya 8616f1e9de Injecting the $result inside the Database::affected_rows() in order to work with Doctrine 12 years ago
Julio Montoya 5aa76ef211 Replacing function get_statistic_table() with get_main_table() see BT#6220 12 years ago
Julio Montoya 23c1544b1a Adding course info array in the function api_set_default_visibility() 12 years ago
Julio Montoya 642f769f74 Fixing PHP notices 12 years ago
unknown 939c9bf7fd #5855 12 years ago
Julio Montoya dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 years ago
Julio Montoya 4f50329704 Replacing root_sys with api_get_path(SYS_PATH), setting sys path in global inc instead of api_get_path() changing some other paths due the new "data" folder see #6104 12 years ago
Julio Montoya 04a69225e1 Adding track_e_hotpotatoes.c_id, track_e_exercices.c_id, and track_e_attempt.c_id fields see #6090 12 years ago
Julio Montoya 1e16fba5c7 Removing unused entities, renaming entities instead of Entity\EntityUser we just use Entity\User, removing unused Proxies folder too 12 years ago
Julio Montoya 61f3fb4c81 Subscribing users to a LP when relating groups with items see BT#5765 12 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 12 years ago
Julio Montoya 35b7e4a56f Fixing error for double LP links see BT#4704 12 years ago
Julio Montoya d565ca0801 When deleting categories, LPs inside are moved in the "No category" section see BT#5763 12 years ago
Julio Montoya 551095b65f Fixing return page after submiting changes in the LP see BT#5763 12 years ago
Julio Montoya c3136195c2 Blocking access to a LP if users are not registered via user_id or group_id 12 years ago
Julio Montoya e7821f1ef8 Adding position in the Lp category table using the sortable doctrine extensions see BT#5763 12 years ago
Julio Montoya bae4ded345 Updating vendors 12 years ago
Julio Montoya f2eed64f71 Minor - fixing typos, removing comments 12 years ago
Julio Montoya b52154a9e3 Adding Subscribe user to LP option see BT#5765 12 years ago