Commit Graph

160 Commits (c18d531ae6c45fc6520a877a7d8790bfc7db7b92)

Author SHA1 Message Date
Julio Montoya d6c58ea2f5 Avoid Security::remove_XSS partial CT#586 16 years ago
Arthur Portugal e958de842e Added a require_once gradebook_functions.inc.php for the tests CT#191 16 years ago
Arthur Portugal f881568344 Added a require_once about gradebook_functions.inc.php for the tests CT#191 16 years ago
Julio Montoya dcd55c8bed Adding \"intval\" function, deleting unnecessary \"remove_XSS\" function when inserting a post in a forum partial CT#586 16 years ago
cfasanando 9fca61be94 merge 16 years ago
Arthur Portugal f09de8c4d9 Removed called global for tables database CT#191 16 years ago
Ivan Tcholakov e43010ba9e Feature #347 - Tests (Exercices), External modules, Forums: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Julio Montoya fb0aa91175 Fixes CT#550 Bug in forum if you delete a post by Hubert Borderiou 16 years ago
Ivan Tcholakov d8f4aa15f6 Feature #272 - Various corrections about mailing functionality. 16 years ago
Ivan Tcholakov c088a21b36 Feature #272 - Mailing: Duplicate statements for loading the configuration file have been removed. 16 years ago
Julio Montoya 58f9c84a22 Deleting error_log functions 16 years ago
Cristian Fasanando 7c9a6be041 Fixed bug in forum with the social network, when there are more than six forums, the shared profile not show the forums - partial CT#493 16 years ago
Ricardo Rodriguez ce2958504b Eliminated $message = Database::escape_string($message) 16 years ago
Ricardo Rodriguez 575c1293b3 Added Security::remove_XSS at text field in forum 16 years ago
Ricardo Rodriguez c1b8b1b4b1 Modified the function get_all_post_from_user deleted the cut in the line 3956 CT#469 16 years ago
Cristian Fasanando f074a1ee82 fixed - repetitions threads of forum in social network and show images - CT#469 16 years ago
Arthur Portugal 09eadcc8ba Changed in the java script $(window) by $(document) CT#462 16 years ago
Arthur Portugal 5eafe32d03 Added in all tools a java script to set a focus in the text box CT#462 16 years ago
Cristian Fasanando d9d39edc5a fixed - allow back to forum when an user enter from a group - see CT#458 16 years ago
Julio Montoya b1f7e58919 Changing _medium, _small , big_ to constants in user_manager class 16 years ago
Juan Carlos Raña bc51c92f8c fix semantic of several lang vars and icons 16 years ago
Carlos Vargas 979c56e921 minor Show the field numeric_calification, only if you include the item in the grade book see #369 16 years ago
cvargas e969a4161a merge 16 years ago
Isaac Flores 7d3c592754 Fixed error with dokeos footer in forum search 16 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 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
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 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 7aef9165bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 1, 220 files. 16 years ago
Ivan Tcholakov e197cb109e Feature #306 - Replacing the ugly construct (my workaround) @getimagesize(api_url_to_local_path($image_path)) with a better one: api_getimagesize($image_path). 16 years ago
Juan Carlos Raña 8f7ab27813 fix icon lang 16 years ago
Ivan Tcholakov a130b1e0c0 Bug #3646 and Issue #306 - Forums tool: Fixing person name order to be dependable on the internationalization settings, other minor corrections. 16 years ago
Ivan Tcholakov e27f8ea601 Bug #1370 - Before going further, cleaning code first. Clarification of using constants for selecting database tables. Replacing everywhere hardcoded database names with the corresponding constants. 16 years ago
Cristian Fasanando 543b410b42 fixed button search in forum - partial DT #5116 16 years ago
Carlos Vargas 348d6b3ffe align icon hide show parameters in forum 17 years ago
Isaac Flores 9fcf30dba8 [svn r22569] logic changes-improvements in social tool - (partial FS#4447) 17 years ago
Julio Montoya 8c476621ab [svn r22357] Adding intval and escape_string function see FS#4389 17 years ago
Ivan Tcholakov 8f85ce16e9 [svn r22259] FS#2867 - The online editor, learner's toolbars: Changing identificators to Borland-like style (as it was adopted by FCKEditor). 17 years ago
John Hinojosa 2a6e4ce087 [svn r22072] change target="_top" with target="_self" FS#3759 17 years ago
Ivan Tcholakov 3a3da756a6 [svn r22067] FS#2867 - The forums tool: Eliminating the global variable $fck_attribute. 17 years ago
Patrick Cool 39007b7946 [svn r21040] Using Display::return_icon 17 years ago
Noël Dieschburg f901f0018a [svn r21006] dokfs4255 : avoid mysql error when creating a group. 17 years ago
Ivan Tcholakov 19b511b13f [svn r20951] FS#4118 - Fixing more unsafe calls of the function getimagesize(), hopefully all of them. 17 years ago
Isaac Flores 08a2e2d800 [svn r20796] minor - logic changes - replace COURSEMANAGER by COURSEMANAGERLOWSECURITY in forum tool - (partial FS#3909) 17 years ago
Ivan Tcholakov ecbfd35e89 [svn r20717] FS#306 - Replacing some natural language unsafe occurrences of the function html_entity_decode(). 17 years ago
Carlos Vargas 064bad1da6 [svn r20607] add remove_XSS in forum see FS#4169 17 years ago
Julio Montoya ccdd41bfd9 [svn r20562] Fixing the # of posts see FS#4179 17 years ago
Julio Montoya cffc62ddca [svn r20561] Improvements to the user picture (2 new size picture now available) FS#4108 by jhp1411 17 years ago