Commit Graph

81 Commits (ebd5161cd026d16c0f27fb2fb664d5af1bc0e92f)

Author SHA1 Message Date
cvargas e969a4161a merge 16 years ago
Arthur Portugal 41193d993b Fixed align in exercises for browser safari and IE DT#5496 16 years ago
Ivan Tcholakov e5c9dddad1 Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). 16 years ago
Ivan Tcholakov f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 16 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 0e51c62659 Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "announcements" folder and ending with "group" folder. 16 years ago
Ivan Tcholakov 7aef9165bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 1, 220 files. 16 years ago
Cristian Fasanando f05e124007 Fixed Bug in hotspot when use Empty this training - DT #5174 16 years ago
Julio Montoya 8d925de52f Now is possible to save a question description with FF 16 years ago
Julio Montoya 1e8c404e0f [svn r22257] Minor - some more space for questions 17 years ago
Ivan Tcholakov ee2eecea04 [svn r22250] FS#2867 - The online editor: Renaming a toolbar, 'QuestionDescription' --> 'TestQuestionDescription'. 17 years ago
Ivan Tcholakov f404a89548 [svn r22051] FS#2867 - The exercises tool: Eliminating the global variable $fck_attribute within the file question.class.php. 17 years ago
Isaac Flores f3604eeabb [svn r21662] logic changes - improvements in serach tool - (partial FS#4346) 17 years ago
Julio Montoya 1164f2f7f9 [svn r20990] The LP exercise max_score dont have to be changed see FS#4243 17 years ago
Arthur Portugal 5a3d908018 [svn r20851] Fixed Give a context to the test FS#4232 17 years ago
Arthur Portugal 1949e16f3b [svn r20850] Fixed image for test repository FS#4232 17 years ago
Isaac Flores e2163016c8 [svn r20795] minor - logic changes - replace COURSEMANAGER by COURSEMANAGERLOWSECURITY in test tool - (partial FS#3909) 17 years ago
Patrick Cool 7274f82852 [svn r20776] removing all addslashes and stripslashes to prevent double escaping. 17 years ago
Carlos Vargas 86daa345e4 [svn r20644] add remove_XSS in exercises see FS#4169 17 years ago
Julio Montoya 8940be1155 [svn r20566] Minor - Adding missing </div> tag 17 years ago
Cristian Fasanando 493627454e [svn r20224] Allowed to create a fake content in each question type - see FS#4051 17 years ago
Arthur Portugal f92aa95259 [svn r20165] Added the image star in request field "*" see FS#3909 17 years ago
Julio Montoya 329a355f7c [svn r20159] Adding applyfilter to some forms see FS#4116 17 years ago
Julio Montoya 126b0b3db8 [svn r20136] Exercise tool: More UI improvements see FS#3991 17 years ago
Arthur Portugal ec1e5f9dbc [svn r20029] Fixed the click in all questions for IE7 17 years ago
Julio Montoya eb934ca961 [svn r19955] Now we show the feedback in one question by page or all questions in page see FS#4034 17 years ago
Julio Montoya 8286074205 [svn r19797] Test improvements: fixing question list see FS#3990 17 years ago
Julio Montoya 8a8ca59ea4 [svn r19785] Question difficulty: 1 to 5 only see FS#4034 17 years ago
Patrick Cool 4ad88bf292 [svn r19675] form with form titles 17 years ago
Carlos Vargas 419122fb1e [svn r19660] minor changes in hotspot and css ejercises see FS#3991 17 years ago
Carlos Vargas d639c88ec6 [svn r19517] fixed bug in add hotspot and change class in button see FS#3964 17 years ago
Carlos Vargas f2db56aadf [svn r19430] minor changes in exercises see FS#3918 17 years ago
Carlos Vargas 9afb6d0f7e [svn r19428] minor changes in add question see FS#3918 17 years ago
Isaac Flores c222350cc4 [svn r19361] logic changes - fixes bug in query sql -(partial FS#3920) 17 years ago
Cristian Fasanando b2ecfdc4cc [svn r18543] Minor - Fixed warning about mysql_result into exercise tool - see FS#3510 17 years ago
Ivan Tcholakov e7e64dc580 [svn r18487] FS#2867 - FCKEditor: Cleaning obsolete settings for the online editor in the Tests tool. 17 years ago
Juan Carlos Raña 7fa94503e9 [svn r18476] configure test buttons bar 17 years ago
Julio Montoya 2c00c0b885 [svn r18411] Fixing the querys in the question pool. If a DirectFeedback questions is enabled we filter the type of question that could be added ( see FS#3612) 17 years ago
Julio Montoya a37bfb6f9b [svn r18005] Adding some UI improvements Quiz Tool - see FS#3515 17 years ago
Julio Montoya 99d8694744 [svn r18002] Adding some UI improvements - see FS#3515 17 years ago
Julio Montoya 68ace5837f [svn r17972] Added the max_item_allowed option in Tests and in the LP(developed by Nicolas Raynaud (Cyim) added/modified by jmontoya) FS#3515 17 years ago
Carlos Vargas 25226290e5 [svn r17969] in styles height=100% and exercise has improved the presentation of options question see FS#3519 17 years ago
Cristian Fasanando 164a5abc38 [svn r17954] Fixed little typo in SQL query (breaking new questions creation) 17 years ago
Julio Montoya 76ec824e7e [svn r17948] New code in tool exercise (questions with) developed by Nicolas Raynaud (Cyim) added by jmontoya FS#3515 17 years ago
Cristian Fasanando 374af6cb2d [svn r17741] Logic Changes - Added information stored in the item_property table when creating, updating and deleting a quiz or a question - see FS#3417 17 years ago
Marco Villegas acb9b3806d [svn r17609] search: exercise tool: implements indexing and processor 17 years ago
Marco Villegas ec603c5fb0 [svn r17489] dokeos: don't update exercise table everytime a position reenter is needed 17 years ago
Yannick Warnier 6fe12504c9 [svn r16879] Fixed ordering bug when removing a question in the middle of an exercise. 17 years ago
Juan Carlos Raña e9f95c90e9 [svn r16865] added alternative texts on the icons 17 years ago