Ivan Tcholakov
bc5a631a90
[svn r19488] FS#3968 - Introducing a function api_is_windows_os() and a constant IS_WINDOWS_OS for unified Windows detection.
17 years ago
Cristian Fasanando
914d49bfb4
[svn r19487] Logic changes - improve remove frames when you display items into learning path - partial FS#3909
17 years ago
Arthur Portugal
fd4e76180c
[svn r19470] Commented the icons in display courses (Learn path) see FS#3866 and FS#3917
17 years ago
Arthur Portugal
30dff4fe4e
[svn r19465] Changed the position button in "Update audio links" see FS#3688 and FS#3917
17 years ago
Carlos Vargas
61f1f34cd8
[svn r19464] minor hide load mp3 in learnpath see FS#3917
17 years ago
Cristian Fasanando
6ef3c25c63
[svn r19463] Logic changes - Remove frames, changed by div tags and fixed navigation element - see FS#3909
17 years ago
Arthur Portugal
1de6ddafdf
[svn r19461] Commented the prerequisites for each type "step" see FS#3688 and FS#3917
17 years ago
Arthur Portugal
31c5a5c754
[svn r19457] Commented the text displayed in "step", the prerequisites then it changed the name button to SaveDocument in "new document" and the text box is longer. see FS#3866 and FS#3917
17 years ago
Ivan Tcholakov
72558367ac
[svn r19431] FS#3938 - Fixing a bug in the methiod create_path($path), learnpath.class.php . The bug prevented SCORM export to be done properly on Windows platforms, the documents were not included within the produced zip-archives.
17 years ago
Arthur Portugal
eeac2eb20c
[svn r19255] Changed contents in get_lang()
17 years ago
Julio Montoya
3cd90b4fc0
[svn r18737] Fixing the mp3 player when viewing or editing in a LP (see FS#3685)
17 years ago
Yannick Warnier
43b6586835
[svn r18586] Fix str_repeat negative value (see FS#3682)
17 years ago
Carlos Vargas
927208779f
[svn r18573] str_repeat has only 2 parameters see FS#3682
17 years ago
Juan Carlos Raña
5fb84fa73a
[svn r18459] configure learning path buttons bar
17 years ago
Noël Dieschburg
01802cba5c
[svn r18277] -CSS improvment discussed with thomas
...
-Corrects the problems of #FS3541
-Buttons in wiki
17 years ago
Ivan Tcholakov
0d376876f0
[svn r18253] FS#2867 - FCKEditor, Learnig paths tool: Adding a calculation mechanism for the settings of the online editor. The editor has to work properly with lp-items that are documents stored in Documents tool (on the root or in subfolders).
17 years ago
Noël Dieschburg
c3c3d4ab74
[svn r18203] Button modification.
...
Now <button> </button> is use.
Here is what's done so far :
- CSS
- Portal Homepage
- My agenda
- Reporting
- My Profile
- Portal administration (not all)
- My course
- The production part
- The other parts are not complete
More to come this week.
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
Yannick Warnier
2b64e71d77
[svn r17998] Fixed a bug in lp_item insertion and edition (see FS#3539)
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
Carlos Vargas
c2c9de21dc
[svn r17940] minor add width and height in iframe "learnpath_preview_frame" see FS#3510
17 years ago
Isaac Flores
a16dc2f94c
[svn r17845] logic changes-delete link of gradebook tool and restore file-(see FS#3493)
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
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
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
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
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
Patrick Cool
8b53ab7ba8
[svn r16414] audio upload learnpath step
17 years ago
Yannick Warnier
52f4a42927
[svn r16211] Little performance improvement in learning path edition
17 years ago
Yannick Warnier
e2247a6ff8
[svn r16209] Added method to set index terms at the learning path level
17 years ago
Yannick Warnier
8ab988958a
[svn r16205] Added function to get common index terms of all items in one path
17 years ago
Julio Montoya
7dc7fab256
[svn r16197] LP menu improvements see FS#2841
17 years ago
Yannick Warnier
3626051ef1
[svn r16185] Little improvements
17 years ago
Julio Montoya
3fc9870eae
[svn r16126] LP's menu improvements see FS#2841
17 years ago
Julio Montoya
2981707d3d
[svn r16124] LP's menu improvements see FS#2841
17 years ago
Yannick Warnier
ed02440974
[svn r16096] Integration of search feature into Oogie
17 years ago
Julio Montoya
335d662cf4
[svn r16089] Lp Improvements FS#2841
17 years ago
Julio Montoya
e5ce81e0dc
[svn r16085] Some learning path menu improvement (author, image) see FS#2841
17 years ago
Yannick Warnier
ae5a0741f8
[svn r16076] Really fix the character set encoding problem in learning path building. Left learning path as UTF-8 by default since fixing the bug didn't need a change there. UTF-8 is left by default as a "best practice" considering learning paths might be later exported as SCORM.
17 years ago
Yannick Warnier
1d6cfe8d9d
[svn r16075] Fix bug whereby creating a new learning path as UTF-8-encoded created problems afterwards.
...
Fix bug in "position" list in learning path building screen whereby accentuated characters display was broken.
17 years ago