[4947] | 1 | Changes |
---|
| 2 | ******* |
---|
[3798] | 3 | |
---|
[13697] | 4 | 1.4.2.dev0 (unreleased) |
---|
| 5 | ======================= |
---|
| 6 | |
---|
[14256] | 7 | * Catch Reportlab `LayoutError`. |
---|
| 8 | |
---|
[14247] | 9 | * Replace `course_registration_allowed` by `course_registration_forbidden` |
---|
| 10 | method. |
---|
| 11 | |
---|
[14170] | 12 | * Add export purge button. |
---|
| 13 | |
---|
[14169] | 14 | * Add report purge button. |
---|
| 15 | |
---|
[14133] | 16 | * Add property attribute `total_score` in order to make provision |
---|
| 17 | for additional scores (like contineous assessments) in custom |
---|
| 18 | packages. |
---|
| 19 | |
---|
| 20 | * Make provision against storing other objects than applicant payments |
---|
| 21 | in applicant containers. |
---|
| 22 | |
---|
[13959] | 23 | * Count mandates on configuration page and provide 'Purge' button. |
---|
| 24 | |
---|
[13950] | 25 | * Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same |
---|
| 26 | time when calling `ExportJobContainerJobStart`. |
---|
| 27 | |
---|
[13949] | 28 | * Add `ApplicantPaymentExporter`. |
---|
| 29 | |
---|
[13936] | 30 | * Add file upload functionality to `EditScoresPage`. |
---|
| 31 | |
---|
[13908] | 32 | * Add `LecturerLandingPage` and `LecturerCourses` `ManageLink` |
---|
| 33 | viewlet. |
---|
| 34 | |
---|
[13898] | 35 | * Add `ExportPDFScoresSlip`. |
---|
| 36 | |
---|
[13894] | 37 | * Add `DownloadScoresView` which is for lecturers only. Remove |
---|
| 38 | `waeup.showStudents` from `Lecturer` role. Adjust |
---|
| 39 | `DataForLecturerExporter`. Only editable course tickets are being |
---|
| 40 | exported. |
---|
| 41 | |
---|
[13886] | 42 | * Remove application fee fallback option. Application fees can only |
---|
| 43 | be set via applicants containers. Hide Payment Tickets section on |
---|
| 44 | application pages if fee isn't set. |
---|
| 45 | |
---|
[13872] | 46 | * Add `ApplicantOnlinePaymentProcessor`. |
---|
| 47 | |
---|
[13773] | 48 | * Improve `AddStudyLevelFormPage`. |
---|
| 49 | |
---|
[13766] | 50 | * Create new exporter for lecturers and further restrict the usage of |
---|
[13767] | 51 | exporters at course level. Lecturers can only export data of |
---|
| 52 | current academic session. |
---|
[13766] | 53 | |
---|
[13736] | 54 | * Show certificate-specific p_level value on payment pages. |
---|
| 55 | Ensure that only allowed payment levels can be selected when |
---|
| 56 | adding a balance payment. |
---|
| 57 | |
---|
[13711] | 58 | * Add `flash_notice` field. |
---|
| 59 | |
---|
[13702] | 60 | * Documentation updates. |
---|
[13697] | 61 | |
---|
[13745] | 62 | * Update pinned versions: six |
---|
[13697] | 63 | |
---|
[13745] | 64 | |
---|
[13695] | 65 | 1.4.1 (2016-02-14) |
---|
| 66 | ================== |
---|
[13257] | 67 | |
---|
[13651] | 68 | * Add new application workflow state (`processed`) and transition |
---|
| 69 | (`process`). |
---|
[13613] | 70 | |
---|
[13651] | 71 | * Add `DegreeSource` and `degree` field to `Certificate`. |
---|
| 72 | Plugins must be updated! |
---|
[13613] | 73 | |
---|
[13659] | 74 | * Upgrade bootstrap.py script and update some dependencies. For |
---|
| 75 | already running instances a new init might be neccessary, i.e. |
---|
| 76 | you might have to create a new virtualenv and run bootstap.py |
---|
| 77 | and buildout from that new virtualenv to get rid of old |
---|
| 78 | package versions in the runtime environment. |
---|
[13651] | 79 | |
---|
[13691] | 80 | * Upgrade versions.cfg to contain bugfix releases of packages we |
---|
| 81 | depend on. |
---|
[13659] | 82 | |
---|
[13691] | 83 | |
---|
[13613] | 84 | 1.4 (2016-01-14) |
---|
| 85 | ================ |
---|
| 86 | |
---|
[13610] | 87 | * Add button and view which allow students to unregister their |
---|
| 88 | current course list unless the courses have not been validated. |
---|
| 89 | |
---|
[13574] | 90 | * Configure transfer payments and let students enter their desired |
---|
| 91 | study course. Save entered text in p_item attribute. |
---|
| 92 | |
---|
[13651] | 93 | * Add further permissions to the local `ApplicationsManager` role and |
---|
[13570] | 94 | make it assignable at applicants container level. |
---|
| 95 | |
---|
[13493] | 96 | * Disable rendering of HTML tags in fullnames. |
---|
| 97 | |
---|
[13484] | 98 | * Add bed statistics components. |
---|
| 99 | |
---|
[13457] | 100 | * Add option which allows students to select a desired hostel before |
---|
| 101 | booking accommodation. |
---|
| 102 | |
---|
[13651] | 103 | * Add `BedProcessor`. |
---|
[13432] | 104 | |
---|
[13394] | 105 | * Add portal maintenance mode. |
---|
| 106 | |
---|
[13651] | 107 | * Allow also `reg_number` on public page to check application status |
---|
[13363] | 108 | without password. |
---|
| 109 | |
---|
[13346] | 110 | * Remove `beds_reserved` attribute from hostels. Hostels do no longer |
---|
| 111 | contain information about reserved bed spaces. |
---|
| 112 | |
---|
[13319] | 113 | * Add methods and page to release expired bed allocations. |
---|
[13288] | 114 | |
---|
[13344] | 115 | * Use lastname instead of firstname for first-time password requests. |
---|
[13288] | 116 | |
---|
[13471] | 117 | * When building docs, ignore members with dots in name. |
---|
[13344] | 118 | |
---|
[13613] | 119 | |
---|
[13288] | 120 | 1.3.3 (2015-10-06) |
---|
| 121 | ================== |
---|
| 122 | |
---|
[13263] | 123 | * Show file size of pdf documents in the documents section. |
---|
[13257] | 124 | |
---|
[13269] | 125 | * Add `MANIFEST.in`. |
---|
| 126 | |
---|
| 127 | |
---|
[13255] | 128 | 1.3.2 (2015-09-14) |
---|
| 129 | ================== |
---|
[12469] | 130 | |
---|
[13254] | 131 | * Add public page to check application status without password. |
---|
| 132 | |
---|
[13236] | 133 | * Fix department breakdown of student statistics. |
---|
| 134 | |
---|
[13223] | 135 | * Enable purging of applicants containers. |
---|
| 136 | |
---|
| 137 | * Enable pre-filling of applicants containers with empty |
---|
| 138 | application records which are used during self-registration |
---|
| 139 | to avoid excessive growth of the Data.fs. |
---|
| 140 | |
---|
[13199] | 141 | * Do only allow one running export job. |
---|
| 142 | |
---|
[13198] | 143 | * Add switch to disable all exports. |
---|
| 144 | |
---|
[13159] | 145 | * Enable import of list-of-choices fields. |
---|
| 146 | |
---|
[13156] | 147 | * Include 'end day' when searching for payments in a given period. |
---|
| 148 | |
---|
[13124] | 149 | * Do not create special application payment tickets with zero amount. |
---|
[13123] | 150 | |
---|
[13103] | 151 | * Remove manual clearance lock. Replace `clearance_locked` field by |
---|
| 152 | property attribute. |
---|
| 153 | |
---|
[13091] | 154 | * Make student email field required. |
---|
| 155 | |
---|
[13087] | 156 | * Rename application workflow transitions and remove forbidden transitions. |
---|
| 157 | |
---|
[13073] | 158 | * Rename 'application section' for the sake of consistency. |
---|
| 159 | |
---|
[13055] | 160 | * Rename student views which are not layout-aware and thus not pages. |
---|
| 161 | |
---|
[13032] | 162 | * Register KofaSourceOrderedMultiSelectWidget for IterableSource and |
---|
| 163 | KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized. |
---|
| 164 | |
---|
[13031] | 165 | * Implement session-specific course registration deadline and |
---|
| 166 | late registration payment. |
---|
| 167 | |
---|
[12981] | 168 | * Remove quite old bug in `doImport`: Replace empty strings *and* lists with |
---|
| 169 | ignore-markers in update *and* create mode. |
---|
| 170 | |
---|
[12971] | 171 | * Add StudentUnpaidPaymentExporter to export only unpaid tickets. |
---|
| 172 | This exporter is designed for finding and finally purging outdated |
---|
| 173 | payment ticket. |
---|
| 174 | |
---|
[12960] | 175 | * Remove deprecated xml importer and exporter components. |
---|
| 176 | |
---|
[12958] | 177 | * Rearrange datacenter upload page. Provide modal windows to view all |
---|
| 178 | processors and sources and vocabularies. |
---|
| 179 | |
---|
[12950] | 180 | * Reorganize doctests. Remove deprecated doctests. |
---|
| 181 | |
---|
[12926] | 182 | * Enable temporary suspension of officer accounts. Plugins must be |
---|
| 183 | updated after restart. |
---|
| 184 | |
---|
[12912] | 185 | * Rename 'Portal Users' 'Officers'. |
---|
| 186 | |
---|
[12901] | 187 | * Add link 'Kofa Docs for this page' at the end of the content box |
---|
| 188 | which refers to the corresponding section of the |
---|
| 189 | `Kofa Documentation <http://kofa-doc.waeup.org>`_. |
---|
| 190 | |
---|
[12897] | 191 | * Filter students by current level in reports. |
---|
| 192 | |
---|
[12896] | 193 | * Add `StudentsUtils.increaseMatricInteger` method which allows to use various |
---|
| 194 | matric number counters when computing the matric number. |
---|
| 195 | |
---|
[12889] | 196 | * Bypass school fee payment activation code creation if student is allowed |
---|
| 197 | to proceed to next session. |
---|
| 198 | |
---|
[12896] | 199 | * Convert `level` into a schema field to be consistent with the documentation. |
---|
[12873] | 200 | |
---|
[12896] | 201 | * Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be |
---|
[12865] | 202 | in accordance with other exporter names. |
---|
| 203 | |
---|
[12900] | 204 | * Add `ReportsOfficer` and `ReportsManager` roles with corresponding |
---|
| 205 | permissions. |
---|
[12844] | 206 | |
---|
[12896] | 207 | * Do not automatically allow import managers to import user data. |
---|
[12844] | 208 | |
---|
[12810] | 209 | * Skip empty rows produced by spreadsheet software. |
---|
| 210 | |
---|
[12632] | 211 | * Add components to configure a student export jobs in faculties. |
---|
| 212 | |
---|
[12896] | 213 | * `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment |
---|
| 214 | (in state ``paid``) with same `p_session` and `p_category` exists. |
---|
[12623] | 215 | |
---|
[12896] | 216 | * Add new payment state ``waived``. This state can only be set by import |
---|
[12569] | 217 | and is only used for the payments overview exporter to |
---|
| 218 | mark sessions with waived fees. |
---|
| 219 | |
---|
[13269] | 220 | * Add exporter methods and export page to filter student data exports |
---|
[12518] | 221 | by entering a list of student ids. |
---|
| 222 | |
---|
| 223 | * Student statistic can now be broken down by faculties or by departments. |
---|
| 224 | |
---|
[12896] | 225 | * Check if `p_id` exists in payments catalog when importing payment tickets in |
---|
[12513] | 226 | create mode. |
---|
[12469] | 227 | |
---|
| 228 | |
---|
[12466] | 229 | 1.3.1 (2015-01-14) |
---|
| 230 | ================== |
---|
[12465] | 231 | |
---|
[12466] | 232 | * 1.3 was a brown bag release. Fix uploaded files. |
---|
[12465] | 233 | |
---|
| 234 | |
---|
[12463] | 235 | 1.3 (2015-01-13) |
---|
| 236 | ================ |
---|
[11693] | 237 | |
---|
[12437] | 238 | * Add documents package. |
---|
[12418] | 239 | |
---|
[12437] | 240 | * Do not compare ResultEntry objects but their attributes. |
---|
| 241 | |
---|
[12415] | 242 | * Modify getWidgetsData so that we always get the same error format. |
---|
| 243 | |
---|
| 244 | * Validate all codes in university. |
---|
| 245 | |
---|
[12395] | 246 | * Catch traceback when creating an application slip with a corrupted |
---|
| 247 | image file. |
---|
| 248 | |
---|
[12437] | 249 | * Remove deprecated HTML and REST widgets and use html2dict and rest2dict |
---|
| 250 | instead. |
---|
[12247] | 251 | |
---|
[12190] | 252 | * UserProcessor: Check if imported roles do exist in the portal. |
---|
| 253 | |
---|
[11891] | 254 | * Enable localization of batch processing modules. |
---|
| 255 | |
---|
[11874] | 256 | * Hide 'Create students' button. Only user admin can see this button. |
---|
| 257 | |
---|
[11869] | 258 | * Add application_slip_notice field to ApplicantsContainer. |
---|
| 259 | |
---|
[11863] | 260 | * Remove 'Size' column from logfiles table. |
---|
| 261 | |
---|
[11862] | 262 | * Add permission, page and button to mass-clear all students in a department. |
---|
| 263 | |
---|
[11826] | 264 | * Hide export download button 24 hours after file generation. |
---|
| 265 | |
---|
[11825] | 266 | * Add helper to allow `meminfo` checks for cached memory, etc. |
---|
| 267 | |
---|
| 268 | * Allow external checks of system load before performing expensive |
---|
| 269 | actions. |
---|
| 270 | |
---|
| 271 | * Add new dependency: `psutil` (required to check system state). |
---|
| 272 | |
---|
[12862] | 273 | * Show flash message on general search page for the academic section. |
---|
[11794] | 274 | |
---|
[11779] | 275 | * Fix CertificateCourseProcessor. Mandatory is not a required field |
---|
[11798] | 276 | and might be missing in import files. Improve logging. Extend and |
---|
| 277 | fix CertCourseProcessorTests. |
---|
[11779] | 278 | |
---|
[11798] | 279 | * Provide customizable method for disabling clearance by clearance |
---|
| 280 | officers. |
---|
[11772] | 281 | |
---|
[11798] | 282 | * Merge Javascript functions into one file. Add Javascript function to |
---|
| 283 | calculate copyright notice year automatically. |
---|
[11741] | 284 | |
---|
[11798] | 285 | * Use lastname (surname) instead of firstname to verify found |
---|
| 286 | application record on ApplicantRegistrationPage. |
---|
[11738] | 287 | |
---|
[11798] | 288 | * Append hash '#' also to datetimes to circumvent unwanted excel |
---|
| 289 | automatic. |
---|
[11737] | 290 | |
---|
[11798] | 291 | * Method for (customizable) application passport upload requirements |
---|
| 292 | added. |
---|
[11733] | 293 | |
---|
[11798] | 294 | * Filter payment ticket data exports by specifying the payment_date |
---|
| 295 | period. |
---|
[11730] | 296 | |
---|
[11798] | 297 | * Method for (customizable) application payment slip download |
---|
| 298 | requirements added. |
---|
[11726] | 299 | |
---|
[11798] | 300 | * Method for (customizable) application payment ticket upload |
---|
| 301 | requirements added. |
---|
[11729] | 302 | |
---|
[11722] | 303 | * Remove unused rowadd javascript function. |
---|
| 304 | |
---|
[11702] | 305 | * certcode and reg_number added to DataForBursaryExporter. |
---|
| 306 | |
---|
[11699] | 307 | * Some batch processor names corrected. |
---|
[11693] | 308 | |
---|
[11701] | 309 | * Fixed ReST markup in setup.py long description. |
---|
| 310 | |
---|
| 311 | |
---|
[11689] | 312 | 1.2 (2014-06-16) |
---|
| 313 | ================ |
---|
[11487] | 314 | |
---|
[11680] | 315 | * Redirect to login page after using password mandate. |
---|
| 316 | |
---|
[11676] | 317 | * Adding student payment tickets is logged. |
---|
| 318 | |
---|
[11672] | 319 | * Provide XMLRPC services for storing and retrieving fingerprint |
---|
| 320 | scans. |
---|
| 321 | |
---|
[11664] | 322 | * Sort ContextualDictSource by dictionary values not by keys. |
---|
| 323 | |
---|
[11661] | 324 | * Add regular school fee and balance payments when exporting payments |
---|
| 325 | overviews. |
---|
| 326 | |
---|
[11641] | 327 | * Add samePaymentMade method to StudentsUtils. |
---|
| 328 | |
---|
[11608] | 329 | * Fingerprint file upload enabled. |
---|
| 330 | |
---|
[11604] | 331 | * is_fresh property method added to Student class. |
---|
| 332 | |
---|
[11599] | 333 | * Special application procedure modified. Special applicants must submit |
---|
| 334 | their form before they can download payment slips. Thus the regular |
---|
| 335 | workflow is now applied but, in contrast to regular applications, |
---|
| 336 | special applicants can create and pay more than one payment ticket. |
---|
| 337 | Also application slips are hidden. |
---|
[11589] | 338 | |
---|
[11599] | 339 | * Add setMatricNumber and constructMatricNumber methods to StudentsUtils. |
---|
| 340 | |
---|
[11585] | 341 | * When sending mails, always set from-address to 'no-reply@waeup.org'. |
---|
| 342 | Real from-addresses are now set in Cc and Reply-To fields. This is |
---|
| 343 | to tackle problems with yahoo (does not allow yahoo.com mails to be |
---|
| 344 | sent from non-yahoo servers). |
---|
| 345 | |
---|
[11575] | 346 | * Multiple payments in special application containers enabled. |
---|
| 347 | Special payment applicants remain in state started after payment. |
---|
| 348 | |
---|
[11558] | 349 | * File input fields brought into shape with Bootstrap 3. |
---|
| 350 | |
---|
[11551] | 351 | * Transcript and access code pagetemplates adjusted. |
---|
| 352 | |
---|
[11550] | 353 | * Print QR codes on all student slips. |
---|
| 354 | |
---|
[11535] | 355 | * Allow adding current_level to base data section on all student slips |
---|
| 356 | (requested by Uniben). |
---|
| 357 | |
---|
[11523] | 358 | * Windows is no longer supported. Installation manual removed. |
---|
| 359 | |
---|
[11497] | 360 | * Added JS helper to scroll to sequencelists after adding/removing items. |
---|
[11487] | 361 | |
---|
[11497] | 362 | |
---|
[11485] | 363 | 1.1 (2014-03-13) |
---|
| 364 | ================ |
---|
[11258] | 365 | |
---|
[11484] | 366 | * Add display_fullname column to CourseTicketExporter (requested by Uniben). |
---|
| 367 | |
---|
[11483] | 368 | * Do also export student and course ticket data of students on probation. |
---|
| 369 | |
---|
[11482] | 370 | * 'Create student' option removed from 'Application Transition' |
---|
| 371 | select field. |
---|
| 372 | |
---|
[11481] | 373 | * API docs added. |
---|
| 374 | |
---|
[11463] | 375 | * Back-to links replaced by animated jQuery plugins. |
---|
| 376 | |
---|
[11461] | 377 | * Default frontpage text updated. |
---|
| 378 | |
---|
[11460] | 379 | * Use absolute urls on datacenter pages. |
---|
| 380 | |
---|
[11451] | 381 | * Provide customizable method for disabling student payments. |
---|
| 382 | |
---|
[11481] | 383 | * After login and logout, regular users (officers) are redirected |
---|
[11439] | 384 | to the portal's index page not to the portal's root. The |
---|
| 385 | root URL can now be rewritten be Nginx or Apache so that the user |
---|
| 386 | is being redirected to the university website |
---|
| 387 | when entering the root URL directly or clicking the acronym. |
---|
| 388 | |
---|
[11438] | 389 | * Show tooltip alert and warning window before updating plugins. |
---|
| 390 | |
---|
[11437] | 391 | * JSAction has been deprecated. KofaAction can be used instead. Additional |
---|
| 392 | parameters can be used in @action decorators to enable tooltips and/or |
---|
| 393 | warning windows. The old @jsaction decorator still triggers a default |
---|
| 394 | warning message. |
---|
| 395 | |
---|
[11436] | 396 | * jquery-ui.min.js is also used for tooltips. |
---|
| 397 | |
---|
[11435] | 398 | * Do not create TSC AC batch when updating plugins. |
---|
| 399 | All TSC batches are created. |
---|
| 400 | |
---|
[11433] | 401 | * Make table on applicantsrootpage responsive. |
---|
| 402 | |
---|
[11431] | 403 | * Change width of input, select and textarea fields. |
---|
| 404 | |
---|
[11430] | 405 | * Use only https in theme.html. |
---|
| 406 | |
---|
[11386] | 407 | * INSTALL.txt updated and integrated into Sphinx documentation. |
---|
[11258] | 408 | |
---|
[11430] | 409 | * Redundancies removed in docs. |
---|
[11258] | 410 | |
---|
[11430] | 411 | |
---|
[11255] | 412 | 1.0 (2014-02-22) |
---|
| 413 | ================ |
---|
[11253] | 414 | |
---|
[11255] | 415 | * Diazofied the complete package. |
---|
[11253] | 416 | |
---|
| 417 | |
---|
| 418 | 0.2.1 (2014-02-21) |
---|
| 419 | ================== |
---|
| 420 | |
---|
| 421 | * Send mails to from-address, if site-wide config admin is |
---|
| 422 | different from it. |
---|
| 423 | |
---|
| 424 | * Change flash message for successful applicants. |
---|
| 425 | |
---|
| 426 | * Use more attributes of applicants with payer objects. |
---|
| 427 | |
---|
| 428 | * Update copyright infos (year). |
---|
| 429 | |
---|
| 430 | * Localization updates. |
---|
| 431 | |
---|
| 432 | |
---|
| 433 | 0.2 (2014-01-09) |
---|
| 434 | ================ |
---|
| 435 | |
---|
| 436 | Tons of changes. |
---|
| 437 | |
---|
| 438 | |
---|
[11255] | 439 | 0.1 (never released) |
---|
| 440 | ==================== |
---|
[4955] | 441 | |
---|
[7808] | 442 | Initial version. Copy from waeup.sirp. |
---|