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