Macaco
7 years agoCommitted a forgotten file.
Marco Zanon [Sat, 22 Jul 2017 07:52:43 +0000 (07:52 +0000)]
Committed a forgotten file.

7 years agoEnforced closing of useless connections.
Marco Zanon [Sat, 15 Jul 2017 11:00:24 +0000 (11:00 +0000)]
Enforced closing of useless connections.

7 years agoMoved all constants to MConstants.
Marco Zanon [Mon, 10 Jul 2017 12:48:25 +0000 (12:48 +0000)]
Moved all constants to MConstants.

7 years agoImplemented connection initialization on timeouts.
Marco Zanon [Mon, 10 Jul 2017 12:48:03 +0000 (12:48 +0000)]
Implemented connection initialization on timeouts.

7 years agoHid all warnings on compile.
Marco Zanon [Mon, 10 Jul 2017 12:42:59 +0000 (12:42 +0000)]
Hid all warnings on compile.

7 years agoRemoved iterator() and added a check when setting formats.
Marco Zanon [Mon, 10 Jul 2017 12:08:17 +0000 (12:08 +0000)]
Removed iterator() and added a check when setting formats.

7 years agoImplemented MLocalDateConverter and MLocalDateTimeConverter.
Marco Zanon [Thu, 15 Jun 2017 21:27:40 +0000 (21:27 +0000)]
Implemented MLocalDateConverter and MLocalDateTimeConverter.

7 years agoAdded branch 5.x.
Marco Zanon [Thu, 15 Jun 2017 21:15:49 +0000 (21:15 +0000)]
Added branch 5.x.

8 years agoUpgraded copyright notice.
Marco Zanon [Thu, 12 Jan 2017 11:24:03 +0000 (11:24 +0000)]
Upgraded copyright notice.

8 years agoFixed a bug which prevented the connection pool to return a connection when minimum...
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.

8 years agoImplemented engine version detection at runtime.
Marco Zanon [Mon, 5 Dec 2016 14:27:31 +0000 (14:27 +0000)]
Implemented engine version detection at runtime.

8 years agoFixed rounding.
Marco Zanon [Fri, 8 Jul 2016 07:50:57 +0000 (07:50 +0000)]
Fixed rounding.

9 years agoImplemented methods to change log listeners.
Marco Zanon [Tue, 5 Jan 2016 14:21:08 +0000 (14:21 +0000)]
Implemented methods to change log listeners.

9 years agoUpdated copyright notice.
Marco Zanon [Mon, 28 Dec 2015 13:32:43 +0000 (13:32 +0000)]
Updated copyright notice.

9 years agoRemoved the MLogFilter.Threshold.HIGH value.
Marco Zanon [Wed, 16 Dec 2015 14:06:25 +0000 (14:06 +0000)]
Removed the MLogFilter.Threshold.HIGH value.

9 years agoImplemented query logging.
Marco Zanon [Sat, 12 Dec 2015 09:31:00 +0000 (09:31 +0000)]
Implemented query logging.

9 years agoModified code to remove some warnings at compile time.
Marco Zanon [Fri, 11 Dec 2015 14:18:38 +0000 (14:18 +0000)]
Modified code to remove some warnings at compile time.

9 years agoModified datetime format for log messages to be ISO8601-compatible.
Marco Zanon [Fri, 11 Dec 2015 14:08:05 +0000 (14:08 +0000)]
Modified datetime format for log messages to be ISO8601-compatible.

9 years agoRenamed a package and the corresponding class names. Also styled the code a little.
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.

9 years agoSlightly changed some methods and variables ('connection' -> 'sqlConnection').
Marco Zanon [Thu, 29 Oct 2015 14:06:42 +0000 (14:06 +0000)]
Slightly changed some methods and variables ('connection' -> 'sqlConnection').

9 years agoReplaced MSqlConnectionGenerator with MSqlConnectionPool.
Marco Zanon [Thu, 29 Oct 2015 13:54:40 +0000 (13:54 +0000)]
Replaced MSqlConnectionGenerator with MSqlConnectionPool.

9 years agoUnified all the getObjectReference() and getObject() methods to only return reference...
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.

9 years agoRenamed MSqlConnectionPool.getConnection() to getNewConnection().
Marco Zanon [Wed, 28 Oct 2015 14:01:12 +0000 (14:01 +0000)]
Renamed MSqlConnectionPool.getConnection() to getNewConnection().

