Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
moodle-block_people
2
===================
3
 
4
Changes
5
-------
6
 
7
### v4.3-r1
8
 
9
* 2023-10-20 - Prepare compatibility for Moodle 4.3.
10
 
11
### v4.2-r1
12
 
13
* 2023-09-01 - Prepare compatibility for Moodle 4.2.
14
 
15
### v4.1-r3
16
 
17
* 2023-10-14 - Add automated release to moodle.org/plugins
18
* 2023-10-14 - Make codechecker happy again
19
* 2023-10-10 - Updated Moodle Plugin CI to latest upstream recommendations
20
* 2023-04-30 - Tests: Updated Moodle Plugin CI to use PHP 8.1 and Postgres 13 from Moodle 4.1 on.
21
 
22
### v4.1-r2
23
 
24
* 2023-04-04 - Bugfix: Link on teacher name was linking to a fixed course ID
25
 
26
### v4.1-r1
27
 
28
* 2023-01-21 - Prepare compatibility for Moodle 4.1.
29
 
30
### v4.0-r2
31
 
32
* 2023-03-30 - Add admin settings to control which teacher links are added in the block
33
* 2023-03-11 - Make codechecker happy again
34
* 2022-11-28 - Updated Moodle Plugin CI to latest upstream recommendations
35
 
36
### v4.0-r1
37
 
38
* 2022-07-12 - Slightly adapt the look of the block to Moodle 4.0.
39
* 2022-07-12 - Prepare compatibility for Moodle 4.0.
40
 
41
### v3.11-r3
42
 
43
* 2022-07-10 - Add Visual checks section to UPGRADE.md
44
* 2022-07-10 - Add Capabilities section to README.md
45
 
46
### v3.11-r2
47
 
48
* 2022-06-26 - Make codechecker happy again
49
* 2022-06-26 - Updated Moodle Plugin CI to latest upstream recommendations
50
* 2022-06-26 - Add UPGRADE.md as internal upgrade documentation
51
* 2022-06-26 - Update maintainers and copyrights in README.md.
52
 
53
### v3.11-r1
54
 
55
* 2021-12-08 - Prepare compatibility for Moodle 3.11.
56
 
57
### v3.10-r3
58
 
59
* 2021-10-10 - Bugfix: Do not show suspended users in the block
60
* 2021-10-08 - Bugfix: Show message icon only if the user is permitted to send a private message to the other user
61
* 2021-10-08 - Call admin_setting_heading() with the correct type of parameters
62
* 2021-10-08 - Fix a faulty behat test
63
 
64
### v3.10-r2
65
 
66
* 2021-02-05 - Make codechecker fully happy
67
* 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions
68
 
69
### v3.10-r1
70
 
71
* 2021-01-09 - Prepare compatibility for Moodle 3.10.
72
* 2021-01-06 - Change in Moodle release support:
73
               For the time being, this plugin is maintained for the most recent LTS release of Moodle as well as the most recent major release of Moodle.
74
               Bugfixes are backported to the LTS release. However, new features and improvements are not necessarily backported to the LTS release.
75
* 2021-01-06 - Improvement: Declare which major stable version of Moodle this plugin supports (see MDL-59562 for details).
76
 
77
### v3.9-r1
78
 
79
* 2020-07-16 - Prepare compatibility for Moodle 3.9.
80
 
81
### v3.8-r1
82
 
83
* 2020-02-26 - Added Behat tests.
84
* 2020-02-26 - Merged styles.css files into one file.
85
* 2020-02-24 - Fixed notice if no roles are selected in the roles setting.
86
* 2020-02-21 - Added newly added function get_config_for_external().
87
* 2020-02-12 - Remove hacky workaround for duplicate block title now that block_partipants has been removed from core.
88
* 2020-02-12 - Prepare compatibility for Moodle 3.8.
89
 
90
### v3.7-r1
91
 
92
* 2019-06-17 - Prepare compatibility for Moodle 3.7.
93
 
94
### v3.6-r1
95
 
96
* 2019-01-16 - Check compatibility for Moodle 3.6, no functionality change.
97
* 2018-12-05 - Changed travis.yml due to upstream changes.
98
 
99
### v3.5-r3
100
 
101
* 2018-07-25 - Changed CSS font-weight rule due to displaying issues.
102
* 2018-07-17 - Remove unneeded string from language pack.
103
 
104
### v3.5-r2
105
 
106
* 2018-07-17 - Add the possibility to control if users are listed with multiple roles in the block + respect the global roles sort order when building the teacher list - Credits to David Knuplesch.
107
* 2018-07-17 - Clean up appearance of teacher list.
108
* 2018-07-17 - Add the possibility to control the roles to be shown in this block instead of using $CFG->coursecontact.
109
 
