Yannick Warnier
|
6193d198f6
Update deprecated display_*_message() calls
|
7 years ago |
jmontoyaa
|
3f48324277
Minor - Format code
|
7 years ago |
jmontoyaa
|
fab7a58076
Use __DIR__ when calling global.inc.php
|
8 years ago |
jmontoyaa
|
208bcb14a1
Remove Session::read('message'); use Display::addFlash, remove api_set_failure/api_get_failure
|
8 years ago |
jmontoya
|
681cb93eb0
Add AccessUrlRelCourseCategory entity + course_category.php file converted to Class see #8164
|
8 years ago |
Yannick Warnier
|
0df0e43b45
Fix issue with foreign keys when removing URLs and avoid a notice
|
8 years ago |
jmontoya
|
93cae24e1d
Format code, use Session class, use Display::addFlash function.
|
8 years ago |
Yannick Warnier
|
d575fa47a3
Move survey, gradebook, wiki, learnpath, tracking, document, exercice, help and admin language files to trad4all - refs #4467
|
9 years ago |
Julio Montoya
|
1d6a2c7989
Fix UserGroup naming.
|
9 years ago |
Julio Montoya
|
57eeea7543
Removing require_once already loaded with composer.
|
9 years ago |
Yannick Warnier
|
e4ba3c923f
Remove Database::escape_string() without quotes to avoid SQL injections - partial + a few parse warnings - refs #7440
|
9 years ago |
Julio Montoya
|
0a62f50e93
Format code, fixing PHP warnings, removing old comments.
|
10 years ago |
aragonc
|
94984e6b12
merge
|
10 years ago |
Julio Montoya
|
61e3076ff9
Adding access_url_edit_course_category_to_url.php file in order to manage course category by URL see BT#6195
|
11 years ago |
Julio Montoya
|
5cfe24fc4d
Adding multiple URL support for classes (user group) new DB table added "access_url_rel_usergroup" if table does not exists everthing works as usual. Option disabled for BC. see BT#6915
|
11 years ago |
Julio Montoya
|
0fd230eedd
Fixing PHP errors due the recent icon changes
|
12 years ago |
Julio Montoya
|
5cdf70f972
Replacing some '32' strings with the new icon constant ICON_SIZE_MEDIUM
|
12 years ago |
Julio Montoya
|
0c899d7578
Minor replacing code
|
12 years ago |
Julio Montoya
|
d57c396164
Fixing missing edit button in access url list
|
12 years ago |
Julio Montoya
|
5ded4085af
Removing formvalidator library alread included in global.inc.php
|
13 years ago |
Julio Montoya
|
8cc843312b
Minor lang corrections
|
13 years ago |
Julio Montoya
|
7917d7ef9b
Adding exercise overview ... (partial commit not finished yet) see BT#2804
|
13 years ago |
Julio Montoya
|
33ac79e368
A session shouldn't exist in 2 URLs at the same time see #3733
|
13 years ago |
Julio Montoya
|
05c0000680
Minor - Fixing HTML warnings
|
13 years ago |
Julio Montoya
|
e093f97ef6
Fixing multiple URL list see BT#1555
|
13 years ago |
Julio Montoya
|
ae76fbcd60
Minor - Making textareas more big
|
13 years ago |
Julio Montoya
|
8b5ab63f32
Cleaning the menu in the access url settings
|
13 years ago |
Julio Montoya
|
ec4a19c4ca
Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308
|
14 years ago |
Julio Montoya
|
e2c91d3ec7
Showing \"Manage sessions\" link for managing sessions in the multiple url scenario
|
14 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.
|
14 years ago |