9 years agoModified the comments to better fit the (virtual) coding guidelines.
Marco Zanon [Tue, 27 Oct 2015 14:13:23 +0000 (14:13 +0000)]
Modified the comments to better fit the (virtual) coding guidelines.

9 years agoImplemented MSqlConnectionPool.isGeneratorFor() to determine whether a connection...
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.

9 years agoAdded a simple check to determine if a connection is closed.
Marco Zanon [Fri, 23 Oct 2015 14:23:13 +0000 (14:23 +0000)]
Added a simple check to determine if a connection is closed.

9 years agoImplemented MSqlConnectionPool for database connection pooling.
Marco Zanon [Fri, 23 Oct 2015 14:00:59 +0000 (14:00 +0000)]
Implemented MSqlConnectionPool for database connection pooling.

9 years agoRenamed MXhtmlUnsafeStringTextException to MXhtmlUnsafeStringException.
Marco Zanon [Thu, 22 Oct 2015 13:25:19 +0000 (13:25 +0000)]
Renamed MXhtmlUnsafeStringTextException to MXhtmlUnsafeStringException.

9 years agoRenamed MTranslationValueNotFoundTextException to MTranslationValueNotFoundException.
Marco Zanon [Thu, 22 Oct 2015 13:23:22 +0000 (13:23 +0000)]
Renamed MTranslationValueNotFoundTextException to MTranslationValueNotFoundException.

9 years agoRenamed MTranslationFileParsingTextException to MTranslationFileParsingException.
Marco Zanon [Thu, 22 Oct 2015 13:20:45 +0000 (13:20 +0000)]
Renamed MTranslationFileParsingTextException to MTranslationFileParsingException.

9 years agoRenamed MTransactionSqlException to MSqlTransactionException.
Marco Zanon [Thu, 22 Oct 2015 13:16:29 +0000 (13:16 +0000)]
Renamed MTransactionSqlException to MSqlTransactionException.

9 years agoRenamed MStatementSqlException to MSqlStatementException.
Marco Zanon [Thu, 22 Oct 2015 13:14:36 +0000 (13:14 +0000)]
Renamed MStatementSqlException to MSqlStatementException.

9 years agoRenamed MConnectionSqlException to MSqlConnectionFailureException.
Marco Zanon [Thu, 22 Oct 2015 13:08:48 +0000 (13:08 +0000)]
Renamed MConnectionSqlException to MSqlConnectionFailureException.

9 years agoRenamed MInvalidValueJsonException to MInvalidJsonValueException.
Marco Zanon [Thu, 22 Oct 2015 13:03:13 +0000 (13:03 +0000)]
Renamed MInvalidValueJsonException to MInvalidJsonValueException.

9 years agoRenamed MFormatConversionException to MInvalidConversionFormatException.
Marco Zanon [Thu, 22 Oct 2015 13:00:10 +0000 (13:00 +0000)]
Renamed MFormatConversionException to MInvalidConversionFormatException.

9 years agoCommitted trunk 4.x. Also fixed a copyright notice.
Marco Zanon [Thu, 22 Oct 2015 12:56:37 +0000 (12:56 +0000)]
Committed trunk 4.x. Also fixed a copyright notice.

9 years agoUpdated the copyright notice.
Marco Zanon [Thu, 22 Oct 2015 12:36:43 +0000 (12:36 +0000)]
Updated the copyright notice.

10 years agoSet Java 6 as compilation target.
Marco Zanon [Wed, 29 Apr 2015 12:40:19 +0000 (12:40 +0000)]
Set Java 6 as compilation target.

10 years agoUpdated copyright notice.
Marco Zanon [Sun, 16 Nov 2014 14:44:58 +0000 (14:44 +0000)]
Updated copyright notice.

10 years agoImplemented a log message queue in order to pause/resume logging.
Marco Zanon [Sun, 16 Nov 2014 14:40:12 +0000 (14:40 +0000)]
Implemented a log message queue in order to pause/resume logging.

11 years agoImplemented method deleteRecords() in class MSqlTable.
Marco Zanon [Tue, 10 Dec 2013 15:36:59 +0000 (15:36 +0000)]
Implemented method deleteRecords() in class MSqlTable.

