Skip to content

Commit

Permalink
Regenerate package.xml from changelog.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 27, 2017
1 parent 2e0360b commit bd01e0e
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,27 @@
<license uri="http://www.horde.org/licenses/gpl.php">GPL-2.0</license>
<notes>
* [jan] Officially support PHP 7.
* First alpha release for Horde 4.
* [jan] Add Latvian translation (Jānis Eisaks &lt;jancs@dv.lv&gt;).
* [jan] Store "set" fields results as comma separated list (Vilius Šumskas &lt;vilius@lnk.lt&gt;, Request #5739).
* [jan] Create TEXT columns for form fields with long data (Request #5510).
* [cjh] Add API methods and per-form permissions (duck@obala.net, Request #5331).
* [ben] Better support for MS-SQL.
* [jan] Use bind variables in the SQL drivers (selsky@columbia.edu, Bugs #1682).
* [cjh] Do charset conversion on way in/out of database (Bug #332).
* [jan] Support file uploads with SQL driver.
* [jmf] Support file uploads.
* [jan] Show form name in a title above the form (Ben Chavet &lt;ben@chavet.net&gt;).
* [jan] Add Traditional Chinese translation (David Chang &lt;david@tmv.gov.tw&gt;).
* [jan] Add Spanish translation (Manuel Perez Ayala &lt;mperaya@alcazaba.unex.es&gt;).
* [jan] Add Lithuanian translation (Vilius Šumskas &lt;vilius@lnk.lt&gt;).
* [jan] Add German translation.
* [jan] Add Finnish translation (Petteri Karttunen &lt;pkarttun@siba.fi&gt;).
* [mdj] Create a driver structure for actions, new actions for forms can be created in the /lib/Action directory.
* [mdj] Ulaform can now be included in any html page.
* [mdj] Extra parameters can now be set for the more complex Horde_Form field types (enum, longtext, monthdayyear...).
* [mdj] Horde_Block is now supported - forms can be used in other Horde apps.
* [mdj] Major rewrite of Ulaform to use Horde_Form.
* [cjh] Reorganize towards a modern Horde app.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -277,7 +297,27 @@
<license uri="http://www.horde.org/licenses/gpl.php">GPL-2.0</license>
<notes>
* [jan] Officially support PHP 7.
* First alpha release for Horde 4.
* [jan] Add Latvian translation (Jānis Eisaks &lt;jancs@dv.lv&gt;).
* [jan] Store "set" fields results as comma separated list (Vilius Šumskas &lt;vilius@lnk.lt&gt;, Request #5739).
* [jan] Create TEXT columns for form fields with long data (Request #5510).
* [cjh] Add API methods and per-form permissions (duck@obala.net, Request #5331).
* [ben] Better support for MS-SQL.
* [jan] Use bind variables in the SQL drivers (selsky@columbia.edu, Bugs #1682).
* [cjh] Do charset conversion on way in/out of database (Bug #332).
* [jan] Support file uploads with SQL driver.
* [jmf] Support file uploads.
* [jan] Show form name in a title above the form (Ben Chavet &lt;ben@chavet.net&gt;).
* [jan] Add Traditional Chinese translation (David Chang &lt;david@tmv.gov.tw&gt;).
* [jan] Add Spanish translation (Manuel Perez Ayala &lt;mperaya@alcazaba.unex.es&gt;).
* [jan] Add Lithuanian translation (Vilius Šumskas &lt;vilius@lnk.lt&gt;).
* [jan] Add German translation.
* [jan] Add Finnish translation (Petteri Karttunen &lt;pkarttun@siba.fi&gt;).
* [mdj] Create a driver structure for actions, new actions for forms can be created in the /lib/Action directory.
* [mdj] Ulaform can now be included in any html page.
* [mdj] Extra parameters can now be set for the more complex Horde_Form field types (enum, longtext, monthdayyear...).
* [mdj] Horde_Block is now supported - forms can be used in other Horde apps.
* [mdj] Major rewrite of Ulaform to use Horde_Form.
* [cjh] Reorganize towards a modern Horde app.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit bd01e0e

Please sign in to comment.