Release 0.28.
[awl.git] / debian / changelog
blob4528a70d0ac94e030e1c5055d8bba7fdc7c1ee9b
1 awl (0.28) unstable; urgency=low
3   * Remove references to the 'general' database user.
4   * Add type cast to work correctly with PostgreSQL 8.3
6  -- Andrew McMillan <debian@mcmillan.net.nz>  Fri, 18 Apr 2008 17:32:01 +1200
8 awl (0.27) unstable; urgency=low
10   * Changes to database creation scripts to separate table definitions from
11     ownership definitions.
13  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun, 13 Apr 2008 00:21:46 +1200
15 awl (0.26) unstable; urgency=low
17   * Improve translatability of interfaces.
18   * [classBrowser] Provide a pre-formatting hook for column value manipulation.
20  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun, 13 Apr 2008 00:19:26 +1200
22 awl (0.25) unstable; urgency=low
24   * [iCalendar] Fix naming of Set function.
25   * [iCalendar] Fix wrapping of components.
27  -- Andrew McMillan <debian@mcmillan.net.nz>  Sat, 09 Feb 2008 20:08:21 +1300
29 awl (0.24) unstable; urgency=low
31   * Add the ability to open Database connections persistently.
33  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 23 Jan 2008 23:51:16 +1300
35 awl (0.23) unstable; urgency=low
37   * [iCalendar] Fixes to timezone handling.
38   * [iCalendar] Bugfix in SetComponents
39   * [XMLElement] Method to return count of sub-elements.
40   * [Session] Log detailed error when SSHA passwords are present but not
41     supported.
43  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 16 Jan 2008 21:52:28 +1300
45 awl (0.22) unstable; urgency=low
47   * Add a Salted SHA-1 password hashing algorithm compatible with OpenLDAP and
48     make it the default.
49   * iCalendar: ClearComponents should be recursive.
50   * DataUpdate: Add a cache for the field names retrieved from the DB.
51   * AuthPlugins: Add an optional 'where' clause to auth_other_awl
53  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu, 01 Nov 2007 21:22:00 +1300
55 awl (0.21) unstable; urgency=low
57   * Add support for rendering a restricted set of properties.
58   * Disallow login for inactive users in auth_other_awl
60  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu, 25 Oct 2007 15:11:17 +1300
62 awl (0.20) unstable; urgency=low
64   * Rewrite of iCalendar.php to fully parse the structure.
65   * Allow second-level ordering of Browse widgets.
66   * Add optional parameters to PgQuery::BuildOptionList
68  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue, 16 Oct 2007 13:30:52 +1300
70 awl (0.19) unstable; urgency=low
72   * More care when recording timezones.
73   * New PHPDocumentor structure.
74   * Various fixes and enhancements to XMLElement.php
75   * New packaging layout.
76   * Changes to iCalendar.php to implement CalDAV filters.
78  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu, 14 Jun 2007 20:31:55 +0100
80 awl (0.18) unstable; urgency=low
82   * Improve formatting of default date.
84  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 18 Apr 2007 22:10:21 +1200
86 awl (0.17) unstable; urgency=low
88   * Added a clone() function for forward compatibility with PHP5.
90  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 19 Mar 2007 12:48:35 +1200
92 awl (0.16) unstable; urgency=low
94   * Fix some warnings under PHP5.
95   * Minor change to query logging.
97  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu,  8 Mar 2007 11:02:51 +1300
99 awl (0.15) unstable; urgency=low
101   * Release 0.15.
103  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 19 Feb 2007 21:04:22 +1300
105 awl (0.14) unstable; urgency=low
107   * Add a function for UUID generation.
108   * Record what locale we did successfully set.
109   * Extended XML handling library to support easier building and
110     querying of an internal structure.
112  -- Andrew McMillan <debian@mcmillan.net.nz>  Sat, 23 Dec 2006 22:17:28 +1300
114 awl (0.13) unstable; urgency=low
116   * Remove unassigned value warnings and others that show up when we enable
117     E_NOTICE in php.ini.
118   * Allow for something to hook into the authentication process.  Include a
119     simple example.
121  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon,  4 Dec 2006 07:42:53 +1300
123 awl (0.12) unstable; urgency=low
125   * Add BuildConfirmationHash() and CheckConfirmationHash() methods to reduce
126     vulnerability to some scripting attacks, when used.
127   * Fix incorrect variable name in Translation.php (closes sf-600138)
128   * Many enhancements to the iCalendar class.
129   * Minor double-error niggle in PgQuery fixed.
131  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 22 Nov 2006 23:08:14 +1300
133 awl (0.11) unstable; urgency=low
135   * Significantly better translation readiness.
136   * New release.
138  -- Andrew McMillan <debian@mcmillan.net.nz>  Fri, 10 Nov 2006 15:21:44 +1300
140 awl (0.10) unstable; urgency=low
142   * The beginnings of a framework for doing internationalisation.
143   * Fix the Forget Me Not functionality.
144   * New release.
146  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon,  6 Nov 2006 10:35:30 +1300
148 awl (0.9) unstable; urgency=low
150   * Actually save the user's roles when they are changed.
151   * New release.
153  -- Andrew McMillan <debian@mcmillan.net.nz>  Fri, 27 Oct 2006 12:20:29 +1300
155 awl (0.8) unstable; urgency=low
157   * Fix date style handling and expose the date style on user maintenance.
158   * New release.
160  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon, 23 Oct 2006 11:23:55 +1300
162 awl (0.7-0) unstable; urgency=low
164   * Add ability for browser to have arbitrary extra rows.
165   * Some code cleanups and documentation additions.
166   * Fix minor XML collapse bug.
167   * Use YYYY for backward compatibility with PostgreSQL 7.4.
169  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 18 Oct 2006 10:38:57 +1300
171 awl (0.6-0) unstable; urgency=low
173   * Addition of iCalendar library to replace vEvent.
174   * Warning removal cleanup.
176  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun,  8 Oct 2006 19:53:07 +1300
178 awl (0.5-0) unstable; urgency=low
180   * Add a basic library for XML document output.
181   * Various enhancements to Vevent.
182   * Some changes so PgQuery logs with $c->dbg settings.
184  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu,  5 Oct 2006 00:40:39 +1300
186 awl (0.4-1) unstable; urgency=low
188   * Logging changes.
189   * Add object for VEVENT iCalendar files.
190   * Improvements to User class to render roles.
192  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun,  1 Oct 2006 20:33:39 +1300
194 awl (0.4-0) unstable; urgency=low
196   * A number of changes due to excessive work on the start of a simple CalDAV
197     store.
198   * New AWLUtilities.php location for utility functions for logging and other
199     useful stuff.
201  -- Andrew McMillan <debian@mcmillan.net.nz>  Sun, 24 Sep 2006 17:23:20 +1200
203 awl (0.3-2) unstable; urgency=low
205   * Put changelog in the right place.
207  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue,  1 Aug 2006 08:21:46 +1200
209 awl (0.3-1) unstable; urgency=low
211   * Various changes made for APMS.
213  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 28 Jun 2006 06:47:29 +1200
215 awl (0.3-0) unstable; urgency=low
217   * Add URL escaping possibilities to field values replaced into output.
219  -- Andrew McMillan <debian@mcmillan.net.nz>  Wed, 10 May 2006 22:10:55 +1200
221 awl (0.2-2) unstable; urgency=low
223   * Some merges from WRMS.
225  -- Andrew McMillan <debian@mcmillan.net.nz>  Mon,  8 May 2006 08:55:55 +1200
227 awl (0.2-1) unstable; urgency=low
229   * Merges and fixes from WRMS codebase.
231  -- Andrew McMillan <debian@mcmillan.net.nz>  Thu,  4 May 2006 22:31:37 +1200
233 awl (0.1-1) unstable; urgency=low
235   * Initial release.
237  -- Andrew McMillan <debian@mcmillan.net.nz>  Tue,  2 May 2006 07:43:59 +1200