[4947] | 1 | Changes |
---|
| 2 | ******* |
---|
[3798] | 3 | |
---|
[14604] | 4 | 1.6.dev0 (unreleased) |
---|
[14551] | 5 | ======================= |
---|
| 6 | |
---|
[14684] | 7 | * Add 'Update all tickets' button to StudyLevelEditFormPage. |
---|
| 8 | |
---|
[14682] | 9 | * Do not allow to create more than 10 students with a single request to |
---|
| 10 | avoid a timeout of Nginx/Apache. |
---|
| 11 | |
---|
[14648] | 12 | * Redirect to manage page after editing of certificate courses. |
---|
| 13 | |
---|
[14642] | 14 | * Add `course_category` attribute to course tickets. In the base package, |
---|
| 15 | this attribute is omitted from display and manage pages. |
---|
| 16 | |
---|
[14638] | 17 | * Add `course_category` attribute to certificate courses. |
---|
| 18 | |
---|
[14584] | 19 | * Simplify configuration of maximum or minimum total credits. |
---|
[14582] | 20 | |
---|
[14574] | 21 | * Add `outstanding` attribute to course tickets. |
---|
| 22 | |
---|
[14572] | 23 | * Exclude graduated students from `LevelReport`, `SessionResultsPresentation` |
---|
| 24 | and `RawScoreReport`. |
---|
| 25 | |
---|
[14568] | 26 | * Allow applicants in states `admitted`, `not admitted` or `created` to |
---|
| 27 | download the payment slip. |
---|
| 28 | |
---|
[14553] | 29 | * Catch traceback (`RequiredMissing`) if a required field is cleared |
---|
| 30 | by import. |
---|
[14551] | 31 | |
---|
[14602] | 32 | * Add role `FingerprintReaderDeviceRole` intended for fingerprint reader |
---|
| 33 | devices that access the portal via XMLRPC. |
---|
[14551] | 34 | |
---|
[14602] | 35 | |
---|
[14549] | 36 | 1.5 (2017-02-14) |
---|
| 37 | ================ |
---|
[13697] | 38 | |
---|
[14549] | 39 | * Happy Valentines Day everybody! |
---|
| 40 | |
---|
[14519] | 41 | * Sort arguments in table of `ReportsContainerPage`. |
---|
| 42 | |
---|
[14514] | 43 | * Add `entry_session` and `p_session` filter to Student Payment Statistics |
---|
| 44 | generator. Adjust reports: Change footer and filename formats. |
---|
| 45 | |
---|
| 46 | * Add officer name fields do `IDepartment` and `IFaculty`. |
---|
| 47 | Plugins must be updated! |
---|
| 48 | |
---|
[14507] | 49 | * Add serial number column to Session Results Presentations. |
---|
| 50 | |
---|
[14497] | 51 | * Add Raw Score Report to base package. |
---|
| 52 | |
---|
[14491] | 53 | * Only user 'admin' is allowed to access the `DatacenterSettings` page. |
---|
| 54 | |
---|
[14507] | 55 | * Show correct level title on Level Reports and Session Results Presentations. |
---|
[14481] | 56 | |
---|
[14443] | 57 | * Get set of selected students also from list of matric numbers. |
---|
| 58 | |
---|
| 59 | * Confine Level Reports and Session Results Presentations to certificates. |
---|
| 60 | |
---|
[14373] | 61 | * Show report number (job_id) on report pdf slips. |
---|
| 62 | |
---|
[14368] | 63 | * Level report: Count and display the number of courses registered but |
---|
| 64 | not taken. |
---|
| 65 | |
---|
[14293] | 66 | * Add control button to create graduated students. |
---|
| 67 | |
---|
[14292] | 68 | * Add option to render transcripts without passport picture and QR code. |
---|
| 69 | |
---|
[14256] | 70 | * Catch Reportlab `LayoutError`. |
---|
| 71 | |
---|
[14247] | 72 | * Replace `course_registration_allowed` by `course_registration_forbidden` |
---|
| 73 | method. |
---|
| 74 | |
---|
[14170] | 75 | * Add export purge button. |
---|
| 76 | |
---|
[14169] | 77 | * Add report purge button. |
---|
| 78 | |
---|
[14133] | 79 | * Add property attribute `total_score` in order to make provision |
---|
| 80 | for additional scores (like contineous assessments) in custom |
---|
| 81 | packages. |
---|
| 82 | |
---|
| 83 | * Make provision against storing other objects than applicant payments |
---|
| 84 | in applicant containers. |
---|
| 85 | |
---|
[13959] | 86 | * Count mandates on configuration page and provide 'Purge' button. |
---|
| 87 | |
---|
[13950] | 88 | * Start `ApplicantExporter` and `ApplicantPaymentExporter` at the same |
---|
| 89 | time when calling `ExportJobContainerJobStart`. |
---|
| 90 | |
---|
[13949] | 91 | * Add `ApplicantPaymentExporter`. |
---|
| 92 | |
---|
[13936] | 93 | * Add file upload functionality to `EditScoresPage`. |
---|
| 94 | |
---|
[13908] | 95 | * Add `LecturerLandingPage` and `LecturerCourses` `ManageLink` |
---|
| 96 | viewlet. |
---|
| 97 | |
---|
[13898] | 98 | * Add `ExportPDFScoresSlip`. |
---|
| 99 | |
---|
[13894] | 100 | * Add `DownloadScoresView` which is for lecturers only. Remove |
---|
| 101 | `waeup.showStudents` from `Lecturer` role. Adjust |
---|
| 102 | `DataForLecturerExporter`. Only editable course tickets are being |
---|
| 103 | exported. |
---|
| 104 | |
---|
[13886] | 105 | * Remove application fee fallback option. Application fees can only |
---|
| 106 | be set via applicants containers. Hide Payment Tickets section on |
---|
| 107 | application pages if fee isn't set. |
---|
| 108 | |
---|
[13872] | 109 | * Add `ApplicantOnlinePaymentProcessor`. |
---|
| 110 | |
---|
[13773] | 111 | * Improve `AddStudyLevelFormPage`. |
---|
| 112 | |
---|
[13766] | 113 | * Create new exporter for lecturers and further restrict the usage of |
---|
[13767] | 114 | exporters at course level. Lecturers can only export data of |
---|
| 115 | current academic session. |
---|
[13766] | 116 | |
---|
[13736] | 117 | * Show certificate-specific p_level value on payment pages. |
---|
| 118 | Ensure that only allowed payment levels can be selected when |
---|
| 119 | adding a balance payment. |
---|
| 120 | |
---|
[13711] | 121 | * Add `flash_notice` field. |
---|
| 122 | |
---|
[13702] | 123 | * Documentation updates. |
---|
[13697] | 124 | |
---|
[13745] | 125 | * Update pinned versions: six |
---|
[13697] | 126 | |
---|
[13745] | 127 | |
---|
[13695] | 128 | 1.4.1 (2016-02-14) |
---|
| 129 | ================== |
---|
[13257] | 130 | |
---|
[13651] | 131 | * Add new application workflow state (`processed`) and transition |
---|
| 132 | (`process`). |
---|
[13613] | 133 | |
---|
[14514] | 134 | * Add `DegreeSource` and `degree` field to `ICertificate`. |
---|
[13651] | 135 | Plugins must be updated! |
---|
[13613] | 136 | |
---|
[13659] | 137 | * Upgrade bootstrap.py script and update some dependencies. For |
---|
| 138 | already running instances a new init might be neccessary, i.e. |
---|
| 139 | you might have to create a new virtualenv and run bootstap.py |
---|
| 140 | and buildout from that new virtualenv to get rid of old |
---|
| 141 | package versions in the runtime environment. |
---|
[13651] | 142 | |
---|
[13691] | 143 | * Upgrade versions.cfg to contain bugfix releases of packages we |
---|
| 144 | depend on. |
---|
[13659] | 145 | |
---|
[13691] | 146 | |
---|
[13613] | 147 | 1.4 (2016-01-14) |
---|
| 148 | ================ |
---|
| 149 | |
---|
[13610] | 150 | * Add button and view which allow students to unregister their |
---|
| 151 | current course list unless the courses have not been validated. |
---|
| 152 | |
---|
[13574] | 153 | * Configure transfer payments and let students enter their desired |
---|
[14638] | 154 | study course. Save entered text in `p_item` attribute. |
---|
[13574] | 155 | |
---|
[13651] | 156 | * Add further permissions to the local `ApplicationsManager` role and |
---|
[13570] | 157 | make it assignable at applicants container level. |
---|
| 158 | |
---|
[13493] | 159 | * Disable rendering of HTML tags in fullnames. |
---|
| 160 | |
---|
[13484] | 161 | * Add bed statistics components. |
---|
| 162 | |
---|
[13457] | 163 | * Add option which allows students to select a desired hostel before |
---|
| 164 | booking accommodation. |
---|
| 165 | |
---|
[13651] | 166 | * Add `BedProcessor`. |
---|
[13432] | 167 | |
---|
[13394] | 168 | * Add portal maintenance mode. |
---|
| 169 | |
---|
[13651] | 170 | * Allow also `reg_number` on public page to check application status |
---|
[13363] | 171 | without password. |
---|
| 172 | |
---|
[13346] | 173 | * Remove `beds_reserved` attribute from hostels. Hostels do no longer |
---|
| 174 | contain information about reserved bed spaces. |
---|
| 175 | |
---|
[13319] | 176 | * Add methods and page to release expired bed allocations. |
---|
[13288] | 177 | |
---|
[13344] | 178 | * Use lastname instead of firstname for first-time password requests. |
---|
[13288] | 179 | |
---|
[13471] | 180 | * When building docs, ignore members with dots in name. |
---|
[13344] | 181 | |
---|
[13613] | 182 | |
---|
[13288] | 183 | 1.3.3 (2015-10-06) |
---|
| 184 | ================== |
---|
| 185 | |
---|
[13263] | 186 | * Show file size of pdf documents in the documents section. |
---|
[13257] | 187 | |
---|
[13269] | 188 | * Add `MANIFEST.in`. |
---|
| 189 | |
---|
| 190 | |
---|
[13255] | 191 | 1.3.2 (2015-09-14) |
---|
| 192 | ================== |
---|
[12469] | 193 | |
---|
[13254] | 194 | * Add public page to check application status without password. |
---|
| 195 | |
---|
[13236] | 196 | * Fix department breakdown of student statistics. |
---|
| 197 | |
---|
[13223] | 198 | * Enable purging of applicants containers. |
---|
| 199 | |
---|
| 200 | * Enable pre-filling of applicants containers with empty |
---|
| 201 | application records which are used during self-registration |
---|
| 202 | to avoid excessive growth of the Data.fs. |
---|
| 203 | |
---|
[13199] | 204 | * Do only allow one running export job. |
---|
| 205 | |
---|
[13198] | 206 | * Add switch to disable all exports. |
---|
| 207 | |
---|
[13159] | 208 | * Enable import of list-of-choices fields. |
---|
| 209 | |
---|
[13156] | 210 | * Include 'end day' when searching for payments in a given period. |
---|
| 211 | |
---|
[13124] | 212 | * Do not create special application payment tickets with zero amount. |
---|
[13123] | 213 | |
---|
[13103] | 214 | * Remove manual clearance lock. Replace `clearance_locked` field by |
---|
| 215 | property attribute. |
---|
| 216 | |
---|
[13091] | 217 | * Make student email field required. |
---|
| 218 | |
---|
[13087] | 219 | * Rename application workflow transitions and remove forbidden transitions. |
---|
| 220 | |
---|
[13073] | 221 | * Rename 'application section' for the sake of consistency. |
---|
| 222 | |
---|
[13055] | 223 | * Rename student views which are not layout-aware and thus not pages. |
---|
| 224 | |
---|
[13032] | 225 | * Register KofaSourceOrderedMultiSelectWidget for IterableSource and |
---|
| 226 | KofaSourceOrderedMultiSelectWidget for IVocabularyTokenized. |
---|
| 227 | |
---|
[13031] | 228 | * Implement session-specific course registration deadline and |
---|
| 229 | late registration payment. |
---|
| 230 | |
---|
[12981] | 231 | * Remove quite old bug in `doImport`: Replace empty strings *and* lists with |
---|
| 232 | ignore-markers in update *and* create mode. |
---|
| 233 | |
---|
[12971] | 234 | * Add StudentUnpaidPaymentExporter to export only unpaid tickets. |
---|
| 235 | This exporter is designed for finding and finally purging outdated |
---|
| 236 | payment ticket. |
---|
| 237 | |
---|
[12960] | 238 | * Remove deprecated xml importer and exporter components. |
---|
| 239 | |
---|
[12958] | 240 | * Rearrange datacenter upload page. Provide modal windows to view all |
---|
| 241 | processors and sources and vocabularies. |
---|
| 242 | |
---|
[12950] | 243 | * Reorganize doctests. Remove deprecated doctests. |
---|
| 244 | |
---|
[12926] | 245 | * Enable temporary suspension of officer accounts. Plugins must be |
---|
| 246 | updated after restart. |
---|
| 247 | |
---|
[12912] | 248 | * Rename 'Portal Users' 'Officers'. |
---|
| 249 | |
---|
[12901] | 250 | * Add link 'Kofa Docs for this page' at the end of the content box |
---|
| 251 | which refers to the corresponding section of the |
---|
| 252 | `Kofa Documentation <http://kofa-doc.waeup.org>`_. |
---|
| 253 | |
---|
[12897] | 254 | * Filter students by current level in reports. |
---|
| 255 | |
---|
[12896] | 256 | * Add `StudentsUtils.increaseMatricInteger` method which allows to use various |
---|
| 257 | matric number counters when computing the matric number. |
---|
| 258 | |
---|
[12889] | 259 | * Bypass school fee payment activation code creation if student is allowed |
---|
| 260 | to proceed to next session. |
---|
| 261 | |
---|
[12896] | 262 | * Convert `level` into a schema field to be consistent with the documentation. |
---|
[12873] | 263 | |
---|
[12896] | 264 | * Rename classes `StudentPaymentsExporter` and `BedTicketsExporter` to be |
---|
[12865] | 265 | in accordance with other exporter names. |
---|
| 266 | |
---|
[12900] | 267 | * Add `ReportsOfficer` and `ReportsManager` roles with corresponding |
---|
| 268 | permissions. |
---|
[12844] | 269 | |
---|
[12896] | 270 | * Do not automatically allow import managers to import user data. |
---|
[12844] | 271 | |
---|
[12810] | 272 | * Skip empty rows produced by spreadsheet software. |
---|
| 273 | |
---|
[12632] | 274 | * Add components to configure a student export jobs in faculties. |
---|
| 275 | |
---|
[12896] | 276 | * `StudentOnlinePaymentProcessor` : Raise `DuplicationError` if payment |
---|
| 277 | (in state ``paid``) with same `p_session` and `p_category` exists. |
---|
[12623] | 278 | |
---|
[12896] | 279 | * Add new payment state ``waived``. This state can only be set by import |
---|
[12569] | 280 | and is only used for the payments overview exporter to |
---|
| 281 | mark sessions with waived fees. |
---|
| 282 | |
---|
[13269] | 283 | * Add exporter methods and export page to filter student data exports |
---|
[12518] | 284 | by entering a list of student ids. |
---|
| 285 | |
---|
| 286 | * Student statistic can now be broken down by faculties or by departments. |
---|
| 287 | |
---|
[12896] | 288 | * Check if `p_id` exists in payments catalog when importing payment tickets in |
---|
[12513] | 289 | create mode. |
---|
[12469] | 290 | |
---|
| 291 | |
---|
[12466] | 292 | 1.3.1 (2015-01-14) |
---|
| 293 | ================== |
---|
[12465] | 294 | |
---|
[12466] | 295 | * 1.3 was a brown bag release. Fix uploaded files. |
---|
[12465] | 296 | |
---|
| 297 | |
---|
[12463] | 298 | 1.3 (2015-01-13) |
---|
| 299 | ================ |
---|
[11693] | 300 | |
---|
[12437] | 301 | * Add documents package. |
---|
[12418] | 302 | |
---|
[12437] | 303 | * Do not compare ResultEntry objects but their attributes. |
---|
| 304 | |
---|
[12415] | 305 | * Modify getWidgetsData so that we always get the same error format. |
---|
| 306 | |
---|
| 307 | * Validate all codes in university. |
---|
| 308 | |
---|
[12395] | 309 | * Catch traceback when creating an application slip with a corrupted |
---|
| 310 | image file. |
---|
| 311 | |
---|
[12437] | 312 | * Remove deprecated HTML and REST widgets and use html2dict and rest2dict |
---|
| 313 | instead. |
---|
[12247] | 314 | |
---|
[12190] | 315 | * UserProcessor: Check if imported roles do exist in the portal. |
---|
| 316 | |
---|
[11891] | 317 | * Enable localization of batch processing modules. |
---|
| 318 | |
---|
[11874] | 319 | * Hide 'Create students' button. Only user admin can see this button. |
---|
| 320 | |
---|
[11869] | 321 | * Add application_slip_notice field to ApplicantsContainer. |
---|
| 322 | |
---|
[11863] | 323 | * Remove 'Size' column from logfiles table. |
---|
| 324 | |
---|
[11862] | 325 | * Add permission, page and button to mass-clear all students in a department. |
---|
| 326 | |
---|
[11826] | 327 | * Hide export download button 24 hours after file generation. |
---|
| 328 | |
---|
[11825] | 329 | * Add helper to allow `meminfo` checks for cached memory, etc. |
---|
| 330 | |
---|
| 331 | * Allow external checks of system load before performing expensive |
---|
| 332 | actions. |
---|
| 333 | |
---|
| 334 | * Add new dependency: `psutil` (required to check system state). |
---|
| 335 | |
---|
[12862] | 336 | * Show flash message on general search page for the academic section. |
---|
[11794] | 337 | |
---|
[14638] | 338 | * Fix `CertificateCourseProcessor`. Mandatory is not a required field |
---|
[11798] | 339 | and might be missing in import files. Improve logging. Extend and |
---|
| 340 | fix CertCourseProcessorTests. |
---|
[11779] | 341 | |
---|
[11798] | 342 | * Provide customizable method for disabling clearance by clearance |
---|
| 343 | officers. |
---|
[11772] | 344 | |
---|
[11798] | 345 | * Merge Javascript functions into one file. Add Javascript function to |
---|
| 346 | calculate copyright notice year automatically. |
---|
[11741] | 347 | |
---|
[11798] | 348 | * Use lastname (surname) instead of firstname to verify found |
---|
| 349 | application record on ApplicantRegistrationPage. |
---|
[11738] | 350 | |
---|
[11798] | 351 | * Append hash '#' also to datetimes to circumvent unwanted excel |
---|
| 352 | automatic. |
---|
[11737] | 353 | |
---|
[11798] | 354 | * Method for (customizable) application passport upload requirements |
---|
| 355 | added. |
---|
[11733] | 356 | |
---|
[11798] | 357 | * Filter payment ticket data exports by specifying the payment_date |
---|
| 358 | period. |
---|
[11730] | 359 | |
---|
[11798] | 360 | * Method for (customizable) application payment slip download |
---|
| 361 | requirements added. |
---|
[11726] | 362 | |
---|
[11798] | 363 | * Method for (customizable) application payment ticket upload |
---|
| 364 | requirements added. |
---|
[11729] | 365 | |
---|
[11722] | 366 | * Remove unused rowadd javascript function. |
---|
| 367 | |
---|
[11702] | 368 | * certcode and reg_number added to DataForBursaryExporter. |
---|
| 369 | |
---|
[11699] | 370 | * Some batch processor names corrected. |
---|
[11693] | 371 | |
---|
[11701] | 372 | * Fixed ReST markup in setup.py long description. |
---|
| 373 | |
---|
| 374 | |
---|
[11689] | 375 | 1.2 (2014-06-16) |
---|
| 376 | ================ |
---|
[11487] | 377 | |
---|
[11680] | 378 | * Redirect to login page after using password mandate. |
---|
| 379 | |
---|
[11676] | 380 | * Adding student payment tickets is logged. |
---|
| 381 | |
---|
[11672] | 382 | * Provide XMLRPC services for storing and retrieving fingerprint |
---|
| 383 | scans. |
---|
| 384 | |
---|
[11664] | 385 | * Sort ContextualDictSource by dictionary values not by keys. |
---|
| 386 | |
---|
[11661] | 387 | * Add regular school fee and balance payments when exporting payments |
---|
| 388 | overviews. |
---|
| 389 | |
---|
[11641] | 390 | * Add samePaymentMade method to StudentsUtils. |
---|
| 391 | |
---|
[11608] | 392 | * Fingerprint file upload enabled. |
---|
| 393 | |
---|
[11604] | 394 | * is_fresh property method added to Student class. |
---|
| 395 | |
---|
[11599] | 396 | * Special application procedure modified. Special applicants must submit |
---|
| 397 | their form before they can download payment slips. Thus the regular |
---|
| 398 | workflow is now applied but, in contrast to regular applications, |
---|
| 399 | special applicants can create and pay more than one payment ticket. |
---|
| 400 | Also application slips are hidden. |
---|
[11589] | 401 | |
---|
[11599] | 402 | * Add setMatricNumber and constructMatricNumber methods to StudentsUtils. |
---|
| 403 | |
---|
[11585] | 404 | * When sending mails, always set from-address to 'no-reply@waeup.org'. |
---|
| 405 | Real from-addresses are now set in Cc and Reply-To fields. This is |
---|
| 406 | to tackle problems with yahoo (does not allow yahoo.com mails to be |
---|
| 407 | sent from non-yahoo servers). |
---|
| 408 | |
---|
[11575] | 409 | * Multiple payments in special application containers enabled. |
---|
| 410 | Special payment applicants remain in state started after payment. |
---|
| 411 | |
---|
[11558] | 412 | * File input fields brought into shape with Bootstrap 3. |
---|
| 413 | |
---|
[11551] | 414 | * Transcript and access code pagetemplates adjusted. |
---|
| 415 | |
---|
[11550] | 416 | * Print QR codes on all student slips. |
---|
| 417 | |
---|
[11535] | 418 | * Allow adding current_level to base data section on all student slips |
---|
| 419 | (requested by Uniben). |
---|
| 420 | |
---|
[11523] | 421 | * Windows is no longer supported. Installation manual removed. |
---|
| 422 | |
---|
[11497] | 423 | * Added JS helper to scroll to sequencelists after adding/removing items. |
---|
[11487] | 424 | |
---|
[11497] | 425 | |
---|
[11485] | 426 | 1.1 (2014-03-13) |
---|
| 427 | ================ |
---|
[11258] | 428 | |
---|
[14574] | 429 | * Add display_fullname column to `CourseTicketExporter` (requested by Uniben). |
---|
[11484] | 430 | |
---|
[11483] | 431 | * Do also export student and course ticket data of students on probation. |
---|
| 432 | |
---|
[11482] | 433 | * 'Create student' option removed from 'Application Transition' |
---|
| 434 | select field. |
---|
| 435 | |
---|
[11481] | 436 | * API docs added. |
---|
| 437 | |
---|
[11463] | 438 | * Back-to links replaced by animated jQuery plugins. |
---|
| 439 | |
---|
[11461] | 440 | * Default frontpage text updated. |
---|
| 441 | |
---|
[11460] | 442 | * Use absolute urls on datacenter pages. |
---|
| 443 | |
---|
[11451] | 444 | * Provide customizable method for disabling student payments. |
---|
| 445 | |
---|
[11481] | 446 | * After login and logout, regular users (officers) are redirected |
---|
[11439] | 447 | to the portal's index page not to the portal's root. The |
---|
| 448 | root URL can now be rewritten be Nginx or Apache so that the user |
---|
| 449 | is being redirected to the university website |
---|
| 450 | when entering the root URL directly or clicking the acronym. |
---|
| 451 | |
---|
[11438] | 452 | * Show tooltip alert and warning window before updating plugins. |
---|
| 453 | |
---|
[11437] | 454 | * JSAction has been deprecated. KofaAction can be used instead. Additional |
---|
| 455 | parameters can be used in @action decorators to enable tooltips and/or |
---|
| 456 | warning windows. The old @jsaction decorator still triggers a default |
---|
| 457 | warning message. |
---|
| 458 | |
---|
[11436] | 459 | * jquery-ui.min.js is also used for tooltips. |
---|
| 460 | |
---|
[11435] | 461 | * Do not create TSC AC batch when updating plugins. |
---|
| 462 | All TSC batches are created. |
---|
| 463 | |
---|
[11433] | 464 | * Make table on applicantsrootpage responsive. |
---|
| 465 | |
---|
[11431] | 466 | * Change width of input, select and textarea fields. |
---|
| 467 | |
---|
[11430] | 468 | * Use only https in theme.html. |
---|
| 469 | |
---|
[11386] | 470 | * INSTALL.txt updated and integrated into Sphinx documentation. |
---|
[11258] | 471 | |
---|
[11430] | 472 | * Redundancies removed in docs. |
---|
[11258] | 473 | |
---|
[11430] | 474 | |
---|
[11255] | 475 | 1.0 (2014-02-22) |
---|
| 476 | ================ |
---|
[11253] | 477 | |
---|
[11255] | 478 | * Diazofied the complete package. |
---|
[11253] | 479 | |
---|
| 480 | |
---|
| 481 | 0.2.1 (2014-02-21) |
---|
| 482 | ================== |
---|
| 483 | |
---|
| 484 | * Send mails to from-address, if site-wide config admin is |
---|
| 485 | different from it. |
---|
| 486 | |
---|
| 487 | * Change flash message for successful applicants. |
---|
| 488 | |
---|
| 489 | * Use more attributes of applicants with payer objects. |
---|
| 490 | |
---|
| 491 | * Update copyright infos (year). |
---|
| 492 | |
---|
| 493 | * Localization updates. |
---|
| 494 | |
---|
| 495 | |
---|
| 496 | 0.2 (2014-01-09) |
---|
| 497 | ================ |
---|
| 498 | |
---|
| 499 | Tons of changes. |
---|
| 500 | |
---|
| 501 | |
---|
[11255] | 502 | 0.1 (never released) |
---|
| 503 | ==================== |
---|
[4955] | 504 | |
---|
[7808] | 505 | Initial version. Copy from waeup.sirp. |
---|