[4947] | 1 | Changes |
---|
| 2 | ******* |
---|
[3798] | 3 | |
---|
[14991] | 4 | 1.6.1.dev0 (unreleased) |
---|
| 5 | ======================= |
---|
| 6 | |
---|
[15417] | 7 | * Add graduated students filter. |
---|
| 8 | |
---|
[15416] | 9 | * Backup deleted graduated student data somewhere else to ease graduated |
---|
| 10 | student data migration. |
---|
| 11 | |
---|
[15333] | 12 | * Add `transcript_remark` field to study levels. Add page to allow |
---|
| 13 | transcript officers editing the field during transcript processing. |
---|
| 14 | |
---|
[15286] | 15 | * Increase password strength. Officers are now required |
---|
[15416] | 16 | to set a password which has at least 8 characters and which contains |
---|
[15286] | 17 | at least one uppercase letter, one lowercase letter and one |
---|
[15416] | 18 | digit. Stored insecure passwords are no longer accepted. |
---|
| 19 | Officers with an insecure password can't login and are |
---|
| 20 | redirected to the `ChangePasswordRequestPage` to request a |
---|
| 21 | new password. |
---|
[15286] | 22 | |
---|
[15277] | 23 | * Add `AccommodationPaymentsExporter` which can be used by |
---|
| 24 | accommodation officers. |
---|
| 25 | |
---|
[15250] | 26 | * Add ReleaseExpiredAllocationsActionButton which has previously |
---|
| 27 | only been used by Uniben. |
---|
| 28 | |
---|
[15243] | 29 | * Fix get_student_payment_stats. Department codes are not |
---|
| 30 | unique. Use its path instead. |
---|
| 31 | |
---|
[15206] | 32 | * Implement study level 0 (Level Zero) option for storing |
---|
| 33 | orphaned course tickets (tickets without level assignment |
---|
| 34 | or information). Add `ticket_session` field to `ICourseTicket`. |
---|
[15203] | 35 | |
---|
[15163] | 36 | * Implement new transcript processing workflow. |
---|
| 37 | |
---|
[15122] | 38 | * Always display applicant payments if they exist. |
---|
| 39 | |
---|
[15085] | 40 | * Allow `ApplicationsManager` to view statistics. |
---|
| 41 | |
---|
[15055] | 42 | * Add payment session filter to payment exporters. |
---|
| 43 | |
---|
[15051] | 44 | * Add `SessionPaymentsOverviewExporter`. |
---|
| 45 | |
---|
[15047] | 46 | * Rename `StudentPaymentsOverviewExporter`. |
---|
| 47 | |
---|
[15042] | 48 | * Fix `CourseTicketExporter`. Ticket level and session filter |
---|
| 49 | did not work. |
---|
| 50 | |
---|
| 51 | * Add payment category filter to payment exporters. |
---|
| 52 | |
---|
[15037] | 53 | * Remove 'hidden' attribute from ordereddSelectionList which has |
---|
| 54 | caused a malfunction in Internet Exporer. |
---|
| 55 | |
---|
| 56 | * Set ssl index URL in buildout.cfg |
---|
| 57 | |
---|
| 58 | * Use the 'new' recaptcha v2. |
---|
| 59 | |
---|
[14992] | 60 | * Allow lecturer role assignment also at department level. |
---|
[14991] | 61 | |
---|
[14989] | 62 | 1.6 (2018-04-05) |
---|
| 63 | ================ |
---|
[14551] | 64 | |
---|
[14984] | 65 | * Add ticket level and session filter to `CourseTicketExporter`. |
---|
| 66 | |
---|
[14951] | 67 | * Add 'Student Record Creation' Report page. |
---|
[14950] | 68 | |
---|
[14948] | 69 | * Add `CreateStudents` permission and `StudentsCreator` role. |
---|
| 70 | |
---|
[14939] | 71 | * Do not allow uploading data with trailing whitespaces. |
---|
| 72 | |
---|
[14934] | 73 | * Do no longer hide the 'Create students' buttons but switch the portal to |
---|
| 74 | maintenance mode to ensure that nobody can enter the portal during |
---|
| 75 | record creation except for user 'admin'. This guarantees that record |
---|
| 76 | creation is only started once. |
---|
| 77 | |
---|
[14914] | 78 | * Replace `gpa_boundaries` utility attribute by `GPABoundaries` method |
---|
[14915] | 79 | which may return different values in custom packages depending on faculty, |
---|
| 80 | department or certificate code (requested by AAU Ekpoma). |
---|
[14914] | 81 | |
---|
[14804] | 82 | * Allow `ApplicantOnlinePaymentProcessor` to import records without |
---|
| 83 | `p_id` column in create mode. |
---|
| 84 | |
---|
[14734] | 85 | * Add `waeup.showStudents` permission to `ExportManager` role. |
---|
| 86 | |
---|
[14724] | 87 | * Fix `CertificateProcessor.checkHeaders`. The processor requires both |
---|
| 88 | faculty_code *and* department_code in create mode. |
---|
| 89 | |
---|
[15333] | 90 | * Add 'Update all tickets' button to `StudyLevelEditFormPage`. |
---|
[14684] | 91 | |
---|
[14682] | 92 | * Do not allow to create more than 10 students with a single request to |
---|
| 93 | avoid a timeout of Nginx/Apache. |
---|
| 94 | |
---|
[14648] | 95 | * Redirect to manage page after editing of certificate courses. |
---|
| 96 | |
---|
[14642] | 97 | * Add `course_category` attribute to course tickets. In the base package, |
---|
| 98 | this attribute is omitted from display and manage pages. |
---|
| 99 | |
---|
[14638] | 100 | * Add `course_category` attribute to certificate courses. |
---|
| 101 | |
---|
[14584] | 102 | * Simplify configuration of maximum or minimum total credits. |
---|
[14582] | 103 | |
---|
[14574] | 104 | * Add `outstanding` attribute to course tickets. |
---|
| 105 | |
---|
[14572] | 106 | * Exclude graduated students from `LevelReport`, `SessionResultsPresentation` |
---|
| 107 | and `RawScoreReport`. |
---|
| 108 | |
---|
[14568] | 109 | * Allow applicants in states `admitted`, `not admitted` or `created` to |
---|
| 110 | download the payment slip. |
---|
| 111 | |
---|
[14553] | 112 | * Catch traceback (`RequiredMissing`) if a required field is cleared |
---|
| 113 | by import. |
---|
[14551] | 114 | |
---|
[14602] | 115 | * Add role `FingerprintReaderDeviceRole` intended for fingerprint reader |
---|
| 116 | devices that access the portal via XMLRPC. |
---|
[14551] | 117 | |
---|
[14602] | 118 | |
---|
[14549] | 119 | 1.5 (2017-02-14) |
---|
| 120 | ================ |
---|
[13697] | 121 | |
---|
[14549] | 122 | * Happy Valentines Day everybody! |
---|
| 123 | |
---|
[14519] | 124 | * Sort arguments in table of `ReportsContainerPage`. |
---|
| 125 | |
---|
[14514] | 126 | * Add `entry_session` and `p_session` filter to Student Payment Statistics |
---|
| 127 | generator. Adjust reports: Change footer and filename formats. |
---|
| 128 | |
---|
| 129 | * Add officer name fields do `IDepartment` and `IFaculty`. |
---|
| 130 | Plugins must be updated! |
---|
| 131 | |
---|
[14507] | 132 | * Add serial number column to Session Results Presentations. |
---|
| 133 | |
---|
[14497] | 134 | * Add Raw Score Report to base package. |
---|
| 135 | |
---|
[14491] | 136 | * Only user 'admin' is allowed to access the `DatacenterSettings` page. |
---|
| 137 | |
---|
[14507] | 138 | * Show correct level title on Level Reports and Session Results Presentations. |
---|
[14481] | 139 | |
---|
[14443] | 140 | * Get set of selected students also from list of matric numbers. |
---|
| 141 | |
---|
| 142 | * Confine Level Reports and Session Results Presentations to certificates. |
---|
| 143 | |
---|
[14373] | 144 | * Show report number (job_id) on report pdf slips. |
---|
| 145 | |
---|
[14368] | 146 | * Level report: Count and display the number of courses registered but |
---|
| 147 | not taken. |
---|
| 148 | |
---|
[14293] | 149 | * Add control button to create graduated students. |
---|
| 150 | |
---|
[14292] | 151 | * Add option to render transcripts without passport picture and QR code. |
---|
| 152 | |
---|
[14256] | 153 | * Catch Reportlab `LayoutError`. |
---|
| 154 | |
---|
[14247] | 155 | * Replace `course_registration_allowed` by `course_registration_forbidden` |
---|
| 156 | method. |
---|
| 157 | |
---|
[14170] | 158 | * Add export purge button. |
---|
| 159 | |
---|
[14169] | 160 | * Add report purge button. |
---|
| 161 | |
---|
[14133] | 162 | * Add property attribute `total_score` in order to make provision |
---|
| 163 | for additional scores (like contineous assessments) in custom |
---|
| 164 | packages. |
---|
| 165 | |
---|
| 166 | * Make provision against storing other objects than applicant payments |
---|
| 167 | in applicant containers. |
---|
| 168 | |
---|
[13959] | 169 | * Count mandates on configuration page and provide 'Purge' button. |
---|
| 170 | |
---|
[13950] | 171 | * Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same |
---|
| 172 | time when calling `ExportJobContainerJobStart`. |
---|
| 173 | |
---|
[13949] | 174 | * Add `ApplicantPaymentExporter`. |
---|
| 175 | |
---|
[13936] | 176 | * Add file upload functionality to `EditScoresPage`. |
---|
| 177 | |
---|
[13908] | 178 | * Add `LecturerLandingPage` and `LecturerCourses` `ManageLink` |
---|
| 179 | viewlet. |
---|
| 180 | |
---|
[13898] | 181 | * Add `ExportPDFScoresSlip`. |
---|
| 182 | |
---|
[13894] | 183 | * Add `DownloadScoresView` which is for lecturers only. Remove |
---|
| 184 | `waeup.showStudents` from `Lecturer` role. Adjust |
---|
| 185 | `DataForLecturerExporter`. Only editable course tickets are being |
---|
| 186 | exported. |
---|
| 187 | |
---|
[13886] | 188 | * Remove application fee fallback option. Application fees can only |
---|
| 189 | be set via applicants containers. Hide Payment Tickets section on |
---|
| 190 | application pages if fee isn't set. |
---|
| 191 | |
---|
[13872] | 192 | * Add `ApplicantOnlinePaymentProcessor`. |
---|
| 193 | |
---|
[13773] | 194 | * Improve `AddStudyLevelFormPage`. |
---|
| 195 | |
---|
[13766] | 196 | * Create new exporter for lecturers and further restrict the usage of |
---|
[13767] | 197 | exporters at course level. Lecturers can only export data of |
---|
| 198 | current academic session. |
---|
[13766] | 199 | |
---|
[13736] | 200 | * Show certificate-specific p_level value on payment pages. |
---|
| 201 | Ensure that only allowed payment levels can be selected when |
---|
| 202 | adding a balance payment. |
---|
| 203 | |
---|
[13711] | 204 | * Add `flash_notice` field. |
---|
| 205 | |
---|
[13702] | 206 | * Documentation updates. |
---|
[13697] | 207 | |
---|
[13745] | 208 | * Update pinned versions: six |
---|
[13697] | 209 | |
---|
[13745] | 210 | |
---|
[13695] | 211 | 1.4.1 (2016-02-14) |
---|
| 212 | ================== |
---|
[13257] | 213 | |
---|
[13651] | 214 | * Add new application workflow state (`processed`) and transition |
---|
| 215 | (`process`). |
---|
[13613] | 216 | |
---|
[14514] | 217 | * Add `DegreeSource` and `degree` field to `ICertificate`. |
---|
[13651] | 218 | Plugins must be updated! |
---|
[13613] | 219 | |
---|
[13659] | 220 | * Upgrade bootstrap.py script and update some dependencies. For |
---|
| 221 | already running instances a new init might be neccessary, i.e. |
---|
| 222 | you might have to create a new virtualenv and run bootstap.py |
---|
| 223 | and buildout from that new virtualenv to get rid of old |
---|
| 224 | package versions in the runtime environment. |
---|
[13651] | 225 | |
---|
[13691] | 226 | * Upgrade versions.cfg to contain bugfix releases of packages we |
---|
| 227 | depend on. |
---|
[13659] | 228 | |
---|
[13691] | 229 | |
---|
[13613] | 230 | 1.4 (2016-01-14) |
---|
| 231 | ================ |
---|
| 232 | |
---|
[13610] | 233 | * Add button and view which allow students to unregister their |
---|
| 234 | current course list unless the courses have not been validated. |
---|
| 235 | |
---|
[13574] | 236 | * Configure transfer payments and let students enter their desired |
---|
[14638] | 237 | study course. Save entered text in `p_item` attribute. |
---|
[13574] | 238 | |
---|
[13651] | 239 | * Add further permissions to the local `ApplicationsManager` role and |
---|
[13570] | 240 | make it assignable at applicants container level. |
---|
| 241 | |
---|
[13493] | 242 | * Disable rendering of HTML tags in fullnames. |
---|
| 243 | |
---|
[13484] | 244 | * Add bed statistics components. |
---|
| 245 | |
---|
[13457] | 246 | * Add option which allows students to select a desired hostel before |
---|
| 247 | booking accommodation. |
---|
| 248 | |
---|
[13651] | 249 | * Add `BedProcessor`. |
---|
[13432] | 250 | |
---|
[13394] | 251 | * Add portal maintenance mode. |
---|
| 252 | |
---|
[13651] | 253 | * Allow also `reg_number` on public page to check application status |
---|
[13363] | 254 | without password. |
---|
| 255 | |
---|
[13346] | 256 | * Remove `beds_reserved` attribute from hostels. Hostels do no longer |
---|
| 257 | contain information about reserved bed spaces. |
---|
| 258 | |
---|
[13319] | 259 | * Add methods and page to release expired bed allocations. |
---|
[13288] | 260 | |
---|
[13344] | 261 | * Use lastname instead of firstname for first-time password requests. |
---|
[13288] | 262 | |
---|
[13471] | 263 | * When building docs, ignore members with dots in name. |
---|
[13344] | 264 | |
---|
[13613] | 265 | |
---|
[13288] | 266 | 1.3.3 (2015-10-06) |
---|
| 267 | ================== |
---|
| 268 | |
---|
[13263] | 269 | * Show file size of pdf documents in the documents section. |
---|
[13257] | 270 | |
---|
[13269] | 271 | * Add `MANIFEST.in`. |
---|
| 272 | |
---|
| 273 | |
---|
[13255] | 274 | 1.3.2 (2015-09-14) |
---|
| 275 | ================== |
---|
[12469] | 276 | |
---|
[13254] | 277 | * Add public page to check application status without password. |
---|
| 278 | |
---|
[13236] | 279 | * Fix department breakdown of student statistics. |
---|
| 280 | |
---|
[13223] | 281 | * Enable purging of applicants containers. |
---|
| 282 | |
---|
| 283 | * Enable pre-filling of applicants containers with empty |
---|
| 284 | application records which are used during self-registration |
---|
| 285 | to avoid excessive growth of the Data.fs. |
---|
| 286 | |
---|
[13199] | 287 | * Do only allow one running export job. |
---|
| 288 | |
---|
[13198] | 289 | * Add switch to disable all exports. |
---|
| 290 | |
---|
[13159] | 291 | * Enable import of list-of-choices fields. |
---|
| 292 | |
---|
[13156] | 293 | * Include 'end day' when searching for payments in a given period. |
---|
| 294 | |
---|
[13124] | 295 | * Do not create special application payment tickets with zero amount. |
---|
[13123] | 296 | |
---|
[13103] | 297 | * Remove manual clearance lock. Replace `clearance_locked` field by |
---|
| 298 | property attribute. |
---|
| 299 | |
---|
[13091] | 300 | * Make student email field required. |
---|
| 301 | |
---|
[13087] | 302 | * Rename application workflow transitions and remove forbidden transitions. |
---|
| 303 | |
---|
[13073] | 304 | * Rename 'application section' for the sake of consistency. |
---|
| 305 | |
---|
[13055] | 306 | * Rename student views which are not layout-aware and thus not pages. |
---|
| 307 | |
---|
[13032] | 308 | * Register KofaSourceOrderedMultiSelectWidget for IterableSource and |
---|
| 309 | KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized. |
---|
| 310 | |
---|
[13031] | 311 | * Implement session-specific course registration deadline and |
---|
| 312 | late registration payment. |
---|
| 313 | |
---|
[12981] | 314 | * Remove quite old bug in `doImport`: Replace empty strings *and* lists with |
---|
| 315 | ignore-markers in update *and* create mode. |
---|
| 316 | |
---|
[12971] | 317 | * Add StudentUnpaidPaymentExporter to export only unpaid tickets. |
---|
| 318 | This exporter is designed for finding and finally purging outdated |
---|
| 319 | payment ticket. |
---|
| 320 | |
---|
[12960] | 321 | * Remove deprecated xml importer and exporter components. |
---|
| 322 | |
---|
[12958] | 323 | * Rearrange datacenter upload page. Provide modal windows to view all |
---|
| 324 | processors and sources and vocabularies. |
---|
| 325 | |
---|
[12950] | 326 | * Reorganize doctests. Remove deprecated doctests. |
---|
| 327 | |
---|
[12926] | 328 | * Enable temporary suspension of officer accounts. Plugins must be |
---|
| 329 | updated after restart. |
---|
| 330 | |
---|
[12912] | 331 | * Rename 'Portal Users' 'Officers'. |
---|
| 332 | |
---|
[12901] | 333 | * Add link 'Kofa Docs for this page' at the end of the content box |
---|
| 334 | which refers to the corresponding section of the |
---|
| 335 | `Kofa Documentation <http://kofa-doc.waeup.org>`_. |
---|
| 336 | |
---|
[12897] | 337 | * Filter students by current level in reports. |
---|
| 338 | |
---|
[12896] | 339 | * Add `StudentsUtils.increaseMatricInteger` method which allows to use various |
---|
| 340 | matric number counters when computing the matric number. |
---|
| 341 | |
---|
[12889] | 342 | * Bypass school fee payment activation code creation if student is allowed |
---|
| 343 | to proceed to next session. |
---|
| 344 | |
---|
[12896] | 345 | * Convert `level` into a schema field to be consistent with the documentation. |
---|
[12873] | 346 | |
---|
[12896] | 347 | * Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be |
---|
[12865] | 348 | in accordance with other exporter names. |
---|
| 349 | |
---|
[12900] | 350 | * Add `ReportsOfficer` and `ReportsManager` roles with corresponding |
---|
| 351 | permissions. |
---|
[12844] | 352 | |
---|
[12896] | 353 | * Do not automatically allow import managers to import user data. |
---|
[12844] | 354 | |
---|
[12810] | 355 | * Skip empty rows produced by spreadsheet software. |
---|
| 356 | |
---|
[12632] | 357 | * Add components to configure a student export jobs in faculties. |
---|
| 358 | |
---|
[12896] | 359 | * `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment |
---|
| 360 | (in state ``paid``) with same `p_session` and `p_category` exists. |
---|
[12623] | 361 | |
---|
[12896] | 362 | * Add new payment state ``waived``. This state can only be set by import |
---|
[12569] | 363 | and is only used for the payments overview exporter to |
---|
| 364 | mark sessions with waived fees. |
---|
| 365 | |
---|
[13269] | 366 | * Add exporter methods and export page to filter student data exports |
---|
[12518] | 367 | by entering a list of student ids. |
---|
| 368 | |
---|
| 369 | * Student statistic can now be broken down by faculties or by departments. |
---|
| 370 | |
---|
[12896] | 371 | * Check if `p_id` exists in payments catalog when importing payment tickets in |
---|
[12513] | 372 | create mode. |
---|
[12469] | 373 | |
---|
| 374 | |
---|
[12466] | 375 | 1.3.1 (2015-01-14) |
---|
| 376 | ================== |
---|
[12465] | 377 | |
---|
[12466] | 378 | * 1.3 was a brown bag release. Fix uploaded files. |
---|
[12465] | 379 | |
---|
| 380 | |
---|
[12463] | 381 | 1.3 (2015-01-13) |
---|
| 382 | ================ |
---|
[11693] | 383 | |
---|
[12437] | 384 | * Add documents package. |
---|
[12418] | 385 | |
---|
[12437] | 386 | * Do not compare ResultEntry objects but their attributes. |
---|
| 387 | |
---|
[12415] | 388 | * Modify getWidgetsData so that we always get the same error format. |
---|
| 389 | |
---|
| 390 | * Validate all codes in university. |
---|
| 391 | |
---|
[12395] | 392 | * Catch traceback when creating an application slip with a corrupted |
---|
| 393 | image file. |
---|
| 394 | |
---|
[12437] | 395 | * Remove deprecated HTML and REST widgets and use html2dict and rest2dict |
---|
| 396 | instead. |
---|
[12247] | 397 | |
---|
[12190] | 398 | * UserProcessor: Check if imported roles do exist in the portal. |
---|
| 399 | |
---|
[11891] | 400 | * Enable localization of batch processing modules. |
---|
| 401 | |
---|
[11874] | 402 | * Hide 'Create students' button. Only user admin can see this button. |
---|
| 403 | |
---|
[11869] | 404 | * Add application_slip_notice field to ApplicantsContainer. |
---|
| 405 | |
---|
[11863] | 406 | * Remove 'Size' column from logfiles table. |
---|
| 407 | |
---|
[11862] | 408 | * Add permission, page and button to mass-clear all students in a department. |
---|
| 409 | |
---|
[11826] | 410 | * Hide export download button 24 hours after file generation. |
---|
| 411 | |
---|
[11825] | 412 | * Add helper to allow `meminfo` checks for cached memory, etc. |
---|
| 413 | |
---|
| 414 | * Allow external checks of system load before performing expensive |
---|
| 415 | actions. |
---|
| 416 | |
---|
| 417 | * Add new dependency: `psutil` (required to check system state). |
---|
| 418 | |
---|
[12862] | 419 | * Show flash message on general search page for the academic section. |
---|
[11794] | 420 | |
---|
[14638] | 421 | * Fix `CertificateCourseProcessor`. Mandatory is not a required field |
---|
[11798] | 422 | and might be missing in import files. Improve logging. Extend and |
---|
| 423 | fix CertCourseProcessorTests. |
---|
[11779] | 424 | |
---|
[11798] | 425 | * Provide customizable method for disabling clearance by clearance |
---|
| 426 | officers. |
---|
[11772] | 427 | |
---|
[11798] | 428 | * Merge Javascript functions into one file. Add Javascript function to |
---|
| 429 | calculate copyright notice year automatically. |
---|
[11741] | 430 | |
---|
[11798] | 431 | * Use lastname (surname) instead of firstname to verify found |
---|
| 432 | application record on ApplicantRegistrationPage. |
---|
[11738] | 433 | |
---|
[11798] | 434 | * Append hash '#' also to datetimes to circumvent unwanted excel |
---|
| 435 | automatic. |
---|
[11737] | 436 | |
---|
[11798] | 437 | * Method for (customizable) application passport upload requirements |
---|
| 438 | added. |
---|
[11733] | 439 | |
---|
[11798] | 440 | * Filter payment ticket data exports by specifying the payment_date |
---|
| 441 | period. |
---|
[11730] | 442 | |
---|
[11798] | 443 | * Method for (customizable) application payment slip download |
---|
| 444 | requirements added. |
---|
[11726] | 445 | |
---|
[11798] | 446 | * Method for (customizable) application payment ticket upload |
---|
| 447 | requirements added. |
---|
[11729] | 448 | |
---|
[11722] | 449 | * Remove unused rowadd javascript function. |
---|
| 450 | |
---|
[11702] | 451 | * certcode and reg_number added to DataForBursaryExporter. |
---|
| 452 | |
---|
[11699] | 453 | * Some batch processor names corrected. |
---|
[11693] | 454 | |
---|
[11701] | 455 | * Fixed ReST markup in setup.py long description. |
---|
| 456 | |
---|
| 457 | |
---|
[11689] | 458 | 1.2 (2014-06-16) |
---|
| 459 | ================ |
---|
[11487] | 460 | |
---|
[11680] | 461 | * Redirect to login page after using password mandate. |
---|
| 462 | |
---|
[11676] | 463 | * Adding student payment tickets is logged. |
---|
| 464 | |
---|
[11672] | 465 | * Provide XMLRPC services for storing and retrieving fingerprint |
---|
| 466 | scans. |
---|
| 467 | |
---|
[11664] | 468 | * Sort ContextualDictSource by dictionary values not by keys. |
---|
| 469 | |
---|
[11661] | 470 | * Add regular school fee and balance payments when exporting payments |
---|
| 471 | overviews. |
---|
| 472 | |
---|
[11641] | 473 | * Add samePaymentMade method to StudentsUtils. |
---|
| 474 | |
---|
[11608] | 475 | * Fingerprint file upload enabled. |
---|
| 476 | |
---|
[11604] | 477 | * is_fresh property method added to Student class. |
---|
| 478 | |
---|
[11599] | 479 | * Special application procedure modified. Special applicants must submit |
---|
| 480 | their form before they can download payment slips. Thus the regular |
---|
| 481 | workflow is now applied but, in contrast to regular applications, |
---|
| 482 | special applicants can create and pay more than one payment ticket. |
---|
| 483 | Also application slips are hidden. |
---|
[11589] | 484 | |
---|
[11599] | 485 | * Add setMatricNumber and constructMatricNumber methods to StudentsUtils. |
---|
| 486 | |
---|
[11585] | 487 | * When sending mails, always set from-address to 'no-reply@waeup.org'. |
---|
| 488 | Real from-addresses are now set in Cc and Reply-To fields. This is |
---|
| 489 | to tackle problems with yahoo (does not allow yahoo.com mails to be |
---|
| 490 | sent from non-yahoo servers). |
---|
| 491 | |
---|
[11575] | 492 | * Multiple payments in special application containers enabled. |
---|
| 493 | Special payment applicants remain in state started after payment. |
---|
| 494 | |
---|
[11558] | 495 | * File input fields brought into shape with Bootstrap 3. |
---|
| 496 | |
---|
[11551] | 497 | * Transcript and access code pagetemplates adjusted. |
---|
| 498 | |
---|
[11550] | 499 | * Print QR codes on all student slips. |
---|
| 500 | |
---|
[11535] | 501 | * Allow adding current_level to base data section on all student slips |
---|
| 502 | (requested by Uniben). |
---|
| 503 | |
---|
[11523] | 504 | * Windows is no longer supported. Installation manual removed. |
---|
| 505 | |
---|
[11497] | 506 | * Added JS helper to scroll to sequencelists after adding/removing items. |
---|
[11487] | 507 | |
---|
[11497] | 508 | |
---|
[11485] | 509 | 1.1 (2014-03-13) |
---|
| 510 | ================ |
---|
[11258] | 511 | |
---|
[14574] | 512 | * Add display_fullname column to `CourseTicketExporter` (requested by Uniben). |
---|
[11484] | 513 | |
---|
[11483] | 514 | * Do also export student and course ticket data of students on probation. |
---|
| 515 | |
---|
[11482] | 516 | * 'Create student' option removed from 'Application Transition' |
---|
| 517 | select field. |
---|
| 518 | |
---|
[11481] | 519 | * API docs added. |
---|
| 520 | |
---|
[11463] | 521 | * Back-to links replaced by animated jQuery plugins. |
---|
| 522 | |
---|
[11461] | 523 | * Default frontpage text updated. |
---|
| 524 | |
---|
[11460] | 525 | * Use absolute urls on datacenter pages. |
---|
| 526 | |
---|
[11451] | 527 | * Provide customizable method for disabling student payments. |
---|
| 528 | |
---|
[11481] | 529 | * After login and logout, regular users (officers) are redirected |
---|
[11439] | 530 | to the portal's index page not to the portal's root. The |
---|
| 531 | root URL can now be rewritten be Nginx or Apache so that the user |
---|
| 532 | is being redirected to the university website |
---|
| 533 | when entering the root URL directly or clicking the acronym. |
---|
| 534 | |
---|
[11438] | 535 | * Show tooltip alert and warning window before updating plugins. |
---|
| 536 | |
---|
[11437] | 537 | * JSAction has been deprecated. KofaAction can be used instead. Additional |
---|
| 538 | parameters can be used in @action decorators to enable tooltips and/or |
---|
| 539 | warning windows. The old @jsaction decorator still triggers a default |
---|
| 540 | warning message. |
---|
| 541 | |
---|
[11436] | 542 | * jquery-ui.min.js is also used for tooltips. |
---|
| 543 | |
---|
[11435] | 544 | * Do not create TSC AC batch when updating plugins. |
---|
| 545 | All TSC batches are created. |
---|
| 546 | |
---|
[11433] | 547 | * Make table on applicantsrootpage responsive. |
---|
| 548 | |
---|
[11431] | 549 | * Change width of input, select and textarea fields. |
---|
| 550 | |
---|
[11430] | 551 | * Use only https in theme.html. |
---|
| 552 | |
---|
[11386] | 553 | * INSTALL.txt updated and integrated into Sphinx documentation. |
---|
[11258] | 554 | |
---|
[11430] | 555 | * Redundancies removed in docs. |
---|
[11258] | 556 | |
---|
[11430] | 557 | |
---|
[11255] | 558 | 1.0 (2014-02-22) |
---|
| 559 | ================ |
---|
[11253] | 560 | |
---|
[11255] | 561 | * Diazofied the complete package. |
---|
[11253] | 562 | |
---|
| 563 | |
---|
| 564 | 0.2.1 (2014-02-21) |
---|
| 565 | ================== |
---|
| 566 | |
---|
| 567 | * Send mails to from-address, if site-wide config admin is |
---|
| 568 | different from it. |
---|
| 569 | |
---|
| 570 | * Change flash message for successful applicants. |
---|
| 571 | |
---|
| 572 | * Use more attributes of applicants with payer objects. |
---|
| 573 | |
---|
| 574 | * Update copyright infos (year). |
---|
| 575 | |
---|
| 576 | * Localization updates. |
---|
| 577 | |
---|
| 578 | |
---|
| 579 | 0.2 (2014-01-09) |
---|
| 580 | ================ |
---|
| 581 | |
---|
| 582 | Tons of changes. |
---|
| 583 | |
---|
| 584 | |
---|
[11255] | 585 | 0.1 (never released) |
---|
| 586 | ==================== |
---|
[4955] | 587 | |
---|
[7808] | 588 | Initial version. Copy from waeup.sirp. |
---|