Ignore:
Timestamp:
13 Nov 2014, 13:32:16 (10 years ago)
Author:
Henrik Bettermann
Message:

Initialize changes history. Set version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/CHANGES.txt

    r11891 r11948  
    22*******
    33
    4 1.3dev (unreleased)
     40.2dev (unreleased)
    55===================
    66
    7 * Enable localization of batch processing modules.
    8 
    9 * Hide 'Create students' button. Only user admin can see this button.
    10 
    11 * Add application_slip_notice field to ApplicantsContainer.
    12 
    13 * Remove 'Size' column from logfiles table.
    14 
    15 * Add permission, page and button to mass-clear all students in a department.
    16 
    17 * Hide export download button 24 hours after file generation.
    18 
    19 * Add helper to allow `meminfo` checks for cached memory, etc.
    20 
    21 * Allow external checks of system load before performing expensive
    22   actions.
    23 
    24 * Add new dependency: `psutil` (required to check system state).
    25 
    26 * Show flash message on general search page for the academics section.
    27 
    28 * Fix CertificateCourseProcessor. Mandatory is not a required field
    29   and might be missing in import files. Improve logging. Extend and
    30   fix CertCourseProcessorTests.
    31 
    32 * Provide customizable method for disabling clearance by clearance
    33   officers.
    34 
    35 * Merge Javascript functions into one file. Add Javascript function to
    36   calculate copyright notice year automatically.
    37 
    38 * Use lastname (surname) instead of firstname to verify found
    39   application record on ApplicantRegistrationPage.
    40 
    41 * Append hash '#' also to datetimes to circumvent unwanted excel
    42   automatic.
    43 
    44 * Method for (customizable) application passport upload requirements
    45   added.
    46 
    47 * Filter payment ticket data exports by specifying the payment_date
    48   period.
    49 
    50 * Method for (customizable) application payment slip download
    51   requirements added.
    52 
    53 * Method for (customizable) application payment ticket upload
    54   requirements added.
    55 
    56 * Remove unused rowadd javascript function.
    57 
    58 * certcode and reg_number added to DataForBursaryExporter.
    59 
    60 * Some batch processor names corrected.
    61 
    62 * Fixed ReST markup in setup.py long description.
    63 
    64 
    65 1.2 (2014-06-16)
    66 ================
    67 
    68 * Redirect to login page after using password mandate.
    69 
    70 * Adding student payment tickets is logged.
    71 
    72 * Provide XMLRPC services for storing and retrieving fingerprint
    73   scans.
    74 
    75 * Sort ContextualDictSource by dictionary values not by keys.
    76 
    77 * Add regular school fee and balance payments when exporting payments
    78   overviews.
    79 
    80 * Add samePaymentMade method to StudentsUtils.
    81 
    82 * Fingerprint file upload enabled.
    83 
    84 * is_fresh property method added to Student class.
    85 
    86 * Special application procedure modified. Special applicants must submit
    87   their form before they can download payment slips. Thus the regular
    88   workflow is now applied but, in contrast to regular applications,
    89   special applicants can create and pay more than one payment ticket.
    90   Also application slips are hidden.
    91 
    92 * Add setMatricNumber and constructMatricNumber methods to StudentsUtils.
    93 
    94 * When sending mails, always set from-address to 'no-reply@waeup.org'.
    95   Real from-addresses are now set in Cc and Reply-To fields. This is
    96   to tackle problems with yahoo (does not allow yahoo.com mails to be
    97   sent from non-yahoo servers).
    98 
    99 * Multiple payments in special application containers enabled.
    100   Special payment applicants remain in state started after payment.
    101 
    102 * File input fields brought into shape with Bootstrap 3.
    103 
    104 * Transcript and access code pagetemplates adjusted.
    105 
    106 * Print QR codes on all student slips.
    107 
    108 * Allow adding current_level to base data section on all student slips
    109   (requested by Uniben).
    110 
    111 * Windows is no longer supported. Installation manual removed.
    112 
    113 * Added JS helper to scroll to sequencelists after adding/removing items.
    114 
    115 
    116 1.1 (2014-03-13)
    117 ================
    118 
    119 * Add display_fullname column to CourseTicketExporter (requested by Uniben).
    120 
    121 * Do also export student and course ticket data of students on probation.
    122 
    123 * 'Create student' option removed from 'Application Transition'
    124   select field.
    125 
    126 * API docs added.
    127 
    128 * Back-to links replaced by animated jQuery plugins.
    129 
    130 * Default frontpage text updated.
    131 
    132 * Use absolute urls on datacenter pages.
    133 
    134 * Provide customizable method for disabling student payments.
    135 
    136 * After login and logout, regular users (officers) are redirected
    137   to the portal's index page not to the portal's root. The
    138   root URL can now be rewritten be Nginx or Apache so that the user
    139   is being redirected to the university website
    140   when entering the root URL directly or clicking the acronym.
    141 
    142 * Show tooltip alert and warning window before updating plugins.
    143 
    144 * JSAction has been deprecated. KofaAction can be used instead. Additional
    145   parameters can be used in @action decorators to enable tooltips and/or
    146   warning windows. The old @jsaction decorator still triggers a default
    147   warning message.
    148 
    149 * jquery-ui.min.js is also used for tooltips.
    150 
    151 * Do not create TSC AC batch when updating plugins.
    152   All TSC batches are created.
    153 
    154 * Make table on applicantsrootpage responsive.
    155 
    156 * Change width of input, select and textarea fields.
    157 
    158 * Use only https in theme.html.
    159 
    160 * INSTALL.txt updated and integrated into Sphinx documentation.
    161 
    162 * Redundancies removed in docs.
    163 
    164 
    165 1.0 (2014-02-22)
    166 ================
    167 
    168 * Diazofied the complete package.
    169 
    170 
    171 0.2.1 (2014-02-21)
    172 ==================
    173 
    174 * Send mails to from-address, if site-wide config admin is
    175   different from it.
    176 
    177 * Change flash message for successful applicants.
    178 
    179 * Use more attributes of applicants with payer objects.
    180 
    181 * Update copyright infos (year).
    182 
    183 * Localization updates.
    184 
    185 
    186 0.2 (2014-01-09)
    187 ================
    188 
    189 Tons of changes.
    190 
     7* Enucleation: Keep only the portal's framework.
     8  Remove university, students, applicants, hostels and accesscodes modules.
    1919
    192100.1 (never released)
    19311====================
    19412
    195 Initial version. Copy from waeup.sirp.
     13Initial version. Copy from waeup.kofa.
Note: See TracChangeset for help on using the changeset viewer.