Commit Graph

69 Commits (95f2ce47b3d1bef13818aa77e7c68519adb60e77)

Author SHA1 Message Date
Julio Montoya 0a8495e3b5 Remove gid unset, use api_get_group_id, api_get_course_id 10 years ago
Yannick Warnier c37f395103 Risky: move many api_get_course_info() calls to api_get_course_info_by_id() and remove many useless and resource-consuming function calls 11 years ago
Julio Montoya f36a285e11 Move searchdb inside app/upload/plugins/xapian/searchdb 11 years ago
Julio Montoya adc6f96c75 Fix course paths. 11 years ago
Julio Montoya 9fed62e976 Removing requires 11 years ago
Yannick Warnier 28baec78d2 Remove Database::escape_string() without quotes to avoid SQL injections - partial - refs #7440 11 years ago
aragonc 94984e6b12 merge 12 years ago
Yannick Warnier ca4fc9d7c1 Minor - Code style 12 years ago
Julio Montoya 8b7c976686 Replacing <img> with WEB_IMG_PATH and Display::return_icon see BT#6903 12 years ago
Julio Montoya f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 12 years ago
Yannick Warnier 8d74fb2cc0 Temporal bad fix for parse error in Xapian Indexer to allow for testing to run - refs #6112 13 years ago
Julio Montoya 4b6afee605 Removing require_once of libs already added in the autoload script 13 years ago
Julio Montoya d9e1759718 Paths changes due the new structure see #5871 (pending confirmation) 13 years ago
Julio Montoya c6cabff18c Moving searchdb to the app/data/searchdb folder 13 years ago
Julio Montoya 23f364d2cf Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 13 years ago
Julio Montoya 5b0e21a136 Removing calls of fileDisplay.lib.php 13 years ago
Julio Montoya efc4ecaadf Moving function from fileDisplay.lib.php to fileManage.lib.php 13 years ago
Julio Montoya e3ddea49f8 Replacing old D0kIndexer class with ChamiloIndexer class 13 years ago
Julio Montoya 01d34e83b0 Minor cosmetic changes 13 years ago
Yannick Warnier 4807477e39 Fixing fulltext indexer tool - refs #3166 13 years ago
Yannick Warnier 00e88168ac Removal of non-Chamilo elements - refs #189 13 years ago
Julio Montoya dc0cf75139 Removing unused function get_course_table_from_code see #3910 14 years ago
Julio Montoya 1a8f10cdff Fixing the search xapian plugin due the recent changes in the DB see #3910 14 years ago
Julio Montoya f744e157bc Removing old, unused icons 14 years ago
Yannick Warnier cd4f485fa7 Minor - Adapting code comments to phpdoc 14 years ago
Yannick Warnier 5b4618fb9b Minor - Adapting code comments to phpdoc 14 years ago
Yannick Warnier 6c33498a64 Minor - Adapting code comments to phpdoc 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 15 years ago
Julio Montoya 3620bb4a4a Replacing exercice_submit.php to exercise_submit.php 15 years ago
Julio Montoya 348e8ecbdb Some fixes in the course catalog 15 years ago
Julio Montoya 6e836b206f Fixing search form 15 years ago
Julio Montoya df6c223193 Removing jquery.js calls because this is already called in the header/banner file 15 years ago
Julio Montoya bd1ab08d8c Showing search settings status when trying to use the search module see #3166 15 years ago
Julio Montoya 4f4f916f17 Avoiding warning messages if course does not exist 15 years ago
Julio Montoya c22aaf5af2 Avoiding warning messages 15 years ago
Julio Montoya 3c10d59edb Adding table with requirements in order to use the Xapian Search module + some other minor changes 15 years ago
Julio Montoya 0951d23247 Fixing warning php messages, adding cidreset, adding comments, updating documentation for the Search funcionality 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov 7e40ec0aac Duplicate slashes in filenames have been removed. 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 16 years ago
christian1827 9620389815 merge 16 years ago
Juan Carlos Raña 40cb9dc3fa prevent the listing of several directories 16 years ago
cvargas e969a4161a merge 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 84f8d984e7 Feature #306 - Trimming whitespace from all the library files main/inc/lib. ~200 files are to be changed. 16 years ago
Ivan Tcholakov bda4e3c0a0 Bug #3646 and Issue #306 - Common Dokeos libraries: Fixing person name order to be dependable on the internationalization settings. Other minor corrections related to Bug #3384 and Bug #4318. 16 years ago
Julio Montoya d7870d84d4 Updaiting search files 16 years ago
Ivan Tcholakov 933b1bebdd Issue #306 - Elimination of some direct calls of the function mb_convert_encoding(). The goal is we not to depend badly on the mbstring extension. 16 years ago
Julio Montoya d864173a42 [svn r22359] Adding Database::escape_string function see FS#4389 17 years ago