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