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