Earlier this year
-
r654
([No log message]) committed by lenons
- [No log message]
-
r653
(Store HTTP headers on a static variable so they don't need t...) committed by marcos.pont
- Store HTTP headers on a static variable so they don't need to be calculated more than once.
Store HTTP headers on a static variable so they don't need to be calculated more than once.
-
issue 1
(php2go.data.Report - Delete of one searchcondition doesnt de...) changed by marcos.pont
-
Status:
Accepted
Owner:
marcos.pont
Labels:
Component-UI
Status:
Accepted
Owner:
marcos.pont
Labels:
Component-UI
-
issue 1
(php2go.data.Report - Delete of one searchcondition doesnt de...) reported by digger72
-
-
r652
(Don't include XML declaration on IE6 or older) committed by marcos.pont
- Don't include XML declaration on IE6 or older
Don't include XML declaration on IE6 or older
-
r651
(Updated browser detection rules) committed by marcos.pont
- Updated browser detection rules
Updated browser detection rules
-
r650
(Document title should be encoded with htmlspecialchars) committed by marcos.pont
- Document title should be encoded with htmlspecialchars
Document title should be encoded with htmlspecialchars
-
r649
(Bug fix on Element.getPosition) committed by marcos.pont
- Bug fix on Element.getPosition
Bug fix on Element.getPosition
-
r648
(ImageDialog - new property: uriFunc (allows image URI transf...) committed by marcos.pont
- ImageDialog - new property: uriFunc (allows image URI transformations)
Dialog - open only when visible=false, close only when visible=true
Dialog - new property: customClose
MemoField - override setValue in order to update characters count
ImageDialog - new property: uriFunc (allows image URI transformations)
Dialog - open only when visible=false, close only when visible=true
Dialog - new property: customClose
MemoField - override setValue in order to update characters count
-
r647
(Allow a custom target URL when the listener submits its owne...) committed by marcos.pont
- Allow a custom target URL when the listener submits its owner form
Allow a custom target URL when the listener submits its owner form
-
-
r645
(Date::parse now adds a new array entry containing the date's...) committed by marcos.pont
- Date::parse now adds a new array entry containing the date's timestamp
Date::parse now adds a new array entry containing the date's timestamp
-
r644
(Removed registration of document.getElementsByClassName.
Upd...) committed by marcos.pont
- Removed registration of document.getElementsByClassName.
Updated jQuery version to 1.3.2.
Updated tinyMCE version to 3.2.3.
Removed registration of document.getElementsByClassName.
Updated jQuery version to 1.3.2.
Updated tinyMCE version to 3.2.3.
-
r643
(Fixed Event.prototype detection and initialization) committed by marcos.pont
- Fixed Event.prototype detection and initialization
Fixed Event.prototype detection and initialization
-
r642
(Resolve variables on the function body of a JS listener) committed by marcos.pont
- Resolve variables on the function body of a JS listener
Resolve variables on the function body of a JS listener
-
r641
(Removing old trash :)) committed by marcos.pont
- Removing old trash :)
-
r640
(Fixed win vista, dom and dhtml detection.
Added Google Chrom...) committed by marcos.pont
- Fixed win vista, dom and dhtml detection.
Added Google Chrome detection.
Fixed win vista, dom and dhtml detection.
Added Google Chrome detection.
-
r639
(Added missing language entry: ERR_CANT_EXECUTE_COMMAND) committed by marcos.pont
- Added missing language entry: ERR_CANT_EXECUTE_COMMAND
Added missing language entry: ERR_CANT_EXECUTE_COMMAND
-
r638
(The validation pattern is now the same used by the Javascrip...) committed by marcos.pont
- The validation pattern is now the same used by the Javascript code at validator.js
The validation pattern is now the same used by the Javascript code at validator.js
-
r637
(New methods added: setDbLoginFieldName and setDbPasswordFiel...) committed by marcos.pont
- New methods added: setDbLoginFieldName and setDbPasswordFieldName
New methods added: setDbLoginFieldName and setDbPasswordFieldName
-
r636
(Removed CSS class from menu bar) committed by marcos.pont
- Removed CSS class from menu bar
Removed CSS class from menu bar
-
r635
(Support was added for array/hash variables (single dimension...) committed by marcos.pont
- Support was added for array/hash variables (single dimension only).
Array example: [1, "string", true, $myVar].
Hash example: [prop1: 1, prop2: "string", prop3: true, prop4: $myVar].
Support was added for array/hash variables (single dimension only).
Array example: [1, "string", true, $myVar].
Hash example: [prop1: 1, prop2: "string", prop3: true, prop4: $myVar].
-
-
r633
(New method added: SelectField.getText) committed by marcos.pont
- New method added: SelectField.getText
New method added: SelectField.getText
-
r632
(New methods added: bindListener, addMarker, clear and findAd...) committed by marcos.pont
- New methods added: bindListener, addMarker, clear and findAddress
New methods added: bindListener, addMarker, clear and findAddress
-
-
r630
(Prevent exception raise when calling focus() on the requeste...) committed by marcos.pont
- Prevent exception raise when calling focus() on the requested form or field
Prevent exception raise when calling focus() on the requested form or field
-
r629
(Added TinyMCEField on the forms DTD specification) committed by marcos.pont
- Added TinyMCEField on the forms DTD specification
Added TinyMCEField on the forms DTD specification
-
r628
(Added support for "parent:child" parsing) committed by marcos.pont
- Added support for "parent:child" parsing
Added support for "parent:child" parsing
-
r627
(Form.clear should fire 'clear' event) committed by marcos.pont
- Form.clear should fire 'clear' event
Form.clear should fire 'clear' event
-
r626
(Allow Form.getFields, Form.enableAll and Form.disableAll to ...) committed by marcos.pont
- Allow Form.getFields, Form.enableAll and Form.disableAll to include form buttons through a new
optional parameter 'btns'.
Allow Form.getFields, Form.enableAll and Form.disableAll to include form buttons through a new
optional parameter 'btns'.
-
r625
(Date::parse can now determine the date format if not specifi...) committed by marcos.pont
- Date::parse can now determine the date format if not specified.
Added support for custom date part separator on all date format translation methods.
Date::parse can now determine the date format if not specified.
Added support for custom date part separator on all date format translation methods.
-
r624
(Removed this validation. The $simple_search variable can be ...) committed by marcos.pont
- Removed this validation. The $simple_search variable can be defined inside an include block or
widget template
Removed this validation. The $simple_search variable can be defined inside an include block or
widget template
-
r623
(Exception responses can't send error HTTP status when handli...) committed by marcos.pont
- Exception responses can't send error HTTP status when handling file uploads
Exception responses can't send error HTTP status when handling file uploads
-
-
r621
(New optional parameter 'force' on Form.serialize.
All disabl...) committed by marcos.pont
- New optional parameter 'force' on Form.serialize.
All disabled form elements won't be serialized unless force is true.
Fixed: empty non-array values weren't being serialized.
New optional parameter 'force' on Form.serialize.
All disabled form elements won't be serialized unless force is true.
Fixed: empty non-array values weren't being serialized.
-
-
r619
(Replaced scrollIntoView call by manual calculations) committed by marcos.pont
- Replaced scrollIntoView call by manual calculations
Replaced scrollIntoView call by manual calculations
-
r618
(Changed Element.getPosition to included window scroll.
) committed by marcos.pont
- Changed Element.getPosition to included window scroll.
Changed Element.getPosition to included window scroll.
-
r617
(Resolved conflict between AutoCompleteField and AjaxService ...) committed by marcos.pont
- Resolved conflict between AutoCompleteField and AjaxService on a same page flow.
Resolved conflict between AutoCompleteField and AjaxService on a same page flow.
-
r616
(New optional parameter on StringUtils::normalize: removeSpac...) committed by marcos.pont
- New optional parameter on StringUtils::normalize: removeSpaces
New optional parameter on StringUtils::normalize: removeSpaces
-
r615
(Attribute HEIGHT now represents the field height.
Added attr...) committed by marcos.pont
- Attribute HEIGHT now represents the field height.
Added attribute RESULTSHEIGHT to represent the results container height.
Attribute HEIGHT now represents the field height.
Added attribute RESULTSHEIGHT to represent the results container height.
-
r614
(Bug fix on TinyMCEField->setHeight) committed by marcos.pont
- Bug fix on TinyMCEField->setHeight
Bug fix on TinyMCEField->setHeight
-
r613
(New event added: onInit
Small bug fixes) committed by marcos.pont
- New event added: onInit
Small bug fixes
New event added: onInit
Small bug fixes
-
r612
(Added new parameter 'propName' on 'registerObject' method (p...) committed by marcos.pont
- Added new parameter 'propName' on 'registerObject' method (property where a reference to the service
must be stored)
Added new parameter 'propName' on 'registerObject' method (property where a reference to the service
must be stored)
-
r611
(Changed default encoding to utf-8) committed by marcos.pont
- Changed default encoding to utf-8
Changed default encoding to utf-8
-
-
r609
(Added InputSelectorField.setValue (changes the checked state...) committed by marcos.pont
- Added InputSelectorField.setValue (changes the checked state for checkboxes)
Added InputSelectorField.setValue (changes the checked state for checkboxes)
-
r608
(Added the ability to indicate exception state through normal...) committed by marcos.pont
- Added the ability to indicate exception state through normal response objects
Added the ability to indicate exception state through normal response objects
-
r607
(Added the ability to indicate exception state through normal...) committed by marcos.pont
- Added the ability to indicate exception state through normal response objects
Added the ability to indicate exception state through normal response objects
|