aragonc
94984e6b12
merge
12 years ago
Julio Montoya
d5f6978964
Minor - format code
12 years ago
Julio Montoya
e3ddea49f8
Replacing old D0kIndexer class with ChamiloIndexer class
13 years ago
Julio Montoya
9ebba86c1e
When using oogie now the files are moved to the "learnpath" folder
14 years ago
root
5b2ec4f888
permission commit + removes tests directory
15 years ago
Yannick Warnier
da1ef7dfc3
Fixed missing 'new' in constructor call
15 years ago
Julio Montoya
c3a6ca5d55
More fixes in the Image class #2664
15 years ago
Yannick Warnier
625f175e8d
No reason not to call add_item() in an instance context
15 years ago
Noel Dieschburg
409a1f0b06
Suppresses the test directory and sets the permission for production use
15 years ago
Ivan Tcholakov
caf6544fbf
Task #1765 - LP tool, cleaning files (14). Tabs are converted automatically to 4 spaces according to the last versions 11 of our coding conventions. The tool AnyEdit ( http://andrei.gmxhome.de/anyedit/ ) has been used for this conversion.
16 years ago
Ivan Tcholakov
76df00ff94
Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding().
16 years ago
Ivan Tcholakov
3c83d18083
Task #1765 - LP tool, cleaning files (13).
16 years ago
Ivan Tcholakov
6d885c163b
Task #1765 - Minor corrections.
16 years ago
Yannick Warnier
462194aa6f
Updated calls to constructor to match previous changes (introducing bug)
16 years ago
Yannick Warnier
645d73ec59
Updated phpdoc comments packages.
...
Updated code to improve coding conventions respect
16 years ago
Ivan Tcholakov
6458086e7a
Task #1765 - A transaction for the 1.8.7.1 release. Minor optimizations, replacement of the function calls include(), require(), include_once() and require_once() with the correspondent statements.
16 years ago
Noel Dieschburg
e6444dc928
Dummy permission commitx
16 years ago
Ivan Tcholakov
446492fc35
Feature #347 - Reporting, Learning path: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls.
16 years ago
cvargas
e969a4161a
merge
16 years ago
Cristian Fasanando
8b554c272d
implemented display resources filtered by session in course inside a session into learnpath tool - DT#5496
16 years ago
Ivan Tcholakov
de0ec5ca3d
Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files.
16 years ago
Yannick Warnier
47022680ce
Accept gzopen64() too as a test of the zlib extension load
17 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.
17 years ago
Ivan Tcholakov
b1872644bf
Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files.
17 years ago
Ivan Tcholakov
ecbfd35e89
[svn r20717] FS#306 - Replacing some natural language unsafe occurrences of the function html_entity_decode().
17 years ago
Ivan Tcholakov
f9b1f80977
[svn r20438] FS#306 and FS#3969 - Oogie converted: Some fixes for better encoding management.
17 years ago
Ivan Tcholakov
676420c9c0
[svn r20340] FS#3969 - The Oogie converter: Partial improvement of encoding management for slide titles. Titles are expected to be shown correctly in Latin1 languages - (English) French, Spanish, Italian... Possible platform encodings - ISO-8859-1, ISO-8859-15, UTF-8. Tested on Ubuntu 9.04. Machine's locale settings might interfere conversions, this will be researched in the future.
17 years ago
Ivan Tcholakov
468c8ec77e
[svn r19512] FS#3972 - Fixed Windows-related bugs preventing creation of SCORM packages from presentations, reported in the Dokeos forums by irvienhooi.
17 years ago
Cristian Fasanando
f1c5acf277
[svn r17863] Logic changes - Renamed OpenOffice classes in newscorm tool - see FS#2619
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
fc45c53dd6
[svn r16204] Add index terms to lp_item on Oogie import
18 years ago
Yannick Warnier
52e951f2b3
[svn r16140] Increased oogie thumbnail size to 300 pixels
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
Yannick Warnier
d15c9d9592
[svn r15577] Updated API documentation
18 years ago
Yannick Warnier
c92b96832e
[svn r15530] Moved default charset and default locale to public object attributes
18 years ago
Yannick Warnier
7e1657c6f8
[svn r15529] Updated code documentation
18 years ago
Eric Marguin
f2d65b92a2
[svn r15502] fix bugs when converting documents in visioconference :
...
- folders were not created at the good place
- it didn't work at all if they were accents or uppercase chars in filename
18 years ago
Eric Marguin
727db404a6
[svn r15319] deal with quotes in slidenames (FS#2477)
18 years ago
Eric Marguin
aa81fea688
[svn r14980] fix a bug with last commit : steps were not ordered anymore + file is now without accents while slide name has accents (FS#2477)
18 years ago
Eric Marguin
c5b8844ba6
[svn r14979] oogie : accents are now displayed in slide name (FS#2477)
18 years ago
Eric Marguin
db3e6f36f2
[svn r14973] fix some bugs in woogie (pictures and html doc were not in the created directory)
18 years ago
Eric Marguin
d9c572fb56
[svn r14801] oogie : add a function to set the size of the slides
18 years ago
Eric Marguin
d1c4259047
[svn r14431] fix some bugs in oogie + make oogie working in visioconf
18 years ago
Eric Marguin
b0b635429e
[svn r14269] fix a bug when editing slides (image url is broken because relative)
18 years ago
Eric Marguin
bb2b874672
[svn r14104] improve naming of steps
18 years ago
Eric Marguin
756150f7a8
[svn r14053] add an option to take slide name as step name in oogie
18 years ago
Eric Marguin
0d2acc2bf8
[svn r13997] Oogie uses too jodconverter now. The code has been improved.
18 years ago