The real release 0.46 :-)
[awl.git] / ChangeLog
blobe3ede75a324818e0b438f4f25d9eac2917b727e8
1 2010-12-28  Andrew McMillan  <andrew@morphoss.com>
2         * Release 0.46
3         * [classBrowser] Fix checking of ordering fieldname.
4         * [Validation] Remove references to outdated ereg() functions.
5         * [AWLUtlities] Rename regex checking function more appropriately.
6         * [Session] Don't use ereg() for parsing regex.
7         * [XMLDocument] Use __construct style for constructor.
9 2010-12-24  Andrew McMillan  <andrew@morphoss.com>
10         * [AwlQuery] Make the quote() method public/static.
12 2010-12-23  Andrew McMillan  <andrew@morphoss.com>
13         * Convert everything except PgQuery to use AwlQuery
14         * [AwlQuery] Add minor missing functionality so we can switch.
15         * [vComponent] Improve parameter splitting to allow for escapes.
16         * [classEditor] Avoid uninitialised variable warning.
18 2010-11-27  Andrew McMillan  <andrew@morphoss.com>
19         * [vComponent] Add __toString() methods.
20         * [Session] If someone is made inactive then their long-term login should cease.
22 2010-10-15  Andrew McMillan  <andrew@morphoss.com>
23         * [AWLUtilities] Add an awl_version() function.
25 2010-10-10  Andrew McMillan  <andrew@morphoss.com>
26         * [vComponent] It is OK to SetComponents() to an empty set.
28 2010-09-20  Andrew McMillan  <andrew@morphoss.com>
29         * [AWLDbDialect] Quote hex numbers as strings.
31 2010-09-11  Andrew McMillan  <andrew@morphoss.com>
32         * [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes
34 2010-09-10  Andrew McMillan  <andrew@morphoss.com>
35         * [AWLUtilities] Undeclared globals in force_utf8.
36         * [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
38 2010-08-30  Andrew McMillan  <andrew@morphoss.com>
39         * [vComponent] Add a function to return a single property.
40         * Slightly better TZname to Olson matching.
42 2010-08-28  Andrew McMillan  <andrew@morphoss.com>
43         * [vComponent] Various changes in use with VCard.
44           - Enforce upercase property names.
45           - Invert array sense for MaskComponents / MaskProperties to match
46             the way it is with the GetProperties, GetComponents.
48 2010-08-26  Andrew McMillan  <andrew@morphoss.com>
49         * Add some basic filter processing for addressbook-query usage.
50         * Wrap password logging in logs behind $c->dbg['password'] = 1;
52 2010-06-23  Andrew McMillan  <andrew@morphoss.com>
53         * [XMLDocument] Add helper for CardDAVElement.
55 2010-06-17  Andrew McMillan  <andrew@morphoss.com>
56         * [Session] Try and clarify the lost password text a little better.
57         * Don't send multipart/form-data if the form is GET.
59 2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
60         * [AwlQuery] Fixing backward compatibility with PgQuery.
61         * [AwlQuery] Fix handling of queries with no parameters.
63 2010-05-27  Andrew McMillan  <andrew@morphoss.com>
64         * [iCalendar] Apply correct wrapping for RFC5545.
65         * [iCalendar] Don't add a trailling space when wrapping for RFC5545.
67 2010-05-19  Andrew McMillan  <andrew@morphoss.com>
68         * [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
69         * Expose transaction state at query level.
70         * No need to return anything from the schema update.
72 2010-05-09  Andrew McMillan  <andrew@morphoss.com>
73         * [Translation] If gettext is not installed, fall back to English.
75 2010-05-08  Andrew McMillan  <andrew@morphoss.com>
76         * Add Australia to the list of possible TZ continents.
78 2010-04-28  Andrew McMillan  <andrew@morphoss.com>
79         * [AwlQuery] Handle setting an alternative connection somewhat better.
80         * [Session] _CheckLogin needs to access $c for external authentication.
81         * Allow for multiple records to have somehow got into the DB.
82         * Better parameter escaping, including escaping ? for older PHP::PDO.
84 2010-04-20  Andrew McMillan  <andrew@morphoss.com>
85         * Replace deprecated split() calls.
87 2010-04-17  Andrew McMillan  <andrew@morphoss.com>
88         * Release 0.43
90 2010-04-15  Andrew McMillan  <andrew@morphoss.com>
91         * [iCalendar] Add and use a new olson_from_tzstring() function.
93 2010-04-14  Andrew McMillan  <andrew@morphoss.com>
94         * We can close this bug now, since it was fixed a wee while ago.
95         * [AwlQuery] Warn if named parameters are passed in incorrectly.
96         * Fix strange alternate reality definition of aparche_read_header.
98 2010-04-12  Andrew McMillan  <andrew@morphoss.com>
99         * Preparing to release 0.43
100         * The new database libraries should be with the library code.
101           Especially since they're being used for more than just DAViCal now.
102 karora@dave:~/projects/awl$ gitlog-to-changelog --since=2010-04-13
103 2010-09-11  Andrew McMillan  <andrew@morphoss.com>
104         * [vComponent] Tweak wrapping one last time.
105         * [iCalendar/vComponent/vEvent] UTF8 mode for RFC5545 wrap regexes
106           The regexes used for wrapping to 72 characters in line with
107           RFC5545 wrapping rules need to be UTF8 aware, otherwise they
108           will break lines in the middle of UTF8 sequences and we get
109           to fail to put both broken parts into the database.
111 2010-09-10  Andrew McMillan  <andrew@morphoss.com>
112         * [AWLUtilities] Undeclared globals in force_utf8.
113         * Ignore Eclipse droppings.
114         * [iCalendar,vEvent,vComponent] Fix the line wrapping in V* components.
115           The wordwrap was not being done in a repeatably reversible manner
116           due to a misguided effort to make it more readable.  This gives up
117           on readability in favour of reversability.
119 2010-09-02  Andrew McMillan  <andrew@morphoss.com>
120         * [vComponent] Revert that last change.
122 2010-08-30  Andrew McMillan  <andrew@morphoss.com>
123         * [vComponent] Add a function to return a single property.
124         * Slightly better TZname to Olson matching.
126 2010-08-28  Andrew McMillan  <andrew@morphoss.com>
127         * [vComponent] Various changes in use with VCard.
128           - Enforce upercase property names.
129           - Invert array sense for MaskComponents / MaskProperties to match
130             the way it is with the GetProperties, GetComponents.
131           - Generally improve the consistency.
133 2010-08-26  Andrew McMillan  <andrew@morphoss.com>
134         * Add some basic filter processing for addressbook-query usage.
135         * Wrap password logging in logs behind $c->dbg['password'] = 1;
137 2010-06-23  Andrew McMillan  <andrew@morphoss.com>
138         * [XMLDocument] Add helper for CardDAVElement.
140 2010-06-17  Andrew McMillan  <andrew@morphoss.com>
141         * [Session] Try and clarify the lost password text a little better.
142         * Don't send multipart/form-data if the form is GET.
144 2010-05-28  Andrew McMillan  <debian@mcmillan.net.nz>
145         * [AwlQuery] Fixing backward compatibility with PgQuery.
146         * [AwlQuery] Fix handling of queries with no parameters.
148 2010-05-27  Andrew McMillan  <andrew@morphoss.com>
149         * [iCalendar] Apply correct wrapping for RFC5545.
150         * [iCalendar] Don't add a trailling space when wrapping for RFC5545.
152 2010-05-19  Andrew McMillan  <andrew@morphoss.com>
153         * [vComponent] Generic base class for handling VCALENDAR, VCARD, etc.
154         * Expose transaction state at query level.
155         * No need to return anything from the schema update.
157 2010-05-09  Andrew McMillan  <andrew@morphoss.com>
158         * [Translation] If gettext is not installed, fall back to English.
160 2010-05-08  Andrew McMillan  <andrew@morphoss.com>
161         * Add Australia to the list of possible TZ continents.
163 2010-04-28  Andrew McMillan  <andrew@morphoss.com>
164         * [AwlQuery] Handle setting an alternative connection somewhat better.
165         * [Session] _CheckLogin needs to access $c for external authentication.
166         * Allow for multiple records to have somehow got into the DB.
167         * Better parameter escaping, including escaping ? for older PHP::PDO.
169 2010-04-20  Andrew McMillan  <andrew@morphoss.com>
170         * Replace deprecated split() calls.
172 2010-04-17  Andrew McMillan  <andrew@morphoss.com>
173         * Release 0.43
175 2010-04-15  Andrew McMillan  <andrew@morphoss.com>
176         * [iCalendar] Add and use a new olson_from_tzstring() function.
178 2010-04-14  Andrew McMillan  <andrew@morphoss.com>
179         * We can close this bug now, since it was fixed a wee while ago.
180         * [AwlQuery] Warn if named parameters are passed in incorrectly.
181         * Fix strange alternate reality definition of aparche_read_header.
183 2010-04-12  Andrew McMillan  <andrew@morphoss.com>
184         * [AwlQuery] Move new database libraries into AWL
186 2010-04-01  Andrew McMillan  <andrew@morphoss.com>
187         * [classEditor] Tidy up logging.
188         * [DataUpdate] Merge sql_from_post() and sql_from_object().
190 2010-03-21  Andrew McMillan  <andrew@morphoss.com>
191         * [PgQuery] Add forward compatibility rows() method.
193 2010-03-18  Andrew McMillan  <andrew@morphoss.com>
194         * [iCalendar] Provide a better deprecation indication.
195         * [iCalendar] Add explicit need for PgQuery and mark stuff deprecated.
197 2010-03-10  Andrew McMillan  <andrew@morphoss.com>
198         * Switch to LGPL v3 license.
200 2010-03-08  Andrew McMillan  <andrew@morphoss.com>
201         * Release 0.42
202         * [XMLDocument] Return any created node. Also parse namespace in tag.
203           These functions are much more useful if we can actually use any
204           returned reference as another location within a document, so we
205           can have a hold of the root, and then add within each new tag
206           we add, supporting outer -> inner construction approaches along
207           with the existing inner -> outer approach used currently.
209 2010-03-07  Andrew McMillan  <andrew@morphoss.com>
210         * Note that the iCalendar class is DEPRECATED.
211         * Don't try to translate null/empty strings.
213 2010-03-05  Andrew McMillan  <andrew@morphoss.com>
214         * Add a PostToValues() method to update form data from POST.
216 2010-02-23  Andrew McMillan  <andrew@morphoss.com>
217         * Release 0.41
218         * [classEditor] Make Create/Apply form translatable.
219         * [User] Yes/No should be translatable.
221 2010-02-18  Andrew McMillan  <andrew@morphoss.com>
222         * [PgQuery] Don't log connection string on error as it may expose the password.
224 2010-02-17  Andrew McMillan  <andrew@morphoss.com>
225         * [DataUpdate] Translate empty string to NULL for bitfields.
227 2010-02-16  Andrew McMillan  <andrew@morphoss.com>
228         * [AWLUtilities] Add support for a legacy plain MD5 password hash
230 2010-02-01  Andrew McMillan  <andrew@morphoss.com>
231         * Move editor widget class into standard libraries.
233 2010-01-30  Andrew McMillan  <andrew@morphoss.com>
234         * [MenuSet] Remove deprecated backward compatibility with PHP4.
235         * Comply with E_STRICT and friends.
236         * [PgQuery] Make duration() conditional in case it is defined elsewhere.
238 2009-12-28  Andrew McMillan  <andrew@morphoss.com>
239         * [XMLElement] Make all properties protected, provide __tostring()
241 2009-12-27  Andrew McMillan  <andrew@morphoss.com>
242         * [XMLDocument] Fix for NS helpers assigning used NS alias.
244 2009-11-22  Andrew McMillan  <andrew@morphoss.com>
245         * [classBrowser] Add a Title() get/set method.
246         * [AWLUtilties] Support precision in type names.
248 2009-11-17  Andrew McMillan  <andrew@morphoss.com>
249         * [XMLElement] Looking for the xmlns attribute should return it.
251 2009-11-14  Andrew McMillan  <andrew@morphoss.com>
252         * Remove opportunity for unassigned value warning.
253         * [XMLElement] Allow the GetElements() method to be called with no tag.
255 2009-11-11  Andrew McMillan  <andrew@morphoss.com>
256         * [AWLUtilities] More generic implementation of request_headers.
258 2009-11-03  Andrew McMillan  <andrew@morphoss.com>
259         * [iCalendar] Comment a bunch of debugging messages.
261 2009-10-30  Matthias Mohr  <Matthias@Mohrenclan.de>
262         * Add translation features.
264 2009-10-20  Andrew McMillan  <andrew@morphoss.com>
265         * Restructure the external link handling.
266         * Add an option for links to open in a new tab/page.
268 2009-10-16  Andrew McMillan  <andrew@morphoss.com>
269         * [Session] Allow username/e-mail for forgotten password to be case-insensitive.
271 2009-09-25  Andrew McMillan <andrew@morphoss.com>
272         * [DataEntry] Remove uninitialised warning possibility.
273         * [XMLDocument] Remove uninitialised warning possibilty.
274         * [iCalendar] Remove deprecated function.  Add some convenience methods.
275         * [classBrowser] Add new replaceable variable for row even/odd ness.
277 2009-09-07  Andrew McMillan <andrew@morphoss.com>
278         * [AWLUtilities] Add a fix_latin() function to convert mixed charset into UTF-8.
280 2008-08-25 Andrew McMillan <andrew@morphoss.com>
282         * [PgQuery] Extend clean_string to recurse through an array.
283         * [DataUpdate] When value for an integer is null or empty string, use db NULL.
285 2009-06-25  Andrew McMillan <andrew@morphoss.com>
286         * [PgQuery] Add the ability for PgQuery to search a non-default schema.
288 2009-06-22  Andrew McMillan <andrew@morphoss.com>
290         * Release 0.37