summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Marco Zanon [Sat, 10 May 2025 16:33:36 +0000 (16:33 +0000)]
Prepared repository for a Git migration.
Marco Zanon [Thu, 13 Dec 2018 14:15:18 +0000 (14:15 +0000)]
Restructured the directory tree and build file.
Marco Zanon [Thu, 13 Dec 2018 14:07:50 +0000 (14:07 +0000)]
Disabled or made optional some statement loggings, to prevent infinite loops.
Marco Zanon [Thu, 15 Nov 2018 13:05:00 +0000 (13:05 +0000)]
Fixed a typo (missing spaces).
Marco Zanon [Sun, 11 Nov 2018 13:28:42 +0000 (13:28 +0000)]
Forced TRADITIONAL mode to database connections.
Marco Zanon [Fri, 13 Apr 2018 16:05:35 +0000 (16:05 +0000)]
Fixed a bug which prevented connections to be reinitialized.
Marco Zanon [Wed, 17 Jan 2018 11:15:24 +0000 (11:15 +0000)]
Fixed a bug which prevented zombie connections to be reinitialized.
Marco Zanon [Sun, 24 Dec 2017 21:18:38 +0000 (21:18 +0000)]
Fixed missing copyright upgrade.
Marco Zanon [Sun, 24 Dec 2017 21:16:14 +0000 (21:16 +0000)]
Upgraded copyright information. Also added a LICENSE.MIT.sample file.
Marco Zanon [Mon, 27 Nov 2017 21:38:44 +0000 (21:38 +0000)]
Cleaned up the code.
Marco Zanon [Thu, 16 Nov 2017 23:12:55 +0000 (23:12 +0000)]
Fixed a bug which prevented idle connections to work properly.
Marco Zanon [Thu, 31 Aug 2017 21:55:00 +0000 (21:55 +0000)]
Modified deleteRecords() to use the IN operator syntax.
Marco Zanon [Tue, 22 Aug 2017 22:18:21 +0000 (22:18 +0000)]
Added a parameter to allow forcing localTypesMode to on/off at runtime.
Marco Zanon [Tue, 22 Aug 2017 22:09:19 +0000 (22:09 +0000)]
Implemented the localTypes mode for date/time/datetime fields.
Marco Zanon [Sat, 22 Jul 2017 08:05:07 +0000 (08:05 +0000)]
Implemented a new constructor. Also reintroduced clone().
Marco Zanon [Sat, 22 Jul 2017 07:53:45 +0000 (07:53 +0000)]
Modified constructors for MTranslator. Also committed a forgotten file.
Marco Zanon [Sat, 15 Jul 2017 11:00:24 +0000 (11:00 +0000)]
Enforced closing of useless connections.
Marco Zanon [Mon, 10 Jul 2017 12:48:25 +0000 (12:48 +0000)]
Moved all constants to MConstants.
Marco Zanon [Mon, 10 Jul 2017 12:48:03 +0000 (12:48 +0000)]
Implemented connection initialization on timeouts.
Marco Zanon [Mon, 10 Jul 2017 12:42:59 +0000 (12:42 +0000)]
Hid all warnings on compile.
Marco Zanon [Mon, 10 Jul 2017 12:08:17 +0000 (12:08 +0000)]
Removed iterator() and added a check when setting formats.
Marco Zanon [Thu, 15 Jun 2017 21:27:40 +0000 (21:27 +0000)]
Implemented MLocalDateConverter and MLocalDateTimeConverter.
Marco Zanon [Thu, 15 Jun 2017 21:15:49 +0000 (21:15 +0000)]
Added branch 5.x.
Marco Zanon [Thu, 12 Jan 2017 11:24:03 +0000 (11:24 +0000)]
Upgraded copyright notice.
Marco Zanon [Thu, 12 Jan 2017 11:13:13 +0000 (11:13 +0000)]
Fixed a bug which prevented the connection pool to return a connection when minimum size was set to 0.
Marco Zanon [Mon, 5 Dec 2016 14:27:31 +0000 (14:27 +0000)]
Implemented engine version detection at runtime.
Marco Zanon [Fri, 8 Jul 2016 07:50:57 +0000 (07:50 +0000)]
Fixed rounding.
Marco Zanon [Tue, 5 Jan 2016 14:21:08 +0000 (14:21 +0000)]
Implemented methods to change log listeners.
Marco Zanon [Mon, 28 Dec 2015 13:32:43 +0000 (13:32 +0000)]
Updated copyright notice.
Marco Zanon [Wed, 16 Dec 2015 14:06:25 +0000 (14:06 +0000)]
Removed the MLogFilter.Threshold.HIGH value.
Marco Zanon [Sat, 12 Dec 2015 09:31:00 +0000 (09:31 +0000)]
Implemented query logging.
Marco Zanon [Fri, 11 Dec 2015 14:18:38 +0000 (14:18 +0000)]
Modified code to remove some warnings at compile time.
Marco Zanon [Fri, 11 Dec 2015 14:08:05 +0000 (14:08 +0000)]
Modified datetime format for log messages to be ISO8601-compatible.
Marco Zanon [Thu, 29 Oct 2015 16:03:35 +0000 (16:03 +0000)]
Renamed a package and the corresponding class names. Also styled the code a little.
Marco Zanon [Thu, 29 Oct 2015 14:06:42 +0000 (14:06 +0000)]
Slightly changed some methods and variables ('connection' -> 'sqlConnection').
Marco Zanon [Thu, 29 Oct 2015 13:54:40 +0000 (13:54 +0000)]
Replaced MSqlConnectionGenerator with MSqlConnectionPool.
Marco Zanon [Wed, 28 Oct 2015 14:18:44 +0000 (14:18 +0000)]
Unified all the getObjectReference() and getObject() methods to only return references (not clones) to objects.
Marco Zanon [Wed, 28 Oct 2015 14:01:12 +0000 (14:01 +0000)]
Renamed MSqlConnectionPool.getConnection() to getNewConnection().
Marco Zanon [Tue, 27 Oct 2015 14:13:23 +0000 (14:13 +0000)]
Modified the comments to better fit the (virtual) coding guidelines.
Marco Zanon [Tue, 27 Oct 2015 13:29:56 +0000 (13:29 +0000)]
Implemented MSqlConnectionPool.isGeneratorFor() to determine whether a connection belongs to a pool.
Marco Zanon [Fri, 23 Oct 2015 14:23:13 +0000 (14:23 +0000)]
Added a simple check to determine if a connection is closed.
Marco Zanon [Fri, 23 Oct 2015 14:00:59 +0000 (14:00 +0000)]
Implemented MSqlConnectionPool for database connection pooling.
Marco Zanon [Thu, 22 Oct 2015 13:25:19 +0000 (13:25 +0000)]
Renamed MXhtmlUnsafeStringTextException to MXhtmlUnsafeStringException.
Marco Zanon [Thu, 22 Oct 2015 13:23:22 +0000 (13:23 +0000)]
Renamed MTranslationValueNotFoundTextException to MTranslationValueNotFoundException.
Marco Zanon [Thu, 22 Oct 2015 13:20:45 +0000 (13:20 +0000)]
Renamed MTranslationFileParsingTextException to MTranslationFileParsingException.
Marco Zanon [Thu, 22 Oct 2015 13:16:29 +0000 (13:16 +0000)]
Renamed MTransactionSqlException to MSqlTransactionException.
Marco Zanon [Thu, 22 Oct 2015 13:14:36 +0000 (13:14 +0000)]
Renamed MStatementSqlException to MSqlStatementException.
Marco Zanon [Thu, 22 Oct 2015 13:08:48 +0000 (13:08 +0000)]
Renamed MConnectionSqlException to MSqlConnectionFailureException.
Marco Zanon [Thu, 22 Oct 2015 13:03:13 +0000 (13:03 +0000)]
Renamed MInvalidValueJsonException to MInvalidJsonValueException.
Marco Zanon [Thu, 22 Oct 2015 13:00:10 +0000 (13:00 +0000)]
Renamed MFormatConversionException to MInvalidConversionFormatException.
Marco Zanon [Thu, 22 Oct 2015 12:56:37 +0000 (12:56 +0000)]
Committed trunk 4.x. Also fixed a copyright notice.
Marco Zanon [Thu, 22 Oct 2015 12:36:43 +0000 (12:36 +0000)]
Updated the copyright notice.
Marco Zanon [Wed, 29 Apr 2015 12:40:19 +0000 (12:40 +0000)]
Set Java 6 as compilation target.
Marco Zanon [Sun, 16 Nov 2014 14:44:58 +0000 (14:44 +0000)]
Updated copyright notice.
Marco Zanon [Sun, 16 Nov 2014 14:40:12 +0000 (14:40 +0000)]
Implemented a log message queue in order to pause/resume logging.
Marco Zanon [Tue, 10 Dec 2013 15:36:59 +0000 (15:36 +0000)]
Implemented method deleteRecords() in class MSqlTable.
Marco Zanon [Tue, 10 Dec 2013 10:18:38 +0000 (10:18 +0000)]
Added the build.properties file for Ant.
Marco Zanon [Fri, 2 Aug 2013 14:05:58 +0000 (14:05 +0000)]
Fixed a small bug in the 3.x and 3.0 ant build files.
Marco Zanon [Fri, 2 Aug 2013 10:13:17 +0000 (10:13 +0000)]
Modified ant task names and comments for better readability.
Marco Zanon [Fri, 2 Aug 2013 10:08:53 +0000 (10:08 +0000)]
Added some comment slashes for better readability.
Marco Zanon [Fri, 2 Aug 2013 10:07:58 +0000 (10:07 +0000)]
Moved finalize() method into MLogTarget.
Marco Zanon [Fri, 2 Aug 2013 10:05:40 +0000 (10:05 +0000)]
Implemented logging into a database table.
Marco Zanon [Fri, 2 Aug 2013 10:04:28 +0000 (10:04 +0000)]
Fixed missing MTextException.java into svn.
Marco Zanon [Tue, 30 Jul 2013 17:17:50 +0000 (17:17 +0000)]
Updated year in copyright notice (2012 -> 2013).
Marco Zanon [Mon, 26 Nov 2012 11:58:39 +0000 (11:58 +0000)]
Implemented method MText.getRandomToken().
Marco Zanon [Thu, 15 Nov 2012 10:53:33 +0000 (10:53 +0000)]
Fixed a bug which prevented datetimes to be parsed successfully.
Marco Zanon [Thu, 18 Oct 2012 21:09:37 +0000 (21:09 +0000)]
Made the parser skip all comments.
Marco Zanon [Sun, 9 Sep 2012 09:56:17 +0000 (09:56 +0000)]
Fixed a bug in build.xml which tried to include the non-existent src/resources/ directory.
Marco Zanon [Sun, 26 Aug 2012 10:35:11 +0000 (10:35 +0000)]
Removed deprecated package 'web.ui' and all related files and resources.
Marco Zanon [Sun, 26 Aug 2012 10:30:23 +0000 (10:30 +0000)]
Removed deprecated package 'configuration'.
Marco Zanon [Sun, 26 Aug 2012 10:29:09 +0000 (10:29 +0000)]
Initial commit for trunk 3.x.
Marco Zanon [Sun, 26 Aug 2012 10:14:25 +0000 (10:14 +0000)]
Removed useless objects.
Marco Zanon [Sun, 26 Aug 2012 10:12:52 +0000 (10:12 +0000)]
Removed useless 'else'.
Marco Zanon [Sun, 26 Aug 2012 10:11:53 +0000 (10:11 +0000)]
Fixed a bug in MSqlConnection when calling .executePreparedStatement with no parameters.
Marco Zanon [Sun, 26 Aug 2012 10:10:10 +0000 (10:10 +0000)]
Fixed copyright information.
Marco Zanon [Sun, 26 Aug 2012 10:09:26 +0000 (10:09 +0000)]
Replaced Javascript properties null assignments with .removeAttribute().
Marco Zanon [Sun, 26 Aug 2012 09:44:24 +0000 (09:44 +0000)]
Modified code to comply with the guidelines.
Marco Zanon [Fri, 17 Aug 2012 19:28:56 +0000 (19:28 +0000)]
Removed useless attic/ subdirectory.
Marco Zanon [Thu, 16 Aug 2012 19:56:22 +0000 (19:56 +0000)]
Removed attic/ subdirectory and moved configuration/ and web.ui/ packages outside.
Marco Zanon [Thu, 16 Aug 2012 19:47:25 +0000 (19:47 +0000)]
Upgraded TinyMCE to version 3.5.6.
Marco Zanon [Thu, 16 Aug 2012 19:05:10 +0000 (19:05 +0000)]
Organized trunk/ in subdirectories.