Macaco
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.

13 years agoFixed auto-commit modes and transaction isolation levels.
Marco Zanon [Thu, 26 Jan 2012 22:33:39 +0000 (22:33 +0000)]
Fixed auto-commit modes and transaction isolation levels.

13 years agoRemoved custom code for starting and managing database transactions, and used standar...
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.

13 years agoFixed a bug in $.js which prevented a wysiwyg box to be populated with the original...
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.

13 years agoMoved package webui to web.ui.
Marco Zanon [Tue, 24 Jan 2012 17:24:04 +0000 (17:24 +0000)]
Moved package webui to web.ui.

13 years agoChanged versioning information to 2.x.
Marco Zanon [Mon, 23 Jan 2012 21:17:38 +0000 (21:17 +0000)]
Changed versioning information to 2.x.

13 years agoCreated trunk/ and tags/ subdirectories.
Marco Zanon [Sun, 22 Jan 2012 16:45:35 +0000 (16:45 +0000)]
Created trunk/ and tags/ subdirectories.