11 years agoAdded the build.properties file for Ant.
Marco Zanon [Tue, 10 Dec 2013 10:18:38 +0000 (10:18 +0000)]
Added the build.properties file for Ant.

11 years agoFixed a small bug in the 3.x and 3.0 ant build files.
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.

11 years agoFixed missing MTextException.java into svn for old 2.0/2.x branches too.
Marco Zanon [Fri, 2 Aug 2013 10:21:45 +0000 (10:21 +0000)]
Fixed missing MTextException.java into svn for old 2.0/2.x branches too.

11 years agoModified ant task names and comments for better readability.
Marco Zanon [Fri, 2 Aug 2013 10:13:17 +0000 (10:13 +0000)]
Modified ant task names and comments for better readability.

11 years agoAdded some comment slashes for better readability.
Marco Zanon [Fri, 2 Aug 2013 10:08:53 +0000 (10:08 +0000)]
Added some comment slashes for better readability.

11 years agoMoved finalize() method into MLogTarget.
Marco Zanon [Fri, 2 Aug 2013 10:07:58 +0000 (10:07 +0000)]
Moved finalize() method into MLogTarget.

11 years agoImplemented logging into a database table.
Marco Zanon [Fri, 2 Aug 2013 10:05:40 +0000 (10:05 +0000)]
Implemented logging into a database table.

11 years agoFixed missing MTextException.java into svn.
Marco Zanon [Fri, 2 Aug 2013 10:04:28 +0000 (10:04 +0000)]
Fixed missing MTextException.java into svn.

11 years agoUpdated year in copyright notice (2012 -> 2013).
Marco Zanon [Tue, 30 Jul 2013 17:17:50 +0000 (17:17 +0000)]
Updated year in copyright notice (2012 -> 2013).

12 years agoImplemented method MText.getRandomToken().
Marco Zanon [Mon, 26 Nov 2012 11:58:39 +0000 (11:58 +0000)]
Implemented method MText.getRandomToken().

12 years agoFixed a bug which prevented datetimes to be parsed successfully.
Marco Zanon [Thu, 15 Nov 2012 10:53:33 +0000 (10:53 +0000)]
Fixed a bug which prevented datetimes to be parsed successfully.

12 years agoMade the parser skip all comments.
Marco Zanon [Thu, 18 Oct 2012 21:09:37 +0000 (21:09 +0000)]
Made the parser skip all comments.

12 years agoFixed a bug in build.xml which tried to include the non-existent src/resources/ direc...
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.

12 years agoRemoved deprecated package 'web.ui' and all related files and resources.
Marco Zanon [Sun, 26 Aug 2012 10:35:11 +0000 (10:35 +0000)]
Removed deprecated package 'web.ui' and all related files and resources.

12 years agoRemoved deprecated package 'configuration'.
Marco Zanon [Sun, 26 Aug 2012 10:30:23 +0000 (10:30 +0000)]
Removed deprecated package 'configuration'.

12 years agoInitial commit for trunk 3.x.
Marco Zanon [Sun, 26 Aug 2012 10:29:09 +0000 (10:29 +0000)]
Initial commit for trunk 3.x.

12 years agoRemoved useless objects.
Marco Zanon [Sun, 26 Aug 2012 10:14:25 +0000 (10:14 +0000)]
Removed useless objects.

12 years agoRemoved useless 'else'.
Marco Zanon [Sun, 26 Aug 2012 10:12:52 +0000 (10:12 +0000)]
Removed useless 'else'.

12 years agoFixed a bug in MSqlConnection when calling .executePreparedStatement with no parameters.
Marco Zanon [Sun, 26 Aug 2012 10:11:53 +0000 (10:11 +0000)]
Fixed a bug in MSqlConnection when calling .executePreparedStatement with no parameters.

12 years agoFixed copyright information.
Marco Zanon [Sun, 26 Aug 2012 10:10:10 +0000 (10:10 +0000)]
Fixed copyright information.

12 years agoReplaced Javascript properties null assignments with .removeAttribute().
Marco Zanon [Sun, 26 Aug 2012 10:09:26 +0000 (10:09 +0000)]
Replaced Javascript properties null assignments with .removeAttribute().

