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