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