Commit Graph

22523 Commits (44c7449ff9c5d6ef4eed81e09814557c95b25308)
 

Author SHA1 Message Date
Julio Montoya 44c7449ff9 Minor - Changing url 13 years ago
Julio Montoya 532085d1d5 Adding draft for a Reflection Controller (not used because lack of performance) 13 years ago
Julio Montoya d2ba4a2081 Adding BaseController controller 13 years ago
Julio Montoya 40b727400d Adding roles routes. 13 years ago
Julio Montoya f7ae15fa35 Removing assets inside web 13 years ago
Julio Montoya 41c5e5e79d Using the new extra user field interface (extra_fields.php?type=user) instead the old one (user_fields.php) 13 years ago
Julio Montoya 90cad9acca Minor - cleaning whitespaces 13 years ago
Julio Montoya 46b5ba2e79 Fixing install function in order to return int values insteado of bool. 13 years ago
Julio Montoya 9bddd44164 Adding default roles values. 13 years ago
Julio Montoya 83a52d441d Adding roleController as a service 13 years ago
Julio Montoya 47b1d8829c Adding role templates. 13 years ago
Julio Montoya 028941265b Adding PHP ImageMagick requirement see BT#6226 13 years ago
Julio Montoya e9313d4739 Fixing installation issues when creating a database name with weird characters see BT#6223 13 years ago
Julio Montoya bb7ae0faa4 Updating installation guide 13 years ago
Julio Montoya 0de56b63dd Minor - Fixing labels in installation 13 years ago
Julio Montoya 20faf49a70 Updating composer dependencies 13 years ago
Julio Montoya 5892aa3ec6 Adding role table and users_roles table + adding salt to the user table in order to implement the AdvancedUserInterface interface 13 years ago
Julio Montoya 64f54a0256 Implementing AdvancedUserInterface interface in the Entity\User class + adding the Role entity 13 years ago
Julio Montoya fddbc2f8c3 Renaming function from saveExerciseAttempt to saveQuestionAttempt 13 years ago
Julio Montoya ef00553532 Minor adding comments 13 years ago
Julio Montoya ffed3be7fb Fixing PHP warning 13 years ago
Julio Montoya de6a28d417 Fixing PHP warnings 13 years ago
Julio Montoya 5394352123 Adding export languages to gettext command 13 years ago
Julio Montoya c3d0d728ce Updating composer 13 years ago
Julio Montoya 3dd9d88e31 Updating vendors 13 years ago
Julio Montoya 0df0c967a9 Adding commented code that handles translations 13 years ago
Julio Montoya 0f3edf39be Moving agenda.lib.php inside main/inc/lib 13 years ago
Julio Montoya dca2005382 Minor - cosmetic changes 13 years ago
Julio Montoya 3a2cd26a40 Adding export language to po files command see #4467 13 years ago
Julio Montoya bc29344c97 Blocking installation if a configuration file exists. No twig cache during installation. 13 years ago
Julio Montoya b43384ebb1 Adding a new assetic command. The command can be called using: "php console.php assetic:dump public_admin" 13 years ago
Julio Montoya b235999ca8 Minor - adding set_time_limit(0) + adding comments 13 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. 13 years ago
Julio Montoya e5b265c7b8 Using the ConsoleServiceProvider instead of using directly the Symfony Console, benefits are that we can use the $app container inside the console->execute commands + uncommenting the assetic dump command 13 years ago
Julio Montoya 4e0068d992 Adding only *some* css and js files when assetic is enabled. Adding function in order to get the stylesheets folders. See BT#6264 13 years ago
Julio Montoya cc14253846 Fixing notice 13 years ago
Julio Montoya 86c7d57c60 Minor updating documentation 13 years ago
Julio Montoya ddef60a6ee Fixing PHP warnings 13 years ago
Julio Montoya 198987bf89 Fixing documentation 13 years ago
Julio Montoya 0e0aea13fc Adding documentation 13 years ago
Julio Montoya 00af496020 Minor - cosmetic changes 13 years ago
Julio Montoya 572224a12b Now we show correctly the media page. 13 years ago
Julio Montoya ef377d08b0 Minor - showing message if there are any question extra fields available to edit. 13 years ago
Julio Montoya 78438d3b76 Fixing question pool for orphan questions 13 years ago
Julio Montoya e21432f003 Minor - fixing URL, cosmetic changes 13 years ago
Julio Montoya 80e3367382 Adding parameters to the saveExerciseAttempt() function 13 years ago
Julio Montoya 8d2a9f9f3b No need to add an obj when deleting a session 13 years ago
Julio Montoya f5c9b80751 Undo latest change in escape_string, now we just use the quote method but we remove the ' chars 13 years ago
Julio Montoya b362ab1882 Removing Security::remove_XSS() when savint in the DB + adding api_get_cidreq 13 years ago
Julio Montoya 419f780e17 Removing unused code 13 years ago