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