Julio
20d6c995aa
Minor - fix urls, remove my new upload(0) definition
8 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
jmontoyaa
2003a01117
Minor - format code
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
Scrutinizer Auto-Fixer
8eaaedcb6e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
9c6abb2fbc
Use form->addSelectLanguage instead of custom code.
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
f1bcb49dac
WIP: Simplify progress bar, remove upload.xajax.php
10 years ago
Julio
a3279f9217
Adding ChamiloApi
10 years ago
jmontoyaa
bba57f8888
Fix function names in api.lib.php
10 years ago
Yannick Warnier
66e86328a7
Minor - Select platform setting as default value in Rapid PPT conversion selector for teacher
10 years ago
Yannick Warnier
9b5779acf8
Add document size selector for teachers in Rapid PPT conversion
10 years ago
Yannick Warnier
c12374b0c8
Minor - Improve PPT uploading form to avoid loosing context on failure
10 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)
10 years ago
Julio
5d2a334536
Replace img/ paths with function
10 years ago
Julio Montoya
1dbfe5d8e9
Minor - Format code, remove unused code.
10 years ago
Yannick Warnier
fe52861c6e
Minor - Fix buttons style - refs #7539
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
Yannick Warnier
92c6631785
Remove language files with little use and clean deprecated language variables - refs #4467
11 years ago
Julio Montoya
7bf47ed59c
Adding Event and ExerciseLib classes.
11 years ago
jmontoya
f0893659e1
Remove require_once
11 years ago
Julio Montoya
f595e3a357
Replacing event_access_tool with Event::event_access_tool
12 years ago
Julio Montoya
11169305bf
Commenting "require_once '../inc/global.inc.php';" files inside main are parsed byt the LegacyController
12 years ago
aragonc
94984e6b12
merge
12 years ago
Julio Montoya
4cf8abc3fe
Using Display::return_icon and using WEB_IMG_PATH see #6903
12 years ago
Julio Montoya
f2242a68ec
Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903
...
The idea is to move the javascript folder inside the web/ChamiloLMS/js
folder that is not parsed by the Silex controller.
12 years ago
Julio Montoya
cad76e0fd8
Fixing PHP fatal errors due relative paths
12 years ago
Julio Montoya
d5f6978964
Minor - format code
12 years ago
Julio Montoya
627c7bb720
Removing require_once calls
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
721c6427bc
Minor cosmetic changes
14 years ago
Julio Montoya
46ff21a8d6
More UI corrections, in gradebook and when uploading a ppt using Chamilo Rapid
14 years ago
root
5b2ec4f888
permission commit + removes tests directory
15 years ago
Juan Carlos Raña
89140b4ffa
Feature #2785 add learning path and fix link to upload audio from config learning path
15 years ago
Noel Dieschburg
409a1f0b06
Suppresses the test directory and sets the permission for production use
15 years ago
Noel Dieschburg
e6444dc928
Dummy permission commitx
16 years ago
Julio Montoya
b5661c8a64
Minor - cleaning code
16 years ago
cvargas
e969a4161a
merge
16 years ago
Yannick Warnier
47022680ce
Accept gzopen64() too as a test of the zlib extension load
17 years ago
Ivan Tcholakov
965f0ad605
Feature #306 - Trimming totally trailing whitespace in php-source files, part 3 (final), 161 files.
17 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
17 years ago
Marco Villegas
d407ed92b7
[svn r18059] fixing a fix: r17718
...
specific field is used in 2 parts of the script, and that commit make only one part usable
17 years ago
Cristian Fasanando
f1c5acf277
[svn r17863] Logic changes - Renamed OpenOffice classes in newscorm tool - see FS#2619
17 years ago
Yannick Warnier
9c2b6d42db
[svn r17718] Fixed specific fields loading when search not enabled
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
1aa258d0fb
[svn r16300] Fix include bug in Oogie when search server not installed
18 years ago
Yannick Warnier
fcde375d25
[svn r16099] Minor display improvement
18 years ago
Yannick Warnier
ed02440974
[svn r16096] Integration of search feature into Oogie
18 years ago
Yannick Warnier
4cafc144a7
[svn r15646] Removed notice-level errors
18 years ago
Eric Marguin
67526d0a4b
[svn r15269] improve display of oogie / woogie converter (FS#2480)
18 years ago