Expose transaction state at query level.
[awl.git] / ChangeLog
blob02a7bf1a79b0f3b967e00b71b819766a9d1c74e6
1 2010-04-12  Andrew McMillan  <andrew@morphoss.com>
2         * [AwlQuery] Move new database libraries into AWL
4 2010-04-01  Andrew McMillan  <andrew@morphoss.com>
5         * [classEditor] Tidy up logging.
6         * [DataUpdate] Merge sql_from_post() and sql_from_object().
8 2010-03-21  Andrew McMillan  <andrew@morphoss.com>
9         * [PgQuery] Add forward compatibility rows() method.
11 2010-03-18  Andrew McMillan  <andrew@morphoss.com>
12         * [iCalendar] Provide a better deprecation indication.
13         * [iCalendar] Add explicit need for PgQuery and mark stuff deprecated.
15 2010-03-10  Andrew McMillan  <andrew@morphoss.com>
16         * Switch to LGPL v3 license.
18 2010-03-08  Andrew McMillan  <andrew@morphoss.com>
19         * Release 0.42
20         * [XMLDocument] Return any created node. Also parse namespace in tag.
21           These functions are much more useful if we can actually use any
22           returned reference as another location within a document, so we
23           can have a hold of the root, and then add within each new tag
24           we add, supporting outer -> inner construction approaches along
25           with the existing inner -> outer approach used currently.
27 2010-03-07  Andrew McMillan  <andrew@morphoss.com>
28         * Note that the iCalendar class is DEPRECATED.
29         * Don't try to translate null/empty strings.
31 2010-03-05  Andrew McMillan  <andrew@morphoss.com>
32         * Add a PostToValues() method to update form data from POST.
34 2010-02-23  Andrew McMillan  <andrew@morphoss.com>
35         * Release 0.41
36         * [classEditor] Make Create/Apply form translatable.
37         * [User] Yes/No should be translatable.
39 2010-02-18  Andrew McMillan  <andrew@morphoss.com>
40         * [PgQuery] Don't log connection string on error as it may expose the password.
42 2010-02-17  Andrew McMillan  <andrew@morphoss.com>
43         * [DataUpdate] Translate empty string to NULL for bitfields.
45 2010-02-16  Andrew McMillan  <andrew@morphoss.com>
46         * [AWLUtilities] Add support for a legacy plain MD5 password hash
48 2010-02-01  Andrew McMillan  <andrew@morphoss.com>
49         * Move editor widget class into standard libraries.
51 2010-01-30  Andrew McMillan  <andrew@morphoss.com>
52         * [MenuSet] Remove deprecated backward compatibility with PHP4.
53         * Comply with E_STRICT and friends.
54         * [PgQuery] Make duration() conditional in case it is defined elsewhere.
56 2009-12-28  Andrew McMillan  <andrew@morphoss.com>
57         * [XMLElement] Make all properties protected, provide __tostring()
59 2009-12-27  Andrew McMillan  <andrew@morphoss.com>
60         * [XMLDocument] Fix for NS helpers assigning used NS alias.
62 2009-11-22  Andrew McMillan  <andrew@morphoss.com>
63         * [classBrowser] Add a Title() get/set method.
64         * [AWLUtilties] Support precision in type names.
66 2009-11-17  Andrew McMillan  <andrew@morphoss.com>
67         * [XMLElement] Looking for the xmlns attribute should return it.
69 2009-11-14  Andrew McMillan  <andrew@morphoss.com>
70         * Remove opportunity for unassigned value warning.
71         * [XMLElement] Allow the GetElements() method to be called with no tag.
73 2009-11-11  Andrew McMillan  <andrew@morphoss.com>
74         * [AWLUtilities] More generic implementation of request_headers.
76 2009-11-03  Andrew McMillan  <andrew@morphoss.com>
77         * [iCalendar] Comment a bunch of debugging messages.
79 2009-10-30  Matthias Mohr  <Matthias@Mohrenclan.de>
80         * Add translation features.
82 2009-10-20  Andrew McMillan  <andrew@morphoss.com>
83         * Restructure the external link handling.
84         * Add an option for links to open in a new tab/page.
86 2009-10-16  Andrew McMillan  <andrew@morphoss.com>
87         * [Session] Allow username/e-mail for forgotten password to be case-insensitive.
89 2009-09-25  Andrew McMillan <andrew@morphoss.com>
90         * [DataEntry] Remove uninitialised warning possibility.
91         * [XMLDocument] Remove uninitialised warning possibilty.
92         * [iCalendar] Remove deprecated function.  Add some convenience methods.
93         * [classBrowser] Add new replaceable variable for row even/odd ness.
95 2009-09-07  Andrew McMillan <andrew@morphoss.com>
96         * [AWLUtilities] Add a fix_latin() function to convert mixed charset into UTF-8.
98 2008-08-25 Andrew McMillan <andrew@morphoss.com>
100         * [PgQuery] Extend clean_string to recurse through an array.
101         * [DataUpdate] When value for an integer is null or empty string, use db NULL.
103 2009-06-25  Andrew McMillan <andrew@morphoss.com>
104         * [PgQuery] Add the ability for PgQuery to search a non-default schema.
106 2009-06-22  Andrew McMillan <andrew@morphoss.com>
108         * Release 0.37