Commit Graph

1738 Commits (80187342764328f21dc7338cc414104e6ee02ea5)
 

Author SHA1 Message Date
Yannick Warnier 8018734276 [svn r12268] Check the parameter passed is an array (avoid warning messages) 18 years ago
Julian Prud'homme 38d2dbc117 [svn r12267] 4th step in removing all {$_SERVER['PHP_SELF']} 18 years ago
Julian Prud'homme 940ce9b538 [svn r12266] third step in removing all $_SERVER['PHP_SELF'] 18 years ago
Julian Prud'homme 0d8e51a58e [svn r12265] second step in removing all $_SERVER['PHP_SELF'] 18 years ago
Julian Prud'homme 53d6d281e5 [svn r12264] replace a $_SERVER["PHP_SELF"] by api_get_self() 18 years ago
Julian Prud'homme 97778d4ca4 [svn r12263] First step ni removing all $_SERVER['PHP_SELF'] 18 years ago
Eric Marguin 19fc28b09f [svn r12261] fix a bug when sorting the users 18 years ago
Eric Marguin 62784af3da [svn r12260] add the hotspot sources (wuuf) 18 years ago
Julian Prud'homme 317c64c598 [svn r12259] DLTT import 18 years ago
Julian Prud'homme 810ad5a9cc [svn r12258] Change the type of the field option_id from int to text in the course table 18 years ago
Julian Prud'homme ddb43212b7 [svn r12257] Change the version number 18 years ago
Julian Prud'homme 441178f40b [svn r12256] As requested by thomas, sort the user's course by alphabetic order 18 years ago
Eric Marguin d46590378b [svn r12254] when item_type is student_publication, we export it as non_exportable.html too 18 years ago
Eric Marguin 3dcd500cb3 [svn r12253] fix a bug when moving a chapter 18 years ago
Eric Marguin da4c717ab8 [svn r12252] there was a bug when there were parameters in the item path. 18 years ago
Yannick Warnier c4712d8293 [svn r12250] Decode url characters in user response to attempts 18 years ago
Yannick Warnier 13e7d9fc51 [svn r12249] Check if the array is not empty before doing so many operations on it. 18 years ago
Yannick Warnier ee7732d0b0 [svn r12248] Removed deprecated usage of _uid, replaced by directly accessing $_SESSION['_user']['user_id'] which is the most reliable source. 18 years ago
Yannick Warnier 9e5e1ecb83 [svn r12247] Removed deprecated usage of _uid, replaced by directly accessing $_SESSION['_user']['user_id'] which is the most reliable source. 18 years ago
Yannick Warnier 778a74e803 [svn r12246] Ensure user_id and group_id are defined before issuing DB query 18 years ago
Eric Marguin e7401c4dc0 [svn r12245] fix a bug in global datas of the user 18 years ago
Eric Marguin bc1a483603 [svn r12244] fix the bug http://www.dokeos.com/forum/viewtopic.php?t=8987 18 years ago
Yannick Warnier f35574d042 [svn r12243] Comment unused lines that were generating useless error messages. We never use SQL queries directly from QuickForm to generate select dropdowns 18 years ago
Yannick Warnier bf802a08d5 [svn r12242] Moved loading of slideshow language file (wasn't loaded) 18 years ago
Yannick Warnier 5b4e8d3a9a [svn r12241] Removed unused second parameter to get_personal_session_course_list() 18 years ago
Yannick Warnier 791f6e5f88 [svn r12240] Change by Arnaud L. - added utf8_encode() calls to fix accentuated display problems in openlazslo application 18 years ago
Yannick Warnier f657daf0da [svn r12239] Added art license (depends on language files - email sent to the translation list) 18 years ago
Julian Prud'homme c5a47f0854 [svn r12238] Fix a bug with matching type question (question score) when the number of matching was different of the number of label 18 years ago
Julian Prud'homme 08c44858c3 [svn r12237] set the official code required status to false for the user registration 18 years ago
Julian Prud'homme 694036186e [svn r12235] Display the date in the correct format 18 years ago
Julian Prud'homme 005fe031de [svn r12233] Display the test description 18 years ago
Julian Prud'homme 4e23d51767 [svn r12231] Remove possible withe spaces before email adresses 18 years ago
Julian Prud'homme 0bba7f33fc [svn r12230] Fix a bug with the scoring for students 18 years ago
Julian Prud'homme 24e5abd979 [svn r12229] minor : increase the size of the textarea in to answer an open question 18 years ago
Julian Prud'homme 281fa4f253 [svn r12228] Display a message when a user is subscribed in a session only 18 years ago
Julian Prud'homme d30cf010f7 [svn r12226] Change a language var 18 years ago
Julian Prud'homme a49e14ee07 [svn r12225] re_add a missing '?' in a link 18 years ago
Yannick Warnier d290f59922 [svn r12224] Fixed little bug in database naming. Partial database names are enough for Database::get_course_table(), no need to give table_prefix 18 years ago
Yannick Warnier 4f66a8fb43 [svn r12223] Make sure $platformLanguage is defined (was empty, most of the time) 18 years ago
Yannick Warnier 45ec89cab5 [svn r12222] Using platformLanguage from the source (database) if empty (might fix problem editing homepage) 18 years ago
Yannick Warnier 134661b6ad [svn r12221] Added cidReq's to most links - final step 18 years ago
Yannick Warnier 003bf3d82d [svn r12220] Added cidReq's to most links - first step 18 years ago
Yannick Warnier e33158b0b4 [svn r12219] Updated call to api_not_allowed() calls, part 2/2 -this also prevents api_not_allowed message without stylesheets 18 years ago
Yannick Warnier 14efa1a1c3 [svn r12218] Updated to api_not_allowed() calls, part 1/2 18 years ago
Yannick Warnier c677bb79d0 [svn r12217] Print headers in api_not_allowed() 18 years ago
Yannick Warnier 8c8374b529 [svn r12216] Improved checks before HTTP redirection to user_portal (in api_not_allowed()) 18 years ago
Yannick Warnier 2299eee5c4 [svn r12215] Added param to api_not_allowed(). Default is as before (doesn't print headers). If param set to true, headers are considered already sent (redirect is impossible) 18 years ago
Yannick Warnier e140ba6d95 [svn r12214] api_not_allowed() called before any output 18 years ago
Yannick Warnier 4b86251d49 [svn r12213] api_not_allowed() now deals itself with the header (this means it has to be called before any output in other tools) 18 years ago
Yannick Warnier 6f83371758 [svn r12212] Added cidReq to all homepage tools links 18 years ago