Cristian Fasanando
22a61cf7c1
Implemented new functionalities for training sessions - partial DT #5377
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
16 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.
16 years ago
Ivan Tcholakov
b1872644bf
Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files.
16 years ago
Ivan Tcholakov
d9e28e4439
Feature #306 - Moving the function rmdirr() into the main API file.
16 years ago
Ivan Tcholakov
d007d59a99
Bug #5208 - SCORM courses: Fixing deletion of a SCORM course, based on the proposal by Christophe, see http://www.dokeos.com/forum/viewtopic.php?t=29673 . The pesent solution works on Windows OS too. A new library file rmdirr.lib.php has been created (and revised), also, a formal test for this library file has been added.
16 years ago
Ivan Tcholakov
e27f8ea601
Bug #1370 - Before going further, cleaning code first. Clarification of using constants for selecting database tables. Replacing everywhere hardcoded database names with the corresponding constants.
16 years ago
Ivan Tcholakov
8c97c2e803
[svn r22095] FS#2867 - The learning path tool: Eliminating the global variable $fck_attribute, part 2.
17 years ago
Cristian Fasanando
79e56acddc
[svn r21111] fixed vulnerable get parameter: item_id - partial FS#4261
17 years ago
Julio Montoya
3626c3917f
[svn r21093] Security improvements FS#4261
17 years ago
Julio Montoya
6766b029dc
[svn r20853] Save items to the DB with the lp charset, showing the LP items in the platform charset see FS#4208
17 years ago
Ivan Tcholakov
5060ac0676
[svn r20465] FS#306 - The "Courses" tool again: Improvements for better encoding support.
17 years ago
Isaac Flores
95eaef592c
[svn r20230] logic changes - added filter html and Security::remove_XSS in learning path - (partial FS#4130)
17 years ago
Cristian Fasanando
1e3118a924
[svn r19572] Minor - Fixed bug of loop when you add a section like first item in a learning path - see FS#3988
17 years ago
Cristian Fasanando
d3a401e9ec
[svn r19538] Logic change - Force to get the first learnpath item id when you display it - partial FS#3909
17 years ago
Cristian Fasanando
23ab0d1f60
[svn r19224] Style changes - Re-distributed buttons, configured values by default when you create a table, directed to Image Gallery when you click to image icon - see FS#3799
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
Juan Carlos Raña
5fb84fa73a
[svn r18459] configure learning path buttons bar
17 years ago
Ivan Tcholakov
253090baee
[svn r18426] FS#3624 - Learning path toor: Fixing the course homepage link (unification).
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
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
Julio Montoya
1b9cef0f73
[svn r18014] UI improvements LP Tool - see FS#3515
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
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
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
e80cf0996d
[svn r16212] Little fix to author field edition
17 years ago
Yannick Warnier
1e375a1b39
[svn r16210] Added call to set terms at learning path level upon edition
17 years ago
Julio Montoya
540c00afd2
[svn r16201] Minor - Multiline in the lp author
17 years ago
Julio Montoya
9c88f3f5b1
[svn r16200] Minor - Multiline in the lp author
17 years ago
Julio Montoya
7dc7fab256
[svn r16197] LP menu improvements see FS#2841
17 years ago
Yannick Warnier
ed02440974
[svn r16096] Integration of search feature into Oogie
17 years ago
Julio Montoya
5d2468d2ce
[svn r16074] Showing the LP image and the author name. FS#2841
17 years ago
Julio Montoya
52c702b209
[svn r15984] FCKeditor 2.6.2 Added - fckeditor configuration set (see FS#2528)
18 years ago
Yannick Warnier
a3ba5f4a81
[svn r15645] Removed notice-level messages
18 years ago
Yannick Warnier
76049f4111
[svn r15644] Removed notice-level messages
18 years ago
Yannick Warnier
960987b7a3
[svn r15520] Remove header from learnpath tool, replace with short link in left column - see FS#2611
18 years ago
Julio Montoya
8767fc8dcb
[svn r15463] Notices & warnings msgs avoided
18 years ago
Yannick Warnier
2b68aae5b6
[svn r15094] Added resourcelinker language file inclusion (might fix part of FS#2489)
18 years ago
Julio Montoya
d9c9153aa3
[svn r14477] Enabled optional learning path -level CSS (see FS#576)
18 years ago
Julian Prud'homme
0f738f8d54
[svn r13284] LP are now visible by students when they are created
18 years ago
Yannick Warnier
7508e80b65
[svn r13257] Added exit() command to avoid bug after sending file to user
18 years ago
Yannick Warnier
1629999b4f
[svn r13237] Changed call to delete to use lp_id parameter
18 years ago
Yannick Warnier
e68cddb84c
[svn r13235] Added loading of language files (hotspot and exercice) only in case of export
18 years ago
Julian Prud'homme
7433af6457
[svn r13156] Increase the size of the fck editor when creating/editing a step
18 years ago
Yannick Warnier
befbf57fa2
[svn r13142] Improved redirection when using studentView
18 years ago
Yannick Warnier
39d111f8ba
[svn r13110] Added ordering in the learnpath tool homepage
18 years ago
Yannick Warnier
a0ddabe12f
[svn r13105] Allowed distinction between visibility on the course homepage and visibility in the tool page
...
Now inserting and updating learnpaths in item_property (and using visibility settings from there)
18 years ago
Yannick Warnier
6edc0275f5
[svn r12838] Minor - added comments
19 years ago