Commit Graph

232 Commits (3a0cc75ad0b7d877e2cfefe4550cdd6a0ae6b0c3)

Author SHA1 Message Date
Arthur Portugal f14ed0332f Fixed Bug access group forum DT#4214 15 years ago
Arthur Portugal 9669f6aed2 Fixed Bug access group forum DT#4214 15 years ago
Isaac Flores 7d3c592754 Fixed error with dokeos footer in forum search 15 years ago
Juan Carlos Raña d94a859d81 fix several lang var 15 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 15 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(). 15 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 15 years ago
Ivan Tcholakov 588a409e3a Feature #306 - Line endigs cohrrence, Part 1: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago
Juan Carlos Raña 38daca6aff fix ambiguous icon for quote messages 15 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 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. 15 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 15 years ago
Ivan Tcholakov 7aef9165bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 1, 220 files. 15 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). 15 years ago
Arthur Portugal 646959fc68 Added display icon to post and replay forum 15 years ago
Carlos Vargas a28f8b21ab In now, the icon edit the theme of the forum 15 years ago
Juan Carlos Raña 8f7ab27813 fix icon lang 15 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. 15 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. 15 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 16 years ago
ndieschburg 05664f2f55 Corrects the always edit the same post bug 16 years ago
Isaac Flores 9fcf30dba8 [svn r22569] logic changes-improvements in social tool - (partial FS#4447) 16 years ago
Julio Montoya 8c476621ab [svn r22357] Adding intval and escape_string function see FS#4389 16 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). 16 years ago
Cristian Fasanando c87dfa80b2 [svn r22201] Added library event.lib.inc.php in global.inc and remove require_once to this one from other files - partial FS#842 16 years ago
John Hinojosa 2a6e4ce087 [svn r22072] change target="_top" with target="_self" FS#3759 16 years ago
Ivan Tcholakov 3a3da756a6 [svn r22067] FS#2867 - The forums tool: Eliminating the global variable $fck_attribute. 16 years ago
Ivan Tcholakov b8bf14f443 [svn r21933] FS#2867 - The FCKEditor, all introduction sections: Eliminating the global variable $fck_attribute. 16 years ago
Arthur Portugal 23bb5f5edf [svn r21180] Minor - remove float cause was problem view student icon "search" FS#4232 16 years ago
John Hinojosa 43e077e3e5 [svn r21171] forum - change variable post to thread - fixed FS#4269 16 years ago
Isaac Flores fa65841b53 [svn r21115] logic changes - improvements in security in forum tool - (partial FS#4261) 16 years ago
Isaac Flores 17ff505c8b [svn r21113] minor - logic changes - improvements security in forum tool - (partial FS#4261) 16 years ago
Patrick Cool 39007b7946 [svn r21040] Using Display::return_icon 16 years ago
Patrick Cool dfbd31de2d [svn r21039] code and interface optimalisation 16 years ago
Noël Dieschburg f901f0018a [svn r21006] dokfs4255 : avoid mysql error when creating a group. 16 years ago
Ivan Tcholakov 19b511b13f [svn r20951] FS#4118 - Fixing more unsafe calls of the function getimagesize(), hopefully all of them. 16 years ago
Isaac Flores 08a2e2d800 [svn r20796] minor - logic changes - replace COURSEMANAGER by COURSEMANAGERLOWSECURITY in forum tool - (partial FS#3909) 16 years ago
Ivan Tcholakov ecbfd35e89 [svn r20717] FS#306 - Replacing some natural language unsafe occurrences of the function html_entity_decode(). 16 years ago
Ivan Tcholakov 2b68b8876e [svn r20716] FS#306 - Replacing some natural language unsafe occurrences of the function htmlentities() and other similar fixes. 16 years ago
Ivan Tcholakov e5b8c9b669 [svn r20682] FS#306 - Replacing some natural language unsafe occurrences of the functions strlen() and substr(). Fixing a call to a non-existing function. 16 years ago
Isaac Flores 5e42e3cf57 [svn r20611] style changes - improvements in group tool - (partial FS#3385) 16 years ago
Carlos Vargas 064bad1da6 [svn r20607] add remove_XSS in forum see FS#4169 16 years ago
Isaac Flores c4427c1310 [svn r20597] logic changes - added restriction for anonymous user - (partial FS#3985) 16 years ago
Julio Montoya ccdd41bfd9 [svn r20562] Fixing the # of posts see FS#4179 16 years ago
Julio Montoya cffc62ddca [svn r20561] Improvements to the user picture (2 new size picture now available) FS#4108 by jhp1411 16 years ago
Ivan Tcholakov d21825b849 [svn r20452] FS#306 - The "Forums" tool: Improvements for better encoding management. 16 years ago
Julio Montoya 6d7a7bd447 [svn r20422] Forum options - Advanced parameters align 16 years ago
Juan Carlos Raña a796407157 [svn r20414] fix several texts and icons 16 years ago
Cristian Fasanando 63c2f51ce3 [svn r20369] Style Changes - Implemented Alignment content of test, assignment and forum in view of lp - FS#4160 16 years ago