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