Julio Montoya
49fd40eedb
Fix course access to files, blocking using api_protect_course_script()
...
- format code + add "int" casting
7 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
Yannick Warnier
afc337386e
Minor - Replace deprecated display_x_message() by return_message(..., 'x')
8 years ago
Scrutinizer Auto-Fixer
2dce14872e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
4af8524c05
Minor - format function "Database ::" to "Database::"
9 years ago
Yannick Warnier
d1b37f34fe
Minor - Add license refs + change dirname(__FILE__) to __DIR__ (about 4 times faster). See http://stackoverflow.com/questions/2749416/is-there-any-difference-between-dir-and-dirname-file-in-php
9 years ago
Scrutinizer Auto-Fixer
fa1d80fab2
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
fab7a58076
Use __DIR__ when calling global.inc.php
...
This is needed for an easy migration to chamilo v2
9 years ago
jmontoyaa
d6381bee81
Format code
9 years ago
Yannick Warnier
21e47bca07
Refactoring: move main/newscorm/ to main/lp/ and related folders (except code for migration from 1.9 and 1.10)
9 years ago
Angel Fernando Quiroz Campos
4db54f1ff7
Fix and remove E_NOTICE when search_enabled is true - refs BT#10979
10 years ago
Angel Fernando Quiroz Campos
bdb5a042a5
Fix and remove E_NOTICE when search_enabled is true - refs BT#10979
10 years ago
Julio Montoya
789a566c05
Update docs, format code
10 years ago
Julio Montoya
baba1a056e
Format code.
10 years ago
aragonc
0452fad1f3
move folder session main/ error commit BT#7683
10 years ago
aragonc
10e5e53f0e
add options admin enabled chat red social BT#7683
10 years ago
Julio Montoya
f36a285e11
Move searchdb inside app/upload/plugins/xapian/searchdb
11 years ago
Yannick Warnier
d575fa47a3
Move survey, gradebook, wiki, learnpath, tracking, document, exercice, help and admin language files to trad4all - refs #4467
11 years ago
Julio Montoya
11169305bf
Commenting "require_once '../inc/global.inc.php';" files inside main are parsed byt the LegacyController
11 years ago
robbosch
09dc3f3375
Update INSTALL
11 years ago
Julio Montoya
627c7bb720
Removing require_once calls
13 years ago
Julio Montoya
b3a9e4f2ab
Removing libraries that are already included in global.inc.php
14 years ago
Yannick Warnier
bbd10abd79
Minor - Adapting code comments to phpdoc
14 years ago
Yannick Warnier
b80cabb1a5
Minor - Adapting code comments to phpdoc
14 years ago
root
5b2ec4f888
permission commit + removes tests directory
14 years ago
Julio Montoya
0951d23247
Fixing warning php messages, adding cidreset, adding comments, updating documentation for the Search funcionality
15 years ago
ywarnier
a998f1786e
Removed useless backticks
15 years ago
Noel Dieschburg
409a1f0b06
Suppresses the test directory and sets the permission for production use
15 years ago
Yannick Warnier
1b26bc3e0e
Removed inclusion of debug.lib.inc.php (to be included in global.inc.php as a debug class definition file)
15 years ago
Noel Dieschburg
e6444dc928
Dummy permission commitx
15 years ago
Ivan Tcholakov
6472e4e9e9
Feature #347 - The old online conferention tool, Permissions, Reservations, Searching, Social network, and Surveys: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls.
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
1fa21303bd
Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "link" folder and ending with "work" folder.
16 years ago
Ivan Tcholakov
965f0ad605
Feature #306 - Trimming totally trailing whitespace in php-source files, part 3 (final), 161 files.
16 years ago
Julio Montoya
d7870d84d4
Updaiting search files
16 years ago
Cristian Fasanando
c87dfa80b2
[svn r22201] Added library event.lib.inc.php in global.inc and remove require_once to this one from other files - partial FS#842
16 years ago
Isaac Flores
fad95e940f
[svn r21521] logic changes - add message,when xapian module not is instaled - (partial FS#4346)
16 years ago
Ivan Tcholakov
615e32d491
[svn r20723] FS#306 - Replacing some occurrences of the function mb_convert_encoding() with api_convert_encoding() which is able to support more encodings if the iconv php-extension has been activated.
17 years ago
Yannick Warnier
06dbe59020
[svn r19805] Minor - Updated doc
17 years ago
Yannick Warnier
c4bae171f6
[svn r19804] Updated doc
17 years ago
Marco Villegas
15ef79fbb7
[svn r17550] search: refactor search engine index and search interface and let learnpath follow it
...
Search engine:
- Index
- use wrapper methods instead on calling xapian.php directly in most of callings
- improve dokeos xapian-API
- XapianIndexer
- new methods:
- replace_document()
- remove_term_from_doc()
- add_term_to_doc()
- DokeosIndexer
- new methods:
- dokeos_preprocess_results()
- Preprocess all results depending on the toolid
- set_terms()
- general interface for getting, comparing and set search engine terms
- get_terms_on_db()
- Get the terms stored at database (normal, no xapian)
- more wrappers for XapianIndexer methods: dokeos_query_query(), dokeos_query_query(), dokeos_get_boolean_query(), dokeos_join_queries()
- remove tags search engine feature to replace it with a new generic feature: specific fields
- it let define xapian prefix terms dinamically to be included across dokeos index on each tool
- move search engine document ID field from lp item table to a general man db table search_engine_ref
- Search
- use search_engine processor classes to change how process results depending of the dokeos tool
- change interface for terms select at search: now use one multiple select foreach specific field instead of jquery thickbox plugin only for tags
- search ajax suggestion feature to query terms on db
- it need some work
Learnpath:
- refactor search engine pieces to use new tables search_engine_ref, specific_field and specific_field_values
- add scorm and woogie index
- remove search widget from lp list and use it from main/search
- also, there are part on audios on lp items feature added
17 years ago
Yannick Warnier
09a63c94e7
[svn r16131] Added development info about search feature
17 years ago
Yannick Warnier
f341d45df0
[svn r16130] Set different form action if out of newscorm context
17 years ago
Yannick Warnier
0b7de49a5a
[svn r16093] Search feature (still not totally complete)
17 years ago