Commit Graph

75 Commits (d72cfeba4318c986f09de355e1b51da012d9caaf)

Author SHA1 Message Date
Cristian Fasanando 491dfe5050 added check path exists inside document table when you create one 16 years ago
Ivan Tcholakov 45bc777651 Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 16 years ago
Ivan Tcholakov 46952d872f Feature #576 - Applying the new function api_get_permissions_for_new_files(). 16 years ago
Ivan Tcholakov 14108b1593 Feature #576 - Applying the function api_get_permissions_for_new_directories() on its relevant places. Using the function umask() has been avoided because this function is not thread-safe. Other minot corrections. 16 years ago
Arthur Portugal 2f1ca458f1 Added a validation to the function create link file CT#191 16 years ago
Ricardo Rodriguez 2db99f58ff fixed files, this files have exceptions when are run tests 16 years ago
Cristian Fasanando f25d2c704b fixed - copy course documents with visibility - CT#392 16 years ago
Arthur Portugal f146b1cacf Fixed clip bug_cuando_reciclas_un_curso.png CT#462 16 years ago
Ricardo Rodriguez 5063d1ba14 Changed in the functions 'die' by 'return' 16 years ago
Juan Carlos Raña 3989666064 voids problems when attempting to view files with strange characters 16 years ago
Ricardo Rodriguez 4f08a1d15e Modified function change exit and die by return false and Fixed test function 16 years ago
cvargas e969a4161a merge 16 years ago
Juan Carlos Raña b1e0246cfd avoids problems when attempting to view files with strange characters. Second send: more filter by strict mode 16 years ago
Juan Carlos Raña 079afc59b0 avoids problems when attempting to view files with strange characters 16 years ago
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 16 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. 16 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'. 16 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