Commit Graph

342 Commits (8399ee588dc66ca774088f7b99705674d914e71a)

Author SHA1 Message Date
Juan Carlos Raña cd0c784c45 Feature #2785 tables: my courses and inscription, calendar, admin languages, agenda, notebook, social network, survey, works, admin templates .And update languages 14 years ago
Juan Carlos Raña 56a49fe0eb Feature #2785 survey and groups 14 years ago
Alberto Torreblanca 481387814a IMPROVED survey list display - CT#526 14 years ago
Alberto Torreblanca acb6c17da9 Remove Language from survey list. 14 years ago
Ivan Tcholakov 31cb60f38a Task #1765 - Removing/changing obsolete code for encoding management (6). A change in the Surveys tool. 14 years ago
Ivan Tcholakov 9cad2e22cb Bug #1831 - Upgrading of the PEAR's package Spreadsheet_Excel_Writer to version 0.9.2. Local changes about Excel export have been made in order defferent input encodings to be supported. 15 years ago
rrodriguez a672b6feac merge 15 years ago
Yannick Warnier f82dacc3e3 Minor - code style update 15 years ago
Ivan Tcholakov dfcfaf5d8d Feature #1744 - Cleaning logical conditions (4). 15 years ago
Yannick Warnier f2e5693787 Minor - added descriptions to tests classes 15 years ago
Ivan Tcholakov e5423bbee9 Feature #1742 - Survey completions may be registered in the gradebook. The student may gain maximal score of 1 point for a completed survey. The the gained score is multiplied by the weight given. This implementation does not require database changes for 1.8.7.1. 15 years ago
Ivan Tcholakov 054b15f40b Suppressing a warning message that may occur on "legitime" situation. 15 years ago
Ivan Tcholakov 39510c0bd0 A minor language woraround. 15 years ago
Julio Montoya 7cd815afb3 Removing ,__FILE__,__LINE__ when using the Database::query() function 15 years ago
Julio Montoya c2bfb16132 Minor - Cosmetic changes 15 years ago
Julio Montoya 03cefca1a0 Removing execise use of remove_XSS . i.e: Database::escape_string(Security::remove_XSS()) 15 years ago
Guillaume Viguier b54363299e Survey report error - CT#1248 15 years ago
Ivan Tcholakov 23ea78e942 Survey tool: Language correction, using a whole translated string instead of assembling it (which does not fit with all the languages). The function strtolower() has been eliminated, it is not ot be applied on human language strings anyway. 15 years ago
Ivan Tcholakov 8dd0f882dc Feature #272 - "Surveys" tool: Revision and cleaning, part 2. 15 years ago
Ivan Tcholakov a77ad9efc2 Feature #272 - "Surveys" tool: Revision and cleaning, part 1. 15 years ago
Ivan Tcholakov 5974516888 Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 15 years ago
Ivan Tcholakov 8f095e91da Feature #757 - The same navigation icons for the Pager are used in "Forums" and "Surveys" too. 15 years ago
Carlos Vargas db40c07ee3 Partial rename get_lang for tools Ct#602 15 years ago
Julio Montoya a74609097f Setting the temp dir for the Spreadsheet_Excel_Writer class problems found in some servers due the tempnam PHP function. tmp file set to api_get_path(SYS_ARCHIVE_PATH) see BT#836 Thanks to Noa for reporting it. 15 years ago
Guillaume Viguier a84019744f Testing with Phing - BT#821 15 years ago
Guillaume Viguier d98243c5a7 Changing names of classes to be used by Phing - BT#821 15 years ago
Ivan Tcholakov 6472e4e9e9 Feature #347 - The old online conferention tool, Permissions, Reservations, Searching, Social network, and Surveys: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 15 years ago
Ivan Tcholakov d8f4aa15f6 Feature #272 - Various corrections about mailing functionality. 15 years ago
Arthur Portugal abace4f499 Added a validation for the foreach in group with the tests CT#191 15 years ago
Julio Montoya 43df34c2d0 Sortable name MUST be unique session order and column problems due a session value 15 years ago
Cristian Fasanando 2f63e67901 minor - show tags html into question description when is edited - partial CT#493 15 years ago
Julio Montoya 80d8913c7c Closing a div sentence see CT#493 15 years ago
Julio Montoya 1424e965a8 Allowing XLS exports see CT#497 15 years ago
Arthur Portugal 09eadcc8ba Changed in the java script $(window) by $(document) CT#462 15 years ago
Arthur Portugal 5eafe32d03 Added in all tools a java script to set a focus in the text box CT#462 15 years ago
Cristian Fasanando 07a1e3e8f1 fixed tab selected and problems with survey is empty - see CT#463 15 years ago
cvargas e969a4161a merge 15 years ago
Cristian Fasanando 3c7d415d1f Fixed - bug in the emerging icons - DT#5455 15 years ago
Arthur Portugal 868e6d35e7 Added comment to language survey DT#5498 15 years ago
Arthur Portugal 2b9f9a28d0 Added - Survey language not stored into DT#5498 15 years ago
Arthur Portugal 34deedcf08 Changed old button arrow into survey DT#5496 15 years ago
Arthur Portugal 11235484bb Fixed Bug when make comparative check DT#5496 15 years ago
Arthur Portugal 3ddabf3c6b Fixed In survey when not there quiz show in a preview a warning DT#5496 15 years ago
Arthur Portugal 991a0c0c36 Fixed Bug in survey when make filter DT#5496 15 years ago
Arthur Portugal 09b4613083 Fixed Into survey when not have nothing quiz show a warning into reports DT#5496 15 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 15 years ago
Ivan Tcholakov 9b1f3ed934 Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query(). 15 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 15 years ago
Ivan Tcholakov de0ec5ca3d Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago