Commit Graph

22510 Commits (ebbec4f5617ac1a3b237ee368778980924607707)
 

Author SHA1 Message Date
Yannick Warnier ebbec4f561 Removed double iconv in dependencies list 12 years ago
Julio Montoya 0de56b63dd Minor - Fixing labels in installation 12 years ago
Julio Montoya 20faf49a70 Updating composer dependencies 12 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 12 years ago
Julio Montoya 64f54a0256 Implementing AdvancedUserInterface interface in the Entity\User class + adding the Role entity 12 years ago
Julio Montoya fddbc2f8c3 Renaming function from saveExerciseAttempt to saveQuestionAttempt 12 years ago
Julio Montoya ef00553532 Minor adding comments 12 years ago
Julio Montoya ffed3be7fb Fixing PHP warning 12 years ago
Julio Montoya de6a28d417 Fixing PHP warnings 12 years ago
Julio Montoya 5394352123 Adding export languages to gettext command 12 years ago
Julio Montoya c3d0d728ce Updating composer 12 years ago
Julio Montoya 3dd9d88e31 Updating vendors 12 years ago
Julio Montoya 0df0c967a9 Adding commented code that handles translations 12 years ago
Julio Montoya 0f3edf39be Moving agenda.lib.php inside main/inc/lib 12 years ago
Julio Montoya dca2005382 Minor - cosmetic changes 12 years ago
Julio Montoya 3a2cd26a40 Adding export language to po files command see #4467 12 years ago
Julio Montoya bc29344c97 Blocking installation if a configuration file exists. No twig cache during installation. 12 years ago
Julio Montoya b43384ebb1 Adding a new assetic command. The command can be called using: "php console.php assetic:dump public_admin" 12 years ago
Julio Montoya b235999ca8 Minor - adding set_time_limit(0) + adding comments 12 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. 12 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 12 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 12 years ago
Julio Montoya cc14253846 Fixing notice 12 years ago
Julio Montoya 86c7d57c60 Minor updating documentation 12 years ago
Julio Montoya ddef60a6ee Fixing PHP warnings 12 years ago
Julio Montoya 198987bf89 Fixing documentation 12 years ago
Julio Montoya 0e0aea13fc Adding documentation 12 years ago
Julio Montoya 00af496020 Minor - cosmetic changes 12 years ago
Julio Montoya 572224a12b Now we show correctly the media page. 12 years ago
Julio Montoya ef377d08b0 Minor - showing message if there are any question extra fields available to edit. 12 years ago
Julio Montoya 78438d3b76 Fixing question pool for orphan questions 12 years ago
Julio Montoya e21432f003 Minor - fixing URL, cosmetic changes 12 years ago
Julio Montoya 80e3367382 Adding parameters to the saveExerciseAttempt() function 12 years ago
Julio Montoya 8d2a9f9f3b No need to add an obj when deleting a session 12 years ago
Julio Montoya f5c9b80751 Undo latest change in escape_string, now we just use the quote method but we remove the ' chars 12 years ago
Julio Montoya b362ab1882 Removing Security::remove_XSS() when savint in the DB + adding api_get_cidreq 12 years ago
Julio Montoya 419f780e17 Removing unused code 12 years ago
Julio Montoya 0d0839377e Minor - setting DebugStack() in the $app container 12 years ago
Julio Montoya 9f6d44c157 Hacking the Database::escape_string() and Database::query() in order to use the pdo::quote function. The problem was that pdo:quote adds a ' character, 12 years ago
Julio Montoya bc6709f51c Merge branch 'master' of github.com:chamilo/chamilo-lms 12 years ago
Julio Montoya 2283779b5d Minor - cosmetic changes 12 years ago
Julio Montoya cc5ed3657d Setting the agenda type using a function $agenda->setType($type); 12 years ago
Julio Montoya caaa311e3f Updating documentation 12 years ago
Yannick Warnier d15b21f889 Merge branch 'master' of github.com:chamilo/chamilo-lms 12 years ago
Yannick Warnier cadf0d8081 Minor CSS adjustment for menu bar link block height 12 years ago
Julio Montoya 753b219774 Fixing query adding iid instead of id 12 years ago
Julio Montoya 5d8700593b Fixing wrong use of database::query and database::insert_id() (changes in old code) 12 years ago
Julio Montoya ab589b582a Minor - cosmetic changes 12 years ago
Julio Montoya 55a822c949 Fixing delete link 12 years ago
Julio Montoya 744aeaf3d7 Fixing query (addin iid instead of id) 12 years ago