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