Commit Graph

68 Commits (26f4bd1652d51a5061b3e36f25522809966e23b5)

Author SHA1 Message Date
Julio Montoya a82e371427 Fixing documents student visibility in a session see BT#1652 15 years ago
Ivan Tcholakov b81b576864 More minor corrections, not important. 15 years ago
Juan Carlos Raña 33678de470 Feature #300 a search of documents that are similar to the tool users 15 years ago
Yannick Warnier 1467945b79 Minor - ensure a default quota is always returned from get_course_quota() 15 years ago
Juan Carlos Raña 4e5d7d8410 fix return database session value for $docs_and_folders into document.php 15 years ago
Julio Montoya 02d09d32a6 office 2007 mimetypes (changeset: 9270:22e462b9b948 from dokeos) 16 years ago
Yannick Warnier c7e4930c9f Testing - Fixed a series of tests 16 years ago
Ivan Tcholakov 54a9b942c2 Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them. 16 years ago
Julio Montoya 771130f89b Updating the certificate to work with the new timezone feature 16 years ago
Julio Montoya 57658eaa37 Certificates added to Chamilo see CT#751 (partial) 16 years ago
Ivan Tcholakov 27007797e1 A quick fix in document.lib.php: Adding a missing field "lastedit_date" within a SQL-query. 16 years ago
Ivan Tcholakov 00bb0818d5 Minor, cosmetic changes in ""document.lib.php" file. 16 years ago
Ivan Tcholakov 78bacd5602 Feature 272 - Applying the function replace_dangerous_char() for file names of downloaded files. Cosmetic changes in the main API. 16 years ago
Ivan Tcholakov 4a2391177f Feature #272 - A correction for the previous transaction. 16 years ago
Ivan Tcholakov 31ff6a8e04 Feature #272 - HTML files: Passing read/detected encoding value to the browser using the HTTP-header (too). Thus, not well-formed html-files have good chance to be showed using the right encoding. 16 years ago
Ivan Tcholakov fc7b8541cc Feature #272 - Showing plain text files: Passing encoding detection result to the browser. 16 years ago
Ivan Tcholakov 290f24178b Feature #347 - Reverting some optimized code for the sake of testers' convenience. 16 years ago
Ivan Tcholakov 76c9f1ce85 Feature #347 - Code cleaning for the Document manager class; suppressing unwanted error in the file upload library. 16 years ago
Julio Montoya 67c3626ef0 Deleting ==== from heades adding license text 16 years ago
Cristian Fasanando a0b1e45ff8 added resources from course outside a session inside the course in a session - partial BT#570 16 years ago
Ivan Tcholakov 0c1280587b Feature #272 - Installation scripts: Replacement of all mysql_*() function calls with Database::*() equivalents. 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
Cristian Fasanando 876d627f0e Fixed - urls are replaced with the destination course path and destination course code from copy course 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
Cristian Fasanando d84dcb25ac Fixed show only documents base into a training session documents - partial DT#5496 16 years ago
Cristian Fasanando 97479457c2 added documents by default for a course in session - partial DT#5377 16 years ago
Juan Carlos Raña 3e292dc184 fix bug #5443 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
Cristian Fasanando c8a1e79b66 Fixed list of folders in group tool for document - partial DT #3587 16 years ago
Ivan Tcholakov 0f78b8955b Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 16 years ago
Isaac Flores 450ed6d8d6 [svn r22298] added keyword "static" in file document.lib.php - (partial FS#4400) 16 years ago
Ivan Tcholakov 49d35be75e [svn r21530] FS#306 - The document manager class: Changing sorting of file and folder names to be into natural order. 16 years ago
Ivan Tcholakov 1eb4931462 [svn r21518] FS#306 - Fixing some incorrect calls of the function sort(). 16 years ago
Julio Montoya 46b843a3a6 [svn r21082] Security improvements FS#4261 17 years ago
Patrick Cool 90063aefe4 [svn r18961] * image upload for personal template 17 years ago
Juan Carlos Raña 6cf0dc2040 [svn r18937] show better possible return 17 years ago
Juan Carlos Raña d308f31ad3 [svn r18897] improved protection of documents viewable directly through the url 17 years ago
Isaac Flores a5871f30c3 [svn r18628] logic changes - fixed bug, in the document tool,with templates - (partial FS#3664) 17 years ago
Julio Montoya b114c561eb [svn r18578] Avoiding wrong behavior when deleting documents see FS#2970 17 years ago
Juan Carlos Raña f7f22b4bc2 [svn r18363] fixes problem of hidden documents embedded in Web pages that can't be seen by students 17 years ago
Marco Villegas 18d45cddcc [svn r17608] search: document tool: implements indexing and processor 17 years ago
Jan Derriks d820ddf499 [svn r17433] FS#2835 - Access to a hidden (visibility=0 somewhere in the path) document should be impossible. 17 years ago
Yannick Warnier 9af18442ea [svn r16502] Dangerous headers change for file download. Tested with IE and FF, but could have side-effects. Remove caching declaration which obviously seemed misplaced. To be watched. 17 years ago
Julio Montoya 6869273fdd [svn r15716] Document tool group bug - Requires testing (see FS#2626) 17 years ago
Yannick Warnier cbe14015d1 [svn r15545] Added removal of database records of documents and item properties if the files were removed manually from the filesystem - could be a bad move - see FS#2614 18 years ago