summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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:21:45 +0000 (10:21 +0000)]
Fixed missing MTextException.java into svn for old 2.0/2.x branches too.
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.
Marco Zanon [Wed, 15 Aug 2012 10:58:26 +0000 (10:58 +0000)]
Added static helper method getFlatDate() and getCeilDate() to MDateConverter.
Marco Zanon [Tue, 14 Aug 2012 18:37:18 +0000 (18:37 +0000)]
Added t() method to MTranslator (alias to getLenientTranslation()).
Marco Zanon [Mon, 13 Aug 2012 20:03:48 +0000 (20:03 +0000)]
Added clone() method to MTranslator.
Marco Zanon [Sun, 24 Jun 2012 16:30:11 +0000 (16:30 +0000)]
Made Integer/Long comparisons happen through intValue()/longValue() methods.
Marco Zanon [Sun, 3 Jun 2012 09:07:35 +0000 (09:07 +0000)]
Removed unused serialVersionUID definitions.
Marco Zanon [Sun, 3 Jun 2012 08:54:47 +0000 (08:54 +0000)]
Replaced custom String checks with MText.isBlank() and MText.isEmpty().
Marco Zanon [Sun, 3 Jun 2012 07:59:54 +0000 (07:59 +0000)]
Introduced static MText.isEmpty() method.
Marco Zanon [Wed, 16 May 2012 21:09:39 +0000 (21:09 +0000)]
Removed useless exception handling.
Marco Zanon [Tue, 15 May 2012 19:59:16 +0000 (19:59 +0000)]
Removed useless exception handling.
Marco Zanon [Fri, 13 Apr 2012 20:52:24 +0000 (20:52 +0000)]
Moved packages 'web.ui' and 'configuration' under 'attic'.
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).
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).
Marco Zanon [Thu, 5 Apr 2012 21:16:18 +0000 (21:16 +0000)]
Added repeat() method to MText.
Marco Zanon [Wed, 28 Mar 2012 17:42:41 +0000 (17:42 +0000)]
Replaced String languages with Locales.
Marco Zanon [Mon, 26 Mar 2012 19:13:48 +0000 (19:13 +0000)]
Renamed MTranslation to MTranslator.
Marco Zanon [Sun, 25 Mar 2012 13:11:49 +0000 (13:11 +0000)]
Added basic MText class.
Marco Zanon [Sun, 25 Mar 2012 13:07:49 +0000 (13:07 +0000)]
Renamed the 'translation' package to 'text' (and its exceptions accordingly).
Marco Zanon [Sun, 11 Mar 2012 14:18:00 +0000 (14:18 +0000)]
Made MWebDateBox and MWebNumberBox also accept Date and BigDecimal values, respectively.
Marco Zanon [Sun, 11 Mar 2012 13:58:27 +0000 (13:58 +0000)]
Made MWebCheckBox use Boolean values instead of boolean ones.
Marco Zanon [Sun, 11 Mar 2012 13:50:35 +0000 (13:50 +0000)]
Added the maximum length property to text boxes.
Marco Zanon [Sun, 11 Mar 2012 11:59:30 +0000 (11:59 +0000)]
Made MWebView return Object, not String.
Marco Zanon [Sun, 11 Mar 2012 11:47:11 +0000 (11:47 +0000)]
Removed the (useless and complicated) filtering package (in favour of converters).
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.
Marco Zanon [Sun, 11 Mar 2012 10:35:51 +0000 (10:35 +0000)]
Renamed getFormattedValue() methods to getCssValue().
Marco Zanon [Sat, 10 Mar 2012 22:12:59 +0000 (22:12 +0000)]
Initial import for package conversion.
Marco Zanon [Sun, 5 Feb 2012 14:23:08 +0000 (14:23 +0000)]
Modified headers to include email address.
Marco Zanon [Sun, 5 Feb 2012 13:46:14 +0000 (13:46 +0000)]
Modified code to comply with the guidelines.
Marco Zanon [Sun, 5 Feb 2012 13:19:07 +0000 (13:19 +0000)]
Modified license notes to shorten and simplify headers.
Marco Zanon [Wed, 1 Feb 2012 18:31:42 +0000 (18:31 +0000)]
Modified code to be slightly more logic.
Marco Zanon [Wed, 1 Feb 2012 18:28:51 +0000 (18:28 +0000)]
Fixed wrong reference.
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).
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.
Marco Zanon [Fri, 27 Jan 2012 22:17:46 +0000 (22:17 +0000)]
Modified sql package to interact with tables via Objects, not Strings.
Marco Zanon [Thu, 26 Jan 2012 22:33:39 +0000 (22:33 +0000)]
Fixed auto-commit modes and transaction isolation levels.
Marco Zanon [Thu, 26 Jan 2012 22:17:25 +0000 (22:17 +0000)]
Removed custom code for starting and managing database transactions, and used standard JDBC methods instead.
Marco Zanon [Tue, 24 Jan 2012 17:36:07 +0000 (17:36 +0000)]
Fixed a bug in $.js which prevented a wysiwyg box to be populated with the original content when enabled.
Marco Zanon [Tue, 24 Jan 2012 17:24:04 +0000 (17:24 +0000)]
Moved package webui to web.ui.
Marco Zanon [Mon, 23 Jan 2012 21:17:38 +0000 (21:17 +0000)]
Changed versioning information to 2.x.
Marco Zanon [Sun, 22 Jan 2012 16:45:35 +0000 (16:45 +0000)]
Created trunk/ and tags/ subdirectories.