[4947] | 1 | Changes |
---|
| 2 | ******* |
---|
[3798] | 3 | |
---|
[17299] | 4 | 1.8.2.dev0 (unreleased) |
---|
| 5 | ======================= |
---|
| 6 | |
---|
[17850] | 7 | * Add `ExportApplication` permission which allows bursary officers |
---|
| 8 | to access the application section and export application data. |
---|
| 9 | |
---|
[17825] | 10 | * Add `kpasswd` script to set global principal passwords from commandline. |
---|
| 11 | |
---|
[17823] | 12 | * Make `_set_exporter_values` customizable. |
---|
| 13 | |
---|
[17809] | 14 | * Limit the file name length to 65 characters. |
---|
| 15 | |
---|
[17798] | 16 | * Make the certificate's longtitle customizable. |
---|
| 17 | |
---|
[17787] | 18 | * Add `SessionConfigurationProcessor`. |
---|
| 19 | |
---|
| 20 | * Add `ConfigurationContainerProcessor`. |
---|
| 21 | |
---|
[17782] | 22 | * Add `ConfigurationContainerExporter`. |
---|
| 23 | |
---|
[17772] | 24 | * Add `ApplicantRefereeReportProcessor`. |
---|
| 25 | |
---|
[17765] | 26 | * Add `RefereeEntryConverter`. |
---|
| 27 | |
---|
| 28 | * `DocumentProcessorBase`: import state and history |
---|
| 29 | |
---|
| 30 | * `ApplicantProcessor`: import applicant history. |
---|
| 31 | |
---|
| 32 | * Mangle referees and school grades when exporting applicants. |
---|
| 33 | |
---|
[17787] | 34 | * Add `SessionConfigurationExporter`. |
---|
[17765] | 35 | |
---|
| 36 | * Do not allow to add a study level if course registration has ended. |
---|
| 37 | |
---|
[17678] | 38 | * Show 'Remove' tick bullet on `DatacenterImportStep2` only to user admin. |
---|
| 39 | |
---|
[17650] | 40 | * Implement a QR Code view. |
---|
[17640] | 41 | |
---|
[17650] | 42 | * Get set of selected students also from list of payment ids. |
---|
| 43 | |
---|
[17610] | 44 | * Add logging messages before after creating students from applicants. |
---|
| 45 | |
---|
[17528] | 46 | * Allow user 'admin' to access the portal in maintenance mode. |
---|
[17458] | 47 | |
---|
[17528] | 48 | * Don't led students select blocked hostels on `AccommodationManageFormPage`. |
---|
| 49 | |
---|
[17412] | 50 | * Add `ReleaseExpiredAllocationsPage2` which allows to release unpaid beds |
---|
| 51 | in single hostels. |
---|
| 52 | |
---|
[17411] | 53 | * Show matric number on `TranscriptOfficerLandingPage`. |
---|
| 54 | |
---|
[17376] | 55 | * Enable customization of certificate select box entries also in the students |
---|
| 56 | section. |
---|
| 57 | |
---|
[17327] | 58 | * Move call to interactive debugger from `grokcore.startup` to `waeup.kofa`. |
---|
| 59 | Support for this was dropped long ago in `grokcore.startup`. This way we keep |
---|
| 60 | the possibility to provide a `kofactl` script w/o loosing the possibility to |
---|
| 61 | upgrade to newer `grokcore.startup` versions. |
---|
| 62 | |
---|
[17313] | 63 | * Allow beds to be blocked so that no student can be allocated to such a bed space |
---|
| 64 | (in contrast to reserved beds) |
---|
| 65 | |
---|
[17307] | 66 | * Upgrade packages for helper tools to Python3-compatible versions. Requires |
---|
| 67 | new buildout run. Might require removal of existing eggs. |
---|
[17299] | 68 | |
---|
[17307] | 69 | |
---|
[17284] | 70 | 1.8.1 (2023-01-16) |
---|
| 71 | ================== |
---|
[17272] | 72 | |
---|
[17280] | 73 | * Upgrade `dolmen.beaker` dependency. Removes other outdated crypto |
---|
| 74 | dependencies. Requires new buildout run. Moves cookie configuration from code |
---|
| 75 | to site.zcml session config. |
---|
| 76 | |
---|
[17273] | 77 | * Beautify INSTALL.txt. |
---|
[17272] | 78 | |
---|
[17270] | 79 | 1.8 (2023-01-11) |
---|
| 80 | ================ |
---|
[16470] | 81 | |
---|
[17261] | 82 | * Specify the role in flash message after logging in. |
---|
| 83 | |
---|
[17253] | 84 | * Add `AccommodationViewer` role. |
---|
| 85 | |
---|
[17177] | 86 | * Allow students to book accommodation also if they are in previous |
---|
[17327] | 87 | sessions (not activated in base package). |
---|
[17177] | 88 | |
---|
[17327] | 89 | * Add Javascript which automatically submits a form on select change |
---|
[17172] | 90 | (not used in base but in lpng custom package). |
---|
| 91 | |
---|
[17094] | 92 | * Add MonthSource to be used in custom packages. |
---|
| 93 | |
---|
[17016] | 94 | * Add `BalancePaymentAddFormPage` which can only be opened by managers. |
---|
| 95 | No button is provided in base package. |
---|
| 96 | |
---|
[17009] | 97 | * Do not require session configuration object for application payments. |
---|
| 98 | |
---|
[17004] | 99 | * Add social media meta data. |
---|
| 100 | |
---|
| 101 | * Send email after final submission of application form. |
---|
| 102 | |
---|
[16959] | 103 | * Enable customization of application form final submission message. |
---|
| 104 | |
---|
[16955] | 105 | * Copy applicant_id into reg_number field during student record creation, |
---|
[16959] | 106 | if applicant's reg_number is not set. |
---|
[16955] | 107 | |
---|
[16937] | 108 | * Show last student id on `StudentsContainerPage`. |
---|
| 109 | |
---|
[16902] | 110 | * Hide emtpy levels in transcripts. |
---|
| 111 | |
---|
[16901] | 112 | * Consider `course_category` in addStudentStudyLevel` method. |
---|
| 113 | |
---|
[16831] | 114 | * Add `previous` field to `StudentStudyCourseProcessor`, |
---|
| 115 | `StudentStudyLevelProcessor` and `CourseTicketProcessor` to ensure |
---|
| 116 | that previous study course data are being imported into the right study |
---|
| 117 | course container. |
---|
[16828] | 118 | |
---|
[16827] | 119 | * Add exporters for previous study course data. |
---|
| 120 | |
---|
[16819] | 121 | * Enable import of student history. |
---|
| 122 | |
---|
[17327] | 123 | * Don't complain but remove leading and trailing whitespaces |
---|
[16818] | 124 | while converting values during import. |
---|
| 125 | |
---|
[16812] | 126 | * Add 'Modules Level'. |
---|
| 127 | |
---|
[16671] | 128 | * Ease customization of portrait upload conditions. |
---|
| 129 | |
---|
[16662] | 130 | * `OutstandingCoursesExporter`: Remove passed courses from outstanding |
---|
| 131 | courses lists. |
---|
| 132 | |
---|
[16609] | 133 | * Enable students and officers to upload scanned signature in the same |
---|
| 134 | way as passport pictures are handled. Some tabs and titles had to be |
---|
| 135 | renamed. The placeholder file, which is still the portrait |
---|
| 136 | placeholder, are no longer shown on base pages. |
---|
| 137 | |
---|
[16551] | 138 | * Send email to student after single record creation. |
---|
| 139 | |
---|
[16550] | 140 | * Forward credentials to login page after password reset request. |
---|
| 141 | |
---|
[16545] | 142 | * Enable applicants to upload also additional jpg files. |
---|
| 143 | |
---|
[16538] | 144 | * Prefill login form after applicant registration. |
---|
| 145 | |
---|
[17327] | 146 | * Show local roles on faculty, department, course and certificate pages |
---|
| 147 | and provide 'Contact' button so that authenticated users can contact |
---|
[16529] | 148 | officers via Kofa. |
---|
| 149 | |
---|
[16526] | 150 | * Extend `IPayer` adapter. |
---|
| 151 | |
---|
[16472] | 152 | * Adjust `ApplicantOnlinePaymentProcessor.getMapping` (2nd bugfix). |
---|
[16470] | 153 | |
---|
[16518] | 154 | * Sort attendance.pdf first by faculty and department before certcode. |
---|
| 155 | |
---|
[16545] | 156 | * Add serial no to the coursetickets.pdf. |
---|
[16518] | 157 | |
---|
[16468] | 158 | 1.7.1 (2021-04-20) |
---|
| 159 | ================== |
---|
[16455] | 160 | |
---|
[16467] | 161 | * Add `p_id` to `ApplicantOnlinePaymentProcessor.location_fields` (bugfix). |
---|
| 162 | |
---|
[16465] | 163 | * Enable managers to edit/remove all flash notices of students in a department. |
---|
[16455] | 164 | |
---|
[16453] | 165 | 1.7 (2021-04-13) |
---|
| 166 | ================ |
---|
[14991] | 167 | |
---|
[16451] | 168 | * Add `key` field to `CertificateExporter`. |
---|
[16450] | 169 | |
---|
[16431] | 170 | * Add payment option (`p_option`) field to payment tickets and add |
---|
| 171 | select box on online payment add form pages. Disable this feature |
---|
| 172 | in the base package. |
---|
| 173 | |
---|
[16412] | 174 | * Allow lecturers to export all course tickets, not only |
---|
| 175 | those of current academic session. |
---|
| 176 | |
---|
[16387] | 177 | * Disable clearance request button if not in state 'clearance started'. |
---|
| 178 | |
---|
[16327] | 179 | * Make maximum number of applicants on `ApplicantsContainerManageFormPage` |
---|
| 180 | customizable. |
---|
| 181 | |
---|
[16299] | 182 | * Implement bulk emailing. |
---|
| 183 | |
---|
[16293] | 184 | * Make login trouble links more conspicuous. |
---|
| 185 | |
---|
[16275] | 186 | * Add `ApplicantEmailSource` (not used and tested in base package). |
---|
| 187 | |
---|
[16266] | 188 | * Redirect to payment ticket page after ticket creation. |
---|
| 189 | |
---|
[16262] | 190 | * Use Uli's marker substitution hack to inject signature |
---|
| 191 | images into pdf files. |
---|
| 192 | |
---|
[16251] | 193 | * Implement `ExportPDFPersonalDataSlip` (without button |
---|
| 194 | in the base package). Rename `ExportPDFBaseDataPlusSlip` |
---|
| 195 | `ExportPDFStudyCourseBaseDataSlip`. |
---|
| 196 | |
---|
[16243] | 197 | * Save email address provided by mandate when referee report |
---|
| 198 | is created. Add `RefereeReportManageFormPage` (no button available). |
---|
| 199 | |
---|
[16234] | 200 | * Show submitted transcript application records on |
---|
| 201 | `TranscriptOfficerLandingPage` (not used in base package). |
---|
| 202 | |
---|
[16231] | 203 | * Implement `ContactApplicantFormPage`. |
---|
| 204 | |
---|
[16228] | 205 | * Use `Applicant.createStudent` method also to create graduated |
---|
| 206 | students from transcript application data (not used in base package). |
---|
| 207 | |
---|
[16214] | 208 | * Implement `RefereesRemindPage`. |
---|
| 209 | |
---|
[16213] | 210 | * Remove contact email header and add footer. |
---|
| 211 | |
---|
[16193] | 212 | * Implement webservice `get_payment`. |
---|
| 213 | |
---|
[16190] | 214 | * `year` (Year of Entrance) is no longer required when creating |
---|
| 215 | an applicants container. |
---|
| 216 | |
---|
[16188] | 217 | * Implement temporary clearance. |
---|
[16187] | 218 | |
---|
[16186] | 219 | * `reg_number` is no longer a required field in `IApplicantBaseData`. |
---|
| 220 | |
---|
| 221 | * Add `entry_session` to student data exporters. |
---|
| 222 | |
---|
[16170] | 223 | * Add `DownloadTranscript` permission. |
---|
| 224 | |
---|
[16169] | 225 | * Implement webservice `get_unpaid_payments`. |
---|
| 226 | |
---|
[16157] | 227 | * Prepare `renderPDFAdmissionLetter` for merging with another pdf document. |
---|
| 228 | |
---|
| 229 | * Add `picture_editable` property attribute to `ApplicantsContainer`. |
---|
| 230 | |
---|
[16110] | 231 | * Add webservice to check if graduated student exists. |
---|
| 232 | |
---|
[16086] | 233 | * Implement `ExportPDFBaseDataPlusSlip` (without button |
---|
| 234 | in the base package) |
---|
| 235 | |
---|
[16064] | 236 | * Implement `ApplicantRefereeReportExporter`. |
---|
| 237 | |
---|
[16059] | 238 | * Improve referee reports. |
---|
| 239 | |
---|
[16046] | 240 | * Use consistent flow value formatting for CGPA. |
---|
| 241 | |
---|
[16027] | 242 | * Bugfix: If level_session of a studylevel object has changed, |
---|
| 243 | coursetickets_catalog must be informed. Otherwise lecturers |
---|
| 244 | don't see their students. |
---|
| 245 | |
---|
[16012] | 246 | * Implement `BatchProcessor.checkCreateRequirements` and |
---|
| 247 | `BatchProcessor.checkUpdateRequirements` methods mainly |
---|
| 248 | to protect course result lists of graduated student. |
---|
| 249 | |
---|
[16007] | 250 | * Do not allow course validation if no score has been entered. |
---|
| 251 | |
---|
[16000] | 252 | * Add `unlock_score` field to `CourseTicketProcessor`. |
---|
| 253 | |
---|
[15998] | 254 | * Add `UpdateCourseTicketsView`. |
---|
| 255 | |
---|
[15988] | 256 | * Don't show 'Base Data' header on slips if no form fields do |
---|
| 257 | follow. |
---|
| 258 | |
---|
[15986] | 259 | * When adding course tickets, check if course has already been |
---|
| 260 | passed at previous level. |
---|
| 261 | |
---|
| 262 | * Add `StudentTrimmedPaymentExporter` (requested by Uniben). |
---|
| 263 | |
---|
[15972] | 264 | * Add `AccommodationDisplayFormPage`. |
---|
| 265 | |
---|
[15970] | 266 | * Don't allow students to add former courses in course lists. |
---|
| 267 | |
---|
[15969] | 268 | * Use kofa-filterbox for filtering users when assigniing |
---|
| 269 | local roles in academics section. |
---|
| 270 | |
---|
[15968] | 271 | * Add `waeup.local.ReportsOfficer` role. |
---|
| 272 | |
---|
[15966] | 273 | * Add `TrimmedDataExporter`. |
---|
| 274 | |
---|
[15964] | 275 | * Make `getUsers` customizable. |
---|
| 276 | |
---|
[15944] | 277 | * Add logging message to `releaseBedIfMaintenanceNotPaid`. |
---|
| 278 | |
---|
[15943] | 279 | * Provide components for file uploads in the applicants section. |
---|
| 280 | |
---|
[15941] | 281 | * Copy also files from applicants to students section. |
---|
| 282 | |
---|
[15932] | 283 | * Reset _curr_stud_id if student could not be created. |
---|
| 284 | |
---|
[15920] | 285 | * Add `TranscriptDataExporter` and reorganize exporter names. |
---|
| 286 | |
---|
[15918] | 287 | * Add `session_level`filter to `StudentStudyLevelExporter`. |
---|
| 288 | |
---|
[15880] | 289 | * Add LetterPDFCreator utility and use this pdf creator |
---|
| 290 | for admission slips. letterhead_admission.jpg file |
---|
| 291 | must exist in students/static. |
---|
| 292 | |
---|
[15875] | 293 | * Add application worklfow transition `reset6`. |
---|
| 294 | |
---|
[15873] | 295 | * Add `StudentOutstandingCoursesExporter`. |
---|
| 296 | |
---|
[15865] | 297 | * Sort lecturers on scores slip. |
---|
| 298 | |
---|
[15834] | 299 | * Don't show hint on pdf slips. |
---|
| 300 | |
---|
[15833] | 301 | * Make max passport picture size customizable. |
---|
| 302 | |
---|
[15818] | 303 | * Redirect to `ChangePasswordRequestPage` after successfully |
---|
| 304 | adding an officer. |
---|
| 305 | |
---|
[15798] | 306 | * Add get_bursary_data webservice. |
---|
| 307 | |
---|
[15710] | 308 | * Implement bed selector. |
---|
| 309 | |
---|
[15664] | 310 | * Implement combi payments. |
---|
| 311 | |
---|
[15652] | 312 | * Make max file size customizable. |
---|
| 313 | |
---|
[17327] | 314 | * Add `score_editing_disabled` switch at course level. |
---|
[15652] | 315 | |
---|
[15628] | 316 | * Take `DELETION_MARKER` into consideration when updating passwords. |
---|
| 317 | |
---|
[15610] | 318 | * Implement parents access to student data. |
---|
| 319 | |
---|
[15587] | 320 | * Do not print picture on application slip if application is without |
---|
| 321 | passport picture. |
---|
| 322 | |
---|
[15578] | 323 | * Do not copy applicant_id into reg_number field after applicant creation. |
---|
| 324 | |
---|
[15553] | 325 | * Successful applicant payments do trigger 'approve' transition only |
---|
| 326 | if applicant is in state 'started' and either p_category is 'application' or |
---|
| 327 | applicant is special. |
---|
| 328 | |
---|
[15548] | 329 | * Allow to add applicants containers with a number instead of entrance year |
---|
| 330 | in container code. |
---|
| 331 | |
---|
[17327] | 332 | * Add semester filter to Fix `CourseTicketExporter`. |
---|
[15546] | 333 | |
---|
[15545] | 334 | * Add `FacultiesExportJobContainerSelectStudents` view to allow |
---|
| 335 | bursary officers to export student data for a small subset of students |
---|
| 336 | by entering a list of student ids or matric numbers. |
---|
| 337 | |
---|
[15502] | 338 | * Add passport picture switch to applicants containers. |
---|
| 339 | |
---|
[15476] | 340 | * Use decimal.Decimal to counteract Python floating point limitation. |
---|
| 341 | |
---|
[15446] | 342 | * Add level 0 (None) to course levels. |
---|
| 343 | |
---|
[15432] | 344 | * Ease customization of selectable payment categories. |
---|
| 345 | |
---|
[15430] | 346 | * Make maximum number of files listed in `finished` subfolder |
---|
| 347 | customizable. |
---|
| 348 | |
---|
[15423] | 349 | * Add attendance_sheet.pdf view. |
---|
| 350 | |
---|
[15422] | 351 | * Implement course result validation workflow for lecturers. |
---|
| 352 | |
---|
[15417] | 353 | * Add graduated students filter. |
---|
| 354 | |
---|
[15416] | 355 | * Backup deleted graduated student data somewhere else to ease graduated |
---|
| 356 | student data migration. |
---|
| 357 | |
---|
[15333] | 358 | * Add `transcript_remark` field to study levels. Add page to allow |
---|
| 359 | transcript officers editing the field during transcript processing. |
---|
| 360 | |
---|
[15286] | 361 | * Increase password strength. Officers are now required |
---|
[15416] | 362 | to set a password which has at least 8 characters and which contains |
---|
[15286] | 363 | at least one uppercase letter, one lowercase letter and one |
---|
[15416] | 364 | digit. Stored insecure passwords are no longer accepted. |
---|
| 365 | Officers with an insecure password can't login and are |
---|
| 366 | redirected to the `ChangePasswordRequestPage` to request a |
---|
| 367 | new password. |
---|
[15286] | 368 | |
---|
[15277] | 369 | * Add `AccommodationPaymentsExporter` which can be used by |
---|
| 370 | accommodation officers. |
---|
| 371 | |
---|
[15250] | 372 | * Add ReleaseExpiredAllocationsActionButton which has previously |
---|
| 373 | only been used by Uniben. |
---|
| 374 | |
---|
[15243] | 375 | * Fix get_student_payment_stats. Department codes are not |
---|
| 376 | unique. Use its path instead. |
---|
| 377 | |
---|
[15206] | 378 | * Implement study level 0 (Level Zero) option for storing |
---|
| 379 | orphaned course tickets (tickets without level assignment |
---|
| 380 | or information). Add `ticket_session` field to `ICourseTicket`. |
---|
[15203] | 381 | |
---|
[15163] | 382 | * Implement new transcript processing workflow. |
---|
| 383 | |
---|
[15122] | 384 | * Always display applicant payments if they exist. |
---|
| 385 | |
---|
[15085] | 386 | * Allow `ApplicationsManager` to view statistics. |
---|
| 387 | |
---|
[15055] | 388 | * Add payment session filter to payment exporters. |
---|
| 389 | |
---|
[15051] | 390 | * Add `SessionPaymentsOverviewExporter`. |
---|
| 391 | |
---|
[15047] | 392 | * Rename `StudentPaymentsOverviewExporter`. |
---|
| 393 | |
---|
[15042] | 394 | * Fix `CourseTicketExporter`. Ticket level and session filter |
---|
| 395 | did not work. |
---|
| 396 | |
---|
| 397 | * Add payment category filter to payment exporters. |
---|
| 398 | |
---|
[15037] | 399 | * Remove 'hidden' attribute from ordereddSelectionList which has |
---|
| 400 | caused a malfunction in Internet Exporer. |
---|
| 401 | |
---|
| 402 | * Set ssl index URL in buildout.cfg |
---|
| 403 | |
---|
| 404 | * Use the 'new' recaptcha v2. |
---|
| 405 | |
---|
[14992] | 406 | * Allow lecturer role assignment also at department level. |
---|
[14991] | 407 | |
---|
[14989] | 408 | 1.6 (2018-04-05) |
---|
| 409 | ================ |
---|
[14551] | 410 | |
---|
[14984] | 411 | * Add ticket level and session filter to `CourseTicketExporter`. |
---|
| 412 | |
---|
[14951] | 413 | * Add 'Student Record Creation' Report page. |
---|
[14950] | 414 | |
---|
[14948] | 415 | * Add `CreateStudents` permission and `StudentsCreator` role. |
---|
| 416 | |
---|
[14939] | 417 | * Do not allow uploading data with trailing whitespaces. |
---|
| 418 | |
---|
[14934] | 419 | * Do no longer hide the 'Create students' buttons but switch the portal to |
---|
| 420 | maintenance mode to ensure that nobody can enter the portal during |
---|
| 421 | record creation except for user 'admin'. This guarantees that record |
---|
| 422 | creation is only started once. |
---|
| 423 | |
---|
[14914] | 424 | * Replace `gpa_boundaries` utility attribute by `GPABoundaries` method |
---|
[14915] | 425 | which may return different values in custom packages depending on faculty, |
---|
| 426 | department or certificate code (requested by AAU Ekpoma). |
---|
[14914] | 427 | |
---|
[14804] | 428 | * Allow `ApplicantOnlinePaymentProcessor` to import records without |
---|
| 429 | `p_id` column in create mode. |
---|
| 430 | |
---|
[14734] | 431 | * Add `waeup.showStudents` permission to `ExportManager` role. |
---|
| 432 | |
---|
[14724] | 433 | * Fix `CertificateProcessor.checkHeaders`. The processor requires both |
---|
| 434 | faculty_code *and* department_code in create mode. |
---|
| 435 | |
---|
[15333] | 436 | * Add 'Update all tickets' button to `StudyLevelEditFormPage`. |
---|
[14684] | 437 | |
---|
[14682] | 438 | * Do not allow to create more than 10 students with a single request to |
---|
| 439 | avoid a timeout of Nginx/Apache. |
---|
| 440 | |
---|
[14648] | 441 | * Redirect to manage page after editing of certificate courses. |
---|
| 442 | |
---|
[14642] | 443 | * Add `course_category` attribute to course tickets. In the base package, |
---|
| 444 | this attribute is omitted from display and manage pages. |
---|
| 445 | |
---|
[14638] | 446 | * Add `course_category` attribute to certificate courses. |
---|
| 447 | |
---|
[14584] | 448 | * Simplify configuration of maximum or minimum total credits. |
---|
[14582] | 449 | |
---|
[14574] | 450 | * Add `outstanding` attribute to course tickets. |
---|
| 451 | |
---|
[14572] | 452 | * Exclude graduated students from `LevelReport`, `SessionResultsPresentation` |
---|
| 453 | and `RawScoreReport`. |
---|
| 454 | |
---|
[14568] | 455 | * Allow applicants in states `admitted`, `not admitted` or `created` to |
---|
| 456 | download the payment slip. |
---|
| 457 | |
---|
[14553] | 458 | * Catch traceback (`RequiredMissing`) if a required field is cleared |
---|
| 459 | by import. |
---|
[14551] | 460 | |
---|
[14602] | 461 | * Add role `FingerprintReaderDeviceRole` intended for fingerprint reader |
---|
| 462 | devices that access the portal via XMLRPC. |
---|
[14551] | 463 | |
---|
[14602] | 464 | |
---|
[14549] | 465 | 1.5 (2017-02-14) |
---|
| 466 | ================ |
---|
[13697] | 467 | |
---|
[14549] | 468 | * Happy Valentines Day everybody! |
---|
| 469 | |
---|
[14519] | 470 | * Sort arguments in table of `ReportsContainerPage`. |
---|
| 471 | |
---|
[14514] | 472 | * Add `entry_session` and `p_session` filter to Student Payment Statistics |
---|
| 473 | generator. Adjust reports: Change footer and filename formats. |
---|
| 474 | |
---|
| 475 | * Add officer name fields do `IDepartment` and `IFaculty`. |
---|
| 476 | Plugins must be updated! |
---|
| 477 | |
---|
[14507] | 478 | * Add serial number column to Session Results Presentations. |
---|
| 479 | |
---|
[14497] | 480 | * Add Raw Score Report to base package. |
---|
| 481 | |
---|
[14491] | 482 | * Only user 'admin' is allowed to access the `DatacenterSettings` page. |
---|
| 483 | |
---|
[14507] | 484 | * Show correct level title on Level Reports and Session Results Presentations. |
---|
[14481] | 485 | |
---|
[14443] | 486 | * Get set of selected students also from list of matric numbers. |
---|
| 487 | |
---|
| 488 | * Confine Level Reports and Session Results Presentations to certificates. |
---|
| 489 | |
---|
[14373] | 490 | * Show report number (job_id) on report pdf slips. |
---|
| 491 | |
---|
[14368] | 492 | * Level report: Count and display the number of courses registered but |
---|
| 493 | not taken. |
---|
| 494 | |
---|
[14293] | 495 | * Add control button to create graduated students. |
---|
| 496 | |
---|
[14292] | 497 | * Add option to render transcripts without passport picture and QR code. |
---|
| 498 | |
---|
[14256] | 499 | * Catch Reportlab `LayoutError`. |
---|
| 500 | |
---|
[14247] | 501 | * Replace `course_registration_allowed` by `course_registration_forbidden` |
---|
| 502 | method. |
---|
| 503 | |
---|
[14170] | 504 | * Add export purge button. |
---|
| 505 | |
---|
[14169] | 506 | * Add report purge button. |
---|
| 507 | |
---|
[14133] | 508 | * Add property attribute `total_score` in order to make provision |
---|
| 509 | for additional scores (like contineous assessments) in custom |
---|
| 510 | packages. |
---|
| 511 | |
---|
| 512 | * Make provision against storing other objects than applicant payments |
---|
| 513 | in applicant containers. |
---|
| 514 | |
---|
[13959] | 515 | * Count mandates on configuration page and provide 'Purge' button. |
---|
| 516 | |
---|
[13950] | 517 | * Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same |
---|
| 518 | time when calling `ExportJobContainerJobStart`. |
---|
| 519 | |
---|
[13949] | 520 | * Add `ApplicantPaymentExporter`. |
---|
| 521 | |
---|
[13936] | 522 | * Add file upload functionality to `EditScoresPage`. |
---|
| 523 | |
---|
[13908] | 524 | * Add `LecturerLandingPage` and `LecturerCourses` `ManageLink` |
---|
| 525 | viewlet. |
---|
| 526 | |
---|
[13898] | 527 | * Add `ExportPDFScoresSlip`. |
---|
| 528 | |
---|
[13894] | 529 | * Add `DownloadScoresView` which is for lecturers only. Remove |
---|
| 530 | `waeup.showStudents` from `Lecturer` role. Adjust |
---|
| 531 | `DataForLecturerExporter`. Only editable course tickets are being |
---|
| 532 | exported. |
---|
| 533 | |
---|
[13886] | 534 | * Remove application fee fallback option. Application fees can only |
---|
| 535 | be set via applicants containers. Hide Payment Tickets section on |
---|
| 536 | application pages if fee isn't set. |
---|
| 537 | |
---|
[13872] | 538 | * Add `ApplicantOnlinePaymentProcessor`. |
---|
| 539 | |
---|
[13773] | 540 | * Improve `AddStudyLevelFormPage`. |
---|
| 541 | |
---|
[13766] | 542 | * Create new exporter for lecturers and further restrict the usage of |
---|
[13767] | 543 | exporters at course level. Lecturers can only export data of |
---|
| 544 | current academic session. |
---|
[13766] | 545 | |
---|
[13736] | 546 | * Show certificate-specific p_level value on payment pages. |
---|
| 547 | Ensure that only allowed payment levels can be selected when |
---|
| 548 | adding a balance payment. |
---|
| 549 | |
---|
[13711] | 550 | * Add `flash_notice` field. |
---|
| 551 | |
---|
[13702] | 552 | * Documentation updates. |
---|
[13697] | 553 | |
---|
[13745] | 554 | * Update pinned versions: six |
---|
[13697] | 555 | |
---|
[13745] | 556 | |
---|
[13695] | 557 | 1.4.1 (2016-02-14) |
---|
| 558 | ================== |
---|
[13257] | 559 | |
---|
[13651] | 560 | * Add new application workflow state (`processed`) and transition |
---|
| 561 | (`process`). |
---|
[13613] | 562 | |
---|
[14514] | 563 | * Add `DegreeSource` and `degree` field to `ICertificate`. |
---|
[13651] | 564 | Plugins must be updated! |
---|
[13613] | 565 | |
---|
[13659] | 566 | * Upgrade bootstrap.py script and update some dependencies. For |
---|
| 567 | already running instances a new init might be neccessary, i.e. |
---|
| 568 | you might have to create a new virtualenv and run bootstap.py |
---|
| 569 | and buildout from that new virtualenv to get rid of old |
---|
| 570 | package versions in the runtime environment. |
---|
[13651] | 571 | |
---|
[13691] | 572 | * Upgrade versions.cfg to contain bugfix releases of packages we |
---|
| 573 | depend on. |
---|
[13659] | 574 | |
---|
[13691] | 575 | |
---|
[13613] | 576 | 1.4 (2016-01-14) |
---|
| 577 | ================ |
---|
| 578 | |
---|
[13610] | 579 | * Add button and view which allow students to unregister their |
---|
| 580 | current course list unless the courses have not been validated. |
---|
| 581 | |
---|
[13574] | 582 | * Configure transfer payments and let students enter their desired |
---|
[14638] | 583 | study course. Save entered text in `p_item` attribute. |
---|
[13574] | 584 | |
---|
[13651] | 585 | * Add further permissions to the local `ApplicationsManager` role and |
---|
[13570] | 586 | make it assignable at applicants container level. |
---|
| 587 | |
---|
[13493] | 588 | * Disable rendering of HTML tags in fullnames. |
---|
| 589 | |
---|
[13484] | 590 | * Add bed statistics components. |
---|
| 591 | |
---|
[13457] | 592 | * Add option which allows students to select a desired hostel before |
---|
| 593 | booking accommodation. |
---|
| 594 | |
---|
[13651] | 595 | * Add `BedProcessor`. |
---|
[13432] | 596 | |
---|
[13394] | 597 | * Add portal maintenance mode. |
---|
| 598 | |
---|
[13651] | 599 | * Allow also `reg_number` on public page to check application status |
---|
[13363] | 600 | without password. |
---|
| 601 | |
---|
[13346] | 602 | * Remove `beds_reserved` attribute from hostels. Hostels do no longer |
---|
| 603 | contain information about reserved bed spaces. |
---|
| 604 | |
---|
[13319] | 605 | * Add methods and page to release expired bed allocations. |
---|
[13288] | 606 | |
---|
[13344] | 607 | * Use lastname instead of firstname for first-time password requests. |
---|
[13288] | 608 | |
---|
[13471] | 609 | * When building docs, ignore members with dots in name. |
---|
[13344] | 610 | |
---|
[13613] | 611 | |
---|
[13288] | 612 | 1.3.3 (2015-10-06) |
---|
| 613 | ================== |
---|
| 614 | |
---|
[13263] | 615 | * Show file size of pdf documents in the documents section. |
---|
[13257] | 616 | |
---|
[13269] | 617 | * Add `MANIFEST.in`. |
---|
| 618 | |
---|
| 619 | |
---|
[13255] | 620 | 1.3.2 (2015-09-14) |
---|
| 621 | ================== |
---|
[12469] | 622 | |
---|
[13254] | 623 | * Add public page to check application status without password. |
---|
| 624 | |
---|
[13236] | 625 | * Fix department breakdown of student statistics. |
---|
| 626 | |
---|
[13223] | 627 | * Enable purging of applicants containers. |
---|
| 628 | |
---|
| 629 | * Enable pre-filling of applicants containers with empty |
---|
| 630 | application records which are used during self-registration |
---|
| 631 | to avoid excessive growth of the Data.fs. |
---|
| 632 | |
---|
[13199] | 633 | * Do only allow one running export job. |
---|
| 634 | |
---|
[13198] | 635 | * Add switch to disable all exports. |
---|
| 636 | |
---|
[13159] | 637 | * Enable import of list-of-choices fields. |
---|
| 638 | |
---|
[13156] | 639 | * Include 'end day' when searching for payments in a given period. |
---|
| 640 | |
---|
[13124] | 641 | * Do not create special application payment tickets with zero amount. |
---|
[13123] | 642 | |
---|
[13103] | 643 | * Remove manual clearance lock. Replace `clearance_locked` field by |
---|
| 644 | property attribute. |
---|
| 645 | |
---|
[13091] | 646 | * Make student email field required. |
---|
| 647 | |
---|
[13087] | 648 | * Rename application workflow transitions and remove forbidden transitions. |
---|
| 649 | |
---|
[13073] | 650 | * Rename 'application section' for the sake of consistency. |
---|
| 651 | |
---|
[13055] | 652 | * Rename student views which are not layout-aware and thus not pages. |
---|
| 653 | |
---|
[13032] | 654 | * Register KofaSourceOrderedMultiSelectWidget for IterableSource and |
---|
| 655 | KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized. |
---|
| 656 | |
---|
[13031] | 657 | * Implement session-specific course registration deadline and |
---|
| 658 | late registration payment. |
---|
| 659 | |
---|
[12981] | 660 | * Remove quite old bug in `doImport`: Replace empty strings *and* lists with |
---|
| 661 | ignore-markers in update *and* create mode. |
---|
| 662 | |
---|
[12971] | 663 | * Add StudentUnpaidPaymentExporter to export only unpaid tickets. |
---|
| 664 | This exporter is designed for finding and finally purging outdated |
---|
| 665 | payment ticket. |
---|
| 666 | |
---|
[12960] | 667 | * Remove deprecated xml importer and exporter components. |
---|
| 668 | |
---|
[12958] | 669 | * Rearrange datacenter upload page. Provide modal windows to view all |
---|
| 670 | processors and sources and vocabularies. |
---|
| 671 | |
---|
[12950] | 672 | * Reorganize doctests. Remove deprecated doctests. |
---|
| 673 | |
---|
[12926] | 674 | * Enable temporary suspension of officer accounts. Plugins must be |
---|
| 675 | updated after restart. |
---|
| 676 | |
---|
[12912] | 677 | * Rename 'Portal Users' 'Officers'. |
---|
| 678 | |
---|
[12901] | 679 | * Add link 'Kofa Docs for this page' at the end of the content box |
---|
| 680 | which refers to the corresponding section of the |
---|
| 681 | `Kofa Documentation <http://kofa-doc.waeup.org>`_. |
---|
| 682 | |
---|
[12897] | 683 | * Filter students by current level in reports. |
---|
| 684 | |
---|
[12896] | 685 | * Add `StudentsUtils.increaseMatricInteger` method which allows to use various |
---|
| 686 | matric number counters when computing the matric number. |
---|
| 687 | |
---|
[12889] | 688 | * Bypass school fee payment activation code creation if student is allowed |
---|
| 689 | to proceed to next session. |
---|
| 690 | |
---|
[12896] | 691 | * Convert `level` into a schema field to be consistent with the documentation. |
---|
[12873] | 692 | |
---|
[12896] | 693 | * Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be |
---|
[12865] | 694 | in accordance with other exporter names. |
---|
| 695 | |
---|
[12900] | 696 | * Add `ReportsOfficer` and `ReportsManager` roles with corresponding |
---|
| 697 | permissions. |
---|
[12844] | 698 | |
---|
[12896] | 699 | * Do not automatically allow import managers to import user data. |
---|
[12844] | 700 | |
---|
[12810] | 701 | * Skip empty rows produced by spreadsheet software. |
---|
| 702 | |
---|
[12632] | 703 | * Add components to configure a student export jobs in faculties. |
---|
| 704 | |
---|
[12896] | 705 | * `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment |
---|
| 706 | (in state ``paid``) with same `p_session` and `p_category` exists. |
---|
[12623] | 707 | |
---|
[12896] | 708 | * Add new payment state ``waived``. This state can only be set by import |
---|
[12569] | 709 | and is only used for the payments overview exporter to |
---|
| 710 | mark sessions with waived fees. |
---|
| 711 | |
---|
[13269] | 712 | * Add exporter methods and export page to filter student data exports |
---|
[12518] | 713 | by entering a list of student ids. |
---|
| 714 | |
---|
| 715 | * Student statistic can now be broken down by faculties or by departments. |
---|
| 716 | |
---|
[12896] | 717 | * Check if `p_id` exists in payments catalog when importing payment tickets in |
---|
[12513] | 718 | create mode. |
---|
[12469] | 719 | |
---|
| 720 | |
---|
[12466] | 721 | 1.3.1 (2015-01-14) |
---|
| 722 | ================== |
---|
[12465] | 723 | |
---|
[12466] | 724 | * 1.3 was a brown bag release. Fix uploaded files. |
---|
[12465] | 725 | |
---|
| 726 | |
---|
[12463] | 727 | 1.3 (2015-01-13) |
---|
| 728 | ================ |
---|
[11693] | 729 | |
---|
[12437] | 730 | * Add documents package. |
---|
[12418] | 731 | |
---|
[12437] | 732 | * Do not compare ResultEntry objects but their attributes. |
---|
| 733 | |
---|
[12415] | 734 | * Modify getWidgetsData so that we always get the same error format. |
---|
| 735 | |
---|
| 736 | * Validate all codes in university. |
---|
| 737 | |
---|
[12395] | 738 | * Catch traceback when creating an application slip with a corrupted |
---|
| 739 | image file. |
---|
| 740 | |
---|
[12437] | 741 | * Remove deprecated HTML and REST widgets and use html2dict and rest2dict |
---|
| 742 | instead. |
---|
[12247] | 743 | |
---|
[12190] | 744 | * UserProcessor: Check if imported roles do exist in the portal. |
---|
| 745 | |
---|
[11891] | 746 | * Enable localization of batch processing modules. |
---|
| 747 | |
---|
[11874] | 748 | * Hide 'Create students' button. Only user admin can see this button. |
---|
| 749 | |
---|
[11869] | 750 | * Add application_slip_notice field to ApplicantsContainer. |
---|
| 751 | |
---|
[11863] | 752 | * Remove 'Size' column from logfiles table. |
---|
| 753 | |
---|
[11862] | 754 | * Add permission, page and button to mass-clear all students in a department. |
---|
| 755 | |
---|
[11826] | 756 | * Hide export download button 24 hours after file generation. |
---|
| 757 | |
---|
[11825] | 758 | * Add helper to allow `meminfo` checks for cached memory, etc. |
---|
| 759 | |
---|
| 760 | * Allow external checks of system load before performing expensive |
---|
| 761 | actions. |
---|
| 762 | |
---|
| 763 | * Add new dependency: `psutil` (required to check system state). |
---|
| 764 | |
---|
[12862] | 765 | * Show flash message on general search page for the academic section. |
---|
[11794] | 766 | |
---|
[14638] | 767 | * Fix `CertificateCourseProcessor`. Mandatory is not a required field |
---|
[11798] | 768 | and might be missing in import files. Improve logging. Extend and |
---|
| 769 | fix CertCourseProcessorTests. |
---|
[11779] | 770 | |
---|
[11798] | 771 | * Provide customizable method for disabling clearance by clearance |
---|
| 772 | officers. |
---|
[11772] | 773 | |
---|
[11798] | 774 | * Merge Javascript functions into one file. Add Javascript function to |
---|
| 775 | calculate copyright notice year automatically. |
---|
[11741] | 776 | |
---|
[11798] | 777 | * Use lastname (surname) instead of firstname to verify found |
---|
| 778 | application record on ApplicantRegistrationPage. |
---|
[11738] | 779 | |
---|
[11798] | 780 | * Append hash '#' also to datetimes to circumvent unwanted excel |
---|
| 781 | automatic. |
---|
[11737] | 782 | |
---|
[11798] | 783 | * Method for (customizable) application passport upload requirements |
---|
| 784 | added. |
---|
[11733] | 785 | |
---|
[11798] | 786 | * Filter payment ticket data exports by specifying the payment_date |
---|
| 787 | period. |
---|
[11730] | 788 | |
---|
[11798] | 789 | * Method for (customizable) application payment slip download |
---|
| 790 | requirements added. |
---|
[11726] | 791 | |
---|
[11798] | 792 | * Method for (customizable) application payment ticket upload |
---|
| 793 | requirements added. |
---|
[11729] | 794 | |
---|
[11722] | 795 | * Remove unused rowadd javascript function. |
---|
| 796 | |
---|
[11702] | 797 | * certcode and reg_number added to DataForBursaryExporter. |
---|
| 798 | |
---|
[11699] | 799 | * Some batch processor names corrected. |
---|
[11693] | 800 | |
---|
[11701] | 801 | * Fixed ReST markup in setup.py long description. |
---|
| 802 | |
---|
| 803 | |
---|
[11689] | 804 | 1.2 (2014-06-16) |
---|
| 805 | ================ |
---|
[11487] | 806 | |
---|
[11680] | 807 | * Redirect to login page after using password mandate. |
---|
| 808 | |
---|
[11676] | 809 | * Adding student payment tickets is logged. |
---|
| 810 | |
---|
[11672] | 811 | * Provide XMLRPC services for storing and retrieving fingerprint |
---|
| 812 | scans. |
---|
| 813 | |
---|
[11664] | 814 | * Sort ContextualDictSource by dictionary values not by keys. |
---|
| 815 | |
---|
[11661] | 816 | * Add regular school fee and balance payments when exporting payments |
---|
| 817 | overviews. |
---|
| 818 | |
---|
[11641] | 819 | * Add samePaymentMade method to StudentsUtils. |
---|
| 820 | |
---|
[11608] | 821 | * Fingerprint file upload enabled. |
---|
| 822 | |
---|
[11604] | 823 | * is_fresh property method added to Student class. |
---|
| 824 | |
---|
[11599] | 825 | * Special application procedure modified. Special applicants must submit |
---|
| 826 | their form before they can download payment slips. Thus the regular |
---|
| 827 | workflow is now applied but, in contrast to regular applications, |
---|
| 828 | special applicants can create and pay more than one payment ticket. |
---|
| 829 | Also application slips are hidden. |
---|
[11589] | 830 | |
---|
[11599] | 831 | * Add setMatricNumber and constructMatricNumber methods to StudentsUtils. |
---|
| 832 | |
---|
[11585] | 833 | * When sending mails, always set from-address to 'no-reply@waeup.org'. |
---|
| 834 | Real from-addresses are now set in Cc and Reply-To fields. This is |
---|
| 835 | to tackle problems with yahoo (does not allow yahoo.com mails to be |
---|
| 836 | sent from non-yahoo servers). |
---|
| 837 | |
---|
[11575] | 838 | * Multiple payments in special application containers enabled. |
---|
| 839 | Special payment applicants remain in state started after payment. |
---|
| 840 | |
---|
[11558] | 841 | * File input fields brought into shape with Bootstrap 3. |
---|
| 842 | |
---|
[11551] | 843 | * Transcript and access code pagetemplates adjusted. |
---|
| 844 | |
---|
[11550] | 845 | * Print QR codes on all student slips. |
---|
| 846 | |
---|
[11535] | 847 | * Allow adding current_level to base data section on all student slips |
---|
| 848 | (requested by Uniben). |
---|
| 849 | |
---|
[11523] | 850 | * Windows is no longer supported. Installation manual removed. |
---|
| 851 | |
---|
[11497] | 852 | * Added JS helper to scroll to sequencelists after adding/removing items. |
---|
[11487] | 853 | |
---|
[11497] | 854 | |
---|
[11485] | 855 | 1.1 (2014-03-13) |
---|
| 856 | ================ |
---|
[11258] | 857 | |
---|
[14574] | 858 | * Add display_fullname column to `CourseTicketExporter` (requested by Uniben). |
---|
[11484] | 859 | |
---|
[11483] | 860 | * Do also export student and course ticket data of students on probation. |
---|
| 861 | |
---|
[11482] | 862 | * 'Create student' option removed from 'Application Transition' |
---|
| 863 | select field. |
---|
| 864 | |
---|
[11481] | 865 | * API docs added. |
---|
| 866 | |
---|
[11463] | 867 | * Back-to links replaced by animated jQuery plugins. |
---|
| 868 | |
---|
[11461] | 869 | * Default frontpage text updated. |
---|
| 870 | |
---|
[11460] | 871 | * Use absolute urls on datacenter pages. |
---|
| 872 | |
---|
[11451] | 873 | * Provide customizable method for disabling student payments. |
---|
| 874 | |
---|
[11481] | 875 | * After login and logout, regular users (officers) are redirected |
---|
[11439] | 876 | to the portal's index page not to the portal's root. The |
---|
| 877 | root URL can now be rewritten be Nginx or Apache so that the user |
---|
| 878 | is being redirected to the university website |
---|
| 879 | when entering the root URL directly or clicking the acronym. |
---|
| 880 | |
---|
[11438] | 881 | * Show tooltip alert and warning window before updating plugins. |
---|
| 882 | |
---|
[11437] | 883 | * JSAction has been deprecated. KofaAction can be used instead. Additional |
---|
| 884 | parameters can be used in @action decorators to enable tooltips and/or |
---|
| 885 | warning windows. The old @jsaction decorator still triggers a default |
---|
| 886 | warning message. |
---|
| 887 | |
---|
[11436] | 888 | * jquery-ui.min.js is also used for tooltips. |
---|
| 889 | |
---|
[11435] | 890 | * Do not create TSC AC batch when updating plugins. |
---|
| 891 | All TSC batches are created. |
---|
| 892 | |
---|
[11433] | 893 | * Make table on applicantsrootpage responsive. |
---|
| 894 | |
---|
[11431] | 895 | * Change width of input, select and textarea fields. |
---|
| 896 | |
---|
[11430] | 897 | * Use only https in theme.html. |
---|
| 898 | |
---|
[11386] | 899 | * INSTALL.txt updated and integrated into Sphinx documentation. |
---|
[11258] | 900 | |
---|
[11430] | 901 | * Redundancies removed in docs. |
---|
[11258] | 902 | |
---|
[11430] | 903 | |
---|
[11255] | 904 | 1.0 (2014-02-22) |
---|
| 905 | ================ |
---|
[11253] | 906 | |
---|
[11255] | 907 | * Diazofied the complete package. |
---|
[11253] | 908 | |
---|
| 909 | |
---|
| 910 | 0.2.1 (2014-02-21) |
---|
| 911 | ================== |
---|
| 912 | |
---|
| 913 | * Send mails to from-address, if site-wide config admin is |
---|
| 914 | different from it. |
---|
| 915 | |
---|
| 916 | * Change flash message for successful applicants. |
---|
| 917 | |
---|
| 918 | * Use more attributes of applicants with payer objects. |
---|
| 919 | |
---|
| 920 | * Update copyright infos (year). |
---|
| 921 | |
---|
| 922 | * Localization updates. |
---|
| 923 | |
---|
| 924 | |
---|
| 925 | 0.2 (2014-01-09) |
---|
| 926 | ================ |
---|
| 927 | |
---|
| 928 | Tons of changes. |
---|
| 929 | |
---|
| 930 | |
---|
[11255] | 931 | 0.1 (never released) |
---|
| 932 | ==================== |
---|
[4955] | 933 | |
---|
[7808] | 934 | Initial version. Copy from waeup.sirp. |
---|