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