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