Commit Graph

1488 Commits (6716b21b560a8698777bfd2defa7f4c591d393b5)

Author SHA1 Message Date
Eric Marguin e495ecba56 [svn r13079] fix more bugs with permissions (mainly mkdir without umask(0) or chmod) 17 years ago
Eric Marguin 85572aa867 [svn r13076] fix a global permissions bug when creating a file/folder 17 years ago
Julian Prud'homme 8a0d2a39e2 [svn r13069] The course code is no more required when creating a course so we generate a course code if it's empty 17 years ago
Julian Prud'homme efd30455e4 [svn r13065] Fix a bug with the notice : http://projects.dokeos.com/?do=details&id=1883 17 years ago
Yannick Warnier 3a62208eb8 [svn r13055] Fixes bug FS#1788 17 years ago
Julian Prud'homme 4f43721ef5 [svn r13044] minor - fix a display bug : http://projects.dokeos.com/?do=details&id=1883 17 years ago
Julian Prud'homme aaf76c3ade [svn r13006] add the parameter "false" at display_error_message() to parse html 17 years ago
Eric Marguin 7c8038aedb [svn r12982] fix a bug with the status 17 years ago
Julian Prud'homme 463cf49ec9 [svn r12979] Fix a bug 17 years ago
Julian Prud'homme 988e72c528 [svn r12976] If there is only one session imported, we redirect on the session resume page : http://projects.dokeos.com/?do=details&id=1867 17 years ago
Eric Marguin cccf074975 [svn r12956] simpleXmlElement->nodeValue() becomes simpleXmlElement->nodeValue due to strange compatibility reasons 17 years ago
Julian Prud'homme 6762cceeeb [svn r12954] Add this feature : http://projects.dokeos.com/?do=details&id=1868 17 years ago
Julian Prud'homme 02c0ad98c8 [svn r12942] Fix a bug 17 years ago
Julian Prud'homme c29ac3620f [svn r12927] Fix a bug : http://projects.dokeos.com/?do=details&id=1846 (the 6th bug) 17 years ago
Julian Prud'homme 8f726f79fa [svn r12909] Fix lang var bugs : http://projects.dokeos.com/?do=details&id=1842 17 years ago
Julian Prud'homme 5514f682a8 [svn r12907] Fix a bug 17 years ago
Julian Prud'homme 080f43340e [svn r12905] replace a hard coded string by a lang var 17 years ago
Julian Prud'homme 32a3a32caf [svn r12903] Fix a minor bug : http://www.dokeos.com/forum/viewtopic.php?t=11240 17 years ago
Yannick Warnier 03353166d7 [svn r12894] Added session_write_close() to close session access before checking the PHP version on Dokeos website. This fixes an issue whereas, on some servers, the next script would wait for the session check to finish before starting its own session. 18 years ago
Julian Prud'homme b3f81818c5 [svn r12870] Fix a bug when there is no teachers assigned to this course : we add the course tutor too 18 years ago
Julian Prud'homme 5ff3d1988a [svn r12869] Fix a bug with the course teacher name 18 years ago
Yannick Warnier 85dfb152e6 [svn r12809] Updated default files and dirs permissions (using database security parameter) 18 years ago
Patrick Cool b61eec0278 [svn r12793] replace $PHP_SELF with api_get_self() and correct a missed hardcoded langvar 18 years ago
Patrick Cool c9799d2bec [svn r12792] hardcoded lang vars 18 years ago
Eric Marguin 11c8e449be [svn r12757] rename a langvar (ActivateService) : task FS#1746 18 years ago
Julian Prud'homme b57e6e71a8 [svn r12712] Fix a bug with user status *in the course* 18 years ago
Eric Marguin 24fc844011 [svn r12707] because of check_token, we were not able to delete users selecting them with checkboxes 18 years ago
Eric Marguin 278d87c8ac [svn r12705] make available more tools of the fckeditor to edit the homepage 18 years ago
Julian Prud'homme 8dc7b67b02 [svn r12612] invert the lastname and the firstname (task http://projects.dokeos.com/?do=details&id=1598) 18 years ago
Yannick Warnier e394fe4309 [svn r12593] Added variables for videoconference openlaszlo scripts setup 18 years ago
Eric Marguin 58fb17d6e9 [svn r12576] remove the ephorus iframe and replace it by language strings (task 1559) 18 years ago
Eric Marguin f783f1d793 [svn r12528] fix a bug when accents are present in xml doc : 18 years ago
Eric Marguin 62b99a7d89 [svn r12527] fix a bug when there is a quote in the session name 18 years ago
Julian Prud'homme e63e82d4ac [svn r12526] Fix a bug when deleting multiple sessions 18 years ago
Patrick Cool b35deb5649 [svn r12502] correct nomenclatura 18 years ago
Yannick Warnier 7de9fd82cb [svn r12501] Review of the multi-lingual translation system. Still missing something to hide or show some sections, but it works now with all the languages. 18 years ago
Yannick Warnier fedb1a8b0c [svn r12500] Progressive homepage edition code update - final minor changes before reviewing the language management 18 years ago
Yannick Warnier b7c0545b9a [svn r12499] Progressive homepage edition code update - initial minor changes (adding comments, removing useless code, improving filtering) 18 years ago
Julian Prud'homme fcc6932eea [svn r12498] Fix a bug (sql error) when we try to add a teacher who is already subscribed as student in the course 18 years ago
Yannick Warnier a17a492712 [svn r12495] Removed potential XSS 18 years ago
Yannick Warnier 10e2b451ca [svn r12494] Switched if-elseif statements to switch() to improve readability and possibly efficiency of the script 18 years ago
Yannick Warnier 2d65f6a290 [svn r12493] Filtered GET['action'] and fixed fckeditor library inclusion 18 years ago
Yannick Warnier 78dc453b43 [svn r12487] Improved a bit auto-filtering method for huge data sets. Now only assigns default filter on users names if no filter exists and the users list is greater than 1000. This makes it impossible to display a non-filtered list as soonas there are more than 1000 users, which is a reasonnable amount. 18 years ago
Yannick Warnier 233eb83199 [svn r12486] Set default initial filtering letters to improve slightly performances of the script on first load. 18 years ago
Yannick Warnier 0810971cf8 [svn r12485] Fixed XSS for GET['keyword']: http://projects.dokeos.com/?do=details&id=1581 18 years ago
Yannick Warnier 7839f10bdb [svn r12484] Added possibility to search for all admins 18 years ago
Julian Prud'homme c85260eee3 [svn r12420] minor - fix a bug with the export 18 years ago
Eric Marguin ff04967782 [svn r12388] 18 years ago
Julian Prud'homme 253a0b2cf0 [svn r12379] Fix the picture upload bug in http://projects.dokeos.com/?do=details&id=1506 18 years ago
Eric Marguin 92b8d67574 [svn r12332] fix a bug when reinitializing the password 18 years ago