Julio Montoya
|
83a52d441d
Adding roleController as a service
|
11 years ago |
Julio Montoya
|
0df0c967a9
Adding commented code that handles translations
|
11 years ago |
Julio Montoya
|
5bfa1cf9af
Fixing paths + moving the process that generates the temp folders in the "before" middleware. The temp folder creation was moved to the DataFilesystem class.
|
11 years ago |
Julio Montoya
|
0d0839377e
Minor - setting DebugStack() in the $app container
|
11 years ago |
Julio Montoya
|
804ce9c694
Using db_read key instead of mysql_read + adding listeners to the databases.
|
11 years ago |
Julio Montoya
|
9d113d8320
Minor - removing unused functions calls, adding comments
|
11 years ago |
Julio Montoya
|
b1e6b95662
Adding connectionRead and connectionWrite options in services.php can be override via the configuratio.php adding this array $_configuration['db.options']
|
11 years ago |
Julio Montoya
|
c2787dc048
Adding comments + adding typehint, fixing PHP warnings
|
11 years ago |
Julio Montoya
|
d01b21fd1e
Adding dev settings in configuration.php
|
11 years ago |
Julio Montoya
|
2180e7e9c1
Setting URL information in session in order to avoid hitting the DB
|
11 years ago |
Julio Montoya
|
6ad0d02afd
Adding whoops lib in order to handle errors
|
11 years ago |
Julio Montoya
|
f777886ce2
Minor fixes during the installation
|
11 years ago |
Julio Montoya
|
90dc027c09
Adding mysql_read, and mysql_write connections, commenting old Database::connect() funcions
|
11 years ago |
Julio Montoya
|
4596a6a046
Adding mail generator service see #6193
|
11 years ago |
Julio Montoya
|
b2b335493f
Using a controller instead of including a introductionSection.inc.php file
|
11 years ago |
Julio Montoya
|
e804b6b118
Minor adding "orm.default_cache"
|
11 years ago |
Julio Montoya
|
ced8a75226
Adding breadcrumb for the new question pool page
|
11 years ago |
Julio Montoya
|
fbb5148802
Adding ModelAjaxController in order to replace the model.ajax.php file. This class only works for the question pool for now. Adding reuse and copy actions in the questions pool.
|
11 years ago |
Julio Montoya
|
a20730db99
Loading doctrine extensions at the end
|
11 years ago |
Julio Montoya
|
78caeb5f1e
Adding new question pool filters in /web/exercise/question-pool
|
11 years ago |
Julio Montoya
|
c268388fef
Moving web profiler after the twig service
|
11 years ago |
Julio Montoya
|
98ba3d104e
Adding "elfinder chamilo connector" as a controller, in order to not modified the elfinder default files. This way we can update elfinder and ckeditor in any moment.
|
11 years ago |
Julio Montoya
|
69de65f784
Fixing document public URLs
|
11 years ago |
Julio Montoya
|
8c43406e9b
Reordering controller/views
|
11 years ago |
Julio Montoya
|
50761f63a1
Minor cosmetic changes
|
11 years ago |
Julio Montoya
|
dddd810f83
Changing monolog services order
|
11 years ago |
Julio Montoya
|
db57b7374d
Adding admin/questions page in order to see (draft) see BT#6098
|
11 years ago |
Julio Montoya
|
e707fd5c2f
Reformat code, adding comments and moving db tables inside functions in events.lib.inc.php
|
11 years ago |
Julio Montoya
|
c16ea2ba08
Adding new fields for the QuizCategory in order to use the Tree - Nestedset behavior of Doctrine2
|
11 years ago |
Julio Montoya
|
ea39532e4a
Minor - updating comments
|
11 years ago |