Commit Graph

60 Commits (dcf6c5f4a30dee0e75f23a5d17f366a01ee414dd)

Author SHA1 Message Date
Ivan Tcholakov c81137da87 Feature #306 - Removing the function replace_accents(). This function is not needed anymore. 16 years ago
Ivan Tcholakov 0a0c342768 Feature #306 - Deprecation of the functions replace_accents() and remove_accents(). 16 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 16 years ago
Ivan Tcholakov 30b0daf596 Feature #5397 - Replacing mysql_fetch_row() with Database::fetch_row(). 16 years ago
Ivan Tcholakov f41848b652 Feature #5397 - Replacing mysql_insert_id() with Database::insert_id(). 16 years ago
Ivan Tcholakov ada9c84124 Feature #5397 - Replacing mysql_fetch_array() with Database::fetch_array(). Installation scripts and some other files are skipped in this transaction. 16 years ago
Ivan Tcholakov 9b1f3ed934 Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query(). 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 e1f30c1001 Feature #306 - Replacing the function api_sql_query() with Database::query() within all the library files. 16 years ago
Ivan Tcholakov 96acaa4bd4 Feature #306 - Trimming whitespace from some system library files at the top level, from include-files and from some configuration files. 16 years ago
Yannick Warnier b86b066c6d Commented return message to avoid breaking headers (fixes #5155) 16 years ago
Julio Montoya f12065d4df Showing success message when uploading zips 16 years ago
Ivan Tcholakov 9934f4b62a Feature #4282: The function process_uploaded_file() has been reworked, PHP4-code in it has been removed. 16 years ago
Ronny Velasquez 05954cad5d [svn r22079] Fixed partial - Subtitute target="_top" with target="_self" - see FS#3759 17 years ago
Ivan Tcholakov 45a564b5e5 [svn r21412] FS#306 - File uploader: Fixing the function add_ext_on_mime() properly to detect file extension presense on non-ASCII encoded file name. This, this function will not duplicate sometimes the file extension in its result. 17 years ago
Ivan Tcholakov ff618015cb [svn r21411] FS#306 - The global initialization script: Commenting a duplicate code for initialization of the global variable $charset, to be removed. Offtopic: A minor correction within the table that serves the function add_ext_on_mime() - for 'text/html' MIME type the '.html' extension will be assigned instead of '.htm'. 17 years ago
Ivan Tcholakov cb7dfe777b [svn r21406] FS#306 - Modification of the function replace_dangerous_char(). For Latin 1 platforms (ISO-8859-15, ISO-8859-1, WINDOWS-1252, ...) its behaviour has been preserved. For other platforms (including UTF-8) safe ASCII file names are generated through using transliteration. 17 years ago
Ivan Tcholakov 4276737686 [svn r20457] FS#306 - The common libraries: Improvements for better encoding support, part 2. 17 years ago
Ivan Tcholakov 68c6c770bb [svn r20246] FS#4137 - Fixing a wrong parenthesis in fileUpload.lib.php. 17 years ago
Isaac Flores 95eaef592c [svn r20230] logic changes - added filter html and Security::remove_XSS in learning path - (partial FS#4130) 17 years ago
Isaac Flores a89a154871 [svn r19014] logic changes - added restriction in document tool - (partial FS#3805) 17 years ago
Cristian Fasanando 83fcd987f9 [svn r18711] Minor - Fixed typo into button tag when you upload images for setting a document as template - see FS#3685 17 years ago
Ivan Tcholakov 4ff44e0e42 [svn r18349] FS#2867: Adding detection of mp4 files using mime-type, it is useful for uploads. 17 years ago
Noël Dieschburg c3c3d4ab74 [svn r18203] Button modification. 17 years ago
Carlos Vargas bf1720a636 [svn r18077] partial add function replace_accents to create a directory see FS#3565 17 years ago
Yannick Warnier d8a589c442 [svn r17063] Move replace_dangerous_file() to main_api.lib.php (see FS#1947) by cvargas 17 years ago
Julio Montoya 43135c127e [svn r15182] Now working the readonly option when editing a Document. (see FS#2452 - 10) 18 years ago
Arnaud Ligot cd431ec2eb [svn r15157] escaping the title of each slides when inserting into the database: using Database:: 18 years ago
Arnaud Ligot 941a296905 [svn r15156] escaping the title of each slides when inserting into the database 18 years ago
Eric Marguin 4d50dc3ccf [svn r14805] document tool : apply permissions on files setting when creating / uploading a doc (FS#2422) 18 years ago
Eric Marguin eac1383e7e [svn r14776] add the readonly feature for documents (FS#2127) 18 years ago
Yannick Warnier a2fd4df28a [svn r14318] Added call to replace_accents() in handle_uploaded_documents() 18 years ago
Yannick Warnier d187e9180e [svn r14317] Added comments to replace_accents() 18 years ago
Eric Marguin 037a6601a0 [svn r14177] improve management of accents when creating a doc 18 years ago
Yannick Warnier e1fcef225a [svn r14085] Also check PHP in uppercase. 18 years ago
Yannick Warnier 8dc68d321f [svn r14076] Improve security patch (regexp had a flaw) 18 years ago
Yannick Warnier 6b522c183b [svn r14073] Updated php2phps regexp to cope with the security flaw making possible interpretation of PHP scripts when uploaded with a *.php.* filename - see FS#2152 18 years ago
Yannick Warnier a35895ee59 [svn r14067] Minor - updated comment 18 years ago
Yannick Warnier 5ded415095 [svn r13804] Filter files by extensions in documents, work (student publications) and dropbox (linked with FS#1420) 18 years ago
Eric Marguin 42e4cea0fa [svn r13080] cancel commit 13076 ... I'm sorry and stupid : this wasn't a bug (in fact the bug was due to mkdirs without umask) 18 years ago
Eric Marguin e495ecba56 [svn r13079] fix more bugs with permissions (mainly mkdir without umask(0) or chmod) 18 years ago
Eric Marguin 32edddf14d [svn r13077] oups :) I forgot to remove some debug statement in last commit 18 years ago
Eric Marguin 85572aa867 [svn r13076] fix a global permissions bug when creating a file/folder 18 years ago
Eric Marguin 4182e1a17c [svn r12867] fix a bug when uncompression a zip in document of the group 19 years ago
Yannick Warnier 5e5fced195 [svn r12808] Updated default files and dirs permissions (using database security parameter) 19 years ago
Yannick Warnier 53c4a5f03d [svn r12381] Added filtering capabilities on zip-file upload (to be extended to other uploads) 19 years ago
Julian Prud'homme 97778d4ca4 [svn r12263] First step ni removing all $_SERVER['PHP_SELF'] 19 years ago
Julian Prud'homme b092ec1ff4 [svn r11250] minor - update display (new icons, strip HTML tags in feedback messages, ...) 19 years ago
Yannick Warnier b25297ec28 [svn r11071] Added warning on missing subdir 19 years ago