Ivan Tcholakov
77f27e8d48
[svn r18073] FS#2867 - FCKEditor, learning path tool: Bugfixing, adding a missing editor's setting BaseHref. Before this the editor did not show images inside the editing area and the image dialog's preview area.
17 years ago
Juan Carlos Raña
d39ad02158
[svn r18048] replace jqz.jpg by jqz.gif
17 years ago
Julio Montoya
1b9cef0f73
[svn r18014] UI improvements LP Tool - see FS#3515
17 years ago
Julio Montoya
98d29212ca
[svn r18006] Adding some UI improvements Quiz Tool - see FS#3515
17 years ago
Yannick Warnier
2b64e71d77
[svn r17998] Fixed a bug in lp_item insertion and edition (see FS#3539)
17 years ago
Cristian Fasanando
43b5d19542
[svn r17987] Logic changes - Fixed score and progress reporting about estudent's course and intercrumpt when you show all attempts by exercise into learning path details - see FS#3479
17 years ago
Julio Montoya
68ace5837f
[svn r17972] Added the max_item_allowed option in Tests and in the LP(developed by Nicolas Raynaud (Cyim) added/modified by jmontoya) FS#3515
17 years ago
Marco Villegas
ff9ee53f6d
[svn r17960] search widget: some improvements and prefilter type
...
- improving the way parameters are passed by
- this allow creating more than one type of search widget
- prefilter type
- allow filter by one specific field the other specific fields at search widget (it manages all "normal forms" like including course id and All/Any option by a ajax call)
17 years ago
Carlos Vargas
c2c9de21dc
[svn r17940] minor add width and height in iframe "learnpath_preview_frame" see FS#3510
17 years ago
Yannick Warnier
6a3c264915
[svn r17939] Changed size of learnpath frames to show audioplayer
17 years ago
Cristian Fasanando
ee0c5a7c4c
[svn r17909] Logic change - Fixed score in exercise y lp into tracking and implemented qualify exercise attempts in learning path details - see FS#3479
17 years ago
Marco Villegas
50c30370b7
[svn r17908] clean-lp-list-search:
...
- independent css
- some reorganize for better reading
- also delete unused code
17 years ago
Cristian Fasanando
f1c5acf277
[svn r17863] Logic changes - Renamed OpenOffice classes in newscorm tool - see FS#2619
17 years ago
Isaac Flores
a16dc2f94c
[svn r17845] logic changes-delete link of gradebook tool and restore file-(see FS#3493)
17 years ago
Isaac Flores
e65f7c5ff5
[svn r17843] logic changes-delete link of gradebook tool-(see FS#3493)
17 years ago
Ivan Tcholakov
333dd58cf7
[svn r17787] FS#2867 - FCKEditor, configuration options for the tool introduction sections: Clearing the global variable $fck_attribute immediatelly after its use to ensure that the concrete settings will not interfere in other places.
17 years ago
Yannick Warnier
465e711bb7
[svn r17779] Fixed excessive filtering added in SVN#17605
17 years ago
Ivan Tcholakov
af7ec8566d
[svn r17769] FS#2867 - FCKEditor: Moving towards the new system of managing URLs (to use relative or at least semi-absolute ones, a built-in the editor option is started to be used). Changing/addition of editor's configuration options for Documents tool and all tool introduction sections.
17 years ago
Marco Villegas
1e7184eed3
[svn r17757] search: include a select all option on each specific field select element
...
note that it works like all in _and_ case an like any on _or case
also:
- minor fix: by ywarnier define a tablename_page_nr to redirect to 1st page each time user press search button (instead of showing _i_th page if pressing from _i_th page)
- minor clean code
17 years ago
Marco Villegas
7e57bfd74a
[svn r17753] search: fix: let use operator on paginator
17 years ago
Cristian Fasanando
53cd7b0f26
[svn r17605] Logic Changes - Fixed bug founded in learning path score and when you display a exercise item should show check icon when the exercise is over see FS#3427
17 years ago
Marco Villegas
a0deeac960
[svn r17602] search: minor: avoid warnings, use correct lang vars and clean some code
17 years ago
Yannick Warnier
98df6fce03
[svn r17598] Fixes to latest commits
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
Cristian Fasanando
9757e1f7ab
[svn r17484] I added thwo fields named orig_lp_id and orig_lp_item_id into track_e_exercises table, that will allow to link learning path with exercise attempt see FS#2624
17 years ago
Patrick Cool
dffeb9696d
[svn r17449] added actionbar style
17 years ago
Yannick Warnier
1ce1d88a39
[svn r17337] Switched to jQuery for SCORM API (see private FS#3124)
17 years ago
Yannick Warnier
89d538ed11
[svn r17328] Added code to move SCORM API to jQuery
17 years ago
Yannick Warnier
3de4586761
[svn r17327] Fixed warning when uploading SCORM archive (or not uploading anything, actually)
17 years ago
Cristian Fasanando
b9c7899aad
[svn r17322] minor - style changes - when you edited an audio file display two button that was'nt neccesary (see FS#3295)
17 years ago
Yannick Warnier
f1dd2b790c
[svn r17312] Escape interactions for database insertion
17 years ago
Cristian Fasanando
b195700ad3
[svn r17274] logic changes -item property changes - (partial FS#3349) - by cvargas
17 years ago
Yannick Warnier
6d34f8c66d
[svn r17162] Added create_new_attempt() to generate a new attempt statically (similar to the restart() method)
17 years ago
Yannick Warnier
658453c2c9
[svn r17161] Added a restart() call to enable restart when opening the learning path if multiple attempts are "on" and the item has already been seen.
17 years ago
Yannick Warnier
8f6eb42d10
[svn r17110] Added methods to deal with interactions at JS level
17 years ago
Yannick Warnier
7b26543bce
[svn r17108] Minor - cleaned notice-level log
17 years ago
Yannick Warnier
7542445ac9
[svn r17103] Minor - cleaned notice-level log
17 years ago
Yannick Warnier
814306aecf
[svn r17064] Accept the possibility of a missing first interaction (still to be improved)
17 years ago
Yannick Warnier
62cdc96b7b
[svn r17049] Hide debug icon for learning paths when not platform admin or test server mode (see FS#3281) by cvargas
17 years ago
Juan Carlos Raña
e1788ddf17
[svn r16868] added alternative texts on the icons
17 years ago
Patrick Cool
7cff858189
[svn r16739] second part of css cleanup (currently only the css/corporate style)
17 years ago
Eric Marguin
08d6fdeacd
[svn r16639] fix another bug when editing a document with audioplayer
17 years ago
Eric Marguin
782350bddd
[svn r16635] fix a bug when editing a document with audioplayer
17 years ago
Eric Marguin
61196097e8
[svn r16555] change the path to audio files of mp3 players to absolute ones
17 years ago
Patrick Cool
11e0ac001c
[svn r16516]
17 years ago
Eric Marguin
f22fc71245
[svn r16446] fix characters problem in item titles (FS#2739)
17 years ago
Yannick Warnier
2fa53682c2
[svn r16442] Fix typo in string comparison (by Eric M)
17 years ago
Yannick Warnier
e0b309fe8f
[svn r16438] Avoid duplication of write operations for SCORM objectives (suggestion by Eric M.)
17 years ago
Yannick Warnier
ee03f1d969
[svn r16437] Add filtering to SCORM objectives recording (suggestion by Eric M.)
17 years ago
Patrick Cool
8b53ab7ba8
[svn r16414] audio upload learnpath step
17 years ago