Commit Graph

463 Commits (1d5ffa76042fe6eb95fcfe6a2f007efa6bdfccf2)

Author SHA1 Message Date
Eric Marguin 3f54769c96 [svn r16536] prepare 1.8.6 upgrade + fix some queries in upgrade files 17 years ago
Yannick Warnier 27466b26e3 [svn r16522] Added wiki to course_module for 3 columns view and moved survey to basic section 17 years ago
Yannick Warnier c1bc411a74 [svn r16521] Fix a bug in the course_module table creation syntax, preventing the table creation (see FS#3040), which seemed to break only the 3 columns view. 17 years ago
Yannick Warnier 6fe463878c [svn r16498] Add option to show/hide general coach name from session title in user_portal - part of FS#2997 (rvelasquez) 17 years ago
Eric Marguin 50a61cc256 [svn r16484] move add_users_by_coach in Security part and add extend_rights_for_coach and extend_rights_for_coach_on_surveys 17 years ago
Juan Carlos Raña 4aaf7868a0 [svn r16431] Tunning wiki. Moving fields to new wiki_conf 17 years ago
Juan Carlos Raña 3e0dfc86f8 [svn r16419] developing new wiki features 17 years ago
Patrick Cool 8b53ab7ba8 [svn r16414] audio upload learnpath step 17 years ago
Juan Carlos Raña 20545768ec [svn r16375] Wiki is active when is created a course (Also in new installations) 17 years ago
Juan Carlos Raña 1fc20b8298 [svn r16374] fix wiki is active when is created a course. -> move the inserted row to her section 17 years ago
Juan Carlos Raña 658347bb44 [svn r16370] wiki is active when is created a course 17 years ago
Juan Carlos Raña 263bad47c7 [svn r16277] adding notify by email changes on the wiki 17 years ago
Eric Marguin 19589a62b6 [svn r16249] improve survey tool handling with sessions FS#2743 17 years ago
Eric Marguin 1b7d05da08 [svn r16248] improve group tool handling with sessions FS#2743 17 years ago
Eric Marguin 03c9a59505 [svn r16247] improve agenda tool handling with sessions FS#2743 17 years ago
Eric Marguin 99beb45728 [svn r16235] improve student publications handling with sessions FS#2743 17 years ago
Eric Marguin 3d33711668 [svn r16234] improve forum handling with sessions FS#2743 17 years ago
Eric Marguin ff440d782c [svn r16224] improve annoucment handling with sessions FS#2743 17 years ago
Juan Carlos Raña 8e84e5cff4 [svn r16194] adding wiki 17 years ago
Yannick Warnier 60e4aa609a [svn r16184] Added search directory prerequisite 17 years ago
Yannick Warnier 8b4747eb25 [svn r16139] Fixed typo 17 years ago
Yannick Warnier 1a5734b81b [svn r16129] Added fields for lp_item search feature 17 years ago
Yannick Warnier 653794d188 [svn r16097] Test for new corporate settings subset 17 years ago
Julio Montoya be6032176a [svn r16083] Adding the upload/forum/images and upload/learning_path/images path see FS#2841 17 years ago
Julio Montoya 5d2468d2ce [svn r16074] Showing the LP image and the author name. FS#2841 17 years ago
Julio Montoya 8e138d96dc [svn r16064] First attempt show image forum - See FS#2839 17 years ago
Eric Marguin ab1fcdba7b [svn r15960] add delineation in hotspot_type enum options 18 years ago
Yannick Warnier 18eb6e7f76 [svn r15952] Added index on course_rel_user.user_id alone + moved user table creation query to be in logical declaration order 18 years ago
Julio Montoya 6fdd3d13bd [svn r15947] Survey personality test implemented. User's form also added before the introduction. 18 years ago
Julian Prud'homme 02947b983e [svn r15930] Cancel last commit 15916 18 years ago
Julian Prud'homme f020ddc532 [svn r15916] Add an input text to choose a number of random question to display 18 years ago
Yannick Warnier 6e46a4f0a8 [svn r15907] Fix bug in migration process initialisation for 1.8.4 to 1.8.5 that triggers an upgrade from 1.8.3 instead 18 years ago
Yannick Warnier 9fbee8f623 [svn r15906] Added unique indexes to avoid double parameters insertion during migration processes 18 years ago
Eric Marguin 2249d8438a [svn r15905] Julian forgot to add db fields in install script 18 years ago
Eric Marguin d2db7e870d [svn r15904] upgrade : move forums in right place (interaction) 18 years ago
Julian Prud'homme 89a66f0270 [svn r15899] Add 2 more options when creating/editing a session. We can now specify how many days a coach will be able to access his session before the official start date. Same thing for the end date 18 years ago
Julio Montoya c7984c7aaf [svn r15873] Adding the "value" field in survey_question_option table see FS#2746 18 years ago
Yannick Warnier 4153dcf841 [svn r15861] Add alteration to lp table, which is a fix to a missing line in 1.8.4 to 1.8.5 migration that, if not present, will leave test migrations from 1.8.4 to current 1.8.6svn a little broken. The line is also available in 1.8.5 to 1.8.6 migration to avoid missing a field somewhere 18 years ago
Yannick Warnier e3070246d7 [svn r15851] Fix error in CREATE TABLE declaration introduced in recent commits - see http://www.dokeos.com/forum/viewtopic.php?t=13649 18 years ago
Daniel Perales 7efd22a27f [svn r15843] updated columns 18 years ago
Daniel Perales 11dadff635 [svn r15837] added new columns to survey tables and created table survey_group 18 years ago
Julio Montoya e908568f66 [svn r15828] Coachs can register users to the session and platform. (Added the platform setting validation ) (see FS#2700) 18 years ago
Yannick Warnier e52ae380d2 [svn r15802] Enable attempts limit in quiz tool 18 years ago
Yannick Warnier 3d41ca367c [svn r15801] Fixed possible overflow of database name in course.db_name field - see FS#2426 18 years ago
Yannick Warnier efac786fb7 [svn r15800] Hide password in installation process - see FS#2680 - by Daniel Perales 18 years ago
Julio Montoya e540339638 [svn r15791] Add questions ordering in quiz tool (see FS#2675) 18 years ago
Yannick Warnier 09957a0414 [svn r15774] Add semi-column to   when missing - patch suggested by Philippe De Ryck - see FS#2698 18 years ago
Yannick Warnier 5b4eed47df [svn r15735] Increased the session size in the database to cope with large learning paths 18 years ago
Julio Montoya 0827342cbd [svn r15661] phone number field missing during registration (see FS#2639) 18 years ago
Eric Marguin 6aebe48d58 [svn r15640] save mail subject of survey invitation (FS#2662) 18 years ago