Release 0.52
[awl.git] / ChangeLog
blob86c3c2f815ac032eec6e39959e59f7b5d269c6ce
1 2012-06-14  Andrew McMillan  <andrew@morphoss.com>
2         * Release 0.52
4 2012-06-14  Andrew McMillan  <andrew@morphoss.com>
5         * [DataUpdate] Fix regular expression matching whether value is already a salted hash.
7 2012-05-20  Andrew McMillan  <andrew@morphoss.com>
8         * [XMLElement] Changes for more repeatable parsing.
9         * [XMLDocument] If an href includes a space or @ then bug about it, but urlencode it also.
11 2012-05-15  Andrew McMillan  <andrew@morphoss.com>
12         * [Editor] Add support for labels on checkboxes.
14 2012-05-11  Andrew McMillan  <andrew@morphoss.com>
15         * [XMLElement] XML parsing / creating improvements / fixes.
17 2012-04-30  Andrew McMillan  <andrew@morphoss.com>
18         * [vComponent] We should use GetNSTag() rather than GetTag() in most cases.
20 2012-04-22  Andrew McMillan  <andrew@morphoss.com>
21         * [AwlQuery] Throw exception if the database is not connected when we try to query it.
23 2012-04-16  Andrew McMillan  <andrew@morphoss.com>
24         * [vCalendar] Log the actual VTIMEZONE which appears to be in error.
26 2012-03-22  Andrew McMillan  <andrew@morphoss.com>
27         * [vCalendar] New SetUID/GetUID methods used by POST add-member.
29 2012-03-12  Andrew McMillan  <andrew@morphoss.com>
30         * [Editor] The current row needs to be global so the hook might reference it.
32 2012-01-13  Andrew McMillan  <andrew@morphoss.com>
33         * [vComponent] Fix handling for vcard peculiarities.
34         * [vComponent] Don't escape all ; in N or ADR.
35         * [vComponent] Allow for property parameters to be multiply set.
36         * [AwlDbDialect] Don't treat binary strings longer than 6 characters as numbers.
37         * Release 0.51
39 2012-01-04  Andrew McMillan  <andrew@morphoss.com>
40         * Release 0.50
42 2011-11-09  Andrew McMillan  <andrew@morphoss.com>
43         * [AWLUtilities] Ensure we flush output buffers on abort.
45 2011-11-02  Andrew McMillan  <andrew@morphoss.com>
46         * [vCalendar] More support for scheduling-related actions.
47         * [vComponent] Minor performance tweaks.
49 2011-10-31  Andrew McMillan  <andrew@morphoss.com>
50         * [vCalendar] Add method to scrub a confidential event.
52 2011-10-24  Andrew McMillan  <andrew@morphoss.com>
53         * [AwlDatabase] Throw an exception when we can't rollback a transaction.
54         * [vCalendar] New functions for updating organizer/attendee status.
56 2011-10-20  Andrew McMillan  <andrew@morphoss.com>
57         * Release 0.49
58         * [vComponent] Allow re-rendering to be forced.
59         * [AwlUtilities] Add a new trace_bug() function which logs a stacktrace.
61 2011-10-18  Andrew McMillan  <andrew@morphoss.com>
62         * [AwlUtilities] timezone_identifiers_list() is only PHP5.2 onwards :-(
64 2011-10-16  Andrew McMillan  <andrew@morphoss.com>
65         * [Session] Support array of server_auth_type since Kerberos can send different ones.
67 2011-10-13  Andrew McMillan  <andrew@morphoss.com>
68         * [various session things] Force cast to text() to handle integer usernames
70 2011-10-05  Andrew McMillan  <andrew@morphoss.com>
71         * [AwlUtilities] Support for gzdecode where PHP does not.
73 2011-09-24  Andrew McMillan  <andrew@morphoss.com>
74         * Release 0.48
76 2011-09-17  Andrew McMillan  <andrew@morphoss.com>
77         * [vCalendar] More ways to get an Olson Time Zone ID.
79 2011-09-15  Andrew McMillan  <andrew@morphoss.com>
80         * [vComponent] Cleaned up the filter handling.
82 2011-09-14  Andrew McMillan  <andrew@morphoss.com>
83         * [vCalendar] Support replacement the last few iCalendar cases that were missing.
84         * Add TZ exception for America/Phoenix and config for doing these as config items.
85         * See http://wiki.davical.org/w/Configuration/settings/timezone_translations
87 2011-09-13  Andrew McMillan  <andrew@morphoss.com>
88         * Fix handling of properties enclosed in double-quotes.
89         * Release 0.47
91 2011-09-08  Andrew McMillan  <andrew@morphoss.com>
92         * [vCalendar] Developing this to be useful for scheduling.
94 2011-09-06  Andrew McMillan  <andrew@morphoss.com>
95         * [vComponent] add GetPValue() method and VCalendar class.
96         * [iCalendar] Remove deprecated() function moved to AwlUtilities.
97         * [AwlQuery] Change phpdoc to include possible values for TransactionState()
98         * [AwlDatabase] Make attempt to nest transactions a fatal error.
99         * [AWLUtlities] Add fatal() and deprecated() functions.
101 2011-06-04  Andrew McMillan  <andrew@morphoss.com>
102         * Fix some errors in filtering on arbitrary iCalendar properties.
103         * Better fallback between pluggable authentication things.
104         * Provide better logging when DB connection fails.
106 2011-02-23  Felix Möller  <mail@felixmoeller.de>
107         * Add support for RPM packages.
109 2011-02-22  Andrew McMillan  <andrew@morphoss.com>
110         * The " character should not be escaped per RFC5545 3.3.11
111         * [AwlCache] Add facility to lock / release something arbitrary.
113 2011-01-21  Andrew McMillan  <andrew@morphoss.com>
114         * Ensure all lines of the output VComponent are \r\n terminated.
116 2011-01-06  Andrew McMillan  <andrew@morphoss.com>
117         * [AuthPlugins] Fix misspelled __LINE__ constant.
118         * Add US/* as allowable timezone names.
120 2011-01-04  Andrew McMillan  <andrew@morphoss.com>
121         * [iCalendar] Add to the list of passed-through values on obfuscation.
122         * [DataUpdate] Move strange character check until after password hashing.
123           Well, well well.  For some years it has been impossible to have '
124           or \ in a password...
126 2011-01-01  Andrew McMillan  <andrew@morphoss.com>
127         * [AwlCache] Added: A Simple Memcached wrapper supporting namespaces.
129 2010-12-28  Andrew McMillan  <andrew@morphoss.com>
130         * The real release 0.46 :-)
131         * Really going to release 0.46 this time...
132         * [classBrowser] Fix checking of ordering fieldname.
133         * [Validation] Remove references to outdated ereg() functions.
134         * [AWLUtlities] Rename regex checking function more appropriately.
136 2010-12-28  Andrew McMillan  <andrew@morphoss.com>
137         * Release 0.46
138         * [classBrowser] Fix checking of ordering fieldname.
139         * [Validation] Remove references to outdated ereg() functions.
140         * [AWLUtlities] Rename regex checking function more appropriately.
141         * [Session] Don't use ereg() for parsing regex.
142         * [XMLDocument] Use __construct style for constructor.
144 2010-12-24  Andrew McMillan  <andrew@morphoss.com>
145         * [AwlQuery] Make the quote() method public/static.
147 2010-12-23  Andrew McMillan  <andrew@morphoss.com>
148         * Convert everything except PgQuery to use AwlQuery
149         * [AwlQuery] Add minor missing functionality so we can switch.
150         * [vComponent] Improve parameter splitting to allow for escapes.
151         * [classEditor] Avoid uninitialised variable warning.
153 2010-11-27  Andrew McMillan  <andrew@morphoss.com>
154         * [vComponent] Add __toString() methods.
155         * [Session] If someone is made inactive then their long-term login should cease.
157 2010-10-15  Andrew McMillan  <andrew@morphoss.com>
158         * [AWLUtilities] Add an awl_version() function.
160 2010-10-10  Andrew McMillan  <andrew@morphoss.com>
161         * [vComponent] It is OK to SetComponents() to an empty set.
163 2010-09-20  Andrew McMillan  <andrew@morphoss.com>
164         * [AWLDbDialect] Quote hex numbers as strings.
166 2010-09-11  Andrew McMillan  <andrew@morphoss.com>
167         * [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes
169 2010-09-10  Andrew McMillan  <andrew@morphoss.com>
170         * [AWLUtilities] Undeclared globals in force_utf8.
171         * [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
173 2010-08-30  Andrew McMillan  <andrew@morphoss.com>
174         * [vComponent] Add a function to return a single property.
175         * Slightly better TZname to Olson matching.
177 2010-08-28  Andrew McMillan  <andrew@morphoss.com>
178         * [vComponent] Various changes in use with VCard.
179           - Enforce upercase property names.
180           - Invert array sense for MaskComponents / MaskProperties to match
181             the way it is with the GetProperties, GetComponents.
183 2010-08-26  Andrew McMillan  <andrew@morphoss.com>
184         * Add some basic filter processing for addressbook-query usage.
185         * Wrap password logging in logs behind $c->dbg['password'] = 1;
187 2010-06-23  Andrew McMillan  <andrew@morphoss.com>
188         * [XMLDocument] Add helper for CardDAVElement.
190 2010-06-17  Andrew McMillan  <andrew@morphoss.com>
191         * [Session] Try and clarify the lost password text a little better.
192         * Don't send multipart/form-data if the form is GET.
194 2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
195         * [AwlQuery] Fixing backward compatibility with PgQuery.
196         * [AwlQuery] Fix handling of queries with no parameters.
198 2010-05-27  Andrew McMillan  <andrew@morphoss.com>
199         * [iCalendar] Apply correct wrapping for RFC5545.
200         * [iCalendar] Don't add a trailling space when wrapping for RFC5545.
202 2010-05-19  Andrew McMillan  <andrew@morphoss.com>
203         * [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
204         * Expose transaction state at query level.
205         * No need to return anything from the schema update.
207 2010-05-09  Andrew McMillan  <andrew@morphoss.com>
208         * [Translation] If gettext is not installed, fall back to English.
210 2010-05-08  Andrew McMillan  <andrew@morphoss.com>
211         * Add Australia to the list of possible TZ continents.
213 2010-04-28  Andrew McMillan  <andrew@morphoss.com>
214         * [AwlQuery] Handle setting an alternative connection somewhat better.
215         * [Session] _CheckLogin needs to access $c for external authentication.
216         * Allow for multiple records to have somehow got into the DB.
217         * Better parameter escaping, including escaping ? for older PHP::PDO.
219 2010-04-20  Andrew McMillan  <andrew@morphoss.com>
220         * Replace deprecated split() calls.
222 2010-04-17  Andrew McMillan  <andrew@morphoss.com>
223         * Release 0.43
225 2010-04-15  Andrew McMillan  <andrew@morphoss.com>
226         * [iCalendar] Add and use a new olson_from_tzstring() function.
228 2010-04-14  Andrew McMillan  <andrew@morphoss.com>
229         * We can close this bug now, since it was fixed a wee while ago.
230         * [AwlQuery] Warn if named parameters are passed in incorrectly.
231         * Fix strange alternate reality definition of aparche_read_header.
233 2010-04-12  Andrew McMillan  <andrew@morphoss.com>
234         * Preparing to release 0.43
235         * The new database libraries should be with the library code.
236           Especially since they're being used for more than just DAViCal now.
237 karora@dave:~/projects/awl$ gitlog-to-changelog --since=2010-04-13
238 2010-09-11  Andrew McMillan  <andrew@morphoss.com>
239         * [vComponent] Tweak wrapping one last time.
240         * [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes
241           The regexes used for wrapping to 72 characters in line with
242           RFC5545 wrapping rules need to be UTF8 aware, otherwise they
243           will break lines in the middle of UTF8 sequences and we get
244           to fail to put both broken parts into the database.
246 2010-09-10  Andrew McMillan  <andrew@morphoss.com>
247         * [AWLUtilities] Undeclared globals in force_utf8.
248         * Ignore Eclipse droppings.
249         * [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
250           The wordwrap was not being done in a repeatably reversible manner
251           due to a misguided effort to make it more readable.  This gives up
252           on readability in favour of reversability.
254 2010-09-02  Andrew McMillan  <andrew@morphoss.com>
255         * [vComponent] Revert that last change.
257 2010-08-30  Andrew McMillan  <andrew@morphoss.com>
258         * [vComponent] Add a function to return a single property.
259         * Slightly better TZname to Olson matching.
261 2010-08-28  Andrew McMillan  <andrew@morphoss.com>
262         * [vComponent] Various changes in use with VCard.
263           - Enforce upercase property names.
264           - Invert array sense for MaskComponents / MaskProperties to match
265             the way it is with the GetProperties, GetComponents.
266           - Generally improve the consistency.
268 2010-08-26  Andrew McMillan  <andrew@morphoss.com>
269         * Add some basic filter processing for addressbook-query usage.
270         * Wrap password logging in logs behind $c->dbg['password'] = 1;
272 2010-06-23  Andrew McMillan  <andrew@morphoss.com>
273         * [XMLDocument] Add helper for CardDAVElement.
275 2010-06-17  Andrew McMillan  <andrew@morphoss.com>
276         * [Session] Try and clarify the lost password text a little better.
277         * Don't send multipart/form-data if the form is GET.
279 2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
280         * [AwlQuery] Fixing backward compatibility with PgQuery.
281         * [AwlQuery] Fix handling of queries with no parameters.
283 2010-05-27  Andrew McMillan  <andrew@morphoss.com>
284         * [iCalendar] Apply correct wrapping for RFC5545.
285         * [iCalendar] Don't add a trailling space when wrapping for RFC5545.
287 2010-05-19  Andrew McMillan  <andrew@morphoss.com>
288         * [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
289         * Expose transaction state at query level.
290         * No need to return anything from the schema update.
292 2010-05-09  Andrew McMillan  <andrew@morphoss.com>
293         * [Translation] If gettext is not installed, fall back to English.
295 2010-05-08  Andrew McMillan  <andrew@morphoss.com>
296         * Add Australia to the list of possible TZ continents.
298 2010-04-28  Andrew McMillan  <andrew@morphoss.com>
299         * [AwlQuery] Handle setting an alternative connection somewhat better.
300         * [Session] _CheckLogin needs to access $c for external authentication.
301         * Allow for multiple records to have somehow got into the DB.
302         * Better parameter escaping, including escaping ? for older PHP::PDO.
304 2010-04-20  Andrew McMillan  <andrew@morphoss.com>
305         * Replace deprecated split() calls.
307 2010-04-17  Andrew McMillan  <andrew@morphoss.com>
308         * Release 0.43
310 2010-04-15  Andrew McMillan  <andrew@morphoss.com>
311         * [iCalendar] Add and use a new olson_from_tzstring() function.
313 2010-04-14  Andrew McMillan  <andrew@morphoss.com>
314         * We can close this bug now, since it was fixed a wee while ago.
315         * [AwlQuery] Warn if named parameters are passed in incorrectly.
316         * Fix strange alternate reality definition of aparche_read_header.
318 2010-04-12  Andrew McMillan  <andrew@morphoss.com>
319         * [AwlQuery] Move new database libraries into AWL
321 2010-04-01  Andrew McMillan  <andrew@morphoss.com>
322         * [classEditor] Tidy up logging.
323         * [DataUpdate] Merge sql_from_post() and sql_from_object().
325 2010-03-21  Andrew McMillan  <andrew@morphoss.com>
326         * [PgQuery] Add forward compatibility rows() method.
328 2010-03-18  Andrew McMillan  <andrew@morphoss.com>
329         * [iCalendar] Provide a better deprecation indication.
330         * [iCalendar] Add explicit need for PgQuery and mark stuff deprecated.
332 2010-03-10  Andrew McMillan  <andrew@morphoss.com>
333         * Switch to LGPL v3 license.
335 2010-03-08  Andrew McMillan  <andrew@morphoss.com>
336         * Release 0.42
337         * [XMLDocument] Return any created node. Also parse namespace in tag.
338           These functions are much more useful if we can actually use any
339           returned reference as another location within a document, so we
340           can have a hold of the root, and then add within each new tag
341           we add, supporting outer -> inner construction approaches along
342           with the existing inner -> outer approach used currently.
344 2010-03-07  Andrew McMillan  <andrew@morphoss.com>
345         * Note that the iCalendar class is DEPRECATED.
346         * Don't try to translate null/empty strings.
348 2010-03-05  Andrew McMillan  <andrew@morphoss.com>
349         * Add a PostToValues() method to update form data from POST.
351 2010-02-23  Andrew McMillan  <andrew@morphoss.com>
352         * Release 0.41
353         * [classEditor] Make Create/Apply form translatable.
354         * [User] Yes/No should be translatable.
356 2010-02-18  Andrew McMillan  <andrew@morphoss.com>
357         * [PgQuery] Don't log connection string on error as it may expose the password.
359 2010-02-17  Andrew McMillan  <andrew@morphoss.com>
360         * [DataUpdate] Translate empty string to NULL for bitfields.
362 2010-02-16  Andrew McMillan  <andrew@morphoss.com>
363         * [AWLUtilities] Add support for a legacy plain MD5 password hash
365 2010-02-01  Andrew McMillan  <andrew@morphoss.com>
366         * Move editor widget class into standard libraries.
368 2010-01-30  Andrew McMillan  <andrew@morphoss.com>
369         * [MenuSet] Remove deprecated backward compatibility with PHP4.
370         * Comply with E_STRICT and friends.
371         * [PgQuery] Make duration() conditional in case it is defined elsewhere.
373 2009-12-28  Andrew McMillan  <andrew@morphoss.com>
374         * [XMLElement] Make all properties protected, provide __tostring()
376 2009-12-27  Andrew McMillan  <andrew@morphoss.com>
377         * [XMLDocument] Fix for NS helpers assigning used NS alias.
379 2009-11-22  Andrew McMillan  <andrew@morphoss.com>
380         * [classBrowser] Add a Title() get/set method.
381         * [AWLUtilties] Support precision in type names.
383 2009-11-17  Andrew McMillan  <andrew@morphoss.com>
384         * [XMLElement] Looking for the xmlns attribute should return it.
386 2009-11-14  Andrew McMillan  <andrew@morphoss.com>
387         * Remove opportunity for unassigned value warning.
388         * [XMLElement] Allow the GetElements() method to be called with no tag.
390 2009-11-11  Andrew McMillan  <andrew@morphoss.com>
391         * [AWLUtilities] More generic implementation of request_headers.
393 2009-11-03  Andrew McMillan  <andrew@morphoss.com>
394         * [iCalendar] Comment a bunch of debugging messages.
396 2009-10-30  Matthias Mohr  <Matthias@Mohrenclan.de>
397         * Add translation features.
399 2009-10-20  Andrew McMillan  <andrew@morphoss.com>
400         * Restructure the external link handling.
401         * Add an option for links to open in a new tab/page.
403 2009-10-16  Andrew McMillan  <andrew@morphoss.com>
404         * [Session] Allow username/e-mail for forgotten password to be case-insensitive.
406 2009-09-25  Andrew McMillan <andrew@morphoss.com>
407         * [DataEntry] Remove uninitialised warning possibility.
408         * [XMLDocument] Remove uninitialised warning possibilty.
409         * [iCalendar] Remove deprecated function.  Add some convenience methods.
410         * [classBrowser] Add new replaceable variable for row even/odd ness.
412 2009-09-07  Andrew McMillan <andrew@morphoss.com>
413         * [AWLUtilities] Add a fix_latin() function to convert mixed charset into UTF-8.
415 2008-08-25 Andrew McMillan <andrew@morphoss.com>
417         * [PgQuery] Extend clean_string to recurse through an array.
418         * [DataUpdate] When value for an integer is null or empty string, use db NULL.
420 2009-06-25  Andrew McMillan <andrew@morphoss.com>
421         * [PgQuery] Add the ability for PgQuery to search a non-default schema.
423 2009-06-22  Andrew McMillan <andrew@morphoss.com>
425         * Release 0.37