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