Julio Montoya
1dbfe5d8e9
Minor - Format code, remove unused code.
9 years ago
Yannick Warnier
fe52861c6e
Minor - Fix buttons style - refs #7539
10 years ago
Yannick Warnier
d575fa47a3
Move survey, gradebook, wiki, learnpath, tracking, document, exercice, help and admin language files to trad4all - refs #4467
10 years ago
Yannick Warnier
92c6631785
Remove language files with little use and clean deprecated language variables - refs #4467
10 years ago
Julio Montoya
7bf47ed59c
Adding Event and ExerciseLib classes.
10 years ago
jmontoya
f0893659e1
Remove require_once
10 years ago
Julio Montoya
f595e3a357
Replacing event_access_tool with Event::event_access_tool
10 years ago
Julio Montoya
11169305bf
Commenting "require_once '../inc/global.inc.php';" files inside main are parsed byt the LegacyController
10 years ago
aragonc
94984e6b12
merge
11 years ago
Julio Montoya
4cf8abc3fe
Using Display::return_icon and using WEB_IMG_PATH see #6903
11 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.
11 years ago
Julio Montoya
cad76e0fd8
Fixing PHP fatal errors due relative paths
11 years ago
Julio Montoya
d5f6978964
Minor - format code
11 years ago
Julio Montoya
627c7bb720
Removing require_once calls
12 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
12 years ago
Julio Montoya
721c6427bc
Minor cosmetic changes
12 years ago
Julio Montoya
46ff21a8d6
More UI corrections, in gradebook and when uploading a ppt using Chamilo Rapid
13 years ago
root
5b2ec4f888
permission commit + removes tests directory
14 years ago
Juan Carlos Raña
89140b4ffa
Feature #2785 add learning path and fix link to upload audio from config learning path
14 years ago
Noel Dieschburg
409a1f0b06
Suppresses the test directory and sets the permission for production use
14 years ago
Noel Dieschburg
e6444dc928
Dummy permission commitx
15 years ago
Julio Montoya
b5661c8a64
Minor - cleaning code
15 years ago
cvargas
e969a4161a
merge
15 years ago
Yannick Warnier
47022680ce
Accept gzopen64() too as a test of the zlib extension load
15 years ago
Ivan Tcholakov
965f0ad605
Feature #306 - Trimming totally trailing whitespace in php-source files, part 3 (final), 161 files.
15 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
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
16 years ago
Cristian Fasanando
f1c5acf277
[svn r17863] Logic changes - Renamed OpenOffice classes in newscorm tool - see FS#2619
16 years ago
Yannick Warnier
9c2b6d42db
[svn r17718] Fixed specific fields loading when search not enabled
16 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
16 years ago
Yannick Warnier
1aa258d0fb
[svn r16300] Fix include bug in Oogie when search server not installed
16 years ago
Yannick Warnier
fcde375d25
[svn r16099] Minor display improvement
16 years ago
Yannick Warnier
ed02440974
[svn r16096] Integration of search feature into Oogie
16 years ago
Yannick Warnier
4cafc144a7
[svn r15646] Removed notice-level errors
17 years ago
Eric Marguin
67526d0a4b
[svn r15269] improve display of oogie / woogie converter (FS#2480)
17 years ago
Eric Marguin
42243c63eb
[svn r15262] change langvars
17 years ago
Eric Marguin
c93ce77847
[svn r15223] improve dealing of errors in oogie/woogie (FS#2515)
17 years ago
Yannick Warnier
859a609073
[svn r14916] Made "Take slide name" option a default in Oogie upload (FS#2460 - 3)
17 years ago
Eric Marguin
c9f650dec8
[svn r14087] fix a bug introduced by me in the progression bar
17 years ago
Eric Marguin
bca45a5256
[svn r14086] woogie steps can now be split by chapters
17 years ago
Eric Marguin
756150f7a8
[svn r14053] add an option to take slide name as step name in oogie
17 years ago
Eric Marguin
0bfe2edef9
[svn r13699] display upload max size
17 years ago
Yannick Warnier
e33158b0b4
[svn r12219] Updated call to api_not_allowed() calls, part 2/2 -this also prevents api_not_allowed message without stylesheets
18 years ago
Julian Prud'homme
1efcbd3cdc
[svn r11299] minor : update page style
18 years ago
Julian Prud'homme
c5375a66df
[svn r11209] update the style of Oogie main page
18 years ago
Julian Prud'homme
03991e89c1
[svn r10964] reduce the height of this page
18 years ago
Julian Prud'homme
00f663cf6d
[svn r10957] add language vars, etc...
18 years ago
Eric Marguin
b65f543dbc
[svn r10586] replace <? by <?php
18 years ago
Eric Marguin
88bae7545a
[svn r10585] replace <? by <?php (potentials bugs)
18 years ago
Eric Marguin
421bbb49b5
[svn r10524] improve the display of the oogie form
18 years ago