You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/releases/11/README.rst
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,11 @@ Userview improvements
29
29
~~~~~~~~~~~~~~~~~~~~~
30
30
- Added a link on the userview page to a user's volunteer schedule (if they are volunteering).
31
31
- Added a link on the userview page to unenroll a student from all of their classes for the selected program.
32
+
- Added a link on the userview page to a teacher's biography.
32
33
- Fixed two-column layout of the userview page.
34
+
- User types are now listed on the userview page.
35
+
- Classes on the userview page now link to their catalog (in addition to the preexisting links to the manage and edit pages).
36
+
- Sections on the userview page are now colored based on section status (instead of using the class status).
33
37
34
38
Class search improvements
35
39
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -103,6 +107,7 @@ Minor new features and fixes
103
107
- Volunteer requests are now separated by date, and admin pages now show dates of volunteer requests and offers.
104
108
- Updated admin coteacher page to be more user-friendly. Now shows all teachers, including admins, and admins can now remove themselves from classes.
105
109
- Added a coteacher deadline, allowing the coteachers page to be closed independently of the teacher registration main page.
110
+
- Added more explicit steps for adding a coteacher to the coteacher page.
106
111
- Added dates to the classes on the teacher bio page.
107
112
- Added option to override users' texting preferences in the group texting module. This is
108
113
primarily designed for texting volunteers or teachers, since they can't set their texting preferences.
@@ -112,7 +117,8 @@ Minor new features and fixes
112
117
The ``/fillslot`` page is now sorted just like the catalog.
113
118
- Added a lunch deadline for students. The "Student Lunch Selection" module depends on this deadline.
114
119
- Fixed an error where texting would fail (without finishing) if an invalid phone number was encountered.
115
-
- Added duration field on the manage class page, which can be modified if no sections of the class have been scheduled yet.
120
+
- Added duration field on the manage class page, which can be modified if no sections of the class have been scheduled yet. The duration field was also added to the class search page.
121
+
- Added class style (if used) and resource requests to the manage class and class search pages.
116
122
- Teacher registration grade ranges can now be program specific (see tag ``grade_ranges``).
117
123
- Fixed walk-in registration and class import errors introduced by teacher registration grade ranges.
118
124
- Fixed an error that occurred when students had no amount due.
@@ -130,6 +136,8 @@ Minor new features and fixes
130
136
- The new availability layout for teachers has been extended to volunteer and admin modules. Admins can now check and edit availability on the same page.
131
137
- When using a template program to create a new problem, module info from the template program will now be copied to the new program (including ``seq`` values, whether or not they are ``required``, and the ``required_label``)
132
138
- Made login errors clearer
139
+
- Added teacher interview and training descriptions to the manage page for these events.
140
+
- Fixed the format of the inline student schedule (on the student reg mainpage).
0 commit comments