log msitegen.inc.php @ 793:ff6e6c6200a4

age author description
Fri, 21 Nov 2014 23:44:42 +0200 Matti Hamalainen Add improved error message formatting to stChkRequestItem*() functions.
Thu, 20 Nov 2014 13:54:18 +0200 Matti Hamalainen Change the API of stGetFormStart().
Thu, 20 Nov 2014 11:41:36 +0200 Matti Hamalainen Add 'extra' argument to stGetFormStart().
Thu, 20 Nov 2014 08:24:30 +0200 Matti Hamalainen Add more data to previewTypeList array and implement array index argument in
Thu, 20 Nov 2014 07:57:53 +0200 Matti Hamalainen Change stGetFormOptionList* function APIs a bit.
Sun, 09 Nov 2014 14:17:34 +0200 Matti Hamalainen Add new helper function and use it.
Sun, 09 Nov 2014 02:51:52 +0200 Matti Hamalainen Add a comment.
Sun, 09 Nov 2014 02:43:34 +0200 Matti Hamalainen Rename some functions.
Sun, 09 Nov 2014 02:40:54 +0200 Matti Hamalainen Cosmetics.
Thu, 06 Nov 2014 21:26:48 +0200 Matti Hamalainen Add new utility function stChkRequestItemFail().
Mon, 03 Nov 2014 02:00:28 +0200 Matti Hamalainen Fix comparision check. :S
Mon, 03 Nov 2014 01:40:28 +0200 Matti Hamalainen Elements of arrays passed to selection list can be arrays themselves, the
Mon, 03 Nov 2014 01:40:06 +0200 Matti Hamalainen Allow selection list size to be zero.
Mon, 03 Nov 2014 00:04:40 +0200 Matti Hamalainen Move some code around, for more appropriate placement in the modules.
Sat, 01 Nov 2014 05:40:22 +0200 Matti Hamalainen Improve SQL warning logging.
Fri, 31 Oct 2014 23:10:47 +0200 Matti Hamalainen Use default database handle for transaction commits if none provided.
Thu, 02 Oct 2014 13:36:59 +0300 Matti Hamalainen Return the return values.
Thu, 02 Oct 2014 13:35:30 +0300 Matti Hamalainen Add functions for beginning and committing SQL transactions and use them.
Wed, 01 Oct 2014 11:31:47 +0300 Matti Hamalainen Move two DB helper functions from managedb to msitegen module.
Sat, 20 Sep 2014 02:03:07 +0300 Matti Hamalainen Another merge from generic custom site branch.
Sat, 20 Sep 2014 01:50:50 +0300 Matti Hamalainen Some changes from custom site system branch.
Fri, 23 May 2014 17:18:33 +0300 Matti Hamalainen Change the header blurb a bit.
Fri, 16 May 2014 19:12:10 +0300 Matti Hamalainen Fix stStrChop() and stStrChopPad() UTF-8 handling.
Mon, 10 Mar 2014 17:08:33 +0200 Matti Hamalainen Bump copyright years.
Tue, 24 Dec 2013 22:25:52 +0200 Matti Hamalainen Cosmetic/indentation.
Tue, 24 Dec 2013 22:25:27 +0200 Matti Hamalainen More locale initialization refactoring.
Tue, 24 Dec 2013 22:20:50 +0200 Matti Hamalainen Use locale initialization properly.
Tue, 24 Dec 2013 22:20:07 +0200 Matti Hamalainen Cosmetics.
Sun, 22 Dec 2013 08:03:51 +0200 Matti Hamalainen Add new function stStrChopPad() that replaces stStrChop(), but stStrChop()
Mon, 16 Dec 2013 01:25:24 +0200 Matti Hamalainen Add helper functions for SQL INSERT that return the last insert id, to work