Preparing to release 0.48
[awl.git] / ChangeLog
blob514e9faf1b663cb0f89e88e7f681308937b75663
1 2011-09-24  Andrew McMillan  <andrew@morphoss.com>
2         * Release 0.48
4 2011-09-17  Andrew McMillan  <andrew@morphoss.com>
5         * [vCalendar] More ways to get an Olson Time Zone ID.
7 2011-09-15  Andrew McMillan  <andrew@morphoss.com>
8         * [vComponent] Cleaned up the filter handling.
10 2011-09-14  Andrew McMillan  <andrew@morphoss.com>
11         * [vCalendar] Support replacement the last few iCalendar cases that were missing.
12         * Add TZ exception for America/Phoenix and config for doing these as config items.
13         * See http://wiki.davical.org/w/Configuration/settings/timezone_translations
15 2011-09-13  Andrew McMillan  <andrew@morphoss.com>
16         * Fix handling of properties enclosed in double-quotes.
17         * Release 0.47
19 2011-09-08  Andrew McMillan  <andrew@morphoss.com>
20         * [vCalendar] Developing this to be useful for scheduling.
22 2011-09-06  Andrew McMillan  <andrew@morphoss.com>
23         * [vComponent] add GetPValue() method and VCalendar class.
24         * [iCalendar] Remove deprecated() function moved to AwlUtilities.
25         * [AwlQuery] Change phpdoc to include possible values for TransactionState()
26         * [AwlDatabase] Make attempt to nest transactions a fatal error.
27         * [AWLUtlities] Add fatal() and deprecated() functions.
29 2011-06-04  Andrew McMillan  <andrew@morphoss.com>
30         * Fix some errors in filtering on arbitrary iCalendar properties.
31         * Better fallback between pluggable authentication things.
32         * Provide better logging when DB connection fails.
34 2011-02-23  Felix Möller  <mail@felixmoeller.de>
35         * Add support for RPM packages.
37 2011-02-22  Andrew McMillan  <andrew@morphoss.com>
38         * The " character should not be escaped per RFC5545 3.3.11
39         * [AwlCache] Add facility to lock / release something arbitrary.
41 2011-01-21  Andrew McMillan  <andrew@morphoss.com>
42         * Ensure all lines of the output VComponent are \r\n terminated.
44 2011-01-06  Andrew McMillan  <andrew@morphoss.com>
45         * [AuthPlugins] Fix misspelled __LINE__ constant.
46         * Add US/* as allowable timezone names.
48 2011-01-04  Andrew McMillan  <andrew@morphoss.com>
49         * [iCalendar] Add to the list of passed-through values on obfuscation.
50         * [DataUpdate] Move strange character check until after password hashing.
51           Well, well well.  For some years it has been impossible to have '
52           or \ in a password...
54 2011-01-01  Andrew McMillan  <andrew@morphoss.com>
55         * [AwlCache] Added: A Simple Memcached wrapper supporting namespaces.
57 2010-12-28  Andrew McMillan  <andrew@morphoss.com>
58         * The real release 0.46 :-)
59         * Really going to release 0.46 this time...
60         * [classBrowser] Fix checking of ordering fieldname.
61         * [Validation] Remove references to outdated ereg() functions.
62         * [AWLUtlities] Rename regex checking function more appropriately.
64 2010-12-28  Andrew McMillan  <andrew@morphoss.com>
65         * Release 0.46
66         * [classBrowser] Fix checking of ordering fieldname.
67         * [Validation] Remove references to outdated ereg() functions.
68         * [AWLUtlities] Rename regex checking function more appropriately.
69         * [Session] Don't use ereg() for parsing regex.
70         * [XMLDocument] Use __construct style for constructor.
72 2010-12-24  Andrew McMillan  <andrew@morphoss.com>
73         * [AwlQuery] Make the quote() method public/static.
75 2010-12-23  Andrew McMillan  <andrew@morphoss.com>
76         * Convert everything except PgQuery to use AwlQuery
77         * [AwlQuery] Add minor missing functionality so we can switch.
78         * [vComponent] Improve parameter splitting to allow for escapes.
79         * [classEditor] Avoid uninitialised variable warning.
81 2010-11-27  Andrew McMillan  <andrew@morphoss.com>
82         * [vComponent] Add __toString() methods.
83         * [Session] If someone is made inactive then their long-term login should cease.
85 2010-10-15  Andrew McMillan  <andrew@morphoss.com>
86         * [AWLUtilities] Add an awl_version() function.
88 2010-10-10  Andrew McMillan  <andrew@morphoss.com>
89         * [vComponent] It is OK to SetComponents() to an empty set.
91 2010-09-20  Andrew McMillan  <andrew@morphoss.com>
92         * [AWLDbDialect] Quote hex numbers as strings.
94 2010-09-11  Andrew McMillan  <andrew@morphoss.com>
95         * [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes
97 2010-09-10  Andrew McMillan  <andrew@morphoss.com>
98         * [AWLUtilities] Undeclared globals in force_utf8.
99         * [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
101 2010-08-30  Andrew McMillan  <andrew@morphoss.com>
102         * [vComponent] Add a function to return a single property.
103         * Slightly better TZname to Olson matching.
105 2010-08-28  Andrew McMillan  <andrew@morphoss.com>
106         * [vComponent] Various changes in use with VCard.
107           - Enforce upercase property names.
108           - Invert array sense for MaskComponents / MaskProperties to match
109             the way it is with the GetProperties, GetComponents.
111 2010-08-26  Andrew McMillan  <andrew@morphoss.com>
112         * Add some basic filter processing for addressbook-query usage.
113         * Wrap password logging in logs behind $c->dbg['password'] = 1;
115 2010-06-23  Andrew McMillan  <andrew@morphoss.com>
116         * [XMLDocument] Add helper for CardDAVElement.
118 2010-06-17  Andrew McMillan  <andrew@morphoss.com>
119         * [Session] Try and clarify the lost password text a little better.
120         * Don't send multipart/form-data if the form is GET.
122 2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
123         * [AwlQuery] Fixing backward compatibility with PgQuery.
124         * [AwlQuery] Fix handling of queries with no parameters.
126 2010-05-27  Andrew McMillan  <andrew@morphoss.com>
127         * [iCalendar] Apply correct wrapping for RFC5545.
128         * [iCalendar] Don't add a trailling space when wrapping for RFC5545.
130 2010-05-19  Andrew McMillan  <andrew@morphoss.com>
131         * [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
132         * Expose transaction state at query level.
133         * No need to return anything from the schema update.
135 2010-05-09  Andrew McMillan  <andrew@morphoss.com>
136         * [Translation] If gettext is not installed, fall back to English.
138 2010-05-08  Andrew McMillan  <andrew@morphoss.com>
139         * Add Australia to the list of possible TZ continents.
141 2010-04-28  Andrew McMillan  <andrew@morphoss.com>
142         * [AwlQuery] Handle setting an alternative connection somewhat better.
143         * [Session] _CheckLogin needs to access $c for external authentication.
144         * Allow for multiple records to have somehow got into the DB.
145         * Better parameter escaping, including escaping ? for older PHP::PDO.
147 2010-04-20  Andrew McMillan  <andrew@morphoss.com>
148         * Replace deprecated split() calls.
150 2010-04-17  Andrew McMillan  <andrew@morphoss.com>
151         * Release 0.43
153 2010-04-15  Andrew McMillan  <andrew@morphoss.com>
154         * [iCalendar] Add and use a new olson_from_tzstring() function.
156 2010-04-14  Andrew McMillan  <andrew@morphoss.com>
157         * We can close this bug now, since it was fixed a wee while ago.
158         * [AwlQuery] Warn if named parameters are passed in incorrectly.
159         * Fix strange alternate reality definition of aparche_read_header.
161 2010-04-12  Andrew McMillan  <andrew@morphoss.com>
162         * Preparing to release 0.43
163         * The new database libraries should be with the library code.
164           Especially since they're being used for more than just DAViCal now.
165 karora@dave:~/projects/awl$ gitlog-to-changelog --since=2010-04-13
166 2010-09-11  Andrew McMillan  <andrew@morphoss.com>
167         * [vComponent] Tweak wrapping one last time.
168         * [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes
169           The regexes used for wrapping to 72 characters in line with
170           RFC5545 wrapping rules need to be UTF8 aware, otherwise they
171           will break lines in the middle of UTF8 sequences and we get
172           to fail to put both broken parts into the database.
174 2010-09-10  Andrew McMillan  <andrew@morphoss.com>
175         * [AWLUtilities] Undeclared globals in force_utf8.
176         * Ignore Eclipse droppings.
177         * [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
178           The wordwrap was not being done in a repeatably reversible manner
179           due to a misguided effort to make it more readable.  This gives up
180           on readability in favour of reversability.
182 2010-09-02  Andrew McMillan  <andrew@morphoss.com>
183         * [vComponent] Revert that last change.
185 2010-08-30  Andrew McMillan  <andrew@morphoss.com>
186         * [vComponent] Add a function to return a single property.
187         * Slightly better TZname to Olson matching.
189 2010-08-28  Andrew McMillan  <andrew@morphoss.com>
190         * [vComponent] Various changes in use with VCard.
191           - Enforce upercase property names.
192           - Invert array sense for MaskComponents / MaskProperties to match
193             the way it is with the GetProperties, GetComponents.
194           - Generally improve the consistency.
196 2010-08-26  Andrew McMillan  <andrew@morphoss.com>
197         * Add some basic filter processing for addressbook-query usage.
198         * Wrap password logging in logs behind $c->dbg['password'] = 1;
200 2010-06-23  Andrew McMillan  <andrew@morphoss.com>
201         * [XMLDocument] Add helper for CardDAVElement.
203 2010-06-17  Andrew McMillan  <andrew@morphoss.com>
204         * [Session] Try and clarify the lost password text a little better.
205         * Don't send multipart/form-data if the form is GET.
207 2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
208         * [AwlQuery] Fixing backward compatibility with PgQuery.
209         * [AwlQuery] Fix handling of queries with no parameters.
211 2010-05-27  Andrew McMillan  <andrew@morphoss.com>
212         * [iCalendar] Apply correct wrapping for RFC5545.
213         * [iCalendar] Don't add a trailling space when wrapping for RFC5545.
215 2010-05-19  Andrew McMillan  <andrew@morphoss.com>
216         * [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
217         * Expose transaction state at query level.
218         * No need to return anything from the schema update.
220 2010-05-09  Andrew McMillan  <andrew@morphoss.com>
221         * [Translation] If gettext is not installed, fall back to English.
223 2010-05-08  Andrew McMillan  <andrew@morphoss.com>
224         * Add Australia to the list of possible TZ continents.
226 2010-04-28  Andrew McMillan  <andrew@morphoss.com>
227         * [AwlQuery] Handle setting an alternative connection somewhat better.
228         * [Session] _CheckLogin needs to access $c for external authentication.
229         * Allow for multiple records to have somehow got into the DB.
230         * Better parameter escaping, including escaping ? for older PHP::PDO.
232 2010-04-20  Andrew McMillan  <andrew@morphoss.com>
233         * Replace deprecated split() calls.
235 2010-04-17  Andrew McMillan  <andrew@morphoss.com>
236         * Release 0.43
238 2010-04-15  Andrew McMillan  <andrew@morphoss.com>
239         * [iCalendar] Add and use a new olson_from_tzstring() function.
241 2010-04-14  Andrew McMillan  <andrew@morphoss.com>
242         * We can close this bug now, since it was fixed a wee while ago.
243         * [AwlQuery] Warn if named parameters are passed in incorrectly.
244         * Fix strange alternate reality definition of aparche_read_header.
246 2010-04-12  Andrew McMillan  <andrew@morphoss.com>
247         * [AwlQuery] Move new database libraries into AWL
249 2010-04-01  Andrew McMillan  <andrew@morphoss.com>
250         * [classEditor] Tidy up logging.
251         * [DataUpdate] Merge sql_from_post() and sql_from_object().
253 2010-03-21  Andrew McMillan  <andrew@morphoss.com>
254         * [PgQuery] Add forward compatibility rows() method.
256 2010-03-18  Andrew McMillan  <andrew@morphoss.com>
257         * [iCalendar] Provide a better deprecation indication.
258         * [iCalendar] Add explicit need for PgQuery and mark stuff deprecated.
260 2010-03-10  Andrew McMillan  <andrew@morphoss.com>
261         * Switch to LGPL v3 license.
263 2010-03-08  Andrew McMillan  <andrew@morphoss.com>
264         * Release 0.42
265         * [XMLDocument] Return any created node. Also parse namespace in tag.
266           These functions are much more useful if we can actually use any
267           returned reference as another location within a document, so we
268           can have a hold of the root, and then add within each new tag
269           we add, supporting outer -> inner construction approaches along
270           with the existing inner -> outer approach used currently.
272 2010-03-07  Andrew McMillan  <andrew@morphoss.com>
273         * Note that the iCalendar class is DEPRECATED.
274         * Don't try to translate null/empty strings.
276 2010-03-05  Andrew McMillan  <andrew@morphoss.com>
277         * Add a PostToValues() method to update form data from POST.
279 2010-02-23  Andrew McMillan  <andrew@morphoss.com>
280         * Release 0.41
281         * [classEditor] Make Create/Apply form translatable.
282         * [User] Yes/No should be translatable.
284 2010-02-18  Andrew McMillan  <andrew@morphoss.com>
285         * [PgQuery] Don't log connection string on error as it may expose the password.
287 2010-02-17  Andrew McMillan  <andrew@morphoss.com>
288         * [DataUpdate] Translate empty string to NULL for bitfields.
290 2010-02-16  Andrew McMillan  <andrew@morphoss.com>
291         * [AWLUtilities] Add support for a legacy plain MD5 password hash
293 2010-02-01  Andrew McMillan  <andrew@morphoss.com>
294         * Move editor widget class into standard libraries.
296 2010-01-30  Andrew McMillan  <andrew@morphoss.com>
297         * [MenuSet] Remove deprecated backward compatibility with PHP4.
298         * Comply with E_STRICT and friends.
299         * [PgQuery] Make duration() conditional in case it is defined elsewhere.
301 2009-12-28  Andrew McMillan  <andrew@morphoss.com>
302         * [XMLElement] Make all properties protected, provide __tostring()
304 2009-12-27  Andrew McMillan  <andrew@morphoss.com>
305         * [XMLDocument] Fix for NS helpers assigning used NS alias.
307 2009-11-22  Andrew McMillan  <andrew@morphoss.com>
308         * [classBrowser] Add a Title() get/set method.
309         * [AWLUtilties] Support precision in type names.
311 2009-11-17  Andrew McMillan  <andrew@morphoss.com>
312         * [XMLElement] Looking for the xmlns attribute should return it.
314 2009-11-14  Andrew McMillan  <andrew@morphoss.com>
315         * Remove opportunity for unassigned value warning.
316         * [XMLElement] Allow the GetElements() method to be called with no tag.
318 2009-11-11  Andrew McMillan  <andrew@morphoss.com>
319         * [AWLUtilities] More generic implementation of request_headers.
321 2009-11-03  Andrew McMillan  <andrew@morphoss.com>
322         * [iCalendar] Comment a bunch of debugging messages.
324 2009-10-30  Matthias Mohr  <Matthias@Mohrenclan.de>
325         * Add translation features.
327 2009-10-20  Andrew McMillan  <andrew@morphoss.com>
328         * Restructure the external link handling.
329         * Add an option for links to open in a new tab/page.
331 2009-10-16  Andrew McMillan  <andrew@morphoss.com>
332         * [Session] Allow username/e-mail for forgotten password to be case-insensitive.
334 2009-09-25  Andrew McMillan <andrew@morphoss.com>
335         * [DataEntry] Remove uninitialised warning possibility.
336         * [XMLDocument] Remove uninitialised warning possibilty.
337         * [iCalendar] Remove deprecated function.  Add some convenience methods.
338         * [classBrowser] Add new replaceable variable for row even/odd ness.
340 2009-09-07  Andrew McMillan <andrew@morphoss.com>
341         * [AWLUtilities] Add a fix_latin() function to convert mixed charset into UTF-8.
343 2008-08-25 Andrew McMillan <andrew@morphoss.com>
345         * [PgQuery] Extend clean_string to recurse through an array.
346         * [DataUpdate] When value for an integer is null or empty string, use db NULL.
348 2009-06-25  Andrew McMillan <andrew@morphoss.com>
349         * [PgQuery] Add the ability for PgQuery to search a non-default schema.
351 2009-06-22  Andrew McMillan <andrew@morphoss.com>
353         * Release 0.37