Rev 13610 | Rev 16438 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13610 | Rev 15753 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
- | 1 | 20210403: add inputfield in anonymous mode |
|
- | 2 | (no documentation for the moment, in test) |
|
2 | 20190219: [r11849] replace speckedit by tinyMCE |
3 | 20190219: [r11849] replace speckedit by tinyMCE |
3 |
|
4 | + add labels to (list, radio and checkbox) primitives, for better accessibility (OB) |
4 |
|
5 | ------ version 4.02 |
5 | - | ||
6 | 20170824: [r11849] use of datepicker (FG) |
6 | 20170824: [r11849] use of datepicker (FG) |
7 | 20160709: [r10736] bugfix when a technical variable change of name. Use code name instead of user name in the datafile (FG) |
7 | 20160709: [r10736] bugfix when a technical variable change of name. Use code name instead of user name in the datafile (FG) |
8 | 20160704: [r10721] model=accessvar and model=group not allowed when sharing vote. Wait for sharing technical variable (FG) |
8 | 20160704: [r10721] model=accessvar and model=group not allowed when sharing vote. Wait for sharing technical variable (FG) |
9 | 20160628: [r10471] bugfix loose of technical variable choice in preparing models (FG) |
9 | 20160628: [r10471] bugfix loose of technical variable choice in preparing models (FG) |
10 | 20160616: better format for file genrated file for exam and sheet in model=accessvar (compatible with exam process) (FG) |
10 | 20160616: better format for file genrated file for exam and sheet in model=accessvar (compatible with exam process) (FG) |
Line 15... | Line 15... | ||
15 | 20120612: add guided mode (MC and bpr) for timetable and groups |
15 | 20120612: add guided mode (MC and bpr) for timetable and groups |
16 | 20120612: Fix : the list of voting participants was not calculated in case of a nominative vote |
16 | 20120612: Fix : the list of voting participants was not calculated in case of a nominative vote |
17 | The list appears now only if it has been asked |
17 | The list appears now only if it has been asked |
18 | no inf limits in case of a nominative vote (bpr) |
18 | no inf limits in case of a nominative vote (bpr) |
19 | 20120607: Add : show list of non votant participants (FG) |
19 | 20120607: Add : show list of non votant participants (FG) |
20 |
|
20 | ------ version 4.01 |
21 | - | ||
22 | 20120528: fix bug : the name did not appear in case of superclasses in showresult (bpr) |
21 | 20120528: fix bug : the name did not appear in case of superclasses in showresult (bpr) |
23 | 20120301: bugfix job=showresult and job2=studentbyitem : information not correctly readen from database (FG) |
22 | 20120301: bugfix job=showresult and job2=studentbyitem : information not correctly readen from database (FG) |
24 | 20120122: a vote can be desactivate if there is no votant yet or if there is no content (should not happen !). |
23 | 20120122: a vote can be desactivate if there is no votant yet or if there is no content (should not happen !). |
25 | If one save before filling the content, the title is saved (no error message). |
24 | If one save before filling the content, the title is saved (no error message). |
26 | It is not possible to activate if there is no content. |
25 | It is not possible to activate if there is no content. |
Line 51... | Line 50... | ||
51 | -------------------------------------------------------------------------------------------- |
50 | -------------------------------------------------------------------------------------------- |
52 | 2010-02 : Version 4.00 |
51 | 2010-02 : Version 4.00 |
53 | This module replaces several previously existing language dependent modules adm/vote.xx |
52 | This module replaces several previously existing language dependent modules adm/vote.xx |
54 | of Gang Xiao. It has been constructed by localization of these modules, keeping a single |
53 | of Gang Xiao. It has been constructed by localization of these modules, keeping a single |
55 | computation core and adding dictionaries. |
54 | computation core and adding dictionaries. |
56 | - | ||
57 | -------------------------- version 3.29 |
55 | -------------------------- version 3.29 |
58 | 20100118 show list of participant who |
56 | 20100118 show list of participant who votes if variable vote_whovoteshow=1 (FG) |