12 years agoModified code to comply with the guidelines.
Marco Zanon [Sun, 26 Aug 2012 09:44:24 +0000 (09:44 +0000)]
Modified code to comply with the guidelines.

12 years agoRemoved useless attic/ subdirectory.
Marco Zanon [Fri, 17 Aug 2012 19:28:56 +0000 (19:28 +0000)]
Removed useless attic/ subdirectory.

12 years agoRemoved attic/ subdirectory and moved configuration/ and web.ui/ packages outside.
Marco Zanon [Thu, 16 Aug 2012 19:56:22 +0000 (19:56 +0000)]
Removed attic/ subdirectory and moved configuration/ and web.ui/ packages outside.

12 years agoUpgraded TinyMCE to version 3.5.6.
Marco Zanon [Thu, 16 Aug 2012 19:47:25 +0000 (19:47 +0000)]
Upgraded TinyMCE to version 3.5.6.

12 years agoOrganized trunk/ in subdirectories.
Marco Zanon [Thu, 16 Aug 2012 19:05:10 +0000 (19:05 +0000)]
Organized trunk/ in subdirectories.

12 years agoAdded static helper method getFlatDate() and getCeilDate() to MDateConverter.
Marco Zanon [Wed, 15 Aug 2012 10:58:26 +0000 (10:58 +0000)]
Added static helper method getFlatDate() and getCeilDate() to MDateConverter.

12 years agoAdded t() method to MTranslator (alias to getLenientTranslation()).
Marco Zanon [Tue, 14 Aug 2012 18:37:18 +0000 (18:37 +0000)]
Added t() method to MTranslator (alias to getLenientTranslation()).

12 years agoAdded clone() method to MTranslator.
Marco Zanon [Mon, 13 Aug 2012 20:03:48 +0000 (20:03 +0000)]
Added clone() method to MTranslator.

12 years agoMade Integer/Long comparisons happen through intValue()/longValue() methods.
Marco Zanon [Sun, 24 Jun 2012 16:30:11 +0000 (16:30 +0000)]
Made Integer/Long comparisons happen through intValue()/longValue() methods.

13 years agoRemoved unused serialVersionUID definitions.
Marco Zanon [Sun, 3 Jun 2012 09:07:35 +0000 (09:07 +0000)]
Removed unused serialVersionUID definitions.

13 years agoReplaced custom String checks with MText.isBlank() and MText.isEmpty().
Marco Zanon [Sun, 3 Jun 2012 08:54:47 +0000 (08:54 +0000)]
Replaced custom String checks with MText.isBlank() and MText.isEmpty().

13 years agoIntroduced static MText.isEmpty() method.
Marco Zanon [Sun, 3 Jun 2012 07:59:54 +0000 (07:59 +0000)]
Introduced static MText.isEmpty() method.

13 years agoRemoved useless exception handling.
Marco Zanon [Wed, 16 May 2012 21:09:39 +0000 (21:09 +0000)]
Removed useless exception handling.

13 years agoRemoved useless exception handling.
Marco Zanon [Tue, 15 May 2012 19:59:16 +0000 (19:59 +0000)]
Removed useless exception handling.

13 years agoMoved packages 'web.ui' and 'configuration' under 'attic'.
Marco Zanon [Fri, 13 Apr 2012 20:52:24 +0000 (20:52 +0000)]
Moved packages 'web.ui' and 'configuration' under 'attic'.

13 years agoMoved code from separate MWebString class (web.ui) into MText class (text).
Marco Zanon [Fri, 13 Apr 2012 20:29:43 +0000 (20:29 +0000)]
Moved code from separate MWebString class (web.ui) into MText class (text).

