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