Rev 17315 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17319 | guerimand | 1 | 20221115 [r17319] replace script adm/lang/datemenu.$lang by direct use of native html5 form time (FG) |
17315 | guerimand | 2 | 20221115 [r17315] use native html5 form date (FG) |
3 | ------------- version 4.03 |
||
15753 | bpr | 4 | 20210403: add inputfield in anonymous mode |
5 | (no documentation for the moment, in test) |
||
13610 | obado | 6 | 20190219: [r11849] replace speckedit by tinyMCE |
15753 | bpr | 7 | + add labels to (list, radio and checkbox) primitives, for better accessibility (OB) |
8 | ------ version 4.02 |
||
11849 | guerimand | 9 | 20170824: [r11849] use of datepicker (FG) |
10736 | guerimand | 10 | 20160709: [r10736] bugfix when a technical variable change of name. Use code name instead of user name in the datafile (FG) |
11 | 20160704: [r10721] model=accessvar and model=group not allowed when sharing vote. Wait for sharing technical variable (FG) |
||
10471 | guerimand | 12 | 20160628: [r10471] bugfix loose of technical variable choice in preparing models (FG) |
10305 | guerimand | 13 | 20160616: better format for file genrated file for exam and sheet in model=accessvar (compatible with exam process) (FG) |
10273 | guerimand | 14 | 20160526: [r10273] change format of datafile for model=accessvar : better compatibility with technical variable modification (FG) |
15 | 20160526: [r10270] change format of datafile for model=group : better compatibility with technical variable modification (FG) |
||
10241 | guerimand | 16 | 20160524: [r10241] model=accessvar compatible vith new technical variable (FG) |
10233 | guerimand | 17 | 20160524: [r10233] model=group compatible vith new technical variable (FG) |
5369 | bpr | 18 | 20120612: add guided mode (MC and bpr) for timetable and groups |
13610 | obado | 19 | 20120612: Fix : the list of voting participants was not calculated in case of a nominative vote |
20 | The list appears now only if it has been asked |
||
21 | no inf limits in case of a nominative vote (bpr) |
||
5369 | bpr | 22 | 20120607: Add : show list of non votant participants (FG) |
15753 | bpr | 23 | ------ version 4.01 |
5308 | bpr | 24 | 20120528: fix bug : the name did not appear in case of superclasses in showresult (bpr) |
5086 | guerimand | 25 | 20120301: bugfix job=showresult and job2=studentbyitem : information not correctly readen from database (FG) |
13610 | obado | 26 | 20120122: a vote can be desactivate if there is no votant yet or if there is no content (should not happen !). |
27 | If one save before filling the content, the title is saved (no error message). |
||
28 | It is not possible to activate if there is no content. |
||
29 | introduce variable for the character limit for textarea. (bpr) |
||
4925 | bpr | 30 | 20120114: add source of the vote when it is active (job=modify) (bpr) |
4338 | guerimand | 31 | 20110707 symetric tabular is now an option (not shown with result view by participant) (FG) |
32 | 20110707 result of uservar is hidden in tabular of result (FG) |
||
4251 | guerimand | 33 | 20110620 participant cannot view result before vote (FG) |
4250 | guerimand | 34 | 20110620 add help for vote option only in french other lang have to be done (FG) |
4229 | bpr | 35 | 20110618 add symmetric tabular (BPR) - hide csv for students |
4205 | bpr | 36 | 20110612 add buttons, fix html trouble (BPR) |
4199 | guerimand | 37 | 20110612 show again result directly in questionnaire presentation (FG) |
4198 | guerimand | 38 | 20110612 bugfix : display of tabular in showresult.proc (FG) |
4191 | guerimand | 39 | 20110609 add : checkbox command (FG) |
40 | 20110609 bugfix : bad value of variable user_vote_$k in .users/$wims_user when question after a textarea (FG) |
||
4186 | guerimand | 41 | 20110608 add : when vote_option=nominative add table of individual vote (FG) |
42 | 20110608 bugfix : bad table for list of questionnaire in participant mode (FG) |
||
4142 | guerimand | 43 | 20110531 add : when vote_option=trace add table of individual vote (FG) |
4144 | bpr | 44 | 20110531 cannot modify vote structure when it is open : prevent corruption of result show (FG) |
45 | 20110502 cannot modify vote option when it is open : prevent corruption of result show (FG) |
||
46 | 20110502 cannot return to status "en préparation" when one participant has vote : to protect database (FG) |
||
47 | 20110415 delete gestion link on page when theme=standard : link are in menuitems (FG) |
||
48 | 20110412 normalisation when showing general information on the vote (FG) |
||
3715 | bpr | 49 | 20110206 correction of a bug due to an improvment of the call to the editor : use of $wims_on_click |
50 | instead of writing the javascript code directly (bpr) |
||
3256 | guerimand | 51 | 20100608 improvment of presentation of option panel configuration of a vote (FG) |
52 | 20100608 participant can view result of vote after voting and if supervisor allow it (FG) |
||
53 | -------------------------------------------------------------------------------------------- |
||
2589 | bpr | 54 | 2010-02 : Version 4.00 |
55 | This module replaces several previously existing language dependent modules adm/vote.xx |
||
13610 | obado | 56 | of Gang Xiao. It has been constructed by localization of these modules, keeping a single |
2589 | bpr | 57 | computation core and adding dictionaries. |
2151 | guerimand | 58 | -------------------------- version 3.29 |
15753 | bpr | 59 | 20100118 show list of participant who votes if variable vote_whovoteshow=1 (FG) |