-
v1.4.10
Simon Arbuckle - Tue, 24 Sep 2013 16:27:13 +0200
-
consider borders/paddings in getStyle(width|height) in IE
jakub-g - Tue, 24 Sep 2013 15:07:17 +0200
-
extract css.Units util
jakub-g - Tue, 24 Sep 2013 15:07:11 +0200
Extract existing unit manipulation tool.
Add some new methods for reverse direction calculations and also some helper
methods needed for IE8- polyfill of
getComputedStyle(width|height)
. They're all in this class instead of
utils.Dom
to avoid circular dependencies.Also fix some small issues:
font-size
->fontSize
in a checkfontSize
returned can be non-pixel in IE; taken into consideration now
-
IE9+ opacity issue
lsimone - Fri, 20 Sep 2013 17:18:35 +0200
-
childElementCount
not supported in IE8-jakub-g - Fri, 20 Sep 2013 13:53:57 +0200
-
Animations for HTML elements
lsimone - Thu, 19 Sep 2013 17:55:53 +0200
Close ariatemplates#736
-
replace
contentMacro
withmacro
in @aria:Dialogjakub-g - Thu, 19 Sep 2013 13:50:18 +0200
To make API more consistent, let
macro
in @aria:Dialog be a synonym for
contentMacro
.contentMacro
is deprecated from now on.Close ariatemplates#682. Close ariatemplates#687.
-
Refresh manager not resumed after an exception in a module controller
divdavem - Wed, 18 Sep 2013 18:57:19 +0200
Close ariatemplates#735
-
refactor TemplateInheritanceTest
jakub-g - Wed, 18 Sep 2013 12:47:43 +0200
Close ariatemplates#719.
-
PageEngine animation CSS rules are added multiple times in the DOM
Marc Laval - Wed, 18 Sep 2013 11:58:58 +0200
-
refactor Rename some tests
jakub-g - Wed, 18 Sep 2013 11:09:08 +0200
Also fix a minor issue with MaximizableDialogTest which had template test env
set incorrectly.Close ariatemplates#684.
-
Callback failure when submitting a JSON request should be handled in the framework.
Simon Arbuckle - Tue, 17 Sep 2013 17:56:14 +0200
Close ariatemplates#731
-
Headers should not be shared between request handler instances
Enguerran Mathieu - Tue, 17 Sep 2013 17:43:49 +0200
JSONRequestHandler used to have a headers which were implicitly static, causing
issues when modifying those headers with RequestHandler#getHeaders(). -
refactor Removing intermediate variable when calling Aria.classDefinition.
divdavem - Tue, 17 Sep 2013 16:06:14 +0200
Some files are using an intermediate variable before calling
Aria.classDefinition or Aria.tplScriptDefinition. This is useless, and can
prevent some automatic tools from working on those files. This commit removes
the intermediate variable, which makes Aria Templates files more consistent.Close ariatemplates#729.
-
Deprecation of section content and some refresh parameters:
Fabrice - Wed, 11 Sep 2013 17:14:54 +0200
- Content is deprecated in favor of the macro usage,
- filterSection and outputSection are deprecated in the $refresh, replaced by
the section parameter.
- filterSection and outputSection are deprecated in the $refresh, replaced by
Close ariatemplates#711
- Content is deprecated in favor of the macro usage,
-
button sprites renamed for new release: each time an image is changed, it should be renamed with the version number because multiple AT installation could cause conflicts.
lsimone - Wed, 11 Sep 2013 16:35:32 +0200
-
deprecate Tooltip/Dialog as containers
jakub-g - Wed, 11 Sep 2013 15:50:45 +0200
Close ariatemplates#686.
-
Dialog widget movable property
fbernardo - Wed, 11 Sep 2013 11:27:28 +0200
This commit add the possibility to bind the movable property of a dialog widget
to the data model -
PageEngine: can't use custom animation for page transition
Marc Laval - Tue, 10 Sep 2013 10:03:15 +0200
-
Multiple modal dialogs not closing on ESCAPE
flongo - Thu, 5 Sep 2013 15:45:13 +0200
When two modal dialogs were open (the one on top of the other), the top one
would close on ESCAPE. A second press of the ESCAPE key would not close the
second.Also, when closing a modal dialog, the focus should be given to the dialog
below it, if there is one. -
Adds shortnames for days in Russian
Marc Laval - Mon, 2 Sep 2013 17:56:35 +0200