110
### v3.5-r1
111
 
112
* 2018-05-29 - Check compatibility for Moodle 3.5, no functionality change.
113
 
114
### v3.4-r2
115
 
116
* 2018-05-16 - Implement Privacy API.
117
 
118
### v3.4-r1
119
 
120
* 2017-12-15 - Used new user picture attribute and removed the user profile quick link because of redundancy.
121
* 2017-12-13 - Replaced a check for a capability with a new introduced function call.
122
* 2017-12-12 - Prepare compatibility for Moodle 3.4, no functionality change.
123
 
124
### v3.3-r4
125
 
126
* 2017-12-15 - Fixed a minor bug to restore the functionality of the setting linkparticipantspage.
127
 
128
### v3.3-r3
129
 
130
* 2017-12-08 - Minor string bug fix.
131
 
132
### v3.3-r2
133
 
134
* 2017-12-07 - Added Workaround to travis.yml for fixing Behat tests with TravisCI.
135
* 2017-12-06 - Fixed further pix-icon displaying bugs.
136
 
137
### v3.3-r1
138
 
139
* 2017-11-23 - Replaced deprecated function $OUTPUT->pix_url() with $OUTPUT->pix_icon().
140
* 2017-11-23 - Prepare compatibility for Moodle 3.3, no functionality change.
141
* 2017-11-08 - Updated travis.yml to use newer node version for fixing TravisCI error.
142
 
143
### V3.2-r6
144
 
145
* 2017-10-24 - Improved README.md
146
* 2017-10-24 - Improved check in settings from string to integer.
147
* 2017-10-24 - Settings to permit or deny users to be able to hide the block in their courses and to reset the visibility.
148
 
149
### v3.2-r5
150
 
151
* 2017-09-19 - Setting to display link to the participants page within the block.
152
 
153
### v3.2-r4
154
 
155
* 2017-05-29 - Add Travis CI support
156
 
157
### v3.2-r3
158
 
159
* 2017-05-05 - Improve README.md
160
 
161
### v3.2-r2
162
 
163
* 2017-03-28 - Improve the list layout in theme_boost
164
 
165
### v3.2-r1
166
 
167
* 2017-01-12 - Check compatibility for Moodle 3.2, no functionality change
168
* 2017-01-12 - Move Changelog from README.md to CHANGES.md
169
 
170
### v3.1-r1
171
 
172
* 2016-07-19 - Check compatibility for Moodle 3.1, no functionality change
173
 
174
### Changes before v3.1
175
 
176
* 2016-03-07 - Workaround: Add non-breaking space to block title because otherwise the Moodle CLI installer fails due to a duplicate title with block_partipants. The space should not have a big visual impact.
177
* 2016-02-10 - Change plugin version and release scheme to the scheme promoted by moodle.org, no functionality change
178
* 2016-01-01 - Check compatibility for Moodle 3.0, no functionality change
179
* 2015-08-21 - Change My Moodle to Dashboard in language pack
180
* 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
181
* 2015-01-29 - Improve layout and remove link to profile when user does not see profile icons
182
* 2015-01-29 - Check compatibility for Moodle 2.8, no functionality change
183
* 2014-08-29 - Update README file
184
* 2014-06-30 - Drop support for Non-Bootstrap based themes
185
* 2014-06-30 - Check compatibility for Moodle 2.7, no functionality change
186
* 2014-01-31 - Check compatibility for Moodle 2.6, no functionality change
187
* 2013-10-15 - Bugfix: Block didn't respect course members which have multiple roles, now those members are listed with all of their roles
188
* 2013-07-30 - Transfer Github repository from github.com/abias/... to github.com/moodleuulm/...; Please update your Git paths if necessary
189
* 2013-07-30 - Check compatibility for Moodle 2.5, no functionality change
190
* 2013-04-23 - Add required capability for placing block on MyMoodle page
191
* 2013-03-18 - Fix php strict standards bug, fix small performance issue, Code cleanup according to moodle codechecker
192
* 2013-02-18 - Check compatibility for Moodle 2.4
193
* 2012-12-17 - New Feature: Block supports role names which have been renamed in course context
194
* 2012-11-30 - Bugfix: Block couldn't be added to frontpage, therefore it couldn't be used as sticky block
195
* 2012-11-27 - Small code cleanup
196
* 2012-10-10 - German language has been integrated into AMOS and was removed from this plugin. Please update your language packs with http://YOURMOODLEURL/admin/tool/langimport/index.php after installing this plugin version
197
* 2012-06-25 - Update version.php for Moodle 2.3
198
* 2012-06-01 - Initial version