Ivan Tcholakov
0f78b8955b
Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment.
16 years ago
Julio Montoya
5a7c9a13d2
Minor CSS fix
16 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
Carlos Vargas
31edea076b
[svn r20798] add button style: upload and refresh in tools see FS#3541
16 years ago
Patrick Cool
e43376d0a2
[svn r20765] improve security
...
improve navigation
form consistency
16 years ago
Patrick Cool
2d2bb66a29
[svn r20695] back link
16 years ago
Ivan Tcholakov
23c944be83
[svn r20693] FS#306 - Replacing some natural language unsafe occurrences of the functions strtolower() and strtoupper().
16 years ago
Patrick Cool
3abd9e91a8
[svn r20673] using correct feedback message type
...
form consistency
16 years ago
Yannick Warnier
37e5a3497b
[svn r20525] Switched GARBAGE_PATH to SYS_ARCHIVE_PATH (see FS#4191)
16 years ago
Carlos Vargas
419122fb1e
[svn r19660] minor changes in hotspot and css ejercises see FS#3991
16 years ago
Arthur Portugal
bea59c4e53
[svn r19326] Added style button send in import scorm FS#3541
16 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.
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
Yannick Warnier
98df6fce03
[svn r17598] Fixes to latest commits
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
17 years ago
Yannick Warnier
fcde375d25
[svn r16099] Minor display improvement
17 years ago
Yannick Warnier
ed02440974
[svn r16096] Integration of search feature into Oogie
17 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
Eric Marguin
1b003b05ef
[svn r14974] hide "a chapter a step" feature for woogie
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
18 years ago
Eric Marguin
bca45a5256
[svn r14086] woogie steps can now be split by chapters
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
0bfe2edef9
[svn r13699] display upload max size
18 years ago
Julian Prud'homme
30f42c6ef9
[svn r13313] Add a scorm picture in the upload page
18 years ago
Yannick Warnier
fdc4fa1734
[svn r13258] Updated breadcrumb menu to show learnpath instead of document if uploading a SCORM
18 years ago
Eric Marguin
0928a191ef
[svn r12925] change the color of woogie subtitle
18 years ago
Eric Marguin
4c599de22b
[svn r12915] alpha version of oogie... still a lot of things to improve (refactoring of html for example).
18 years ago
Eric Marguin
40b88e3fb9
[svn r12755] add "generic scorm" as content maker (task 1771)
18 years ago
Yannick Warnier
38b1a579c1
[svn r12695] Added users directory to have it in the initial package
18 years ago
Yannick Warnier
f9ff3eb9aa
[svn r12369] Updated messaging on unrecognized format.
...
Fixed a bug in preg_match expression whereby most packages were attributed 'aicc' type for no reason.
18 years ago
Yannick Warnier
f78b04eaa5
[svn r12283] Fixed security info disclosure bug http://projects.dokeos.com/?do=details&id=1436
18 years ago
Julian Prud'homme
e0881e59b0
[svn r12269] 5th step in removing all $_SERVER['PHP_SELF']
18 years ago
Julian Prud'homme
97778d4ca4
[svn r12263] First step ni removing all $_SERVER['PHP_SELF']
18 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
47c40e8673
[svn r11721] change to Send the submit label instead of Download
18 years ago
Julian Prud'homme
1efcbd3cdc
[svn r11299] minor : update page style
18 years ago
Julian Prud'homme
8ca8428d61
[svn r11217] temporaly comment the garbage files list
18 years ago
Julian Prud'homme
c5375a66df
[svn r11209] update the style of Oogie main page
18 years ago
Julian Prud'homme
ec3e1d93c1
[svn r11099] update for language var bugs
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
Julian Prud'homme
1ac66b03fb
[svn r10782] replace the old form by a form validator (to add a real progress bar)
18 years ago
Eric Marguin
b65f543dbc
[svn r10586] replace <? by <?php
19 years ago