Julio Montoya
|
f5ec2b93fa
Minor - removing whitespaces adding comments
|
11 lat temu |
Julio Montoya
|
58ba691d2d
Adding option $app['full_width'] that makes the portal full width instead of a fixed width see BT#5881
|
12 lat temu |
Julio Montoya
|
c5a90d0ba7
Fixing lang menu in the login page. It was set always with the first item.
|
12 lat temu |
Julio Montoya
|
af8ed51ad7
Adding 401 message
|
12 lat temu |
Yannick Warnier
|
ad31b17396
Minor - Absorbing error message for double declaration of constant
|
12 lat temu |
Yannick Warnier
|
153eafbfae
Improved load order for template settings - avoid calling api_get_user_id() without db connection
|
12 lat temu |
Julio Montoya
|
50761f63a1
Minor cosmetic changes
|
12 lat temu |
Julio Montoya
|
6092d49ebe
Fixing PHP notices
|
12 lat temu |
Julio Montoya
|
7e76838566
Minor - format changes
|
12 lat temu |
Julio Montoya
|
e707fd5c2f
Reformat code, adding comments and moving db tables inside functions in events.lib.inc.php
|
12 lat temu |
Julio Montoya
|
0427f8defb
Fixing a bug when loading plugins due recent changes in the Chamilo 1.10 structure
|
12 lat temu |
Julio Montoya
|
99274401a7
Separation of concerns moving services definitions in a services.php and routes definitions in a routes.php in order to have a cleaner global.inc.php
|
12 lat temu |
Julio Montoya
|
a43937636d
Fixing fatal error due a wrong class name learnpathList changed to LearnpathList
|
12 lat temu |
Julio Montoya
|
8165129407
Fixing url_append assignation
|
12 lat temu |
Julio Montoya
|
7ad45b4dda
Fixing queries, php notices and warnings due recent changes (adding c_id in new tables)
|
12 lat temu |
Julio Montoya
|
c1a8ff3dc9
Minor commenting code
|
12 lat temu |
Julio Montoya
|
01c79247da
Adding middlewares to set course permissions in global.inc
|
12 lat temu |
Julio Montoya
|
96a244b18c
More changes in the configuration.file see #6104
|
12 lat temu |
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 lat temu |
Julio Montoya
|
5eeac46588
Adding new structure for Exercises: adding "iid" fields in quiz_ tables. Adding autolaunch for exercise
|
12 lat temu |
Julio Montoya
|
c9a93d7dc8
Minor - updating comments
|
12 lat temu |
Julio Montoya
|
b32f3d33f9
Fixing default template settings see #6111
|
12 lat temu |
Julio Montoya
|
81f1cd61ee
Minor - updating comments
|
12 lat temu |
Julio Montoya
|
3a817aa4a7
Changing paths in the fckeditor ajaxmanager to deal with the new data folder changes. See: #5871
|
12 lat temu |
Julio Montoya
|
51b0957c4f
Adding a new DataFilesystem class that will get files from web/courses/MATHS/documents/my_file.jpg and it will get the picture from the server in data/courses/MATHS/documents/my_file.jpg
|
12 lat temu |
Julio Montoya
|
9499b6d347
Fixing login error messages (to see the changes you need to clean the temp folder)
|
12 lat temu |
Julio Montoya
|
6cc22982ff
Moving courses to data/courses see #5871
|
12 lat temu |
Julio Montoya
|
66e8bd2756
Improving security in the LegacyController when user is not login.
|
12 lat temu |
Julio Montoya
|
97c81de4df
Fixing config location due the new structure + adding comments
|
12 lat temu |
Julio Montoya
|
2a86c0ed41
Minor - Adding comments, preparing code to move whoisonline.php to web/users/online but not for 1.10
|
12 lat temu |