Commit Graph

21757 Commits (skala)

Author SHA1 Message Date
Julio Montoya 98ec462b78 Adding set_time_limit(0) when reading/saving modificators. 12 years ago
Julio Montoya 3aca2840b5 No using session when doing stats (only admin can access this stats). 12 years ago
Marco Villegas c01405b13a Several generalizations to avoid session calls from cli. 12 years ago
Julio Montoya 8903a0b7df Minor - format code. 12 years ago
Julio Montoya 20dc999559 Always loading the $exercise_stat_info. 12 years ago
Julio Montoya cddffa1512 Adding trackExercise variable in order to load the data_tracking as the question list. 12 years ago
Julio Montoya 297bdbac41 Using Session::read instead of $_SESSION 12 years ago
Julio Montoya d289aa1d7c Fixing Session::read using "isset" instead of "empty" session could have empty contents. 12 years ago
Julio Montoya e104eee054 Minor - cleaning white spaces. 12 years ago
Julio Montoya b2a2a0d6ed Minor white spacing + using session::write instead of classic $_SESSION 12 years ago
Julio Montoya aed25e3d45 Using Session::read('objExercise') instead of $_SESSION['objExercise'] 12 years ago
Julio Montoya 3535151c5f Should fix question pagination BT#6996 12 years ago
Julio Montoya 36d625ca98 Adding variable to session and then deleting the variable Session::erase('question_list_uncompressed'); see BT#6996 12 years ago
Julio Montoya c46ce9491f Minor - removing unused code (commented) adding docs. 12 years ago
Julio Montoya 1ca96fc9f0 Minor - adding debug = false. 12 years ago
Julio Montoya 71e5b1bb85 Should fix bug when getting question list pagination see BT#6996 12 years ago
Julio Montoya 19dba8ce61 Minor - removing commented - console.log 12 years ago
Yannick Warnier beedae03c4 Modified not allowed message to avoid confusion 12 years ago
Julio Montoya 37137c7494 Adding Database::escape_string() security fix 12 years ago
Julio Montoya 6cced35a62 Moving hardcoded value to the settings. 12 years ago
Julio Montoya 4961b61efd Adding memcached support to Chamilo see BT#6989 12 years ago
Julio Montoya eafdba3722 Minor - Adding docs. 12 years ago
Julio Montoya c6fbfd7f01 Minor - removing whitespaces 12 years ago
Julio Montoya 0bb2fbb795 Removing unused custom class SessionHandler. 12 years ago
Julio Montoya a44286d0db Fixing score one more time see BT#6397 12 years ago
Julio Montoya f65d70c43e Fixing score column in the results page see BT#6397 12 years ago
Julio Montoya b835020af7 One more hack to the result column see BT#6397 12 years ago
Julio Montoya 1328bf8d3b Fixing score column in the result page see BT#6397 12 years ago
Yannick Warnier b3011737e2 Added clearer message for trayectoria 12 years ago
Yannick Warnier ef7242ba1a Fixed English string 12 years ago
Julio Montoya 7ef4971c8d Fixing results page "Puntaje" column see BT#6397 12 years ago
Julio Montoya 171350b7f1 Adding pagination to the table see BT#6397 12 years ago
Julio Montoya 0a80efae3f Fixing score see BT#6397 12 years ago
Julio Montoya cbe3969897 Improving results page. (Work in progress) see BT#6397 12 years ago
Julio Montoya dd68842c37 Improving results page. (Work in progress) see BT#6397 12 years ago
Marco Villegas 13f0d895b6 Uncomment exercise attempt transaction saving code 12 years ago
Julio Montoya b654167a3d Adding results page. (Work in progress) see BT#6397 12 years ago
Julio Montoya 39b806ab79 Allow 3 categories in the curriculum tool. 12 years ago
Julio Montoya 2322494d0c Minor - Fixing typos changing TestCategory to Testcategory 12 years ago
Julio Montoya 1705952e5d Minor - removing unused code. 12 years ago
Julio Montoya f639192a65 Minor - format code. 12 years ago
Julio Montoya 9f54bf017b Minor - whitespaces. 12 years ago
Julio Montoya d23d7f7a83 Minor - fixing URL redirection see BT#6955 12 years ago
Julio Montoya 055e464e1d When loading a distribution question list one more shuffle is done. Ask Yannick. :) 12 years ago
Julio Montoya a948a78a3e Minor - Adding option in function in order to not load the category list from the DB. 12 years ago
Julio Montoya 56e1b503fa Fixing - ignore sub cats when generating question list see BT#6943 12 years ago
Julio Montoya cc2988ad03 Minor - fixing typo 12 years ago
Julio Montoya 0f734d44f6 Adding new option EX_Q_SELECTION_CATEGORIES_ORDERED_BY_PARENT_SUB_CAT_RANDOM_QUESTIONS_RANDOM. 12 years ago
Julio Montoya 71271ef8c7 Adding $shuffleSubcategories option in function getCategoryExerciseTree() by default is false so no change to the current algorythm to gather question. Adding new function in order to get the categories based in the question list. getCategoriesFromQuestionList() see BT#6934. No changes to the current exercise display. 12 years ago
Julio Montoya 3d6e072f34 Minor - removing whitespaces 12 years ago