Julio Montoya
|
d76b6cc817
Adding "api_" in function inside main_api.lib.php
|
11 years ago |
Julio Montoya
|
6b8c7ea713
Using absolut paths
|
11 years ago |
Julio Montoya
|
ddef60a6ee
Fixing PHP warnings
|
11 years ago |
Julio Montoya
|
753b219774
Fixing query adding iid instead of id
|
11 years ago |
Julio Montoya
|
5d8700593b
Fixing wrong use of database::query and database::insert_id() (changes in old code)
|
11 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
|
11 years ago |
Julio Montoya
|
8616f1e9de
Injecting the $result inside the Database::affected_rows() in order to work with Doctrine
|
11 years ago |
Julio Montoya
|
5aa76ef211
Replacing function get_statistic_table() with get_main_table() see BT#6220
|
11 years ago |
Julio Montoya
|
23c1544b1a
Adding course info array in the function api_set_default_visibility()
|
11 years ago |
Julio Montoya
|
642f769f74
Fixing PHP notices
|
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
|
9b85836c4a
Merge with 1.9.x
|
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 |
Julio Montoya
|
19da53a2f6
Hiding unused upload audio button
|
12 years ago |
Julio Bonifacio
|
4e3b438948
Implement the api_set_memory_limit function for to change ini_set memory_limit
|
12 years ago |
Julio Montoya
|
0fa86f54af
Fixing fatal error
|
12 years ago |
Julio Montoya
|
23f364d2cf
Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php
|
12 years ago |
Julio Montoya
|
34c9a9882c
Merging with 19x
|
12 years ago |