2 csets were pushed to core/stable: Merge [email protected]:/var/bk/xaraya...
mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] (Michel Dalle)
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Changes were applied by mikespub to core/stable level 10.
The following csets were applied:
ChangeSet
1.2095.1.1 05/01/23 18:12:34 [email protected] +23 -0
add showValidation and updateValidation methods for properties
html/modules/dynamicdata/xartemplates/admin-modifyprop.xd
1.37 05/01/23 18:12:05 [email protected] +5 -0
add showValidation and updateValidation methods for properties
html/modules/dynamicdata/xartemplates/admin-modify.xd
1.26 05/01/23 18:12:04 [email protected] +4 -0
add showValidation and updateValidation methods for properties
html/modules/dynamicdata/xaradmin/update.php
1.12 05/01/23 18:12:04 [email protected] +7 -1
add showValidation and updateValidation methods for properties
html/modules/dynamicdata/xaradmin/modify.php
1.12 05/01/23 18:12:04 [email protected] +6 -0
add showValidation and updateValidation methods for properties
html/modules/dynamicdata/class/properties.php
1.66 05/01/23 18:12:04 [email protected] +120 -16
add showValidation and updateValidation methods for properties
html/modules/dynamicdata/xartemplates/admin-validation.xd
1.1 05/01/23 18:10:59 [email protected] +7 -0
html/modules/dynamicdata/xartemplates/admin-validation-userlist.xd
1.1 05/01/23 18:10:59 [email protected] +55 -0
html/modules/dynamicdata/xartemplates/admin-validation-urlicon.xd
1.1 05/01/23 18:10:59 [email protected] +26 -0
html/modules/dynamicdata/xartemplates/admin-validation-textbox.xd
1.1 05/01/23 18:10:59 [email protected] +31 -0
html/modules/dynamicdata/xartemplates/admin-validation-textarea.xd
1.1 05/01/23 18:10:59 [email protected] +33 -0
html/modules/dynamicdata/xartemplates/admin-validation-numberbox.xd
1.1 05/01/23 18:10:59 [email protected] +31 -0
html/modules/dynamicdata/xartemplates/admin-validation-floatbox.xd
1.1 05/01/23 18:10:59 [email protected] +31 -0
html/modules/dynamicdata/xartemplates/admin-validation-dropdown.xd
1.1 05/01/23 18:10:59 [email protected] +62 -0
html/modules/dynamicdata/xartemplates/admin-showpropval.xd
1.1 05/01/23 18:10:59 [email protected] +38 -0
html/modules/dynamicdata/xartemplates/admin-validation.xd
1.0 05/01/23 18:10:59 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/admin-validation.xd
html/modules/dynamicdata/xartemplates/admin-validation-userlist.xd
1.0 05/01/23 18:10:59 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/admin-validation-userlist.xd
html/modules/dynamicdata/xartemplates/admin-validation-urlicon.xd
1.0 05/01/23 18:10:59 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/admin-validation-urlicon.xd
html/modules/dynamicdata/xartemplates/admin-validation-textbox.xd
1.0 05/01/23 18:10:59 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/admin-validation-textbox.xd
html/modules/dynamicdata/xartemplates/admin-validation-textarea.xd
1.0 05/01/23 18:10:59 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/admin-validation-textarea.xd
html/modules/dynamicdata/xartemplates/admin-validation-numberbox.xd
1.0 05/01/23 18:10:59 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/admin-validation-numberbox.xd
html/modules/dynamicdata/xartemplates/admin-validation-floatbox.xd
1.0 05/01/23 18:10:59 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/admin-validation-floatbox.xd
html/modules/dynamicdata/xartemplates/admin-validation-dropdown.xd
1.0 05/01/23 18:10:59 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/admin-validation-dropdown.xd
html/modules/dynamicdata/xartemplates/admin-showpropval.xd
1.0 05/01/23 18:10:59 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/admin-showpropval.xd
html/modules/dynamicdata/xaradmin/showpropval.php
1.1 05/01/23 18:10:58 [email protected] +111 -0
html/modules/dynamicdata/xaradmin/showpropval.php
1.0 05/01/23 18:10:58 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xaradmin/showpropval.php
html/includes/properties/Dynamic_UserList_Property.php
1.19 05/01/23 18:05:03 [email protected] +154 -44
add showValidation and updateValidation methods to some property types
html/includes/properties/Dynamic_URLIcon_Property.php
1.17 05/01/23 18:05:03 [email protected] +101 -16
add showValidation and updateValidation methods to some property types
html/includes/properties/Dynamic_TextBox_Property.php
1.18 05/01/23 18:05:02 [email protected] +107 -9
add showValidation and updateValidation methods to some property types
html/includes/properties/Dynamic_TextArea_Property.php
1.15 05/01/23 18:05:02 [email protected] +117 -13
add showValidation and updateValidation methods to some property types
html/includes/properties/Dynamic_Select_Property.php
1.20 05/01/23 18:05:02 [email protected] +188 -72
add showValidation and updateValidation methods to some property types
html/includes/properties/Dynamic_NumberBox_Property.php
1.8 05/01/23 18:05:01 [email protected] +30 -17
add showValidation and updateValidation methods to some property types
html/includes/properties/Dynamic_FloatBox_Property.php
1.9 05/01/23 18:05:01 [email protected] +30 -17
add showValidation and updateValidation methods to some property types
html/includes/properties/Dynamic_Validation_Property.php
1.1 05/01/23 18:04:17 [email protected] +175 -0
html/includes/properties/Dynamic_Validation_Property.php
1.0 05/01/23 18:04:17 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/includes/properties/Dynamic_Validation_Property.php
Links for the differences:
http://xaraya.com:15000/core/stable/[email protected]