Commit Graph

366 Commits (d834f36868d404aba82b901b5f7fc8b79f959729)

Author SHA1 Message Date
Julio Montoya b3903f59a1 Removing "language=javascript" not a valid and recomended attribute 14 years ago
Julio Montoya 3b189e9ad2 Replacing form_header to the legend tag 14 years ago
Julio Montoya f18d73beaf Replacing some '32' strings with the new icon constant ICON_SIZE_MEDIUM 14 years ago
Julio Montoya e2a2f176e1 Replacing some '22' strings with the new icon constant ICON_SIZE_SMALL 14 years ago
Julio Montoya 87f86bd06f Replacing some '22' strings with the new icon constant ICON_SIZE_SMALL 14 years ago
Julio Montoya a94cac7509 Fixing function get_user_list_from_course_code() removing unused parameter 14 years ago
Julio Montoya 8cd07164b3 Minor - Adding handy function to check if a user filled a survey 14 years ago
Julio Montoya 4859c45f33 Survey: fixing warning message see BT#3387 14 years ago
Julio Montoya 309a69423c Fixing queries due the single database changes see #3910 14 years ago
Julio Montoya 323d554233 Adding c_id in queries changes due the new single database changes see #3910 14 years ago
Julio Montoya e11a017185 Minor - Fixing checkboxes 14 years ago
Julio Montoya f51bfa9497 Adding survey list in student reporting page (only for courses) see BT#3139 14 years ago
Julio Montoya e60da24ebd Fixing SQL queries due the new database changes (single database) 14 years ago
Julio Montoya b020f1dc61 Changing lot of queries in order to use one real course database see #3910 14 years ago
Julio Montoya b3a9e4f2ab Removing libraries that are already included in global.inc.php 15 years ago
Julio Montoya c26dcd29b4 Moving sortableclass.lib.php and usermanager.lib.php in global.inc.php 15 years ago
Yannick Warnier 3ffacb4a92 Backing out Cesar's mistaken push 15 years ago
César Perales 4b5bfbe79d minor fix, missing selected attribute for minutes, when editing agenda event #3692 15 years ago
Yannick Warnier f1e59a9bab Minor - Adapting code comments to phpdoc 15 years ago
Julio Montoya f5b7ba38f4 Adding extra fields in survey exports fixes #1647 15 years ago
root 5b2ec4f888 permission commit + removes tests directory 15 years ago
Julio Montoya df6c223193 Removing jquery.js calls because this is already called in the header/banner file 15 years ago
Julio Montoya 2592038008 Removing labels in survey question list 15 years ago
Julio Montoya d6f2bce197 Adding intvals in functions before executing queries 15 years ago
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 15 years ago
Juan Carlos Raña 56a49fe0eb Feature #2785 survey and groups 15 years ago
Alberto Torreblanca 481387814a IMPROVED survey list display - CT#526 15 years ago
Alberto Torreblanca acb6c17da9 Remove Language from survey list. 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov 31cb60f38a Task #1765 - Removing/changing obsolete code for encoding management (6). A change in the Surveys tool. 15 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. 16 years ago
rrodriguez a672b6feac merge 16 years ago
Yannick Warnier f82dacc3e3 Minor - code style update 16 years ago
Ivan Tcholakov dfcfaf5d8d Feature #1744 - Cleaning logical conditions (4). 16 years ago
Yannick Warnier f2e5693787 Minor - added descriptions to tests classes 16 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. 16 years ago
Ivan Tcholakov 054b15f40b Suppressing a warning message that may occur on "legitime" situation. 16 years ago
Ivan Tcholakov 39510c0bd0 A minor language woraround. 16 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 16 years ago
Julio Montoya 7cd815afb3 Removing ,__FILE__,__LINE__ when using the Database::query() function 16 years ago
Julio Montoya c2bfb16132 Minor - Cosmetic changes 16 years ago
Julio Montoya 03cefca1a0 Removing execise use of remove_XSS . i.e: Database::escape_string(Security::remove_XSS()) 16 years ago
Guillaume Viguier b54363299e Survey report error - CT#1248 16 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. 16 years ago
Ivan Tcholakov 8dd0f882dc Feature #272 - "Surveys" tool: Revision and cleaning, part 2. 16 years ago
Ivan Tcholakov a77ad9efc2 Feature #272 - "Surveys" tool: Revision and cleaning, part 1. 16 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. 16 years ago
Ivan Tcholakov 8f095e91da Feature #757 - The same navigation icons for the Pager are used in "Forums" and "Surveys" too. 16 years ago
Carlos Vargas db40c07ee3 Partial rename get_lang for tools Ct#602 16 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. 16 years ago