13 years agoForced default TimeZone in constructor to be the one provided by the host (instead...
Marco Zanon [Thu, 5 Apr 2012 21:41:16 +0000 (21:41 +0000)]
Forced default TimeZone in constructor to be the one provided by the host (instead of UTC).

13 years agoAdded repeat() method to MText.
Marco Zanon [Thu, 5 Apr 2012 21:16:18 +0000 (21:16 +0000)]
Added repeat() method to MText.

13 years agoReplaced String languages with Locales.
Marco Zanon [Wed, 28 Mar 2012 17:42:41 +0000 (17:42 +0000)]
Replaced String languages with Locales.

13 years agoRenamed MTranslation to MTranslator.
Marco Zanon [Mon, 26 Mar 2012 19:13:48 +0000 (19:13 +0000)]
Renamed MTranslation to MTranslator.

13 years agoAdded basic MText class.
Marco Zanon [Sun, 25 Mar 2012 13:11:49 +0000 (13:11 +0000)]
Added basic MText class.

13 years agoRenamed the 'translation' package to 'text' (and its exceptions accordingly).
Marco Zanon [Sun, 25 Mar 2012 13:07:49 +0000 (13:07 +0000)]
Renamed the 'translation' package to 'text' (and its exceptions accordingly).

13 years agoMade MWebDateBox and MWebNumberBox also accept Date and BigDecimal values, respectively.
Marco Zanon [Sun, 11 Mar 2012 14:18:00 +0000 (14:18 +0000)]
Made MWebDateBox and MWebNumberBox also accept Date and BigDecimal values, respectively.

13 years agoMade MWebCheckBox use Boolean values instead of boolean ones.
Marco Zanon [Sun, 11 Mar 2012 13:58:27 +0000 (13:58 +0000)]
Made MWebCheckBox use Boolean values instead of boolean ones.

13 years agoAdded the maximum length property to text boxes.
Marco Zanon [Sun, 11 Mar 2012 13:50:35 +0000 (13:50 +0000)]
Added the maximum length property to text boxes.

13 years agoMade MWebView return Object, not String.
Marco Zanon [Sun, 11 Mar 2012 11:59:30 +0000 (11:59 +0000)]
Made MWebView return Object, not String.

13 years agoRemoved the (useless and complicated) filtering package (in favour of converters).
Marco Zanon [Sun, 11 Mar 2012 11:47:11 +0000 (11:47 +0000)]
Removed the (useless and complicated) filtering package (in favour of converters).

13 years agoSwitched MWebDateBox and MWebNumberBox from filters to converters, and removed useles...
Marco Zanon [Sun, 11 Mar 2012 11:44:25 +0000 (11:44 +0000)]
Switched MWebDateBox and MWebNumberBox from filters to converters, and removed useless MWebDatetimeBox and MWebTimeBox.

13 years agoRenamed getFormattedValue() methods to getCssValue().
Marco Zanon [Sun, 11 Mar 2012 10:35:51 +0000 (10:35 +0000)]
Renamed getFormattedValue() methods to getCssValue().

13 years agoInitial import for package conversion.
Marco Zanon [Sat, 10 Mar 2012 22:12:59 +0000 (22:12 +0000)]
Initial import for package conversion.

13 years agoModified headers to include email address.
Marco Zanon [Sun, 5 Feb 2012 14:23:08 +0000 (14:23 +0000)]
Modified headers to include email address.

13 years agoModified code to comply with the guidelines.
Marco Zanon [Sun, 5 Feb 2012 13:46:14 +0000 (13:46 +0000)]
Modified code to comply with the guidelines.

13 years agoModified license notes to shorten and simplify headers.
Marco Zanon [Sun, 5 Feb 2012 13:19:07 +0000 (13:19 +0000)]
Modified license notes to shorten and simplify headers.

13 years agoModified code to be slightly more logic.
Marco Zanon [Wed, 1 Feb 2012 18:31:42 +0000 (18:31 +0000)]
Modified code to be slightly more logic.

13 years agoFixed wrong reference.
Marco Zanon [Wed, 1 Feb 2012 18:28:51 +0000 (18:28 +0000)]
Fixed wrong reference.

13 years agoParadigm shift: json Objects only accept json strings as constructors' arguments...
Marco Zanon [Wed, 1 Feb 2012 18:28:03 +0000 (18:28 +0000)]
Paradigm shift: json Objects only accept json strings as constructors' arguments and return "jsonValue"(s) instead of "formattedValue"(s).

13 years agoMade getValue and removeValue in MJsonObject throw an uncatched exception when key...
Marco Zanon [Wed, 1 Feb 2012 15:16:36 +0000 (15:16 +0000)]
Made getValue and removeValue in MJsonObject throw an uncatched exception when key is not available.

13 years agoModified sql package to interact with tables via Objects, not Strings.
Marco Zanon [Fri, 27 Jan 2012 22:17:46 +0000 (22:17 +0000)]
Modified sql package to interact with tables via Objects, not Strings.