414 csets were pushed to core/commerce: Merge hsdev.com:/var/mtn/xar/bk_area/cor...
marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] (Marcel van der Boom) Thu, 25 Aug 2005 15:32:35 +0000 (GMT)
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Changes were applied by marcel to core/commerce level 15.
WARNING: These changes bypassed the Quality Assurance Tests!
The following csets were applied:
ChangeSet
1.1999 05/08/25 17:29:16 [email protected] +7 -0
Merge hsdev.com:/var/mtn/xar/bk_area/core/stable
into hsdev.com:/var/mtn/xar/bk_area/core/commerce
Manually Corrected something here and there, otherwise a clean merge.
html/themes/Xaraya_Classic/style/style.css
1.85 05/08/25 17:29:08 [email protected] +67 -15
took the commerce changes, NOT to be merged back into stable later
html/modules/dynamicdata/xaruserapi/showview.php
1.12 05/08/25 17:29:08 [email protected] +0 -0
no diff, cos i manually corrected
html/modules/dynamicdata/xartemplates/objects/showform.xd
1.8 05/08/25 17:29:08 [email protected] +1 -7
new stuff added by mike made this obsolete
html/modules/dynamicdata/xarproperties/Dynamic_FieldStatus_Property.php
1.9 05/08/25 17:23:03 marcel-2A2DHvHJb7XW6K2phSRc8AC/[email protected] +0 -0
Auto merged
html/var/locales/en_US.utf-8/php/core/core.php
1.6 05/08/25 17:23:03 marcel-2A2DHvHJb7XW6K2phSRc8AC/[email protected] +0 -3
Auto merged
html/modules/dynamicdata/xartemplates/objects/showform.xd
1.7 05/08/25 17:23:03 marcel-2A2DHvHJb7XW6K2phSRc8AC/[email protected] +0 -0
Merge rename: html/modules/dynamicdata/xartemplates/admin-objectform.xd -> html/modules/dynamicdata/xartemplates/objects/showform.xd
html/modules/dynamicdata/xarproperties/Dynamic_FieldStatus_Property.php
1.8 05/08/25 17:23:03 marcel-2A2DHvHJb7XW6K2phSRc8AC/[email protected] +0 -0
Merge rename: html/includes/properties/Dynamic_FieldStatus_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_FieldStatus_Property.php
html/modules/dynamicdata/class/objects.php
1.59 05/08/25 17:23:03 marcel-2A2DHvHJb7XW6K2phSRc8AC/[email protected] +0 -0
Auto merged
html/includes/xarSecurity.php
1.116 05/08/25 17:23:03 marcel-2A2DHvHJb7XW6K2phSRc8AC/[email protected] +0 -0
Auto merged
ChangeSet
1.1979.1.152 05/08/24 19:06:45 [email protected] +1 -0
bug 4785 related
rewrite the execute method, so we return a variable, sigh.
html/xaradodb/drivers/adodb-xarsqlite.inc.php
1.4 05/08/24 19:06:40 [email protected] +5 -4
bug 4785 related
rewrite the execute method, so we return a variable, sigh.
ChangeSet
1.1979.1.151 05/08/24 18:08:10 marcel-FS/oZzgg+q/W6K2phSRc8AC/[email protected] +4 -0
adodb-mysql.inc.php, get.php, xarBLCompiler.php:
changes for the reference change for php 4.4 +
bug 4785
view_instances.php:
changes for the reference change for php 4.4 +
bug 4785
html/xaradodb/drivers/adodb-mysql.inc.php
1.31 05/08/24 17:50:37 marcel-FS/oZzgg+q/W6K2phSRc8AC/[email protected] +1 -1
changes for the reference change for php 4.4 +
bug 4785
html/modules/blocks/xaruserapi/get.php
1.5 05/08/24 17:50:37 marcel-FS/oZzgg+q/W6K2phSRc8AC/[email protected] +4 -2
changes for the reference change for php 4.4 +
bug 4785
html/modules/blocks/xaradmin/view_instances.php
1.16 05/08/24 17:50:37 marcel-FS/oZzgg+q/W6K2phSRc8AC/[email protected] +2 -1
changes for the reference change for php 4.4 +
bug 4785
html/includes/xarBLCompiler.php
1.280 05/08/24 17:50:37 marcel-FS/oZzgg+q/W6K2phSRc8AC/[email protected] +6 -3
changes for the reference change for php 4.4 +
bug 4785
ChangeSet
1.1979.1.150 05/08/24 16:19:31 [email protected] +1 -0
stray tabs
html/includes/xarBLCompiler.php
1.279 05/08/24 16:19:29 [email protected] +1 -2
stray tabs
ChangeSet
1.1979.1.149 05/08/24 16:14:45 [email protected] +1 -0
return by reference
bug 4785
html/includes/xarBLCompiler.php
1.278 05/08/24 16:14:43 [email protected] +1 -1
return by reference
bug 4785
ChangeSet
1.1979.1.148 05/08/09 02:18:55 jojodee-CZ0/[email protected] +2 -0
Temp fix for bug 4785.
E_ALL ^ E_NOTICE so no function return by reference exception messages
for php 4.4, and php > 5.03 (at least from php 5.1 rc3)
Also need to set EnablePHPErrorHandler to false in these versions
until all instances in code reviewed.
html/var/config.system.php.dist
1.32 05/08/09 02:18:50 jojodee-CZ0/[email protected] +2 -0
bug #4758 0 set EnablePHPErrorHandler to false for php 4.4 and php > 5.1
Temp solution for function return by reference instances until they are reviewed and fixed where necessary.
html/includes/xarCore.php
1.179 05/08/09 02:18:50 jojodee-CZ0/[email protected] +10 -2
Temp fix for bug 4785 based on solution by andyv.
E_ALL ^ E_NOTICE so no function return by reference exception messages
for php 4.4 and php > 5.03 (at least from 5.1 rc3)
ChangeSet
1.1979.1.147 05/08/07 13:09:36 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -0
bug 4796 - favicon + FIXME
html/modules/base/xaruserapi/getfavicon.php
1.4 05/08/07 13:09:20 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +7 -5
bug 4796 - favicon + FIXME
html/modules/base/xarproperties/Dynamic_URLIcon_Property.php
1.26 05/08/07 13:09:20 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -2
bug 4796 - favicon + FIXME
ChangeSet
1.1979.1.146 05/08/07 11:59:16 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
bug 4870 - attachName typo
html/modules/mail/xaradminapi/sendmail.php
1.8 05/08/07 11:59:07 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -1
bug 4870 - attachName typo
ChangeSet
1.1979.1.145 05/07/31 12:37:05 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
bug 4829 - fix single-quote and/or
html/modules/dynamicdata/class/objects.php
1.55.1.6 05/07/31 12:36:55 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +5 -1
bug 4829 - fix single-quote and/or
ChangeSet
1.1979.1.144 05/07/29 20:38:55 jojodee-CZ0/[email protected] +1 -0
Correct path so the fnmatch stub works. Also fix for xarpges bug #4806
html/includes/phpcompat/stubs/fnmatch.php
1.2 05/07/29 20:38:51 jojodee-CZ0/[email protected] +1 -1
Correct path so the fnmatch stub works. Also fix for xarpges bug #4806
ChangeSet
1.1979.1.143 05/07/27 03:31:35 [email protected] +1 -0
when embedding style we obviously dont need to check any original external stylesheets whatsoever
html/modules/themes/xarclass/xarcss.class.php
1.42 05/07/27 03:31:22 [email protected] +1 -1
when embedding style we obviously dont need to check any original external stylesheets whatsoever
ChangeSet
1.1979.1.142 05/07/24 06:02:14 [email protected] +3 -0
passing attachName and attachPath to the private _sendmail function so attachments work (see bug #4838 )
also supporting attachPath by itself instead of requiring both attachName and attachPath
html/modules/mail/xaradminapi/sendmail.php
1.7 05/07/24 06:02:12 [email protected] +8 -1
passing attachName and attachPath to the private _sendmail function so attachments work (see bug #4838 )
html/modules/mail/xaradminapi/sendhtmlmail.php
1.11 05/07/24 06:02:12 [email protected] +8 -0
passing attachName and attachPath to the private _sendmail function so attachments work (see bug #4838 )
html/modules/mail/xaradminapi/_sendmail.php
1.15 05/07/24 06:02:12 [email protected] +9 -2
allow using only the attachPath parameter instead of both attachName and attachPath since phpmailer supports this
ChangeSet
1.1979.1.141 05/07/18 12:37:11 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -0
bug 2105 - regular expression in textbox
html/modules/base/xartemplates/properties/validation-textbox.xd
1.3 05/07/18 12:36:59 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +9 -0
bug 2105 - regular expression in textbox
html/modules/base/xarproperties/Dynamic_TextBox_Property.php
1.24 05/07/18 12:36:59 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +23 -4
bug 2105 - regular expression in textbox
ChangeSet
1.1979.1.140 05/07/18 11:21:25 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -0
make maxsize configurable for FileUpload
html/modules/base/xartemplates/properties/validation-fileupload.xd
1.7 05/07/18 11:21:13 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +8 -0
make maxsize configurable for FileUpload
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.50 05/07/18 11:21:13 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +18 -7
make maxsize configurable for FileUpload
ChangeSet
1.1979.1.139 05/07/17 12:50:27 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
bug 4761 - get output buffer API
html/modules/base/xaruserapi/get_output_buffer.php
1.1 05/07/17 12:49:50 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +43 -0
html/modules/base/xaruserapi/get_output_buffer.php
1.0 05/07/17 12:49:50 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +0 -0
BitKeeper file /home/ddf/xaraya.com/mikespub/stable/html/modules/base/xaruserapi/get_output_buffer.php
ChangeSet
1.1979.1.138 05/07/17 11:56:04 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
bug 4764 - initialize middleurls
html/includes/xarTemplate.php
1.241 05/07/17 11:55:52 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
bug 4764 - initialize middleurls
ChangeSet
1.1979.1.137 05/07/17 11:18:43 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +3 -0
bug 4800 - fix extended date
html/modules/base/xarproperties/Dynamic_ExtendedDate_Property.php
1.7 05/07/17 11:18:30 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +128 -11
bug 4800 - fix extended date
html/modules/base/xartemplates/properties/showoutput-extendeddate.xd
1.1 05/07/17 11:17:49 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +14 -0
html/modules/base/xartemplates/properties/showoutput-extendeddate.xd
1.0 05/07/17 11:17:49 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +0 -0
BitKeeper file /home/ddf/xaraya.com/mikespub/stable/html/modules/base/xartemplates/properties/showoutput-extendeddate.xd
html/modules/base/xartemplates/properties/showinput-extendeddate.xd
1.1 05/07/17 11:17:48 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +25 -0
html/modules/base/xartemplates/properties/showinput-extendeddate.xd
1.0 05/07/17 11:17:48 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +0 -0
BitKeeper file /home/ddf/xaraya.com/mikespub/stable/html/modules/base/xartemplates/properties/showinput-extendeddate.xd
ChangeSet
1.1979.1.136 05/07/17 09:38:41 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +3 -0
bug 4765 - style hack until more permanent solution comes along
html/modules/base/xartemplates/properties/showinput-textupload.xd
1.9 05/07/17 09:38:32 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -2
bug 4765 - style hack until more permanent solution comes along
html/modules/base/xartemplates/properties/showinput-textbox.xd
1.7 05/07/17 09:38:32 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +14 -2
bug 4765 - style hack until more permanent solution comes along
html/modules/base/xartemplates/properties/showinput-textarea.xd
1.8 05/07/17 09:38:32 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +13 -2
bug 4765 - style hack until more permanent solution comes along
ChangeSet
1.1979.1.135 05/07/17 09:15:41 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
bug 4807 - fix next pager
html/modules/base/xartemplates/pager-multipagenext.xd
1.6 05/07/17 09:15:31 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -4
bug 4807 - fix next pager
ChangeSet
1.1979.1.134 05/07/16 17:58:17 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
bug 4781 - fix group update
html/modules/roles/xartemplates/admin-modifyrole.xd
1.62 05/07/16 17:58:07 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +3 -2
bug 4781 - fix group update
ChangeSet
1.1979.1.133 05/07/16 13:17:45 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
template change : field prefix for DD SubForm property type
docs/INSTALL.txt
1.41 05/07/16 13:17:36 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -0
template change : field prefix for DD SubForm property type
ChangeSet
1.1979.1.132 05/07/16 13:12:41 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +5 -0
bug 4681 - field prefix + input for parentid and childlist
html/modules/dynamicdata/xartemplates/properties/validation-subform.xd
1.8 05/07/16 13:12:28 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -2
bug 4681 - field prefix + input for parentid and childlist
html/modules/dynamicdata/xartemplates/properties/showinput-subform.xd
1.9 05/07/16 13:12:28 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +7 -3
bug 4681 - field prefix + input for parentid and childlist
html/modules/dynamicdata/xartemplates/includes/objectlist-subform.xd
1.3 05/07/16 13:12:28 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +13 -6
bug 4681 - field prefix + input for parentid and childlist
html/modules/dynamicdata/xarproperties/Dynamic_SubForm_Property.php
1.14 05/07/16 13:12:28 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +105 -74
bug 4681 - field prefix + input for parentid and childlist
html/modules/dynamicdata/class/objects.php
1.55.1.5 05/07/16 13:12:28 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +3 -0
bug 4681 - field prefix + input for parentid and childlist
ChangeSet
1.1979.1.131 05/07/16 12:53:01 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
group by in variable datastore
html/includes/datastores/Dynamic_VariableTable_DataStore.php
1.29 05/07/16 12:52:51 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +116 -7
group by in variable datastore
ChangeSet
1.1979.1.130 05/07/12 12:46:57 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +7 -0
bug 4681 - field prefix for serialized and itemid + input for itemid
html/modules/dynamicdata/xaruserapi/handlelabeltag.php
1.7 05/07/12 12:46:39 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +6 -1
bug 4681 - field prefix for serialized and itemid + input for itemid
html/modules/dynamicdata/xartemplates/properties/validation-subform.xd
1.7 05/07/12 12:46:39 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +31 -0
bug 4681 - field prefix for serialized and itemid + input for itemid
html/modules/dynamicdata/xartemplates/properties/showinput-subform.xd
1.8 05/07/12 12:46:39 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +18 -3
bug 4681 - field prefix for serialized and itemid + input for itemid
html/modules/dynamicdata/xartemplates/properties/label.xd
1.4 05/07/12 12:46:39 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +9 -3
bug 4681 - field prefix for serialized and itemid + input for itemid
html/modules/dynamicdata/xartemplates/objects/showform.xd
1.4.1.4 05/07/12 12:46:39 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +18 -2
bug 4681 - field prefix for serialized and itemid + input for itemid
html/modules/dynamicdata/xarproperties/Dynamic_SubForm_Property.php
1.13 05/07/12 12:46:39 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +12 -5
bug 4681 - field prefix for serialized and itemid + input for itemid
html/modules/dynamicdata/class/objects.php
1.55.1.4 05/07/12 12:46:39 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +15 -0
bug 4681 - field prefix for serialized and itemid + input for itemid
ChangeSet
1.1979.1.129 05/07/11 22:29:47 jojodee-CZ0/[email protected] +1 -0
Add Banzai to the credits file for Malaysian
docs/CREDITS.txt
1.38 05/07/11 22:29:42 jojodee-CZ0/[email protected] +1 -0
Add Banzai to the credits file for Malaysian
ChangeSet
1.1979.1.128 05/07/11 22:04:55 jojodee-CZ0/[email protected] +3 -0
Merge [email protected]:/var/bk/xaraya/core/stable
into ahaadev.net:C:/servroot/cygwin/home/jojodee/bk/xarcore/stable
BitKeeper/etc/config
1.16 05/07/11 22:04:51 jojodee-CZ0/[email protected] +0 -0
SCCS merged
BitKeeper/deleted/.del-user-showoutput-themelist.xd~4bc3b34a9ddf84fa
1.4 05/07/11 22:04:15 jojodee-CZ0/[email protected] +0 -0
Auto merged
BitKeeper/deleted/.del-admin-showinput-themelist.xd~159498ac276043
1.4 05/07/11 22:04:15 jojodee-CZ0/[email protected] +0 -0
Auto merged
ChangeSet
1.1979.52.1 05/07/11 21:53:46 jojodee-CZ0/[email protected] +3 -0
removed open logging
ChangeSet
1.1979.1.127 05/07/11 12:33:04 [email protected] +1 -0
Merge xaraya.com:/var/bk/xar/release/core
into hsdev.com:/var/bk/xar/core/xartest
BitKeeper/etc/config
1.15 05/07/11 12:33:02 [email protected] +0 -0
SCCS merged
ChangeSet
1.1979.1.126 05/07/10 18:05:09 jojodee-CZ0/[email protected] +2 -0
Remove redundant, blank templates.
ChangeSet
1.1979.1.125 05/07/10 17:38:13 jojodee-CZ0/[email protected] +1 -0
Update install docs
- update to rc2 -> rc3
- add property move to modules
- add check note about additional template changes
docs/INSTALL.txt
1.40 05/07/10 17:38:09 jojodee-CZ0/[email protected] +5 -1
Update install docs
ChangeSet
1.1979.1.124 05/07/10 17:37:12 jojodee-CZ0/[email protected] +1 -0
Update credits - translation
docs/CREDITS.txt
1.37 05/07/10 17:37:08 jojodee-CZ0/[email protected] +1 -1
Update credits
BitKeeper/deleted/.del-user-showoutput-themelist.xd~4bc3b34a9ddf84fa
1.2.1.1 05/07/10 17:34:12 jojodee-CZ0/[email protected] +0 -0
Delete: html/modules/dynamicdata/xartemplates/user-showoutput-themelist.xd
BitKeeper/deleted/.del-admin-showinput-themelist.xd~159498ac276043
1.2.1.1 05/07/10 17:33:56 jojodee-CZ0/[email protected] +0 -0
Delete: html/modules/dynamicdata/xartemplates/admin-showinput-themelist.xd
BitKeeper/etc/config
1.13.2.1 05/07/09 05:17:16 jojodee-CZ0/[email protected] +0 -1
remove open logging line
ChangeSet
1.1979.47.17 05/07/07 10:19:36 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
fix DD privilege - regid, not systemid
html/modules/dynamicdata/xaradmin/privileges.php
1.5 05/07/07 10:19:27 mikespub-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -1
fix DD privilege - regid, not systemid
ChangeSet
1.1979.47.16 05/07/07 09:20:27 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
config:
use global logging setting
BitKeeper/etc/config
1.13.1.1 05/07/07 09:20:03 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +0 -1
use global logging setting
ChangeSet
1.1979.1.123 05/07/07 08:48:57 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
config:
use global logging setting
BitKeeper/etc/config
1.14 05/07/07 08:48:37 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -1
use global logging setting
ChangeSet
1.1979.1.122 05/07/07 08:48:06 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
releaselog-1.0.0-rc2-1.0.0-rc3.txt:
new file
docs/releaselog-1.0.0-rc2-1.0.0-rc3.txt
1.1 05/07/07 08:38:55 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +5225 -0
docs/releaselog-1.0.0-rc2-1.0.0-rc3.txt
1.0 05/07/07 08:38:55 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +0 -0
BitKeeper file /var/bk/xaraya/release/core/docs/releaselog-1.0.0-rc2-1.0.0-rc3.txt
ChangeSet
1.1979.1.121 05/07/07 08:26:44 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +0 -0
Merge newton.xaraya.com:/var/bk/xaraya/core/stable
into newton.xaraya.com:/var/bk/xaraya/release/core
ChangeSet
1.1979.51.1 05/07/05 08:51:33 [email protected] +1 -0
Adding id for Marc to author map.
BitKeeper/custom/author_map
1.32 05/07/05 08:51:31 [email protected] +1 -0
Adding id for Marc to author map.
ChangeSet
1.1979.50.1 05/07/05 01:47:05 [email protected] +1 -0
bug 4735 - one basedir should be enough :)
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.49 05/07/05 01:46:29 [email protected] +0 -1
bug 4735 - one basedir should be enough :)
ChangeSet
1.1979.47.13 05/07/04 21:29:25 [email protected] +1 -0
force it a bit more to make php header look authentic despite of the theme styles
html/modules/base/xartemplates/admin-sysinfo.xd
1.36 05/07/04 21:29:12 [email protected] +2 -1
force it a bit more to make php header look authentic despite of the theme styles
ChangeSet
1.1979.47.12 05/07/04 21:16:53 [email protected] +1 -0
try restore look and feel of phpinfo via standard css methods
html/modules/base/xartemplates/admin-sysinfo.xd
1.35 05/07/04 21:16:35 [email protected] +34 -4
try restore look and feel of phpinfo via standard css methods
ChangeSet
1.1979.49.31 05/07/04 09:57:36 [email protected] +1 -0
standard css - very last occurance of align attribute
html/modules/dynamicdata/xartemplates/user-showdisplay.xd
1.9 05/07/04 09:57:25 [email protected] +1 -1
standard css - very last occurance of align attribute
ChangeSet
1.1979.49.30 05/07/04 09:55:05 [email protected] +1 -0
standard css
html/modules/roles/xartemplates/admin-welcomeemail.xd
1.25 05/07/04 09:54:55 [email protected] +7 -7
standard css
ChangeSet
1.1979.49.29 05/07/04 09:52:53 [email protected] +1 -0
standard css
html/modules/mail/xartemplates/admin-viewq.xd
1.2 05/07/04 09:52:42 [email protected] +1 -1
standard css
ChangeSet
1.1979.49.28 05/07/04 09:52:22 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/user-showview.xd
1.16 05/07/04 09:52:09 [email protected] +3 -3
standard css
ChangeSet
1.1979.49.27 05/07/04 09:50:07 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/user-showdisplay.xd
1.8 05/07/04 09:49:55 [email protected] +2 -2
standard css
ChangeSet
1.1979.49.26 05/07/04 09:48:06 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/user-search.xd
1.10 05/07/04 09:47:55 [email protected] +3 -3
standard css
ChangeSet
1.1979.49.25 05/07/04 09:45:53 [email protected] +1 -0
standard css
html/modules/roles/xartemplates/user-search.xd
1.23 05/07/04 09:45:44 [email protected] +3 -4
standard css
ChangeSet
1.1979.49.24 05/07/04 09:45:03 [email protected] +1 -0
standard css
html/modules/roles/xartemplates/user-new.xd
1.21 05/07/04 09:44:50 [email protected] +122 -78
standard css
ChangeSet
1.1979.49.23 05/07/04 09:42:41 [email protected] +1 -0
standard css
html/modules/privileges/xartemplates/admin-showroles.xd
1.24 05/07/04 09:42:24 [email protected] +2 -2
standard css
ChangeSet
1.1979.49.22 05/07/04 09:41:17 [email protected] +1 -0
oops - unnecessary
html/modules/dynamicdata/xartemplates/user-displayhook.xd
1.15 05/07/04 09:41:07 [email protected] +1 -1
oops - unnecessary
ChangeSet
1.1979.49.21 05/07/04 09:40:26 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/user-displayhook.xd
1.14 05/07/04 09:40:17 [email protected] +2 -2
standard css
ChangeSet
1.1979.49.20 05/07/04 09:39:38 [email protected] +1 -0
standard css + minor semantic cleanups
html/modules/dynamicdata/xartemplates/objects/showview.xd
1.20 05/07/04 09:39:25 [email protected] +166 -201
standard css + minor semantic cleanups
ChangeSet
1.1979.49.19 05/07/04 09:36:02 [email protected] +1 -0
standard css + minor semantic cleanups
html/modules/dynamicdata/xartemplates/objects/showform.xd
1.4.1.3 05/07/04 09:35:53 [email protected] +17 -16
standard css + minor semantic cleanups
ChangeSet
1.1979.49.18 05/07/04 09:34:28 [email protected] +1 -0
minor semantic cleanups
html/modules/dynamicdata/xartemplates/objects/showdisplay.xd
1.10 05/07/04 09:34:19 [email protected] +21 -18
minor semantic cleanups
ChangeSet
1.1979.49.17 05/07/04 09:32:54 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/objects/showdisplay.xd
1.9 05/07/04 09:32:44 [email protected] +4 -5
standard css
ChangeSet
1.1979.49.16 05/07/04 09:32:11 [email protected] +1 -0
standard css + minor semantic cleanups
html/modules/dynamicdata/xartemplates/blocks/form.xd
1.4 05/07/04 09:32:00 [email protected] +2 -3
standard css + minor semantic cleanups
ChangeSet
1.1979.49.15 05/07/04 09:31:55 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/admin-showpropval.xd
1.4 05/07/04 09:31:42 [email protected] +1 -1
standard css
ChangeSet
1.1979.49.14 05/07/04 09:31:22 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/admin-showlist.xd
1.8 05/07/04 09:31:12 [email protected] +5 -5
standard css
ChangeSet
1.1979.49.13 05/07/04 09:29:58 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/admin-showinput-hardcore.xd
1.4 05/07/04 09:29:48 [email protected] +1 -1
standard css
ChangeSet
1.1979.49.12 05/07/04 09:28:50 [email protected] +1 -0
standard css + minor semantic cleanups
html/modules/dynamicdata/xartemplates/admin-showform.xd
1.8 05/07/04 09:28:40 [email protected] +18 -10
standard css + minor semantic cleanups
ChangeSet
1.1979.49.11 05/07/04 09:26:54 [email protected] +1 -0
standard css + minor semantic cleanups
html/modules/dynamicdata/xartemplates/admin-privileges.xd
1.5 05/07/04 09:26:43 [email protected] +16 -19
standard css + minor semantic cleanups
ChangeSet
1.1979.49.10 05/07/04 09:20:01 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/admin-modifyconfighook.xd
1.24 05/07/04 09:19:50 [email protected] +2 -2
standard css
ChangeSet
1.1979.49.9 05/07/04 09:16:11 [email protected] +1 -0
standard css
html/modules/dynamicdata/xartemplates/admin-menu.xd
1.11 05/07/04 09:15:58 [email protected] +2 -4
standard css
ChangeSet
1.1979.49.8 05/07/04 09:13:56 [email protected] +1 -0
standard css use case
html/modules/dynamicdata/xartemplates/admin-main.xd
1.29 05/07/04 09:13:44 [email protected] +1 -1
standard css use case
ChangeSet
1.1979.49.7 05/07/04 08:34:17 [email protected] +1 -0
minor semantic cleanups
html/modules/base/xartemplates/properties/showoutput-checkboxmask.xd
1.4 05/07/04 08:34:03 [email protected] +9 -12
minor semantic cleanups
ChangeSet
1.1979.49.6 05/07/04 08:29:58 [email protected] +1 -0
minor semantic cleanups
html/modules/roles/xartemplates/user-view.xd
1.76 05/07/04 08:29:49 [email protected] +1 -1
minor semantic cleanups
ChangeSet
1.1979.49.5 05/07/04 08:29:05 [email protected] +1 -0
minor semantic cleanups
html/modules/roles/xartemplates/admin-showusers.xd
1.63 05/07/04 08:28:55 [email protected] +1 -1
minor semantic cleanups
ChangeSet
1.1979.49.4 05/07/04 08:28:09 [email protected] +1 -0
minor semantic cleanups
html/modules/roles/xartemplates/admin-main.xd
1.32 05/07/04 08:27:59 [email protected] +22 -27
minor semantic cleanups
ChangeSet
1.1979.49.3 05/07/04 08:26:36 [email protected] +1 -0
standard css + minor semantic cleanups
html/modules/dynamicdata/xartemplates/user-showview.xd
1.15 05/07/04 08:26:25 [email protected] +94 -119
standard css + minor semantic cleanups
ChangeSet
1.1979.49.2 05/07/04 08:20:51 [email protected] +1 -0
minor semantic cleanups
html/modules/dynamicdata/xartemplates/user-showdisplay.xd
1.7 05/07/04 08:20:41 [email protected] +19 -13
minor semantic cleanups
ChangeSet
1.1979.49.1 05/07/04 08:18:40 [email protected] +1 -0
minor semantic cleanups
html/modules/dynamicdata/xartemplates/admin-modifyconfighook.xd
1.23 05/07/04 08:18:26 [email protected] +43 -31
minor semantic cleanups
ChangeSet
1.1979.48.4 05/07/03 23:15:04 [email protected] +2 -0
bug 2731 - some file associations
html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
1.32 05/07/03 23:14:57 [email protected] +5 -0
bug 2731 - some file associations
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.48 05/07/03 23:14:57 [email protected] +4 -0
bug 2731 - some file associations
ChangeSet
1.1979.48.3 05/07/03 22:33:04 [email protected] +1 -0
bug 2731 - provide _objectid, _moduleid and _itemtype in property
html/modules/dynamicdata/class/properties.php
1.73 05/07/03 22:31:09 [email protected] +20 -8
provide _objectid, _moduleid and _itemtype in property
ChangeSet
1.1979.48.2 05/07/03 18:40:17 [email protected] +4 -0
bug 2656 - import directory per property/user
html/modules/base/xartemplates/properties/validation-textupload.xd
1.4 05/07/03 18:39:42 [email protected] +15 -0
bug 2656 - import directory per property/user
html/modules/base/xartemplates/properties/validation-fileupload.xd
1.6 05/07/03 18:39:42 [email protected] +15 -0
bug 2656 - import directory per property/user
html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
1.31 05/07/03 18:39:42 [email protected] +35 -7
bug 2656 - import directory per property/user
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.47 05/07/03 18:39:42 [email protected] +35 -7
bug 2656 - import directory per property/user
ChangeSet
1.1979.48.1 05/07/03 14:48:34 [email protected] +1 -0
update on the single space vs. empty string issue
docs/rfc/rfc0045.xml
1.11 05/07/03 14:48:25 [email protected] +2 -1
update on the single space vs. empty string issue
ChangeSet
1.1979.47.8 05/07/03 12:53:05 [email protected] +5 -0
bug 2603 - upload directory per property/user
html/modules/base/xartemplates/properties/validation-textupload.xd
1.3 05/07/03 12:52:26 [email protected] +15 -0
bug 2603 - upload directory per property/user
html/modules/base/xartemplates/properties/validation-fileupload.xd
1.5 05/07/03 12:52:26 [email protected] +15 -0
bug 2603 - upload directory per property/user
html/modules/base/xartemplates/properties/validation-dropdown.xd
1.5 05/07/03 12:52:26 [email protected] +13 -13
bug 2603 - upload directory per property/user
html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
1.30 05/07/03 12:52:26 [email protected] +33 -2
bug 2603 - upload directory per property/user
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.46 05/07/03 12:52:26 [email protected] +33 -2
bug 2603 - upload directory per property/user
ChangeSet
1.1979.47.7 05/07/03 03:33:56 [email protected] +1 -0
QA
html/modules/base/xartemplates/properties/validation-fileupload.xd
1.4 05/07/03 03:33:50 [email protected] +2 -5
QA
ChangeSet
1.1979.47.6 05/07/03 03:31:37 [email protected] +3 -0
ImageList validation (basedir, baseurl, filetype)
html/modules/base/xartemplates/properties/validation-fileupload.xd
1.3 05/07/03 03:31:25 [email protected] +8 -0
ImageList validation (basedir, baseurl, filetype)
html/modules/base/xarproperties/Dynamic_ImageList_Property.php
1.23 05/07/03 03:31:25 [email protected] +103 -6
ImageList validation (basedir, baseurl, filetype)
html/modules/base/xartemplates/properties/validation-imagelist.xd
1.1 05/07/03 03:30:12 [email protected] +52 -0
html/modules/base/xartemplates/properties/validation-imagelist.xd
1.0 05/07/03 03:30:12 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/base/xartemplates/properties/validation-imagelist.xd
ChangeSet
1.1979.47.5 05/07/03 02:34:25 [email protected] +2 -0
get rid of single spaces in query results
html/xaradodb/xarchanges.txt
1.4 05/07/03 02:34:14 [email protected] +1 -1
get rid of single spaces in query results
html/xaradodb/drivers/adodb-xarmssql.inc.php
1.2 05/07/03 02:34:14 [email protected] +49 -0
get rid of single spaces in query results
ChangeSet
1.1979.47.4 05/07/02 22:21:00 [email protected] +1 -0
default args are serialized array
html/modules/dynamicdata/xaradminapi/importpropertytypes.php
1.13 05/07/02 22:20:52 [email protected] +1 -1
default args are serialized array
ChangeSet
1.1979.47.3 05/07/02 20:00:18 [email protected] +4 -0
single-space hooks
html/modules/modules/xaradminapi/updatehooks.php
1.17 05/07/02 20:00:11 [email protected] +6 -0
single-space hooks
html/modules/modules/xaradminapi/update.php
1.16 05/07/02 20:00:11 [email protected] +5 -0
single-space hooks
html/modules/modules/xaradminapi/gethooklist.php
1.15 05/07/02 20:00:11 [email protected] +11 -2
single-space hooks
html/includes/xarMod.php
1.325 05/07/02 20:00:01 [email protected] +7 -5
single-space hooks
ChangeSet
1.1979.47.2 05/07/02 19:30:15 [email protected] +1 -0
more on table/column aliases
docs/rfc/rfc0045.xml
1.10 05/07/02 19:30:07 [email protected] +13 -0
more on table/column aliases
ChangeSet
1.1979.47.1 05/07/02 19:00:43 [email protected] +1 -0
the joys of empty strings in SQL Server - what a mess they made...
docs/rfc/rfc0045.xml
1.9 05/07/02 19:00:34 [email protected] +6 -0
the joys of empty strings in SQL Server - what a mess they made...
ChangeSet
1.1979.1.118 05/07/02 16:09:42 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -0
Merge newton.xaraya.com:/var/bk/xaraya/core/stable
into newton.xaraya.com:/var/bk/xaraya/release/core
html/includes/xarCore.php
1.178 05/07/02 16:09:40 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +0 -0
Auto merged
build.properties
1.28 05/07/02 16:09:40 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +0 -0
Auto merged
ChangeSet
1.1979.46.1 05/07/02 17:04:56 [email protected] +1 -0
minor cleanups
html/modules/themes/xartemplates/blocks/metaAdmin.xd
1.19 05/07/02 17:04:41 [email protected] +117 -93
minor cleanups
ChangeSet
1.1979.45.1 05/07/02 16:28:48 [email protected] +1 -0
small updates to RFC 45
docs/rfc/rfc0045.xml
1.8 05/07/02 16:28:40 [email protected] +24 -0
small updates to RFC 45
ChangeSet
1.1979.44.3 05/07/02 10:22:17 [email protected] +1 -0
hide the link from menu for now
html/modules/themes/xaradminapi/getmenulinks.php
1.11 05/07/02 10:22:00 [email protected] +3 -3
hide the link from menu for now
ChangeSet
1.1979.44.2 05/07/02 09:57:23 [email protected] +1 -0
standard css class
html/upgrade.php
1.126 05/07/02 09:57:13 [email protected] +1 -1
standard css class
ChangeSet
1.1979.44.1 05/07/02 09:56:35 [email protected] +1 -0
standard css
html/modules/themes/xarinit.php
1.43 05/07/02 09:56:22 [email protected] +1 -1
standard css
ChangeSet
1.1979.1.114 05/07/02 08:02:40 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
Archived files from 04-2005
BitKeeper/etc/gone
1.60 05/07/02 08:02:07 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +30 -0
ChangeSet
1.1979.1.113 05/07/02 07:49:02 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
Archived files from 03-2005
BitKeeper/etc/gone
1.59 05/07/02 07:48:39 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +21 -0
ChangeSet
1.1979.1.112 05/07/02 07:47:56 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
Archived files from 02-2005
BitKeeper/etc/gone
1.58 05/07/02 07:47:13 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +42 -0
ChangeSet
1.1979.1.111 05/07/02 07:46:00 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
Archived files from 01-2005
BitKeeper/etc/gone
1.57 05/07/02 07:16:48 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -0
ChangeSet
1.1979.1.110 05/07/02 02:29:31 [email protected] +1 -0
use N(W.D) if width and decimals are specified
html/includes/tableddl/datadict.php
1.3 05/07/02 02:29:22 [email protected] +2 -2
use N(W.D) if width and decimals are specified
ChangeSet
1.1979.1.109 05/07/02 01:54:14 [email protected] +7 -0
bug 4124 - relative paths for exception loading
html/includes/xarPreCore.php
1.2 05/07/02 01:54:03 [email protected] +2 -2
bug 4124 - relative paths for exception loading
html/includes/xarException.php
1.125 05/07/02 01:54:03 [email protected] +19 -3
bug 4124 - relative paths for exception loading
html/includes/xarCore.php
1.176.1.1 05/07/02 01:54:03 [email protected] +4 -1
bug 4124 - relative paths for exception loading
html/includes/exceptions/textexceptionrendering.class.php
1.10 05/07/02 01:54:03 [email protected] +4 -2
bug 4124 - relative paths for exception loading
html/includes/exceptions/systemexception.class.php
1.14 05/07/02 01:54:03 [email protected] +2 -1
bug 4124 - relative paths for exception loading
html/includes/exceptions/htmlexceptionrendering.class.php
1.10 05/07/02 01:54:03 [email protected] +4 -2
bug 4124 - relative paths for exception loading
html/includes/exceptions/exceptionrendering.class.php
1.22 05/07/02 01:54:03 [email protected] +4 -4
bug 4124 - relative paths for exception loading
ChangeSet
1.1979.1.108 05/07/01 23:56:27 [email protected] +3 -0
ADODB changes for MS SQL
html/xaradodb/xarchanges.txt
1.3 05/07/01 23:56:14 [email protected] +31 -0
ADODB changes for MS SQL
html/xaradodb/datadict/datadict-mssql.inc.php
1.5 05/07/01 23:56:14 [email protected] +14 -3
ADODB changes for MS SQL
html/xaradodb/drivers/adodb-xarmssql.inc.php
1.1 05/07/01 23:55:56 [email protected] +58 -0
html/xaradodb/drivers/adodb-xarmssql.inc.php
1.0 05/07/01 23:55:56 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/xaradodb/drivers/adodb-xarmssql.inc.php
ChangeSet
1.1979.1.107 05/07/01 23:55:07 [email protected] +7 -0
core install with MS SQL
html/includes/tableddl/datadict.php
1.2 05/07/01 23:35:35 [email protected] +36 -6
core install with MS SQL
html/includes/datastores/Dynamic_VariableTable_DataStore.php
1.28 05/07/01 23:35:30 [email protected] +3 -0
core install with MS SQL
html/includes/xarVar.php
1.153 05/07/01 23:35:26 [email protected] +4 -4
core install with MS SQL
html/includes/xarTableDDL.php
1.74 05/07/01 23:35:26 [email protected] +6 -0
core install with MS SQL
html/includes/xarSession.php
1.100 05/07/01 23:35:26 [email protected] +1 -1
core install with MS SQL
html/modules/installer/xaradmin.php
1.172 05/07/01 23:32:43 [email protected] +4 -2
core install with MS SQL
html/modules/modules/xarinit.php
1.47 05/07/01 23:31:29 [email protected] +6 -6
core install with MS SQL
ChangeSet
1.1979.43.3 05/07/01 15:51:41 [email protected] +2 -0
datadict support in xarTableDDL (sample)
html/includes/tableddl/datadict.php
1.1 05/07/01 15:51:31 [email protected] +471 -0
html/includes/tableddl/datadict.php
1.0 05/07/01 15:51:31 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/includes/tableddl/datadict.php
html/includes/xarTableDDL.php
1.73 05/07/01 15:51:10 [email protected] +25 -14
datadict support in xarTableDDL (sample)
ChangeSet
1.1979.43.2 05/07/01 11:53:56 [email protected] +1 -0
clarify requirements for Oracle
html/modules/installer/xaradmin.php
1.171 05/07/01 11:53:46 [email protected] +1 -1
clarify requirements for Oracle
ChangeSet
1.1979.43.1 05/07/01 11:48:46 [email protected] +6 -0
move db-specific functions out of xarTableDDL
html/includes/tableddl/sqlite.php
1.1 05/07/01 11:48:30 [email protected] +280 -0
html/includes/tableddl/postgres.php
1.1 05/07/01 11:48:30 [email protected] +420 -0
html/includes/tableddl/oracle.php
1.1 05/07/01 11:48:30 [email protected] +409 -0
html/includes/tableddl/mysql.php
1.1 05/07/01 11:48:30 [email protected] +450 -0
html/includes/tableddl/index.html
1.1 05/07/01 11:48:30 [email protected] +0 -0
html/includes/tableddl/sqlite.php
1.0 05/07/01 11:48:30 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/includes/tableddl/sqlite.php
html/includes/tableddl/postgres.php
1.0 05/07/01 11:48:30 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/includes/tableddl/postgres.php
html/includes/tableddl/oracle.php
1.0 05/07/01 11:48:30 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/includes/tableddl/oracle.php
html/includes/tableddl/mysql.php
1.0 05/07/01 11:48:30 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/includes/tableddl/mysql.php
html/includes/tableddl/index.html
1.0 05/07/01 11:48:30 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/includes/tableddl/index.html
html/includes/xarTableDDL.php
1.72 05/07/01 11:48:20 [email protected] +95 -1531
move db-specific functions out of xarTableDDL
ChangeSet
1.1979.1.103 05/07/01 01:31:22 [email protected] +1 -0
bug 4578 - and/or in where clauses
html/modules/dynamicdata/class/objects.php
1.55.1.3 05/07/01 01:31:14 [email protected] +30 -1
bug 4578 - and/or in where clauses
ChangeSet
1.1979.1.102 05/06/30 21:23:48 [email protected] +1 -0
bug 4643 - handle array defaults too
html/includes/xarTableDDL.php
1.71 05/06/30 21:23:38 [email protected] +16 -2
bug 4643 - handle array defaults too
ChangeSet
1.1979.1.101 05/06/30 16:37:45 [email protected] +1 -0
bug 4706 - fix dashboard label
html/modules/adminpanels/xartemplates/admin-modifyconfig.xd
1.54 05/06/30 16:37:37 [email protected] +1 -1
bug 4706 - fix dashboard label
ChangeSet
1.1979.1.100 05/06/30 15:28:07 [email protected] +1 -0
bug 4716 - use gmdate for RFC 822 format
html/themes/rss/includes/rsssummary-common.xt
1.4 05/06/30 15:27:58 [email protected] +2 -2
bug 4716 - use gmdate for RFC 822 format
ChangeSet
1.1979.42.5 05/06/30 12:25:20 [email protected] +1 -0
standard core classes for standard elements
html/modules/base/xartemplates/properties/showinput-urltitle.xd
1.9 05/06/30 12:25:09 [email protected] +22 -23
standard core classes for standard elements
ChangeSet
1.1979.42.4 05/06/30 11:41:48 [email protected] +1 -0
standard core classes for standard elements (cleaned format)
html/modules/base/xartemplates/properties/showinput-textupload.xd
1.8 05/06/30 11:41:37 [email protected] +8 -13
standard core classes for standard elements (cleaned format)
ChangeSet
1.1979.42.3 05/06/30 11:40:49 [email protected] +1 -0
standard core classes for standard elements
html/modules/base/xartemplates/properties/showinput-textupload.xd
1.7 05/06/30 11:40:37 [email protected] +4 -3
standard core classes for standard elements
ChangeSet
1.1979.42.2 05/06/30 11:30:57 [email protected] +1 -0
standard core classes for standard elements
html/modules/base/xartemplates/properties/showinput-url.xd
1.6 05/06/30 11:30:45 [email protected] +1 -1
standard core classes for standard elements
ChangeSet
1.1979.42.1 05/06/30 11:22:53 [email protected] +2 -0
standard core classes for standard elements
html/modules/base/xartemplates/properties/showinput-calendar.xd
1.12 05/06/30 11:22:36 [email protected] +2 -4
standard core classes for standard elements
html/modules/base/xartemplates/properties/showinput-combobox.xd
1.7 05/06/30 11:22:07 [email protected] +2 -2
standard core classes for standard elements
ChangeSet
1.1979.1.99 05/06/30 12:14:50 jojodee-CZ0/[email protected] +1 -0
Hidden property is now moved to Base. Update upgrade.php accordingly, at least for reference.
html/upgrade.php
1.125 05/06/30 12:14:45 jojodee-CZ0/[email protected] +1 -1
Hidden property is now moved to Base. Update upgrade.php accordingly, at least for reference.
ChangeSet
1.1979.1.98 05/06/29 21:03:24 [email protected] +1 -0
afterscrubbing the underscrubbed (stray tag) - bug 1432
html/modules/roles/xartemplates/user-view.xd
1.75 05/06/29 21:03:11 [email protected] +11 -12
afterscrubbing the underscrubbed (stray tag) - bug 1432
ChangeSet
1.1979.1.97 05/06/29 20:58:48 [email protected] +1 -0
afterscrubbing the underscrubbed (forgot quote) - bug 1432
html/modules/roles/xartemplates/admin-updatestate.xd
1.12 05/06/29 20:58:35 [email protected] +1 -1
afterscrubbing the underscrubbed (forgot quote) - bug 1432
ChangeSet
1.1979.1.96 05/06/29 20:53:24 [email protected] +1 -0
afterscrubbing the underscrubbed (forgot quotes) - bug 1432
html/themes/print/pages/default.xt
1.25 05/06/29 20:53:09 [email protected] +1 -1
afterscrubbing the underscrubbed (forgot quotes) - bug 1432
ChangeSet
1.1979.1.95 05/06/29 20:48:23 [email protected] +1 -0
bug 1432 - all inline styles gone from all core module and theme templates
BitKeeper/deleted/.del-admin-modinfo.xd~aa727bec4d1c2a41
1.21 05/06/29 20:44:30 [email protected] +179 -123
Delete: html/modules/modules/xartemplates/admin-modinfo.xd
ChangeSet
1.1979.1.94 05/06/29 20:41:03 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/themes/print/pages/default.xt
1.24 05/06/29 20:40:51 [email protected] +2 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.93 05/06/29 20:12:02 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/blocks/online.xd
1.18 05/06/29 20:11:50 [email protected] +4 -4
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.92 05/06/29 20:09:26 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/blocks/online.xd
1.17 05/06/29 20:09:16 [email protected] +10 -10
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.91 05/06/29 20:05:38 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-view.xd
1.74 05/06/29 20:05:23 [email protected] +5 -5
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.90 05/06/29 19:58:17 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-view.xd
1.73 05/06/29 19:58:06 [email protected] +4 -10
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.89 05/06/29 19:54:37 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-terms.xd
1.29 05/06/29 19:54:23 [email protected] +2 -4
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.88 05/06/29 19:51:15 [email protected] +1 -0
afterscrubbing the underscrubbed (a bit strange template TODO:redo?) - bug 1432
html/modules/modules/xartemplates/admin-errorupdate.xd
1.6 05/06/29 19:51:04 [email protected] +8 -14
afterscrubbing the underscrubbed (a bit strange template TODO:redo?) - bug 1432
ChangeSet
1.1979.1.87 05/06/29 19:41:07 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/modules/xartemplates/includes/hooks-mainpart.xd
1.10 05/06/29 19:40:57 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.86 05/06/29 19:39:31 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/admin-showusers.xd
1.62 05/06/29 19:39:19 [email protected] +8 -8
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.85 05/06/29 19:37:00 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/modules/xartemplates/includes/hooks-mainpart.xd
1.9 05/06/29 19:36:49 [email protected] +17 -17
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.84 05/06/29 19:31:05 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/installer/xartemplates/admin-phase3.xd
1.45 05/06/29 19:30:54 [email protected] +9 -9
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.83 05/06/29 19:30:47 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/themes/Xaraya_Classic/style/installer.css
1.20 05/06/29 19:30:30 [email protected] +3 -0
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.82 05/06/29 19:23:58 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/blocks/xartemplates/includes/compact.xd
1.14 05/06/29 19:23:48 [email protected] +13 -17
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.81 05/06/29 19:23:42 [email protected] +2 -0
small correction towards resolving bug 1432
html/modules/base/xarstyles/xarcore-xhtml1-strict.css
1.19 05/06/29 19:23:28 [email protected] +5 -5
small correction towards resolving bug 1432
BitKeeper/deleted/.del-compactlist-ab.xd~f54d169712bbf39
1.9 05/06/29 16:56:22 [email protected] +0 -0
Delete: html/modules/modules/xartemplates/includes/compactlist-ab.xd
ChangeSet
1.1979.1.79 05/06/29 16:53:59 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/admin-updatestate.xd
1.11 05/06/29 16:53:48 [email protected] +54 -45
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.78 05/06/29 16:50:49 [email protected] +1 -0
afterscrubbing the underscrubbed (cannot find where its used)- bug 1432
html/modules/modules/xartemplates/admin-pref.xd
1.11 05/06/29 16:50:38 [email protected] +10 -30
afterscrubbing the underscrubbed (cannot find where its used)- bug 1432
ChangeSet
1.1979.1.77 05/06/29 16:46:59 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/installer/xartemplates/admin-phase5.xd
1.37 05/06/29 16:46:49 [email protected] +3 -3
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.76 05/06/29 16:45:17 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/dynamicdata/xartemplates/includes/objectlist-table.xd
1.2 05/06/29 16:45:05 [email protected] +3 -3
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.75 05/06/29 16:43:41 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/dynamicdata/xartemplates/includes/objectlist-list.xd
1.2 05/06/29 16:43:30 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.74 05/06/29 16:41:24 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/dynamicdata/xartemplates/blocks/modify-form.xd
1.3 05/06/29 16:41:13 [email protected] +7 -9
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.73 05/06/29 16:38:07 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/base/xartemplates/properties/showinput-array.xd
1.3 05/06/29 16:37:55 [email protected] +13 -15
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.72 05/06/29 16:11:03 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/themes/Xaraya_Classic/pages/installer.xt
1.32 05/06/29 16:10:52 [email protected] +2 -2
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.71 05/06/29 16:08:28 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/themes/Xaraya_Classic/modules/example/user-main.xt
1.19 05/06/29 16:08:16 [email protected] +5 -6
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.70 05/06/29 16:05:16 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-waitingconfirm.xd
1.7 05/06/29 16:05:03 [email protected] +1 -3
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.69 05/06/29 16:04:57 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-viewtree.xd
1.5 05/06/29 16:04:42 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.68 05/06/29 16:03:45 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-startvalidation.xd
1.20 05/06/29 16:03:33 [email protected] +2 -4
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.67 05/06/29 16:02:54 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-showloginform.xd
1.16 05/06/29 16:02:39 [email protected] +3 -5
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.66 05/06/29 16:02:12 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-requestpwconfirm.xd
1.8 05/06/29 16:01:58 [email protected] +1 -3
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.65 05/06/29 16:01:50 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-requestpw.xd
1.15 05/06/29 16:01:36 [email protected] +2 -4
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.64 05/06/29 16:01:18 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-registerform.xd
1.34 05/06/29 16:01:02 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.63 05/06/29 16:00:51 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-registerform.xd
1.33 05/06/29 16:00:37 [email protected] +1 -3
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.62 05/06/29 16:00:28 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-privacy.xd
1.34 05/06/29 16:00:13 [email protected] +1 -3
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.61 05/06/29 15:59:43 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-getvalidation.xd
1.9 05/06/29 15:59:32 [email protected] +1 -3
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.60 05/06/29 15:59:12 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-email.xd
1.26 05/06/29 15:58:58 [email protected] +16 -18
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.59 05/06/29 15:58:49 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-confirmregistration.xd
1.23 05/06/29 15:58:34 [email protected] +2 -4
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.58 05/06/29 15:58:04 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-choices.xd
1.16 05/06/29 15:57:49 [email protected] +3 -5
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.57 05/06/29 15:56:33 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/user-checkage.xd
1.11 05/06/29 15:56:19 [email protected] +1 -4
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.56 05/06/29 15:55:34 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/blocks/logout.xd
1.22 05/06/29 15:55:22 [email protected] +2 -2
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.55 05/06/29 15:54:09 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/blocks/login.xd
1.46 05/06/29 15:53:56 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.54 05/06/29 15:52:44 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/admin-welcomeemail.xd
1.24 05/06/29 15:52:33 [email protected] +1 -3
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.53 05/06/29 15:51:46 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/admin-viewroles.xd
1.12 05/06/29 15:51:22 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.52 05/06/29 15:50:27 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/admin-removeprivilege.xd
1.24 05/06/29 15:50:15 [email protected] +1 -4
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.51 05/06/29 15:48:09 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/admin-purge.xd
1.30 05/06/29 15:47:58 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.50 05/06/29 15:46:29 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/admin-modifyrole.xd
1.61 05/06/29 15:46:17 [email protected] +2 -2
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.49 05/06/29 15:45:40 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/admin-createmail.xd
1.55 05/06/29 15:45:26 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.48 05/06/29 15:44:42 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/privileges/xartemplates/admin-viewroles.xd
1.45 05/06/29 15:44:29 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.47 05/06/29 15:44:00 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/privileges/xartemplates/admin-showroles.xd
1.23 05/06/29 15:43:49 [email protected] +63 -84
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.46 05/06/29 15:41:06 [email protected] +1 -0
afterscrubbing the underscrubbed (not sure what this template is for - just removing inline styles for now) - bug 1432
html/modules/modules/xartemplates/admin-prefs.xd
1.8 05/06/29 15:40:53 [email protected] +27 -38
afterscrubbing the underscrubbed (not sure what this template is for - just removing inline styles for now) - bug 1432
ChangeSet
1.1979.1.45 05/06/29 15:34:42 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/modules/xartemplates/admin-list.xd
1.86 05/06/29 15:34:30 [email protected] +24 -28
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.44 05/06/29 13:03:56 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/installer/xartemplates/admin-phase2.xd
1.30 05/06/29 13:03:44 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.43 05/06/29 13:01:36 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/dynamicdata/xartemplates/admin-showpropval.xd
1.3 05/06/29 13:01:24 [email protected] +36 -37
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.42 05/06/29 13:00:28 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/dynamicdata/xartemplates/admin-query.xd
1.17 05/06/29 13:00:17 [email protected] +233 -313
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.41 05/06/29 12:58:59 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/dynamicdata/xartemplates/admin-privileges.xd
1.4 05/06/29 12:58:47 [email protected] +208 -159
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.40 05/06/29 12:52:58 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/dynamicdata/xartemplates/admin-modifyprop.xd
1.52 05/06/29 12:52:45 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.1.39 05/06/29 12:50:26 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/base/xartemplates/properties/showinput-tcolorpicker.xd
1.6 05/06/29 12:50:11 [email protected] +4 -5
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.51 05/06/29 13:48:38 [email protected] +1 -0
update INSTALL.txt with DD object template changes
docs/INSTALL.txt
1.39 05/06/29 13:48:29 [email protected] +14 -0
update INSTALL.txt with DD object template changes
ChangeSet
1.1979.1.38 05/06/29 12:45:39 [email protected] +2 -0
afterscrubbing the underscrubbed - bug 1432
html/themes/Xaraya_Classic/pages/admin.xt
1.4 05/06/29 12:45:14 [email protected] +3 -2
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.50 05/06/29 13:41:59 [email protected] +4 -0
clarify how objects templates can be overridden
html/modules/dynamicdata/xartemplates/objects/showview.xd
1.19 05/06/29 13:41:49 [email protected] +6 -0
clarify how objects templates can be overridden
html/modules/dynamicdata/xartemplates/objects/showlist.xd
1.27 05/06/29 13:41:49 [email protected] +6 -0
clarify how objects templates can be overridden
html/modules/dynamicdata/xartemplates/objects/showform.xd
1.4.1.2 05/06/29 13:41:49 [email protected] +6 -0
clarify how objects templates can be overridden
html/modules/dynamicdata/xartemplates/objects/showdisplay.xd
1.8 05/06/29 13:41:49 [email protected] +6 -0
clarify how objects templates can be overridden
ChangeSet
1.1979.30.49 05/06/29 13:40:04 [email protected] +6 -0
use xarTplObject for templating object methods
html/modules/dynamicdata/xartemplates/objects/showform.xd
1.4.1.1 05/06/29 13:39:21 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-objectform.xd -> html/modules/dynamicdata/xartemplates/objects/showform.xd
html/modules/dynamicdata/xartemplates/objects/showlist.xd
1.26 05/06/29 13:39:14 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-objectlist.xd -> html/modules/dynamicdata/xartemplates/objects/showlist.xd
html/modules/dynamicdata/xartemplates/objects/showview.xd
1.18 05/06/29 13:39:02 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-objectview.xd -> html/modules/dynamicdata/xartemplates/objects/showview.xd
html/modules/dynamicdata/xartemplates/objects/showdisplay.xd
1.7 05/06/29 13:38:53 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-objectdisplay.xd -> html/modules/dynamicdata/xartemplates/objects/showdisplay.xd
html/modules/dynamicdata/class/objects.php
1.55.1.2 05/06/29 13:37:56 [email protected] +4 -12
use xarTplObject for templating object methods
html/includes/xarTemplate.php
1.240 05/06/29 13:37:47 [email protected] +4 -4
use xarTplObject for templating object methods
BitKeeper/deleted/.del-admin-listwizards.xd~908f1a0f
1.8 05/06/29 12:35:33 [email protected] +0 -0
Delete: html/modules/base/xartemplates/admin-listwizards.xd
ChangeSet
1.1979.30.48 05/06/29 11:56:30 [email protected] +1 -0
update INSTALL.txt with DD template changes
docs/INSTALL.txt
1.38 05/06/29 11:56:20 [email protected] +12 -1
update INSTALL.txt with DD template changes
ChangeSet
1.1979.30.47 05/06/29 11:41:43 [email protected] +1 -0
oops - validation is a valid fall-back template
html/modules/dynamicdata/xartemplates/properties/validation.xd
1.4 05/06/29 11:41:35 [email protected] +1 -6
oops - validation is a valid fall-back template
ChangeSet
1.1979.30.46 05/06/29 11:36:04 [email protected] +3 -0
fall-back to DD for property templates
html/modules/dynamicdata/xartemplates/properties/validation.xd
1.3 05/06/29 11:35:02 [email protected] +24 -2
fall-back to DD for property templates
html/modules/dynamicdata/xartemplates/properties/showinput.xd
1.8 05/06/29 11:35:02 [email protected] +4 -14
fall-back to DD for property templates
html/includes/xarTemplate.php
1.239 05/06/29 11:34:48 [email protected] +58 -25
fall-back to DD for property templates
ChangeSet
1.1979.30.45 05/06/29 10:35:43 [email protected] +1 -0
accept empty value for item in itemtype
html/modules/dynamicdata/xarproperties/Dynamic_ItemType_Property.php
1.14 05/06/29 10:35:07 [email protected] +6 -0
accept empty value for item in itemtype
ChangeSet
1.1979.30.44 05/06/28 20:13:19 [email protected] +1 -0
bug 4654 - apply sort order
html/modules/roles/xaradmin/showusers.php
1.40 05/06/28 20:13:12 [email protected] +3 -1
bug 4654 - apply sort order
ChangeSet
1.1979.30.43 05/06/28 19:55:07 [email protected] +2 -0
bug 3690 - use base url when POSTing
html/modules/roles/xarblocks/login.php
1.52 05/06/28 19:54:59 [email protected] +4 -2
bug 3690 - use base url when POSTing
html/modules/roles/xarblocks/language.php
1.27 05/06/28 19:54:59 [email protected] +7 -2
bug 3690 - use base url when POSTing
ChangeSet
1.1979.30.42 05/06/28 16:09:37 [email protected] +6 -0
use xarTplProperty in Dynamic_Property root class too
html/modules/dynamicdata/xartemplates/properties/label.xd
1.3 05/06/28 16:07:13 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-label.xd -> html/modules/dynamicdata/xartemplates/properties/label.xd
html/modules/dynamicdata/xartemplates/properties/showoutput.xd
1.3 05/06/28 16:06:49 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput.xd -> html/modules/dynamicdata/xartemplates/properties/showoutput.xd
html/modules/dynamicdata/xartemplates/properties/showhidden.xd
1.2 05/06/28 16:06:28 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showhidden.xd -> html/modules/dynamicdata/xartemplates/properties/showhidden.xd
html/modules/dynamicdata/xartemplates/properties/validation.xd
1.2 05/06/28 16:06:14 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation.xd -> html/modules/dynamicdata/xartemplates/properties/validation.xd
html/modules/dynamicdata/xartemplates/properties/showinput.xd
1.7 05/06/28 16:05:53 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput.xd -> html/modules/dynamicdata/xartemplates/properties/showinput.xd
html/modules/dynamicdata/class/properties.php
1.72 05/06/28 16:04:38 [email protected] +7 -4
use xarTplProperty in Dynamic_Property root class too
ChangeSet
1.1979.30.41 05/06/28 16:02:25 [email protected] +1 -0
fix typo
html/modules/dynamicdata/xarproperties/Dynamic_SubForm_Property.php
1.12 05/06/28 16:02:18 [email protected] +1 -1
fix typo
ChangeSet
1.1979.30.40 05/06/28 15:14:33 [email protected] +3 -0
clarify DD Item Type property
html/modules/dynamicdata/xartemplates/properties/showinput-itemtype.xd
1.3 05/06/28 15:14:22 [email protected] +1 -0
clarify DD Item Type property
html/modules/dynamicdata/xarproperties/Dynamic_ItemType_Property.php
1.13 05/06/28 15:14:22 [email protected] +97 -1
clarify DD Item Type property
html/modules/dynamicdata/xartemplates/properties/validation-itemtype.xd
1.1 05/06/28 15:14:00 [email protected] +53 -0
html/modules/dynamicdata/xartemplates/properties/validation-itemtype.xd
1.0 05/06/28 15:14:00 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/dynamicdata/xartemplates/properties/validation-itemtype.xd
ChangeSet
1.1979.30.39 05/06/28 14:11:18 [email protected] +3 -0
restore template functionality
html/modules/dynamicdata/xarproperties/Dynamic_SubForm_Property.php
1.11 05/06/28 14:11:10 [email protected] +6 -6
restore template functionality
html/modules/dynamicdata/xarproperties/Dynamic_ItemType_Property.php
1.12 05/06/28 14:11:10 [email protected] +4 -4
restore template functionality
html/modules/dynamicdata/xarproperties/Dynamic_ItemID_Property.php
1.12 05/06/28 14:11:10 [email protected] +4 -2
restore template functionality
ChangeSet
1.1979.30.38 05/06/28 13:52:22 [email protected] +1 -0
move hidden property to base
html/modules/base/xarproperties/Dynamic_Hidden_Property.php
1.14 05/06/28 13:52:14 [email protected] +2 -2
move hidden property to base
ChangeSet
1.1979.30.37 05/06/28 13:46:39 [email protected] +3 -0
move hidden property to base
html/modules/base/xarproperties/Dynamic_Hidden_Property.php
1.13 05/06/28 13:46:28 [email protected] +1 -1
move hidden property to base
html/modules/base/xartemplates/properties/showoutput-hidden.xd
1.4 05/06/28 13:45:28 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/properties/showoutput-hidden.xd -> html/modules/base/xartemplates/properties/showoutput-hidden.xd
html/modules/base/xartemplates/properties/showinput-hidden.xd
1.5 05/06/28 13:45:22 [email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/properties/showinput-hidden.xd -> html/modules/base/xartemplates/properties/showinput-hidden.xd
html/modules/base/xarproperties/Dynamic_Hidden_Property.php
1.12 05/06/28 13:44:22 [email protected] +0 -0
Rename: html/modules/dynamicdata/xarproperties/Dynamic_Hidden_Property.php -> html/modules/base/xarproperties/Dynamic_Hidden_Property.php
ChangeSet
1.1979.30.36 05/06/28 13:40:23 [email protected] +3 -0
allow flushing of property types after file move
html/modules/dynamicdata/xartemplates/admin-modifyconfig.xd
1.31 05/06/28 13:40:12 [email protected] +1 -1
allow flushing of property types after file move
html/modules/dynamicdata/xaradminapi/importpropertytypes.php
1.12 05/06/28 13:40:12 [email protected] +5 -1
allow flushing of property types after file move
html/modules/dynamicdata/xaradmin/modifyconfig.php
1.6 05/06/28 13:40:12 [email protected] +9 -2
allow flushing of property types after file move
ChangeSet
1.1979.41.3 05/06/28 09:33:37 jojodee-CZ0/[email protected] +1 -0
Add the moved dynamicdata module properties to the upgrade check
html/upgrade.php
1.124 05/06/28 09:33:31 jojodee-CZ0/[email protected] +10 -1
Add the moved dynamicdata module properties to the upgrade check
ChangeSet
1.1979.41.2 05/06/28 09:31:39 jojodee-CZ0/[email protected] +4 -0
Update the dynamic data properties with new xarTplProperty tag
html/modules/dynamicdata/xarproperties/Dynamic_SubForm_Property.php
1.10 05/06/28 09:31:33 jojodee-CZ0/[email protected] +6 -6
Update the dynamic data properties with new xarTplProperty tag
html/modules/dynamicdata/xarproperties/Dynamic_ItemType_Property.php
1.11 05/06/28 09:31:33 jojodee-CZ0/[email protected] +4 -4
Update the dynamic data properties with new xarTplProperty tag
html/modules/dynamicdata/xarproperties/Dynamic_ItemID_Property.php
1.11 05/06/28 09:31:33 jojodee-CZ0/[email protected] +2 -2
Update the dynamic data properties with new xarTplProperty tag
html/modules/dynamicdata/xarproperties/Dynamic_Hidden_Property.php
1.11 05/06/28 09:31:33 jojodee-CZ0/[email protected] +5 -5
Update the dynamic data properties with new xarTplProperty tag
ChangeSet
1.1979.41.1 05/06/28 09:27:59 jojodee-CZ0/[email protected] +19 -0
Move the dynamic data properties to their new location,
Move the dynamic data property related templates to new location, with rename
html/modules/dynamicdata/xartemplates/properties/index.html
1.1 05/06/28 09:27:53 jojodee-CZ0/[email protected] +0 -0
html/modules/dynamicdata/xarproperties/index.html
1.1 05/06/28 09:27:53 jojodee-CZ0/[email protected] +0 -0
html/modules/dynamicdata/xartemplates/properties/index.html
1.0 05/06/28 09:27:53 jojodee-CZ0/[email protected] +0 -0
BitKeeper file C:/servroot/cygwin/home/jojodee/bk/xarcore/stable/html/modules/dynamicdata/xartemplates/properties/index.html
html/modules/dynamicdata/xarproperties/index.html
1.0 05/06/28 09:27:53 jojodee-CZ0/[email protected] +0 -0
BitKeeper file C:/servroot/cygwin/home/jojodee/bk/xarcore/stable/html/modules/dynamicdata/xarproperties/index.html
html/modules/dynamicdata/xarproperties/Dynamic_Object_Property.php
1.11 05/06/28 09:26:33 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xarproperties/Dynamic_Object_Property.php_ -> html/modules/dynamicdata/xarproperties/Dynamic_Object_Property.php
html/modules/dynamicdata/xarproperties/Dynamic_Object_Property.php_
1.10 05/06/28 09:26:00 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xarproperties/Dynamic_Object_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_Object_Property.php_
ChangeSet
1.1979.40.1 05/06/27 18:48:06 [email protected] +1 -0
show upload errors
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.45 05/06/27 18:47:34 [email protected] +2 -1
show upload errors
ChangeSet
1.1979.30.33 05/06/27 15:34:41 [email protected] +1 -0
privileges.php:
Replace the 'bool' on the apply with 'str'
html/modules/dynamicdata/xaradmin/privileges.php
1.4 05/06/27 15:34:16 [email protected] +1 -1
Replace the 'bool' on the apply with 'str'
ChangeSet
1.1979.30.32 05/06/27 15:08:45 [email protected] +1 -0
privileges.php:
Replace xarVarCleanFromInput() with xarVarFetch()
Also bugfix causing failure when DD-related modules are uninstalled.
html/modules/dynamicdata/xaradmin/privileges.php
1.3 05/06/27 15:07:16 [email protected] +28 -28
Replace xarVarCleanFromInput() with xarVarFetch()
Also bugfix causing failure when DD-related modules are uninstalled.
BitKeeper/deleted/.del-user-showoutput-themelist.xd~4bc3b34a9ddf84fa
1.3 05/06/27 14:31:20 jojodee-CZ0/[email protected] +0 -0
Delete: html/modules/dynamicdata/xartemplates/user-showoutput-themelist.xd
BitKeeper/deleted/.del-admin-showinput-themelist.xd~159498ac276043
1.3 05/06/27 14:31:05 jojodee-CZ0/[email protected] +0 -0
Delete: html/modules/dynamicdata/xartemplates/admin-showinput-themelist.xd
html/modules/dynamicdata/xartemplates/properties/validation-subform.xd
1.6 05/06/27 14:30:36 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation-subform.xd -> html/modules/dynamicdata/xartemplates/properties/validation-subform.xd
html/modules/dynamicdata/xartemplates/properties/showoutput-subform.xd
1.5 05/06/27 14:30:03 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-subform.xd -> html/modules/dynamicdata/xartemplates/properties/showoutput-subform.xd
html/modules/dynamicdata/xartemplates/properties/showoutput-itemtype.xd
1.3 05/06/27 14:29:51 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-itemtype.xd -> html/modules/dynamicdata/xartemplates/properties/showoutput-itemtype.xd
html/modules/dynamicdata/xartemplates/properties/showoutput-hidden.xd
1.3 05/06/27 14:29:33 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-hidden.xd -> html/modules/dynamicdata/xartemplates/properties/showoutput-hidden.xd
html/modules/dynamicdata/xartemplates/properties/showinput-itemtype.xd
1.2 05/06/27 14:28:52 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-itemtype.xd -> html/modules/dynamicdata/xartemplates/properties/showinput-itemtype.xd
html/modules/dynamicdata/xartemplates/properties/showinput-itemid.xd
1.4 05/06/27 14:28:35 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-itemid.xd -> html/modules/dynamicdata/xartemplates/properties/showinput-itemid.xd
html/modules/dynamicdata/xartemplates/properties/showinput-hidden.xd
1.4 05/06/27 14:28:12 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-hidden.xd -> html/modules/dynamicdata/xartemplates/properties/showinput-hidden.xd
html/modules/dynamicdata/xartemplates/properties/showinput-subform.xd
1.7 05/06/27 14:27:38 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-subform.xd -> html/modules/dynamicdata/xartemplates/properties/showinput-subform.xd
html/modules/dynamicdata/xarproperties/Dynamic_Validation_Property.php
1.4 05/06/27 13:44:33 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Validation_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_Validation_Property.php
html/modules/dynamicdata/xarproperties/Dynamic_SubForm_Property.php
1.9 05/06/27 13:44:22 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_SubForm_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_SubForm_Property.php
html/modules/dynamicdata/xarproperties/Dynamic_OBject_Property.php
1.9 05/06/27 13:41:47 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_OBject_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_OBject_Property.php
html/modules/dynamicdata/xarproperties/Dynamic_ItemType_Property.php
1.10 05/06/27 13:41:39 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_ItemType_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_ItemType_Property.php
html/modules/dynamicdata/xarproperties/Dynamic_ItemID_Property.php
1.10 05/06/27 13:41:34 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_ItemID_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_ItemID_Property.php
html/modules/dynamicdata/xarproperties/Dynamic_Hidden_Property.php
1.10 05/06/27 13:41:27 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Hidden_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_Hidden_Property.php
html/modules/dynamicdata/xarproperties/Dynamic_FieldType_Property.php
1.9 05/06/27 13:41:17 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_FieldType_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_FieldType_Property.php
html/modules/dynamicdata/xarproperties/Dynamic_FieldStatus_Property.php
1.6.1.3 05/06/27 13:41:08 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_FieldStatus_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_FieldStatus_Property.php
html/modules/dynamicdata/xarproperties/Dynamic_DataSource_Property.php
1.10 05/06/27 13:40:50 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_DataSource_Property.php -> html/modules/dynamicdata/xarproperties/Dynamic_DataSource_Property.php
ChangeSet
1.1979.30.31 05/06/26 15:47:18 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/base/xartemplates/properties/showinput-textarea.xd
1.7 05/06/26 15:47:06 [email protected] +4 -4
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.30 05/06/26 15:40:38 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/base/xartemplates/properties/showinput-textbox.xd
1.6 05/06/26 15:40:18 [email protected] +3 -5
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.29 05/06/26 15:36:02 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/properties/showinput-yahoo.xd
1.6 05/06/26 15:35:51 [email protected] +11 -11
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.28 05/06/26 15:35:15 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/properties/showinput-password.xd
1.8 05/06/26 15:35:01 [email protected] +3 -5
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.27 05/06/26 15:33:15 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/properties/showinput-msn.xd
1.6 05/06/26 15:33:04 [email protected] +13 -13
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.26 05/06/26 15:32:46 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/properties/showinput-icq.xd
1.5 05/06/26 15:32:31 [email protected] +13 -13
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.25 05/06/26 15:27:27 [email protected] +1 -0
format properly
html/modules/roles/xartemplates/properties/showinput-email.xd
1.7 05/06/26 15:27:15 [email protected] +5 -7
format properly
ChangeSet
1.1979.30.24 05/06/26 15:26:45 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/properties/showinput-email.xd
1.6 05/06/26 15:26:31 [email protected] +1 -1
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.23 05/06/26 15:25:54 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/properties/showinput-aim.xd
1.7 05/06/26 15:25:39 [email protected] +15 -15
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.22 05/06/26 15:24:45 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/roles/xartemplates/properties/showinput-affero.xd
1.7 05/06/26 15:24:30 [email protected] +15 -15
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.21 05/06/26 15:20:43 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432
html/modules/base/xartemplates/properties/showinput-urlicon.xd
1.6 05/06/26 15:20:23 [email protected] +2 -2
afterscrubbing the underscrubbed - bug 1432
ChangeSet
1.1979.30.20 05/06/26 14:59:01 [email protected] +1 -0
oops should be wrapped - bug 1432 still
html/modules/dynamicdata/xartemplates/admin-newhook.xd
1.23 05/06/26 14:58:44 [email protected] +4 -2
oops should be wrapped - bug 1432 still
ChangeSet
1.1979.30.19 05/06/26 14:56:50 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432 i guess
html/modules/dynamicdata/xartemplates/admin-newhook.xd
1.22 05/06/26 14:56:37 [email protected] +6 -19
afterscrubbing the underscrubbed - bug 1432 i guess
ChangeSet
1.1979.30.18 05/06/26 14:56:18 [email protected] +1 -0
afterscrubbing the underscrubbed - bug 1432 i guess
html/modules/dynamicdata/xartemplates/admin-modifyhook.xd
1.19 05/06/26 14:56:03 [email protected] +5 -14
afterscrubbing the underscrubbed - bug 1432 i guess
ChangeSet
1.1979.30.17 05/06/25 06:58:01 jojodee-CZ0/[email protected] +1 -0
Fix for bug #4371 (with changes in prior cset..)
html/upgrade.php
1.123 05/06/25 06:57:53 jojodee-CZ0/[email protected] +4 -2
Slight change to formatting.
ChangeSet
1.1979.30.16 05/06/25 06:53:03 jojodee-CZ0/[email protected] +1 -0
Add check for moved DD properties.
html/upgrade.php
1.122 05/06/25 06:52:55 jojodee-CZ0/[email protected] +112 -0
Add check for moved DD properties.
ChangeSet
1.1979.30.15 05/06/25 03:25:01 jojodee-CZ0/[email protected] +1 -0
Add julian module to full distro.
build.properties
1.26.1.2 05/06/25 03:24:54 jojodee-CZ0/[email protected] +1 -1
Add julian module to full distro.
ChangeSet
1.1979.30.14 05/06/24 00:48:05 marc@marclaptop. +1 -0
xarQuery.php:
undoing part of my last change
html/modules/roles/xarincludes/xarQuery.php
1.45 05/06/24 00:41:25 marc@marclaptop. +6 -3
undoing part of my last change
ChangeSet
1.1979.39.1 05/06/23 21:59:05 marc@marclaptop. +1 -0
xarQuery.php:
integrate Jason's sleep method and add a php5 hack
html/modules/roles/xarincludes/xarQuery.php
1.44 05/06/23 21:40:21 marc@marclaptop. +20 -31
integrate Jason's sleep method and add a php5 hack
ChangeSet
1.1979.33.43 05/06/23 14:49:55 [email protected] +1 -0
bug 4690 - fix filePath
html/modules/base/xarproperties/Dynamic_Select_Property.php
1.30 05/06/23 14:49:18 [email protected] +1 -1
bug 4690 - fix filePath
ChangeSet
1.1979.30.11 05/06/23 11:27:10 marc@marclaptop. +5 -0
Many files:
minor privileges cleanup
QA made me do it...
html/modules/privileges/xartemplates/admin-newprivilege.xd
1.55 05/06/23 11:22:41 marc@marclaptop. +2 -2
minor privileges cleanup
QA made me do it...
html/modules/privileges/xartemplates/admin-modifyprivilege.xd
1.85 05/06/23 11:22:41 marc@marclaptop. +1 -1
minor privileges cleanup
QA made me do it...
html/modules/privileges/xaradmin/modifyprivilege.php
1.16 05/06/23 11:22:41 marc@marclaptop. +1 -7
minor privileges cleanup
QA made me do it...
html/modules/privileges/xaradmin/displayprivilege.php
1.5 05/06/23 11:22:41 marc@marclaptop. +2 -8
minor privileges cleanup
QA made me do it...
html/modules/privileges/xaradmin/addprivilege.php
1.13 05/06/23 11:22:40 marc@marclaptop. +2 -11
minor privileges cleanup
QA made me do it...
ChangeSet
1.1979.30.9 05/06/22 18:30:38 marc@marclaptop. +1 -0
xarroles.php:
bug 4669
html/modules/roles/xarroles.php
1.86 05/06/22 18:26:07 marc@marclaptop. +1 -0
bug 4669
ChangeSet
1.1979.33.42 05/06/22 14:08:16 [email protected] +5 -0
DD template override by child classes
html/modules/base/xarproperties/Dynamic_URLIcon_Property.php
1.25 05/06/22 14:08:08 [email protected] +3 -3
DD template override by child classes
html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
1.29 05/06/22 14:08:07 [email protected] +3 -3
DD template override by child classes
html/modules/base/xarproperties/Dynamic_TextArea_Property.php
1.20 05/06/22 14:08:07 [email protected] +3 -3
DD template override by child classes
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.44 05/06/22 14:08:07 [email protected] +3 -4
DD template override by child classes
html/modules/base/xarproperties/Dynamic_Calendar_Property.php
1.27 05/06/22 14:08:07 [email protected] +2 -6
DD template override by child classes
ChangeSet
1.1979.33.41 05/06/22 13:47:41 [email protected] +3 -0
DD template override by child classes + FIXME
html/modules/base/xarproperties/Dynamic_TextBox_Property.php
1.23 05/06/22 13:47:32 [email protected] +17 -8
DD template override by child classes + FIXME
html/modules/base/xarproperties/Dynamic_Select_Property.php
1.29 05/06/22 13:47:32 [email protected] +17 -8
DD template override by child classes + FIXME
html/includes/properties/Dynamic_Validation_Property.php
1.3 05/06/22 13:47:23 [email protected] +1 -1
DD template override by child classes + FIXME
ChangeSet
1.1979.33.40 05/06/22 13:14:22 [email protected] +2 -0
support baseurl in ImageList
html/modules/base/xartemplates/properties/showoutput-imagelist.xd
1.5 05/06/22 13:14:12 [email protected] +1 -1
support baseurl in ImageList
html/modules/base/xarproperties/Dynamic_ImageList_Property.php
1.22 05/06/22 13:14:12 [email protected] +15 -6
support baseurl in ImageList
ChangeSet
1.1979.33.39 05/06/22 12:43:37 [email protected] +45 -0
update DD reqmodules
html/modules/base/xarproperties/Dynamic_URL_Property.php
1.19 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_URLTitle_Property.php
1.21 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_URLIcon_Property.php
1.24 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_TimeZone_Property.php
1.14 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
1.28 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_TextBox_Property.php
1.22 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_TextArea_Property.php
1.19 05/06/22 12:42:51 [email protected] +3 -3
update DD reqmodules
html/modules/base/xarproperties/Dynamic_TColorPicker_Property.php
1.11 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_StaticText_Property.php
1.12 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_StateList_Property.php
1.13 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Select_Property.php
1.28 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_RadioButtons_Property.php
1.19 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_NumberList_Property.php
1.11 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_NumberBox_Property.php
1.12 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_MultiSelect_Property.php
1.19 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_LanguageList_Property.php
1.12 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Image_Property.php
1.17 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_ImageList_Property.php
1.21 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_HTMLPage_Property.php
1.21 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_FloatBox_Property.php
1.14 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.43 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_ExtendedDate_Property.php
1.6 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_DateFormat_Property.php
1.11 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_CountryList_Property.php
1.14 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Combo_Property.php
1.11 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Checkbox_Property.php
1.15 05/06/22 12:42:51 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_CheckboxMask_Property.php
1.9 05/06/22 12:42:50 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_CheckboxList_Property.php
1.11 05/06/22 12:42:50 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Calendar_Property.php
1.26 05/06/22 12:42:50 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Array_Property.php
1.5 05/06/22 12:42:50 [email protected] +1 -1
update DD reqmodules
html/includes/properties/Dynamic_SubForm_Property.php
1.8 05/06/22 12:42:18 [email protected] +1 -1
update DD reqmodules
html/includes/properties/Dynamic_Object_Property.php
1.8 05/06/22 12:42:18 [email protected] +1 -1
update DD reqmodules
html/includes/properties/Dynamic_ItemType_Property.php
1.9 05/06/22 12:42:18 [email protected] +1 -1
update DD reqmodules
html/includes/properties/Dynamic_ItemID_Property.php
1.9 05/06/22 12:42:18 [email protected] +1 -1
update DD reqmodules
html/includes/properties/Dynamic_Hardcore_Property.php
1.5 05/06/22 12:42:17 [email protected] +1 -1
update DD reqmodules
html/includes/properties/Dynamic_FieldType_Property.php
1.8 05/06/22 12:42:17 [email protected] +1 -1
update DD reqmodules
html/includes/properties/Dynamic_FieldStatus_Property.php
1.6.1.2 05/06/22 12:42:17 [email protected] +1 -1
update DD reqmodules
html/includes/properties/Dynamic_DataSource_Property.php
1.9 05/06/22 12:42:17 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_URL_Property.php
1.18 05/06/22 12:36:10 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_URLTitle_Property.php
1.20 05/06/22 12:36:10 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_URLIcon_Property.php
1.23 05/06/22 12:36:10 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
1.27 05/06/22 12:36:09 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_TextBox_Property.php
1.21 05/06/22 12:36:09 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_TextArea_Property.php
1.18 05/06/22 12:36:09 [email protected] +3 -3
update DD reqmodules
html/modules/base/xarproperties/Dynamic_StaticText_Property.php
1.11 05/06/22 12:36:09 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_StateList_Property.php
1.12 05/06/22 12:36:09 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Select_Property.php
1.27 05/06/22 12:36:09 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_RadioButtons_Property.php
1.18 05/06/22 12:36:09 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_NumberList_Property.php
1.10 05/06/22 12:36:09 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_NumberBox_Property.php
1.11 05/06/22 12:36:09 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_MultiSelect_Property.php
1.18 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_LanguageList_Property.php
1.11 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Image_Property.php
1.16 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_ImageList_Property.php
1.20 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_HTMLPage_Property.php
1.20 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_FloatBox_Property.php
1.13 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.42 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_DateFormat_Property.php
1.10 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_CountryList_Property.php
1.13 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Combo_Property.php
1.10 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Checkbox_Property.php
1.14 05/06/22 12:36:08 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_CheckboxMask_Property.php
1.8 05/06/22 12:36:07 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_CheckboxList_Property.php
1.10 05/06/22 12:36:07 [email protected] +1 -1
update DD reqmodules
html/modules/base/xarproperties/Dynamic_Array_Property.php
1.4 05/06/22 12:36:07 [email protected] +1 -1
update DD reqmodules
html/modules/roles/xarproperties/Dynamic_Yahoo_Property.php
1.17 05/06/22 12:29:34 [email protected] +1 -1
update DD reqmodules
html/modules/roles/xarproperties/Dynamic_PassBox_Property.php
1.13 05/06/22 12:29:34 [email protected] +1 -1
update DD reqmodules
html/modules/roles/xarproperties/Dynamic_MSN_Property.php
1.20 05/06/22 12:29:34 [email protected] +1 -1
update DD reqmodules
html/modules/roles/xarproperties/Dynamic_ICQ_Property.php
1.18 05/06/22 12:29:34 [email protected] +1 -1
update DD reqmodules
html/modules/roles/xarproperties/Dynamic_Email_Property.php
1.16 05/06/22 12:29:34 [email protected] +1 -1
update DD reqmodules
html/modules/roles/xarproperties/Dynamic_Affero_Property.php
1.15 05/06/22 12:29:34 [email protected] +1 -1
update DD reqmodules
html/modules/roles/xarproperties/Dynamic_AIM_Property.php
1.18 05/06/22 12:29:34 [email protected] +1 -1
update DD reqmodules
ChangeSet
1.1979.33.38 05/06/22 12:18:01 [email protected] +4 -0
update property type defs + sort by reqmodule
html/modules/dynamicdata/xartemplates/admin-modifyconfig.xd
1.30 05/06/22 12:17:39 [email protected] +17 -5
update property type defs + sort by reqmodule
html/modules/dynamicdata/xarinit.php
1.56 05/06/22 12:17:39 [email protected] +8 -1
update property type defs + sort by reqmodule
html/modules/dynamicdata/xaradmin/updateconfig.php
1.7 05/06/22 12:17:39 [email protected] +40 -4
update property type defs + sort by reqmodule
html/modules/dynamicdata/class/properties.php
1.71 05/06/22 12:17:39 [email protected] +2 -1
update property type defs + sort by reqmodule
ChangeSet
1.1979.33.37 05/06/21 21:41:07 [email protected] +1 -0
bug 4692 - meta http-equiv="refresh" fails for some browsers
html/modules/installer/xartemplates/admin-phase5.xd
1.36 05/06/21 21:40:58 [email protected] +7 -0
bug 4692 - meta http-equiv="refresh" fails for some browsers
ChangeSet
1.1979.33.36 05/06/22 04:26:07 jojodee-CZ0/[email protected] +1 -0
Set the correct directory for the validation template as well.
html/modules/roles/xarproperties/Dynamic_UserList_Property.php
1.23 05/06/22 04:26:02 jojodee-CZ0/[email protected] +2 -2
Set the correct directory for the validation template as well.
ChangeSet
1.1979.38.1 05/06/22 04:18:45 jojodee-CZ0/[email protected] +1 -0
Cleanup xarTplProperty call to new module
html/modules/base/xarproperties/Dynamic_CountryList_Property.php
1.12 05/06/22 04:18:40 jojodee-CZ0/[email protected] +1 -1
Cleanup xarTplProperty call to new module
ChangeSet
1.1979.33.34 05/06/21 11:20:03 caveman-bbP6X+ZHlj22nSIwn8tFp+x8cNe9sq/[email protected] +1 -0
Fix function call in DD text upload property.
html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
1.26 05/06/21 11:19:57 caveman-bbP6X+ZHlj22nSIwn8tFp+x8cNe9sq/[email protected] +1 -1
Call xarTplProperty instead of function xarTplProperties
ChangeSet
1.1979.33.33 05/06/21 04:17:37 jojodee-CZ0/[email protected] +8 -0
Update the include files now we have changed their location
html/modules/modules/xarproperties/Dynamic_Module_Property.php
1.10 05/06/21 04:17:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we have changed their location
html/includes/properties/Dynamic_Validation_Property.php
1.2 05/06/21 04:17:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we have changed their location
html/includes/properties/Dynamic_Object_Property.php
1.7 05/06/21 04:17:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we have changed their location
html/includes/properties/Dynamic_ItemType_Property.php
1.8 05/06/21 04:17:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we have changed their location
html/includes/properties/Dynamic_ItemID_Property.php
1.8 05/06/21 04:17:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we have changed their location
html/includes/properties/Dynamic_FieldType_Property.php
1.7 05/06/21 04:17:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we have changed their location
html/includes/properties/Dynamic_FieldStatus_Property.php
1.6.1.1 05/06/21 04:17:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we have changed their location
html/includes/properties/Dynamic_DataSource_Property.php
1.8 05/06/21 04:17:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we have changed their location
ChangeSet
1.1979.33.32 05/06/21 02:57:41 jojodee-CZ0/[email protected] +27 -0
Update the include files now we've moved them ...
html/modules/roles/xarproperties/Dynamic_Yahoo_Property.php
1.16 05/06/21 02:57:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/roles/xarproperties/Dynamic_UserList_Property.php
1.22 05/06/21 02:57:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/roles/xarproperties/Dynamic_MSN_Property.php
1.19 05/06/21 02:57:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/roles/xarproperties/Dynamic_ICQ_Property.php
1.17 05/06/21 02:57:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/roles/xarproperties/Dynamic_GroupList_Property.php
1.14 05/06/21 02:57:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/roles/xarproperties/Dynamic_Email_Property.php
1.15 05/06/21 02:57:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/roles/xarproperties/Dynamic_Affero_Property.php
1.14 05/06/21 02:57:32 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/roles/xarproperties/Dynamic_AIM_Property.php
1.17 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_URL_Property.php
1.17 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_URLTitle_Property.php
1.19 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_URLIcon_Property.php
1.22 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_TimeZone_Property.php
1.13 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_StateList_Property.php
1.11 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_RadioButtons_Property.php
1.17 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_NumberList_Property.php
1.9 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_NumberBox_Property.php
1.10 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_MultiSelect_Property.php
1.17 05/06/21 02:57:31 jojodee-CZ0/[email protected] +1 -2
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_LanguageList_Property.php
1.10 05/06/21 02:57:30 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_Image_Property.php
1.15 05/06/21 02:57:30 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_ImageList_Property.php
1.19 05/06/21 02:57:30 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_HTMLPage_Property.php
1.19 05/06/21 02:57:30 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_FloatBox_Property.php
1.12 05/06/21 02:57:30 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_DateFormat_Property.php
1.9 05/06/21 02:57:30 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_CountryList_Property.php
1.11 05/06/21 02:57:30 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_Combo_Property.php
1.9 05/06/21 02:57:30 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_CheckboxMask_Property.php
1.7 05/06/21 02:57:30 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
html/modules/base/xarproperties/Dynamic_CheckboxList_Property.php
1.9 05/06/21 02:57:29 jojodee-CZ0/[email protected] +1 -1
Update the include files now we've moved them ...
ChangeSet
1.1979.33.31 05/06/21 02:19:50 jojodee-CZ0/[email protected] +1 -0
Move dynamic data DateFormat to base module - nearly forgot this one
html/modules/base/xarproperties/Dynamic_DateFormat_Property.php
1.8 05/06/21 02:16:21 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_DateFormat_Property.php -> html/modules/base/xarproperties/Dynamic_DateFormat_Property.php
ChangeSet
1.1979.33.30 05/06/21 01:52:26 jojodee-CZ0/[email protected] +23 -0
Move all the base related 'input' type dd properties to base,
along with their input/output and validation templates
Rename the templates
Some ML fixes
html/modules/base/xartemplates/properties/showinput-multiselect.xd
1.10 05/06/21 01:52:20 jojodee-CZ0/[email protected] +1 -1
Some ML fixes
html/modules/base/xartemplates/properties/showinput-imagelist.xd
1.9 05/06/21 01:52:20 jojodee-CZ0/[email protected] +1 -1
Some ML fixes
html/modules/base/xartemplates/properties/showinput-checkboxmask.xd
1.7 05/06/21 01:52:20 jojodee-CZ0/[email protected] +1 -1
Some ML fixes
html/modules/base/xartemplates/properties/showinput-checkboxlist.xd
1.10 05/06/21 01:52:20 jojodee-CZ0/[email protected] +1 -1
Some ML fixes
html/modules/base/xarproperties/Dynamic_URL_Property.php
1.16 05/06/21 01:52:20 jojodee-CZ0/[email protected] +4 -4
Move the URL property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_URLTitle_Property.php
1.18 05/06/21 01:52:20 jojodee-CZ0/[email protected] +4 -4
Move the URLTitle property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_URLIcon_Property.php
1.21 05/06/21 01:52:20 jojodee-CZ0/[email protected] +6 -6
Move the URLIcon property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
1.25 05/06/21 01:52:19 jojodee-CZ0/[email protected] +8 -6
Move the TextUpload property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_TextBox_Property.php
1.20 05/06/21 01:52:19 jojodee-CZ0/[email protected] +8 -6
Move the TextBox property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_TextArea_Property.php
1.17 05/06/21 01:52:19 jojodee-CZ0/[email protected] +6 -6
Move the TextArea property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_StaticText_Property.php
1.10 05/06/21 01:52:19 jojodee-CZ0/[email protected] +5 -5
Move the StaticText property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_Select_Property.php
1.26 05/06/21 01:52:19 jojodee-CZ0/[email protected] +6 -6
Move the Select property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_RadioButtons_Property.php
1.16 05/06/21 01:52:19 jojodee-CZ0/[email protected] +2 -2
Move the RadioButtons property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_MultiSelect_Property.php
1.16 05/06/21 01:52:19 jojodee-CZ0/[email protected] +4 -4
Move the MultiSelect property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_Image_Property.php
1.14 05/06/21 01:52:19 jojodee-CZ0/[email protected] +4 -15
Move the Image property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_ImageList_Property.php
1.18 05/06/21 01:52:19 jojodee-CZ0/[email protected] +4 -4
Move the ImageList property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_HTMLPage_Property.php
1.18 05/06/21 01:52:18 jojodee-CZ0/[email protected] +4 -4
Move the HTMLPage property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_FloatBox_Property.php
1.11 05/06/21 01:52:18 jojodee-CZ0/[email protected] +2 -2
Move the FloatBox property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.41 05/06/21 01:52:18 jojodee-CZ0/[email protected] +9 -6
Move the FileUpload property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_Combo_Property.php
1.8 05/06/21 01:52:18 jojodee-CZ0/[email protected] +4 -4
Move the Combo property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_Checkbox_Property.php
1.13 05/06/21 01:52:18 jojodee-CZ0/[email protected] +6 -5
Move the checkboxproperty to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_CheckboxMask_Property.php
1.6 05/06/21 01:52:18 jojodee-CZ0/[email protected] +4 -4
Move the CheckboxMask property to Base along with renaming of the templates
html/modules/base/xarproperties/Dynamic_CheckboxList_Property.php
1.8 05/06/21 01:52:18 jojodee-CZ0/[email protected] +4 -4
Move the checkboxList property to Base along with renaming of the templates
ChangeSet
1.1979.33.29 05/06/21 01:36:34 jojodee-CZ0/[email protected] +65 -0
Move all the "form" or input related DD properties to the base module
html/modules/base/xartemplates/properties/showinput-checkbox.xd
1.7 05/06/21 01:32:04 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/base/xartemplates/properties/admin-showinput-checkbox.xd -> html/modules/base/xartemplates/properties/showinput-checkbox.xd
html/modules/base/xartemplates/properties/showoutput-webpage.xd
1.4 05/06/21 01:31:20 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-webpage.xd -> html/modules/base/xartemplates/properties/showoutput-webpage.xd
html/modules/base/xartemplates/properties/showoutput-urltitle.xd
1.4 05/06/21 01:31:08 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-urltitle.xd -> html/modules/base/xartemplates/properties/showoutput-urltitle.xd
html/modules/base/xartemplates/properties/showoutput-urlicon.xd
1.7 05/06/21 01:30:58 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-urlicon.xd -> html/modules/base/xartemplates/properties/showoutput-urlicon.xd
html/modules/base/xartemplates/properties/showoutput-url.xd
1.4 05/06/21 01:30:48 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-url.xd -> html/modules/base/xartemplates/properties/showoutput-url.xd
html/modules/base/xartemplates/properties/showoutput-textupload.xd
1.3 05/06/21 01:30:36 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-textupload.xd -> html/modules/base/xartemplates/properties/showoutput-textupload.xd
html/modules/base/xartemplates/properties/showoutput-textbox.xd
1.3 05/06/21 01:30:25 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-textbox.xd -> html/modules/base/xartemplates/properties/showoutput-textbox.xd
html/modules/base/xartemplates/properties/showoutput-textarea.xd
1.3 05/06/21 01:30:14 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-textarea.xd -> html/modules/base/xartemplates/properties/showoutput-textarea.xd
html/modules/base/xartemplates/properties/showoutput-static.xd
1.3 05/06/21 01:30:02 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-static.xd -> html/modules/base/xartemplates/properties/showoutput-static.xd
html/modules/base/xartemplates/properties/showoutput-multiselect.xd
1.3 05/06/21 01:29:49 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-multiselect.xd -> html/modules/base/xartemplates/properties/showoutput-multiselect.xd
html/modules/base/xartemplates/properties/showoutput-imagelist.xd
1.4 05/06/21 01:29:35 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-imagelist.xd -> html/modules/base/xartemplates/properties/showoutput-imagelist.xd
html/modules/base/xartemplates/properties/showoutput-image.xd
1.4 05/06/21 01:29:24 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-image.xd -> html/modules/base/xartemplates/properties/showoutput-image.xd
html/modules/base/xartemplates/properties/showoutput-floatbox.xd
1.3 05/06/21 01:29:12 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-floatbox.xd -> html/modules/base/xartemplates/properties/showoutput-floatbox.xd
html/modules/base/xartemplates/properties/showoutput-fileupload.xd
1.2 05/06/21 01:28:59 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-fileupload.xd -> html/modules/base/xartemplates/properties/showoutput-fileupload.xd
html/modules/base/xartemplates/properties/showoutput-dropdown.xd
1.4 05/06/21 01:28:48 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-dropdown.xd -> html/modules/base/xartemplates/properties/showoutput-dropdown.xd
html/modules/base/xartemplates/properties/showoutput-combobox.xd
1.3 05/06/21 01:28:32 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-combobox.xd -> html/modules/base/xartemplates/properties/showoutput-combobox.xd
html/modules/base/xartemplates/properties/showoutput-checkboxmask.xd
1.3 05/06/21 01:28:14 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-checkboxmask.xd -> html/modules/base/xartemplates/properties/showoutput-checkboxmask.xd
html/modules/base/xartemplates/properties/showoutput-checkboxlist.xd
1.2 05/06/21 01:28:01 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-checkboxlist.xd -> html/modules/base/xartemplates/properties/showoutput-checkboxlist.xd
html/modules/base/xartemplates/properties/showoutput-checkbox.xd
1.4 05/06/21 01:27:51 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-checkbox.xd -> html/modules/base/xartemplates/properties/showoutput-checkbox.xd
html/modules/base/xartemplates/properties/validation-urlicon.xd
1.2 05/06/21 01:26:45 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation-urlicon.xd -> html/modules/base/xartemplates/properties/validation-urlicon.xd
html/modules/base/xartemplates/properties/validation-textupload.xd
1.2 05/06/21 01:26:25 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation-textupload.xd -> html/modules/base/xartemplates/properties/validation-textupload.xd
html/modules/base/xartemplates/properties/validation-textbox.xd
1.2 05/06/21 01:26:14 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation-textbox.xd -> html/modules/base/xartemplates/properties/validation-textbox.xd
html/modules/base/xartemplates/properties/validation-textarea.xd
1.2 05/06/21 01:26:02 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation-textarea.xd -> html/modules/base/xartemplates/properties/validation-textarea.xd
html/modules/base/xartemplates/properties/validation-numberbox.xd
1.2 05/06/21 01:25:47 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation-numberbox.xd -> html/modules/base/xartemplates/properties/validation-numberbox.xd
html/modules/base/xartemplates/properties/validation-floatbox.xd
1.2 05/06/21 01:25:33 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation-floatbox.xd -> html/modules/base/xartemplates/properties/validation-floatbox.xd
html/modules/base/xartemplates/properties/validation-fileupload.xd
1.2 05/06/21 01:25:18 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation-fileupload.xd -> html/modules/base/xartemplates/properties/validation-fileupload.xd
html/modules/base/xartemplates/properties/validation-dropdown.xd
1.4 05/06/21 01:25:03 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-validation-dropdown.xd -> html/modules/base/xartemplates/properties/validation-dropdown.xd
html/modules/base/xartemplates/properties/showinput-webpage.xd
1.8 05/06/21 01:24:27 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-webpage.xd -> html/modules/base/xartemplates/properties/showinput-webpage.xd
html/modules/base/xartemplates/properties/showinput-urltitle.xd
1.8 05/06/21 01:24:16 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-urltitle.xd -> html/modules/base/xartemplates/properties/showinput-urltitle.xd
html/modules/base/xartemplates/properties/showinput-urlicon.xd
1.5 05/06/21 01:24:04 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-urlicon.xd -> html/modules/base/xartemplates/properties/showinput-urlicon.xd
html/modules/base/xartemplates/properties/showinput-url.xd
1.5 05/06/21 01:23:54 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-url.xd -> html/modules/base/xartemplates/properties/showinput-url.xd
html/modules/base/xartemplates/properties/showinput-textupload.xd
1.6 05/06/21 01:23:33 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-textupload.xd -> html/modules/base/xartemplates/properties/showinput-textupload.xd
html/modules/base/xartemplates/properties/showinput-textbox.xd
1.5 05/06/21 01:23:11 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-textbox.xd -> html/modules/base/xartemplates/properties/showinput-textbox.xd
html/modules/base/xartemplates/properties/showinput-textarea.xd
1.6 05/06/21 01:23:00 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-textarea.xd -> html/modules/base/xartemplates/properties/showinput-textarea.xd
html/modules/base/xartemplates/properties/showinput-static.xd
1.4 05/06/21 01:22:41 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-static.xd -> html/modules/base/xartemplates/properties/showinput-static.xd
html/modules/base/xartemplates/properties/showinput-radio.xd
1.8 05/06/21 01:22:30 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-radio.xd -> html/modules/base/xartemplates/properties/showinput-radio.xd
html/modules/base/xartemplates/properties/showinput-multiselect.xd
1.9 05/06/21 01:22:13 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-multiselect.xd -> html/modules/base/xartemplates/properties/showinput-multiselect.xd
html/modules/base/xartemplates/properties/showinput-imagelist.xd
1.8 05/06/21 01:21:50 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-imagelist.xd -> html/modules/base/xartemplates/properties/showinput-imagelist.xd
html/modules/base/xartemplates/properties/showinput-image.xd
1.5 05/06/21 01:21:37 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-image.xd -> html/modules/base/xartemplates/properties/showinput-image.xd
html/modules/base/xartemplates/properties/showinput-fileupload.xd
1.4 05/06/21 01:21:22 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-fileupload.xd -> html/modules/base/xartemplates/properties/showinput-fileupload.xd
html/modules/base/xartemplates/properties/showinput-dropdown.xd
1.6 05/06/21 01:20:43 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-dropdown.xd -> html/modules/base/xartemplates/properties/showinput-dropdown.xd
html/modules/base/xartemplates/properties/showinput-combobox.xd
1.6 05/06/21 01:20:23 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-combobox.xd -> html/modules/base/xartemplates/properties/showinput-combobox.xd
html/modules/base/xartemplates/properties/showinput-checkboxmask.xd
1.6 05/06/21 01:19:52 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-checkboxmask.xd -> html/modules/base/xartemplates/properties/showinput-checkboxmask.xd
html/modules/base/xartemplates/properties/showinput-checkboxlist.xd
1.9 05/06/21 01:19:24 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-checkboxlist.xd -> html/modules/base/xartemplates/properties/showinput-checkboxlist.xd
html/modules/base/xartemplates/properties/admin-showinput-checkbox.xd
1.6 05/06/21 01:18:43 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-checkbox.xd -> html/modules/base/xartemplates/properties/admin-showinput-checkbox.xd
html/modules/base/xarproperties/Dynamic_HTMLPage_Property.php
1.17 05/06/21 01:13:31 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_HTMLPage_Property.php -> html/modules/base/xarproperties/Dynamic_HTMLPage_Property.php
html/modules/base/xarproperties/Dynamic_URL_Property.php
1.15 05/06/21 01:13:14 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_URL_Property.php -> html/modules/base/xarproperties/Dynamic_URL_Property.php
html/modules/base/xarproperties/Dynamic_URLTitle_Property.php
1.17 05/06/21 01:13:01 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_URLTitle_Property.php -> html/modules/base/xarproperties/Dynamic_URLTitle_Property.php
html/modules/base/xarproperties/Dynamic_URLIcon_Property.php
1.20 05/06/21 01:12:46 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_URLIcon_Property.php -> html/modules/base/xarproperties/Dynamic_URLIcon_Property.php
html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
1.24 05/06/21 01:12:24 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_TextUpload_Property.php -> html/modules/base/xarproperties/Dynamic_TextUpload_Property.php
html/modules/base/xarproperties/Dynamic_TextBox_Property.php
1.19 05/06/21 01:12:10 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_TextBox_Property.php -> html/modules/base/xarproperties/Dynamic_TextBox_Property.php
html/modules/base/xarproperties/Dynamic_TextArea_Property.php
1.16 05/06/21 01:11:51 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_TextArea_Property.php -> html/modules/base/xarproperties/Dynamic_TextArea_Property.php
html/modules/base/xarproperties/Dynamic_StaticText_Property.php
1.9 05/06/21 01:11:29 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_StaticText_Property.php -> html/modules/base/xarproperties/Dynamic_StaticText_Property.php
html/modules/base/xarproperties/Dynamic_Select_Property.php
1.25 05/06/21 01:11:12 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Select_Property.php -> html/modules/base/xarproperties/Dynamic_Select_Property.php
html/modules/base/xarproperties/Dynamic_RadioButtons_Property.php
1.15 05/06/21 01:10:50 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_RadioButtons_Property.php -> html/modules/base/xarproperties/Dynamic_RadioButtons_Property.php
html/modules/base/xarproperties/Dynamic_NumberList_Property.php
1.8 05/06/21 01:10:27 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_NumberList_Property.php -> html/modules/base/xarproperties/Dynamic_NumberList_Property.php
html/modules/base/xarproperties/Dynamic_NumberBox_Property.php
1.9 05/06/21 01:10:06 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_NumberBox_Property.php -> html/modules/base/xarproperties/Dynamic_NumberBox_Property.php
html/modules/base/xarproperties/Dynamic_MultiSelect_Property.php
1.15 05/06/21 01:09:42 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_MultiSelect_Property.php -> html/modules/base/xarproperties/Dynamic_MultiSelect_Property.php
html/modules/base/xarproperties/Dynamic_Image_Property.php
1.13 05/06/21 01:09:25 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Image_Property.php -> html/modules/base/xarproperties/Dynamic_Image_Property.php
html/modules/base/xarproperties/Dynamic_ImageList_Property.php
1.17 05/06/21 01:09:05 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_ImageList_Property.php -> html/modules/base/xarproperties/Dynamic_ImageList_Property.php
html/modules/base/xarproperties/Dynamic_FloatBox_Property.php
1.10 05/06/21 01:08:44 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_FloatBox_Property.php -> html/modules/base/xarproperties/Dynamic_FloatBox_Property.php
html/modules/base/xarproperties/Dynamic_Combo_Property.php
1.7 05/06/21 01:08:06 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Combo_Property.php -> html/modules/base/xarproperties/Dynamic_Combo_Property.php
html/modules/base/xarproperties/Dynamic_Checkbox_Property.php
1.12 05/06/21 01:07:49 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Checkbox_Property.php -> html/modules/base/xarproperties/Dynamic_Checkbox_Property.php
html/modules/base/xarproperties/Dynamic_CheckboxMask_Property.php
1.5 05/06/21 01:07:31 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_CheckboxMask_Property.php -> html/modules/base/xarproperties/Dynamic_CheckboxMask_Property.php
html/modules/base/xarproperties/Dynamic_CheckboxList_Property.php
1.7 05/06/21 01:07:06 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_CheckboxList_Property.php -> html/modules/base/xarproperties/Dynamic_CheckboxList_Property.php
html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
1.40 05/06/21 01:06:28 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_FileUpload_Property.php -> html/modules/base/xarproperties/Dynamic_FileUpload_Property.php
ChangeSet
1.1979.33.28 05/06/20 23:56:21 jojodee-CZ0/[email protected] +2 -0
Move Upload DD property to Uploads Module
Move the validation template as well and rename to new format via xarTplProperty
BitKeeper/deleted/.del-admin-validation-upload.xd~1ddaecd5
1.2 05/06/20 23:53:33 jojodee-CZ0/[email protected] +0 -0
Delete: html/modules/dynamicdata/xartemplates/admin-validation-upload.xd
BitKeeper/deleted/.del-Dynamic_Upload_Property.php~4875f155
1.31 05/06/20 23:50:58 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_Upload_Property.php
ChangeSet
1.1979.33.27 05/06/20 23:42:44 jojodee-CZ0/[email protected] +1 -0
Move HTML Area DD property to HTMLArea module
BitKeeper/deleted/.del-Dynamic_HTMLArea_Property.php~a26c306
1.12 05/06/20 23:35:28 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_HTMLArea_Property.php
ChangeSet
1.1979.33.26 05/06/20 23:29:37 jojodee-CZ0/[email protected] +4 -0
Move paypal DD properties to the Paypal module
BitKeeper/deleted/.del-Dynamic_PayPalSubscription_Property.php~b4198f1a
1.7 05/06/20 23:20:44 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_PayPalSubscription_Property.php
BitKeeper/deleted/.del-Dynamic_PayPalNow_Property.php~3d758475
1.8 05/06/20 23:20:34 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_PayPalNow_Property.php
BitKeeper/deleted/.del-Dynamic_PayPalDonate_Property.php~b409cea3
1.7 05/06/20 23:20:26 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_PayPalDonate_Property.php
BitKeeper/deleted/.del-Dynamic_PayPalCart_Property.php~3d656f14
1.8 05/06/20 23:20:18 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_PayPalCart_Property.php
ChangeSet
1.1979.33.25 05/06/20 22:21:46 jojodee-CZ0/[email protected] +2 -0
Update the statelist and countrylist property with new showinput and showoutput template names via xarTplModule
We still need some ML introduced here still.
html/modules/base/xarproperties/Dynamic_StateList_Property.php
1.10 05/06/20 22:21:42 jojodee-CZ0/[email protected] +4 -4
Update the statelist property with new template names via xarTplModule
html/modules/base/xarproperties/Dynamic_CountryList_Property.php
1.10 05/06/20 22:21:42 jojodee-CZ0/[email protected] +5 -5
Update the countrylist property with new template names via xarTplModule
ChangeSet
1.1979.33.24 05/06/20 22:19:26 jojodee-CZ0/[email protected] +6 -0
Move the CountryList property and Statelist property along with templates to the Base module
html/modules/base/xartemplates/properties/showinput-statelist.xd
1.5 05/06/20 22:15:50 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-statelist.xd -> html/modules/base/xartemplates/properties/showinput-statelist.xd
html/modules/base/xartemplates/properties/showinput-countrylist.xd
1.6 05/06/20 22:15:36 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-countrylist.xd -> html/modules/base/xartemplates/properties/showinput-countrylist.xd
html/modules/base/xartemplates/properties/showoutput-countrylist.xd
1.4 05/06/20 22:15:17 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-countrylist.xd -> html/modules/base/xartemplates/properties/showoutput-countrylist.xd
html/modules/base/xartemplates/properties/showoutput-statelist.xd
1.4 05/06/20 22:14:53 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-statelist.xd -> html/modules/base/xartemplates/properties/showoutput-statelist.xd
html/modules/base/xarproperties/Dynamic_CountryList_Property.php
1.9 05/06/20 22:13:35 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_CountryList_Property.php -> html/modules/base/xarproperties/Dynamic_CountryList_Property.php
html/modules/base/xarproperties/Dynamic_StateList_Property.php
1.9 05/06/20 22:13:09 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_StateList_Property.php -> html/modules/base/xarproperties/Dynamic_StateList_Property.php
ChangeSet
1.1979.33.23 05/06/20 21:58:49 jojodee-CZ0/[email protected] +4 -0
Move LogLevel property to Logconfig module
Move Status Property to Articles module
BitKeeper/deleted/.del-Dynamic_Status_Property.php~32da77de
1.7 05/06/20 21:56:06 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_Status_Property.php
BitKeeper/deleted/.del-admin-showinput-loglevel.xd~37507223e9598ee2
1.3 05/06/20 21:53:08 jojodee-CZ0/[email protected] +0 -0
Delete: html/modules/dynamicdata/xartemplates/admin-showinput-loglevel.xd
BitKeeper/deleted/.del-user-showoutput-loglevel.xd~bc8b8ac7bade741e
1.2 05/06/20 21:52:59 jojodee-CZ0/[email protected] +0 -0
Delete: html/modules/dynamicdata/xartemplates/user-showoutput-loglevel.xd
BitKeeper/deleted/.del-Dynamic_LogLevel_Property.php~dcbecdfa49ed7b75
1.5 05/06/20 21:52:22 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_LogLevel_Property.php
ChangeSet
1.1979.33.22 05/06/20 21:33:16 jojodee-CZ0/[email protected] +2 -0
Move Categories DD property to Categories module
Move Rating DD property to Ratings module
BitKeeper/deleted/.del-Dynamic_Categories_Property.php~bed14a31
1.4 05/06/20 21:29:41 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_Categories_Property.php
BitKeeper/deleted/.del-Dynamic_Rating_Property.php~bf1a7068
1.4 05/06/20 21:29:29 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_Rating_Property.php
ChangeSet
1.1979.37.2 05/06/20 21:12:40 jojodee-CZ0/[email protected] +1 -0
Move Hitcount property to HitCount module
BitKeeper/deleted/.del-Dynamic_HitCount_Property.php~bf0f1b8c
1.4 05/06/20 21:08:45 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_HitCount_Property.php
ChangeSet
1.1979.37.1 05/06/20 21:05:32 jojodee-CZ0/[email protected] +2 -0
MOve comments dd properties to Comments module
BitKeeper/deleted/.del-Dynamic_CommentsNumberOf_Property.php~bef0b35a
1.4 05/06/20 21:02:15 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_CommentsNumberOf_Property.php
BitKeeper/deleted/.del-Dynamic_Comments_Property.php~bf01d56b
1.4 05/06/20 21:02:03 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_Comments_Property.php
ChangeSet
1.1979.33.20 05/06/20 03:27:36 [email protected] +1 -0
bug 2698 - recursive flag
html/modules/dynamicdata/xaradminapi/browse.php
1.8 05/06/20 03:27:28 [email protected] +4 -1
bug 2698 - recursive flag
ChangeSet
1.1979.33.19 05/06/20 03:41:57 jojodee-CZ0/[email protected] +1 -0
Update the array property with xarTplProperty and new template names.
html/modules/base/xarproperties/Dynamic_Array_Property.php
1.3 05/06/20 03:41:50 jojodee-CZ0/[email protected] +5 -4
Update the array property with xarTplProperty and new template names.
ChangeSet
1.1979.33.18 05/06/20 03:24:35 jojodee-CZ0/[email protected] +6 -0
Small correction to Calendar DD validation - initialize $template to null for new xarTplProperty useage.
Move Array, extended date and languagelist dd to base, along with the templates.
html/modules/base/xarproperties/Dynamic_Calendar_Property.php
1.25 05/06/20 03:24:27 jojodee-CZ0/[email protected] +5 -1
Correction to Calendar property class validation - initialize $template to null.
html/modules/base/xartemplates/properties/showinput-array.xd
1.2 05/06/20 03:19:41 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-array.xd -> html/modules/base/xartemplates/properties/showinput-array.xd
html/modules/base/xartemplates/properties/showoutput-array.xd
1.3 05/06/20 03:19:21 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-array.xd -> html/modules/base/xartemplates/properties/showoutput-array.xd
html/modules/base/xarproperties/Dynamic_Array_Property.php
1.2 05/06/20 03:18:13 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Array_Property.php -> html/modules/base/xarproperties/Dynamic_Array_Property.php
html/modules/base/xarproperties/Dynamic_ExtendedDate_Property.php
1.5 05/06/20 03:17:52 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_ExtendedDate_Property.php -> html/modules/base/xarproperties/Dynamic_ExtendedDate_Property.php
html/modules/base/xarproperties/Dynamic_LanguageList_Property.php
1.9 05/06/20 03:17:25 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_LanguageList_Property.php -> html/modules/base/xarproperties/Dynamic_LanguageList_Property.php
ChangeSet
1.1979.33.17 05/06/20 02:12:00 jojodee-CZ0/[email protected] +12 -0
Remove old code I left from when i moved dd to templates.
Update the IM, email and passbox property with new names for input and output templates
with xarTplProperty.
Copy the validation icons from DD xarimages to roles xarimage and update the users.xml import file as well.
Leave the icons in the dd xarimages folder as well for now
- don't break existing DD property validations!
html/modules/roles/xarimages/icon_yahoo.gif
1.1 05/06/20 02:11:49 jojodee-CZ0/[email protected] +4 -0
html/modules/roles/xarimages/icon_msnm.gif
1.1 05/06/20 02:11:49 jojodee-CZ0/[email protected] +7 -0
html/modules/roles/xarimages/icon_aim.gif
1.1 05/06/20 02:11:49 jojodee-CZ0/[email protected] +24 -0
html/modules/roles/xarimages/icon_yahoo.gif
1.0 05/06/20 02:11:49 jojodee-CZ0/[email protected] +0 -0
BitKeeper file C:/servroot/cygwin/home/jojodee/bk/xarcore/stable/html/modules/roles/xarimages/icon_yahoo.gif
html/modules/roles/xarimages/icon_msnm.gif
1.0 05/06/20 02:11:49 jojodee-CZ0/[email protected] +0 -0
BitKeeper file C:/servroot/cygwin/home/jojodee/bk/xarcore/stable/html/modules/roles/xarimages/icon_msnm.gif
html/modules/roles/xarimages/icon_aim.gif
1.0 05/06/20 02:11:49 jojodee-CZ0/[email protected] +0 -0
BitKeeper file C:/servroot/cygwin/home/jojodee/bk/xarcore/stable/html/modules/roles/xarimages/icon_aim.gif
html/modules/roles/users.xml
1.1 05/06/20 02:11:48 jojodee-CZ0/[email protected] +133 -0
html/modules/roles/xarproperties/Dynamic_Yahoo_Property.php
1.15 05/06/20 02:11:48 jojodee-CZ0/[email protected] +5 -17
Remove old code I left from when i moved dd to templates.
Update the property with new names for input and output templates with xarTplProperty.
html/modules/roles/xarproperties/Dynamic_PassBox_Property.php
1.12 05/06/20 02:11:48 jojodee-CZ0/[email protected] +5 -23
Remove old code I left from when i moved dd to templates.
Update the property with new names for input and output templates with xarTplProperty.
html/modules/roles/xarproperties/Dynamic_MSN_Property.php
1.18 05/06/20 02:11:48 jojodee-CZ0/[email protected] +5 -18
Remove old code I left from when i moved dd to templates.
Update the property with new names for input and output templates with xarTplProperty.
html/modules/roles/xarproperties/Dynamic_ICQ_Property.php
1.16 05/06/20 02:11:48 jojodee-CZ0/[email protected] +5 -16
Remove old code I left from when i moved dd to templates.
Update the property with new names for input and output templates with xarTplProperty.
html/modules/roles/xarproperties/Dynamic_Email_Property.php
1.14 05/06/20 02:11:48 jojodee-CZ0/[email protected] +5 -14
Remove old code I left from when i moved dd to templates.
Update the property with new names for input and output templates with xarTplProperty.
html/modules/roles/xarproperties/Dynamic_Affero_Property.php
1.13 05/06/20 02:11:48 jojodee-CZ0/[email protected] +5 -17
Remove old code I left from when i moved dd to templates.
Update the property with new names for input and output templates with xarTplProperty.
html/modules/roles/xarproperties/Dynamic_AIM_Property.php
1.16 05/06/20 02:11:48 jojodee-CZ0/[email protected] +5 -16
Remove old code I left from when i moved dd to templates.
Update the property with new names for input and output templates with xarTplProperty.
html/modules/roles/users.xml
1.0 05/06/20 02:11:48 jojodee-CZ0/[email protected] +0 -0
BitKeeper file C:/servroot/cygwin/home/jojodee/bk/xarcore/stable/html/modules/roles/users.xml
html/modules/dynamicdata/users.xml
1.10 05/06/20 02:11:48 jojodee-CZ0/[email protected] +4 -4
Update for new validation locations of images.
Leave it here for now and copy to roles as well - it should go to roles.
ChangeSet
1.1979.33.16 05/06/20 02:03:53 jojodee-CZ0/[email protected] +21 -0
Move the user IM, email, password DD properites to the roles module - first move, then we'll fix.
html/modules/roles/xartemplates/properties/showoutput-aim.xd
1.4 05/06/20 02:00:32 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-aim.xd -> html/modules/roles/xartemplates/properties/showoutput-aim.xd
html/modules/roles/xartemplates/properties/showoutput-affero.xd
1.4 05/06/20 02:00:20 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-affero.xd -> html/modules/roles/xartemplates/properties/showoutput-affero.xd
html/modules/roles/xartemplates/properties/showoutput-email.xd
1.3 05/06/20 02:00:07 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-email.xd -> html/modules/roles/xartemplates/properties/showoutput-email.xd
html/modules/roles/xartemplates/properties/showoutput-icq.xd
1.3 05/06/20 01:59:54 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-icq.xd -> html/modules/roles/xartemplates/properties/showoutput-icq.xd
html/modules/roles/xartemplates/properties/showoutput-msn.xd
1.4 05/06/20 01:59:42 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-msn.xd -> html/modules/roles/xartemplates/properties/showoutput-msn.xd
html/modules/roles/xartemplates/properties/showoutput-yahoo.xd
1.4 05/06/20 01:59:27 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-yahoo.xd -> html/modules/roles/xartemplates/properties/showoutput-yahoo.xd
html/modules/roles/xartemplates/properties/showoutput-password.xd
1.3 05/06/20 01:59:05 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/user-showoutput-password.xd -> html/modules/roles/xartemplates/properties/showoutput-password.xd
html/modules/roles/xartemplates/properties/showinput-password.xd
1.7 05/06/20 01:58:30 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-password.xd -> html/modules/roles/xartemplates/properties/showinput-password.xd
html/modules/roles/xartemplates/properties/showinput-yahoo.xd
1.5 05/06/20 01:57:29 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-yahoo.xd -> html/modules/roles/xartemplates/properties/showinput-yahoo.xd
html/modules/roles/xartemplates/properties/showinput-msn.xd
1.5 05/06/20 01:57:08 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-msn.xd -> html/modules/roles/xartemplates/properties/showinput-msn.xd
html/modules/roles/xartemplates/properties/showinput-email.xd
1.5 05/06/20 01:56:52 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-email.xd -> html/modules/roles/xartemplates/properties/showinput-email.xd
html/modules/roles/xartemplates/properties/showinput-icq.xd
1.4 05/06/20 01:56:10 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-icq.xd -> html/modules/roles/xartemplates/properties/showinput-icq.xd
html/modules/roles/xartemplates/properties/showinput-affero.xd
1.6 05/06/20 01:55:54 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-affero.xd -> html/modules/roles/xartemplates/properties/showinput-affero.xd
html/modules/roles/xartemplates/properties/showinput-aim.xd
1.6 05/06/20 01:55:11 jojodee-CZ0/[email protected] +0 -0
Rename: html/modules/dynamicdata/xartemplates/admin-showinput-aim.xd -> html/modules/roles/xartemplates/properties/showinput-aim.xd
html/modules/roles/xarproperties/Dynamic_PassBox_Property.php
1.11 05/06/20 01:52:53 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_PassBox_Property.php -> html/modules/roles/xarproperties/Dynamic_PassBox_Property.php
html/modules/roles/xarproperties/Dynamic_Yahoo_Property.php
1.14 05/06/20 01:52:31 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Yahoo_Property.php -> html/modules/roles/xarproperties/Dynamic_Yahoo_Property.php
html/modules/roles/xarproperties/Dynamic_MSN_Property.php
1.17 05/06/20 01:52:11 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_MSN_Property.php -> html/modules/roles/xarproperties/Dynamic_MSN_Property.php
html/modules/roles/xarproperties/Dynamic_ICQ_Property.php
1.15 05/06/20 01:51:50 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_ICQ_Property.php -> html/modules/roles/xarproperties/Dynamic_ICQ_Property.php
html/modules/roles/xarproperties/Dynamic_Email_Property.php
1.13 05/06/20 01:51:32 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Email_Property.php -> html/modules/roles/xarproperties/Dynamic_Email_Property.php
html/modules/roles/xarproperties/Dynamic_Affero_Property.php
1.12 05/06/20 01:51:05 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_Affero_Property.php -> html/modules/roles/xarproperties/Dynamic_Affero_Property.php
html/modules/roles/xarproperties/Dynamic_AIM_Property.php
1.15 05/06/20 01:48:54 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/modules/roles/xarproperties/Dynamic_AIM_Property.php -> html/modules/roles/xarproperties/Dynamic_AIM_Property.php
html/includes/modules/roles/xarproperties/Dynamic_AIM_Property.php
1.14 05/06/20 01:08:31 jojodee-CZ0/[email protected] +0 -0
Rename: html/includes/properties/Dynamic_AIM_Property.php -> html/includes/modules/roles/xarproperties/Dynamic_AIM_Property.php
ChangeSet
1.1979.33.15 05/06/19 15:30:32 marco@erika.(none) +1 -0
Fixed Bug 3384
html/modules/installer/xaradmin.php
1.170 05/06/19 15:30:29 marco@erika.(none) +27 -4
Implemented a better check routine that is used in place of is_writable to check from directory permissions. check_dir returns true if the directory has read, write and execute permissions for the current uid.
ChangeSet
1.1979.33.14 05/06/19 14:24:01 marco@erika.(none) +1 -0
Use xarCore_die since we have it
html/install.php
1.191 05/06/19 14:23:56 marco@erika.(none) +1 -1
Use xarCore_die since we have it
ChangeSet
1.1979.33.13 05/06/19 14:19:11 marco@erika.(none) +1 -0
Get rid of tabs!
html/install.php
1.190 05/06/19 14:19:05 marco@erika.(none) +2 -2
Get rid of tabs!
ChangeSet
1.1979.36.1 05/06/19 14:14:53 marco@erika.(none) +3 -0
Fixed Bug 4470
html/modules/installer/xaradmin.php
1.169 05/06/19 14:14:49 marco@erika.(none) +8 -5
No need to check for file existence.
html/install.php
1.189 05/06/19 14:14:49 marco@erika.(none) +9 -6
Small fix to handle properly the case in which the var directory is moved out from webroot.
Implemented a better check for locales availability: the behaviour now is to die if there're no locales available (that seems the more obious thing to me).
Uses the installer template also to render error, otherwise the default template requires a DB connection that is not available in the first stages.
html/includes/xarLocale.php
1.4 05/06/19 14:14:49 marco@erika.(none) +3 -2
Small fix to handle properly the case in which the var directory is moved out from webroot.
ChangeSet
1.1979.35.1 05/06/18 17:29:50 miko-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
build.properties:
added Filippino to installer
build.properties
1.26.1.1 05/06/18 17:29:14 miko-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -1
added Filippino to installer
ChangeSet
1.1979.33.10 05/06/18 12:41:14 [email protected] +1 -0
browse_files.php:
new file
API to browse files and directories.
html/modules/base/xaruserapi/browse_files.php
1.1 05/06/18 12:40:41 [email protected] +186 -0
html/modules/base/xaruserapi/browse_files.php
1.0 05/06/18 12:40:41 [email protected] +0 -0
BitKeeper file /home/e-smith/files/ibays/bk/files/core/stable/html/modules/base/xaruserapi/browse_files.php
ChangeSet
1.1979.33.9 05/06/18 05:33:10 jojodee-CZ0/[email protected] +1 -0
Don't forget the overrides with shorter 'preferred' names
docs/rfc/rfc0010.xml
1.88 05/06/18 05:33:05 jojodee-CZ0/[email protected] +2 -2
Don't forget the overrides with shorter 'preferred' names
ChangeSet
1.1979.33.8 05/06/18 05:32:13 jojodee-CZ0/[email protected] +1 -0
Correct the name to show shorter 'preferred' version.
docs/rfc/rfc0010.xml
1.87 05/06/18 05:32:05 jojodee-CZ0/[email protected] +8 -8
Correct the name to show shorter 'preferred' version.
ChangeSet
1.1979.33.7 05/06/18 04:00:53 jojodee-CZ0/[email protected] +1 -0
Update RFC 10 with info on the moving of the DD properties to new homes in their respective modules.
Leave the old diagram for reference until all are moved and then remove it.
In the meantime we have 2 structures for DD templates and overrides!
docs/rfc/rfc0010.xml
1.86 05/06/18 04:00:38 jojodee-CZ0/[email protected] +54 -4
Update RFC 10 with info on the moving of the DD properties to new homes in their respective modules.
Leave the old diagram for reference until all are moved and then remove it.
In the meantime we have 2 structures for DD templates and overrides!
ChangeSet
1.1979.34.1 05/06/18 01:47:25 jojodee-CZ0/[email protected] +1 -0
Hmm ..Move Send to friend property to the Recommend module.
BitKeeper/deleted/.del-Dynamic_SendToFriend_Property.php~c38baf5c
1.10 05/06/18 01:43:22 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_SendToFriend_Property.php
html/includes/properties/Dynamic_SendToFriend_Property.php
1.9 05/06/18 01:42:57 jojodee-CZ0/[email protected] +0 -0
Rename: BitKeeper/deleted/.del-Dynamic_SendToFriend_Property.php~c38baf5c -> html/includes/properties/Dynamic_SendToFriend_Property.php
BitKeeper/deleted/.del-Dynamic_SendToFriend_Property.php~c38baf5c
1.8 05/06/18 01:37:18 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_SendToFriend_Property.php
ChangeSet
1.1979.33.5 05/06/17 15:14:25 [email protected] +1 -0
Highlighting the lone gunman in modules module
html/modules/modules/xaradminapi/updateproperties.php
1.2 05/06/17 15:14:23 [email protected] +1 -0
Highlighting the lone gunman in modules module
ChangeSet
1.1979.33.4 05/06/17 03:09:08 jojodee-CZ0/[email protected] +3 -0
Move the tinyMCE DD property to the tinymce module
BitKeeper/deleted/.del-admin-showinput-tinymce.xd~b750c3a6
1.12 05/06/17 03:05:50 jojodee-CZ0/[email protected] +0 -0
Delete: html/modules/dynamicdata/xartemplates/admin-showinput-tinymce.xd
BitKeeper/deleted/.del-user-showoutput-tinymce.xd~d22f137a
1.2 05/06/17 03:05:42 jojodee-CZ0/[email protected] +0 -0
Delete: html/modules/dynamicdata/xartemplates/user-showoutput-tinymce.xd
BitKeeper/deleted/.del-Dynamic_TinyMCE_Property.php~9871ef9b
1.3 05/06/17 03:04:43 jojodee-CZ0/[email protected] +0 -0
Delete: html/includes/properties/Dynamic_TinyMCE_Property.php
ChangeSet
1.1979.33.3 05/06/16 15:28:48 [email protected] +1 -0
bug 2698 - find files matching a pattern
html/modules/dynamicdata/xaradminapi/browse.php
1.7 05/06/16 15:28:37 [email protected] +6 -2
bug 2698 - find files matching a pattern
ChangeSet
1.1979.33.2 05/06/14 20:37:30 marco@erika.(none) +1 -0
Changed $name check as per mikespub suggestion.
html/includes/xarVar.php
1.152 05/06/14 20:37:27 marco@erika.(none) +1 -1
Changed $name check as per mikespub suggestion.
ChangeSet
1.1979.32.1 05/06/14 19:33:47 marco@erika.(none) +1 -0
Allow for empty $name in order to not break uploads module.
html/includes/xarVar.php
1.151 05/06/14 19:33:44 marco@erika.(none) +1 -1
Allow for empty $name in order to not break uploads module.
ChangeSet
1.1979.30.5 05/06/14 17:51:58 marc@marclaptop. +2 -0
viewprivileges.php, displayprivilege.php:
stiffen a security check
html/modules/privileges/xaradmin/viewprivileges.php
1.9 05/06/14 17:44:50 marc@marclaptop. +5 -5
stiffen a security check
html/modules/privileges/xaradmin/displayprivilege.php
1.4 05/06/14 17:44:50 marc@marclaptop. +2 -3
stiffen a security check
ChangeSet
1.1979.30.4 05/06/14 17:11:13 marc@marclaptop. +1 -0
admin-showusers.xd:
remove modstatus display
gives confusing info not always pertinent to roles
html/modules/roles/xartemplates/admin-showusers.xd
1.61 05/06/14 17:06:00 marc@marclaptop. +0 -6
remove modstatus display
gives confusing info not always pertinent to roles
ChangeSet
1.1979.31.1 05/06/14 16:32:01 marc@marclaptop. +2 -0
xarprivileges.php:
bug 4633 again. I must be getting senile or sumpn
viewroles.php:
up the barrier on this security check
html/modules/privileges/xarprivileges.php
1.176 05/06/14 16:27:40 marc@marclaptop. +1 -2
bug 4633 again. I must be getting senile or sumpn
html/modules/privileges/xaradmin/viewroles.php
1.11 05/06/14 16:27:40 marc@marclaptop. +3 -3
up the barrier on this security check
ChangeSet
1.1979.30.2 05/06/14 13:55:18 [email protected] +2 -0
another instance for work on bug #4645
html/modules/dynamicdata/xarutil/static.php
1.11 05/06/14 13:55:16 [email protected] +3 -0
another instance for work on bug #4645
- make the modulename available to the template
html/modules/dynamicdata/xartemplates/util-static.xd
1.14 05/06/14 13:55:16 [email protected] +32 -19
another instance for work on bug #4645
ChangeSet
1.1979.30.1 05/06/14 13:10:37 [email protected] +1 -0
Sync up this template to the others. I'm just copying and pasting here. Please check. Visual result is the same as in the other files.
Work for bug #4645
html/modules/dynamicdata/xartemplates/util-meta.xd
1.34 05/06/14 13:10:35 [email protected] +17 -6
Sync up this template to the others. I'm just copying and pasting here. Please check. Visual result is the same as in the other files.
ChangeSet
1.1979.14.42 05/06/14 08:36:18 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -0
build.properties:
upped version
xarCore.php:
upped version
build.properties
1.27 05/06/14 08:35:51 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +2 -2
upped version
html/includes/xarCore.php
1.177 05/06/14 08:35:23 marcel-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -1
upped version
ChangeSet
1.1979.14.41 05/06/13 21:21:30 [email protected] +1 -0
- use displayname for info, but modulename which depends on the module being there
Related to bugs 3611, 4602 and 4628
This fixes bug 4602 and 4628
html/modules/modules/xartemplates/admin-list.xd
1.85 05/06/13 21:21:29 [email protected] +3 -3
- use displayname for info, but modulename which depends on the module being there
ChangeSet
1.1979.29.1 05/06/13 20:41:33 [email protected] +3 -0
Bug #4642 work, make the legacy #$tpl:additionalStyles# work properly. At a point in the near feature the link to the site configvar 'loadlegacy' should be uncommented. For this RC, we'll
leave it commented, so legacy rendering for the styles will always work for all themes, bot pre- and post- css delivery renewal.
This cset should fix bug 4642
html/modules/themes/xartemplates/user-additionalstyles.xd
1.14 05/06/13 20:41:31 [email protected] +0 -1
- remove the legacy from the template here
html/modules/themes/xarclass/xarcss.class.php
1.41 05/06/13 20:41:31 [email protected] +61 -35
- move the legacy to a smaller scope and prepare linking it to the legacy flag system wide
- rework the if/then/elseifthen constructs to switches, makes it a bit more readable
- add methods and wrappers for the legacy rendering
-
html/includes/xarTemplate.php
1.238 05/06/13 20:41:31 [email protected] +4 -2
- Simpler to use the global as a string
- set $tpl->additionalStyles to the global using a reference, the new order in which stuff is processed requires this.
ChangeSet
1.1979.28.1 05/06/13 19:02:36 [email protected] +4 -0
bug 4112 - paged search results for DD
html/modules/dynamicdata/xaruserapi/showview.php
1.10.1.1 05/06/13 19:02:26 [email protected] +6 -1
bug 4112 - paged search results for DD
html/modules/dynamicdata/xaruser/search.php
1.6 05/06/13 19:02:26 [email protected] +71 -15
bug 4112 - paged search results for DD
html/modules/dynamicdata/xartemplates/user-search.xd
1.9 05/06/13 19:02:26 [email protected] +68 -0
bug 4112 - paged search results for DD
html/modules/dynamicdata/class/objects.php
1.55.1.1 05/06/13 19:02:26 [email protected] +12 -4
bug 4112 - paged search results for DD
ChangeSet
1.1979.14.38 05/06/13 16:18:45 [email protected] +1 -0
Merge
html/modules/dynamicdata/xartemplates/admin-showinput-tinymce.xd
1.11 05/06/13 16:18:38 [email protected] +0 -18
merges
ChangeSet
1.1979.14.36 05/06/13 16:45:16 [email protected] +1 -0
remove mod-head/mod-body for DD objectview again
html/modules/dynamicdata/xartemplates/user-objectview.xd
1.17 05/06/13 16:45:06 [email protected] +1 -5
remove mod-head/mod-body for DD objectview again
ChangeSet
1.1979.26.1 05/06/13 16:44:03 marc@marclaptop. +1 -0
xarprivileges.php:
bug 4633
html/modules/privileges/xarprivileges.php
1.175 05/06/13 16:34:36 marc@marclaptop. +8 -9
bug 4633
ChangeSet
1.1979.14.35 05/06/13 16:10:07 [email protected] +1 -0
bug 4048 - fix empty checkbox list
html/includes/properties/Dynamic_CheckboxList_Property.php
1.6 05/06/13 16:09:58 [email protected] +10 -7
bug 4048 - fix empty checkbox list
ChangeSet
1.1979.25.1 05/06/13 15:17:27 [email protected] +1 -0
bug 3998 - uiscrub lost items per page
html/modules/dynamicdata/xartemplates/admin-view.xd
1.34 05/06/13 15:16:49 [email protected] +5 -2
bug 3998 - uiscrub lost items per page
ChangeSet
1.1979.14.33 05/06/13 15:03:49 [email protected] +1 -0
tiny part of bug #4326 round-up
docs/rfc/rfc0010.xml
1.85 05/06/13 15:03:47 [email protected] +2 -0
tiny part of bug #4326 round-up
ChangeSet
1.1979.14.32 05/06/13 13:30:55 [email protected] +1 -0
- dont load password back, partial workaround for bug #3266, do we also not want it in the confirm screen if a db already exists?
html/modules/installer/xaradmin.php
1.168 05/06/13 13:30:53 [email protected] +1 -1
- dont load password back, partial workaround for bug #3266, do we also not want it in the confirm screen if a db already exists?
ChangeSet
1.1979.14.31 05/06/13 13:19:21 [email protected] +1 -0
MLS changes mentioned in bug #4592
html/modules/privileges/xartemplates/admin-modifyprivilege.xd
1.84 05/06/13 13:19:20 [email protected] +12 -3
MLS changes mentioned in bug #4592
ChangeSet
1.1979.14.30 05/06/13 11:31:05 [email protected] +1 -0
- mls changes mentioned in bug 4541
Some of the stuff mentioned in the bug was already fixed, i think i got the rest with this cset.
html/modules/dynamicdata/xartemplates/admin-query.xd
1.16 05/06/13 11:31:03 [email protected] +14 -10
- mls changes mentioned in bug 4541
ChangeSet
1.1979.14.29 05/06/13 11:02:50 [email protected] +1 -0
Sync up the display of the variable help section with the actual usage. For bug 4520
html/modules/roles/xartemplates/admin-modifyemail.xd
1.32 05/06/13 11:02:48 [email protected] +12 -12
Sync up the display of the variable help section with the actual usage. For bug 4520
ChangeSet
1.1979.14.28 05/06/13 10:48:49 [email protected] +1 -0
Add a snippet saying only to upgrade a working site or else.... for bug 3672
html/upgrade.php
1.121 05/06/13 10:48:47 [email protected] +6 -0
Add a snippet saying only to upgrade a working site or else.... for bug 3672
ChangeSet
1.1979.14.27 05/06/13 10:24:33 [email protected] +1 -0
Propagate the throwException parameter for now. Short term fix for bug 4590
html/includes/xarMod.php
1.324 05/06/13 10:24:31 [email protected] +16 -8
fix for bug 4590
ChangeSet
1.1979.14.26 05/06/13 10:02:54 [email protected] +6 -0
Adapt module overviews so bug 4364 can be knocked off the deplist
html/modules/themes/xartemplates/admin-main.xd
1.18 05/06/13 10:02:52 [email protected] +1 -5
make bug 4364 'good enough'
html/modules/modules/xartemplates/admin-main.xd
1.28 05/06/13 10:02:52 [email protected] +1 -5
make bug 4364 'good enough'
html/modules/mail/xartemplates/admin-main.xd
1.21 05/06/13 10:02:52 [email protected] +0 -7
make bug 4364 'good enough'
html/modules/blocks/xartemplates/admin-main.xd
1.32 05/06/13 10:02:51 [email protected] +1 -5
make bug 4364 'good enough'
html/modules/base/xartemplates/admin-main.xd
1.38 05/06/13 10:02:51 [email protected] +1 -5
make bug 4364 'good enough'
html/modules/adminpanels/xartemplates/admin-main.xd
1.11 05/06/13 10:02:51 [email protected] +0 -5
make bug 4364 'good enough'
ChangeSet
1.1979.14.25 05/06/12 21:15:08 [email protected] +1 -0
make time configurable in calendar popup
html/modules/base/xartemplates/properties/showinput-calendar.xd
1.11 05/06/12 21:14:59 [email protected] +4 -0
make time configurable in calendar popup
ChangeSet
1.1979.24.1 05/06/12 19:14:10 [email protected] +6 -0
bug 4304 - configurable session cookie stuff
html/modules/base/xartemplates/admin-modifyconfig.xd
1.67 05/06/12 19:13:59 [email protected] +36 -0
bug 4304 - configurable session cookie stuff
html/modules/base/xarinit.php
1.141 05/06/12 19:13:59 [email protected] +5 -0
bug 4304 - configurable session cookie stuff
html/modules/base/xaradmin/updateconfig.php
1.30 05/06/12 19:13:59 [email protected] +9 -1
bug 4304 - configurable session cookie stuff
html/includes/xarSession.php
1.99 05/06/12 19:13:39 [email protected] +31 -16
bug 4304 - configurable session cookie stuff
html/includes/xarCore.php
1.176 05/06/12 19:13:38 [email protected] +5 -1
bug 4304 - configurable session cookie stuff
html/upgrade.php
1.120 05/06/12 19:13:34 [email protected] +20 -0
bug 4304 - configurable session cookie stuff
ChangeSet
1.1979.14.23 05/06/12 16:51:41 marc@marclaptop. +1 -0
xarprivileges.php:
more bug 4633
html/modules/privileges/xarprivileges.php
1.174 05/06/12 16:48:02 marc@marclaptop. +47 -3
more bug 4633
ChangeSet
1.1979.23.1 05/06/12 14:17:16 marc@marclaptop. +1 -0
xarprivileges.php:
bug 4633
html/modules/privileges/xarprivileges.php
1.173 05/06/12 14:13:06 marc@marclaptop. +3 -14
bug 4633
ChangeSet
1.1979.14.21 05/06/12 00:16:29 [email protected] +1 -0
pre.php:
Small change: PHP docs state that switch 'default' must be the last option.
html/includes/validations/pre.php
1.15 05/06/12 00:15:25 [email protected] +8 -7
Small change: PHP docs state that switch 'default' must be the last option.
ChangeSet
1.1979.14.20 05/06/12 00:00:06 [email protected] +1 -0
pre.php:
Fix to allow 'passthru' validation rules to be applied to NULL subjects
html/includes/validations/pre.php
1.14 05/06/11 23:59:28 [email protected] +57 -50
Fix to allow 'passthru' validation rules to be applied to NULL subjects
ChangeSet
1.1979.22.1 05/06/11 17:29:06 John.Cox@mcnabb. +1 -0
rss theme work
html/themes/rss/includes/rsssummary-common.xt
1.3 05/06/11 17:29:03 John.Cox@mcnabb. +6 -10
rss theme work
ChangeSet
1.1979.14.18 05/06/11 22:16:01 [email protected] +1 -0
Merge
html/modules/roles/xarincludes/xarQuery.php
1.43 05/06/11 22:15:37 [email protected] +1 -3
Merge with change already pushed (manual).
ChangeSet
1.1979.14.17 05/06/11 17:11:26 John.Cox@mcnabb. +1 -0
unfix my fix from last week.
html/themes/rss/modules/articles/user-summary-blog.xt
1.5 05/06/11 17:11:23 John.Cox@mcnabb. +1 -14
unfix my fix from last week.
ChangeSet
1.1979.14.16 05/06/11 17:08:27 John.Cox@mcnabb. +1 -0
qa
html/modules/roles/xarincludes/xarQuery.php
1.42 05/06/11 17:08:23 John.Cox@mcnabb. +2 -2
qa
ChangeSet
1.1979.21.1 05/06/11 22:08:09 [email protected] +1 -0
xarQuery.php:
Different tack: don't destroy any part of the object, since it is not a copy that gets serialized.
Instead, just signal which variables in the object do _not_ need to be serialized.
html/modules/roles/xarincludes/xarQuery.php
1.40.1.1 05/06/11 22:07:02 [email protected] +11 -11
Different tack: don't destroy any part of the object, since it is not a copy that gets serialized.
Instead, just signal which variables in the object do _not_ need to be serialized.
ChangeSet
1.1979.14.15 05/06/11 17:04:49 John.Cox@mcnabb. +1 -0
fixed issues with php5
html/modules/roles/xarincludes/xarQuery.php
1.41 05/06/11 17:04:45 John.Cox@mcnabb. +5 -4
fixed issues with php5
ChangeSet
1.1979.14.14 05/06/11 21:33:40 [email protected] +1 -0
xarQuery.php:
Deal with FIXMES: don't try and handle multiple connections until the main class itself handles them.
html/modules/roles/xarincludes/xarQuery.php
1.40 05/06/11 21:32:54 [email protected] +4 -11
Deal with FIXMES: don't try and handle multiple connections until the main class itself handles them.
ChangeSet
1.1979.20.1 05/06/11 21:17:38 [email protected] +1 -0
pre.php:
Extend vtoken to allow ASCII characters greater than 127
html/includes/validations/pre.php
1.13 05/06/11 21:17:00 [email protected] +6 -6
Extend vtoken to allow ASCII characters greater than 127
ChangeSet
1.1979.14.12 05/06/11 18:55:23 marco@erika.(none) +1 -0
No use of tabs!
html/includes/log/loggers/simple.php
1.29 05/06/11 18:55:20 marco@erika.(none) +3 -3
No use of tabs!
ChangeSet
1.1979.14.10 05/06/11 18:44:40 marco@erika.(none) +1 -0
Solves a major vulnerability that caused a malicious user to potentially access any system file.
html/includes/xarServer.php
1.85 05/06/11 18:44:37 marco@erika.(none) +3 -3
Solves a major vulnerability that caused a malicious user to potentially access any system file.
ChangeSet
1.1979.14.9 05/06/11 18:30:26 marco@erika.(none) +1 -0
Conflict with jason fix
html/includes/xarServer.php
1.84 05/06/11 18:30:23 marco@erika.(none) +0 -1
Conflict with jason fix
ChangeSet
1.1979.19.1 05/06/11 18:26:26 [email protected] +1 -0
bug 3216 - clear results before serializing (potentially ADODB recordset) + FIXMEs
html/modules/roles/xarincludes/xarQuery.php
1.39 05/06/11 18:26:15 [email protected] +7 -2
bug 3216 - clear results before serializing (potentially ADODB recordset) + FIXMEs
ChangeSet
1.1979.18.1 05/06/11 16:55:18 [email protected] +1 -0
xarServer.php:
Put module/type/func through an additional filter to ensure one alphanumeric characters get through.
We perhaps also should ensure the tokens are lower-case too, by adding 'lower:' to the filter?
html/includes/xarServer.php
1.82.1.1 05/06/11 16:53:12 [email protected] +3 -3
Put module/type/func through an additional filter to ensure one alphanumeric characters get through.
We perhaps also should ensure the tokens are lower-case too, by adding 'lower:' to the filter?
ChangeSet
1.1979.17.3 05/06/11 16:39:04 marco@erika.(none) +1 -0
Introduced a more strict check for funcName external variable.
html/includes/xarServer.php
1.83 05/06/11 16:39:01 marco@erika.(none) +1 -1
Introduced a more strict check for funcName external variable.
ChangeSet
1.1979.17.2 05/06/11 16:37:35 marco@erika.(none) +1 -0
Moved the directory writeable check in the proper place.
html/includes/log/loggers/simple.php
1.28 05/06/11 16:37:32 marco@erika.(none) +4 -4
Moved the directory writeable check in the proper place.
ChangeSet
1.1979.17.1 05/06/11 16:36:06 marco@erika.(none) +1 -0
Added the XARLOG_LEVEL_ALL define to avoid the unclear syntax used without that.
html/includes/xarLog.php
1.64 05/06/11 16:36:01 marco@erika.(none) +3 -1
Added the XARLOG_LEVEL_ALL define to avoid the unclear syntax used without that.
ChangeSet
1.1979.14.7 05/06/11 12:53:52 [email protected] +1 -0
xarQuery.php:
Bug 3216: remove and restore the database connection object on serialization/unserializarion
html/modules/roles/xarincludes/xarQuery.php
1.38 05/06/11 12:53:04 [email protected] +32 -0
Bug 3216: remove and restore the database connection object on serialization/unserializarion
ChangeSet
1.1979.14.6 05/06/11 10:48:55 marc@marclaptop. +4 -0
xarQuery.php, showusers.php, sendmail.php, createmail.php:
the more succinct notation doesn't seem to work. too bad
remove the connection string from saved queries. Encapsulate the saves and retrieves in the query object.
html/modules/roles/xarincludes/xarQuery.php
1.37 05/06/11 10:41:57 marc@marclaptop. +1 -1
the more succinct notation doesn't seem to work. too bad
html/modules/roles/xaradmin/showusers.php
1.39 05/06/11 10:41:57 marc@marclaptop. +2 -5
the more succinct notation doesn't seem to work. too bad
html/modules/roles/xaradmin/sendmail.php
1.27 05/06/11 10:41:57 marc@marclaptop. +1 -1
the more succinct notation doesn't seem to work. too bad
html/modules/roles/xaradmin/createmail.php
1.33 05/06/11 10:41:57 marc@marclaptop. +1 -1
the more succinct notation doesn't seem to work. too bad
html/modules/roles/xarincludes/xarQuery.php
1.36 05/06/11 10:09:55 marc@marclaptop. +14 -0
remove the connection string from saved queries. Encapsulate the saves and retrieves in the query object.
html/modules/roles/xaradmin/showusers.php
1.38 05/06/11 10:09:55 marc@marclaptop. +5 -6
remove the connection string from saved queries. Encapsulate the saves and retrieves in the query object.
html/modules/roles/xaradmin/sendmail.php
1.26 05/06/11 10:09:55 marc@marclaptop. +2 -4
remove the connection string from saved queries. Encapsulate the saves and retrieves in the query object.
html/modules/roles/xaradmin/createmail.php
1.32 05/06/11 10:09:54 marc@marclaptop. +6 -13
remove the connection string from saved queries. Encapsulate the saves and retrieves in the query object.
ChangeSet
1.1979.16.1 05/06/11 00:30:11 marc@marclaptop. +1 -0
import.php:
bug when no files found
html/modules/dynamicdata/xarutil/import.php
1.11 05/06/11 00:10:32 marc@marclaptop. +2 -2
bug when no files found
ChangeSet
1.1979.14.4 05/06/09 22:48:55 [email protected] +4 -0
bug 4124 - unset dbconn property before saving rolesquery
html/modules/roles/xarincludes/xarQuery.php
1.35 05/06/09 22:48:43 [email protected] +2 -2
bug 4124 - unset dbconn property before saving rolesquery
html/modules/roles/xaradmin/showusers.php
1.37 05/06/09 22:48:43 [email protected] +4 -3
bug 4124 - unset dbconn property before saving rolesquery
html/modules/roles/xaradmin/sendmail.php
1.25 05/06/09 22:48:43 [email protected] +2 -0
bug 4124 - unset dbconn property before saving rolesquery
html/modules/roles/xaradmin/createmail.php
1.31 05/06/09 22:48:43 [email protected] +9 -3
bug 4124 - unset dbconn property before saving rolesquery
ChangeSet
1.1979.14.3 05/06/09 20:49:21 [email protected] +1 -0
bug 4652 - no cache flushing during installation
html/modules/modules/xaradminapi/activate.php
1.15 05/06/09 20:49:12 [email protected] +2 -2
bug 4652 - no cache flushing during installation
ChangeSet
1.1979.15.1 05/06/09 16:44:08 [email protected] +5 -0
fix mail delivery no earlier than + view mail queue
html/modules/mail/xaradminapi/sendmail.php
1.6 05/06/09 16:43:54 [email protected] +5 -0
fix mail delivery no earlier than + view mail queue
html/modules/mail/xaradminapi/sendhtmlmail.php
1.10 05/06/09 16:43:54 [email protected] +6 -0
fix mail delivery no earlier than + view mail queue
html/modules/mail/xaradminapi/getmenulinks.php
1.4 05/06/09 16:43:54 [email protected] +8 -1
fix mail delivery no earlier than + view mail queue
html/modules/mail/xartemplates/admin-viewq.xd
1.1 05/06/09 16:43:17 [email protected] +124 -0
html/modules/mail/xaradmin/viewq.php
1.1 05/06/09 16:43:17 [email protected] +107 -0
html/modules/mail/xartemplates/admin-viewq.xd
1.0 05/06/09 16:43:17 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/mail/xartemplates/admin-viewq.xd
html/modules/mail/xaradmin/viewq.php
1.0 05/06/09 16:43:17 [email protected] +0 -0
BitKeeper file D:/wintools/cygwin/home/stable/html/modules/mail/xaradmin/viewq.php
ChangeSet
1.1979.14.1 05/06/09 21:25:34 jojodee-CZ0/[email protected] +1 -0
errr - how bout we just set the modvar and be done with it :)
html/modules/dynamicdata/xartemplates/admin-showinput-tinymce.xd
1.10 05/06/09 21:25:30 jojodee-CZ0/[email protected] +4 -3
errr - how bout we just set the modvar and be done with it :)
ChangeSet
1.1979.1.30 05/06/08 18:49:53 jojodee-CZ0/[email protected] +1 -0
Hmm, this QA prob was fixed yesterday - so i could push this. Oh well. Fixed again.
html/modules/dynamicdata/xartemplates/admin-showinput-tinymce.xd
1.9 05/06/08 18:49:49 jojodee-CZ0/[email protected] +1 -1
Hmm, this QA prob was fixed yesterday - so i could push this. Oh well. Fixed again.
ChangeSet
1.1979.1.29 05/06/08 18:46:19 jojodee-CZ0/[email protected] +1 -0
caveman mentioned an instance where $tinybrowsers is not set.
Not sure how it occurs yet as it's set in xarinit during upgrade.
Until we find out why, lets doublecheck for the set var in the template.
html/modules/dynamicdata/xartemplates/admin-showinput-tinymce.xd
1.8 05/06/08 18:46:15 jojodee-CZ0/[email protected] +11 -6
caveman mentioned an instance where $tinybrowsers is not set during an upgrade.
Not sure how it occurs as it's set in xarinit for upgrade.
Until we find out why, lets doublecheck for the set var in the template.
ChangeSet
1.1979.13.1 05/06/07 14:57:14 jojodee-111RdWWlOxkOkXtL6OYfHgC/[email protected] +1 -0
admin-showinput-tinymce.xd:
Update with button and also browser choice for wysiwyg
html/modules/dynamicdata/xartemplates/admin-showinput-tinymce.xd
1.5.1.1 05/06/07 14:56:39 jojodee-111RdWWlOxkOkXtL6OYfHgC/[email protected] +18 -3
Update with button and also browser choice for wysiwyg
ChangeSet
1.1979.1.28 05/06/07 23:53:09 jojodee-CZ0/[email protected] +1 -0
qa
html/modules/dynamicdata/xartemplates/admin-showinput-tinymce.xd
1.7 05/06/07 23:53:04 jojodee-CZ0/[email protected] +1 -4
qa
ChangeSet
1.1979.1.27 05/06/07 23:18:19 jojodee-CZ0/[email protected] +1 -0
Update tinymce DD property input
add button switch for wysiwyg
Make sure it only shows when a specific browser is wysiwyg enabled
html/modules/dynamicdata/xartemplates/admin-showinput-tinymce.xd
1.6 05/06/07 23:06:30 jojodee-CZ0/[email protected] +21 -3
Update tinymce DD property input
add button switch for wysiwyg
Make sure it only shows when a specific browser is wysiwyg enabled
ChangeSet
1.1979.10.3 05/06/06 19:28:10 [email protected] +1 -0
bug 1432 (not really, cuz it was commeneted already but just in case it is uncommented)
html/modules/base/xartemplates/blocks/modify-menu.xd
1.30 05/06/06 19:27:56 [email protected] +2 -2
bug 1432 (not really, cuz it was commeneted already but just in case it is uncommented)
ChangeSet
1.1979.1.25 05/06/06 13:02:21 [email protected] +1 -0
Removing the summary from the automatically filled in fields, so bug reports can not click directly on OK and are forced to fill in a description.
This will prevent the constant renaming of bugs i need to do hopefully
html/modules/base/xartemplates/message-systemerror.xd
1.14 05/06/06 13:02:19 [email protected] +1 -1
Removing the summary from the automatically filled in fields, so bug reports can not click directly on OK and are forced to fill in a description.
ChangeSet
1.1979.11.1 05/06/06 13:02:00 marc@marclaptop. +1 -0
admin-newprivilege.xd:
bug 4641
html/modules/privileges/xartemplates/admin-newprivilege.xd
1.54 05/06/06 12:47:40 marc@marclaptop. +1 -1
bug 4641
ChangeSet
1.1979.1.24 05/06/06 12:36:31 [email protected] +1 -0
Fix for bug 4626
html/includes/transforms/HTML_to_XML.php
1.3 05/06/06 12:36:29 [email protected] +96 -96
Applied simon's patch. Is this actually used somewhere in core? Couldnt find a place. The patch makes sense from a logical point of view though
(dont invent something new along the way, make both sides equivalent, blah blah etc.) If it breaks somewhere, that somewhere should be fixed anyway.
ChangeSet
1.1979.1.23 05/06/06 11:06:54 [email protected] +1 -0
bug 4638 typo
html/modules/modules/xartemplates/admin-modify.xd
1.48 05/06/06 11:06:52 [email protected] +1 -1
bug 4638 typo
ChangeSet
1.1979.1.22 05/06/06 11:05:47 [email protected] +1 -0
bug 4639 typo
html/modules/modules/xartemplates/includes/hooks-mainpart.xd
1.8 05/06/06 11:05:46 [email protected] +1 -1
bug 4639 typo
ChangeSet
1.1979.10.2 05/06/06 07:13:40 [email protected] +1 -0
simpler closing conditional bracket, should be a bit easier to debug or change afterwards
html/modules/themes/xarclass/xarcss.class.php
1.40 05/06/06 07:13:26 [email protected] +1 -0
simpler closing conditional bracket, should be a bit easier to debug or change afterwards
ChangeSet
1.1979.10.1 05/06/06 07:12:28 [email protected] +1 -0
missed closing xarif tag plus simpler closing bracket
html/modules/themes/xartemplates/user-additionalstyles.xd
1.13 05/06/06 07:12:10 [email protected] +4 -3
missed closing xarif tag plus simpler closing bracket
ChangeSet
1.1979.1.19 05/06/06 06:59:12 [email protected] +1 -0
conditional comments for ie-win fixed (lets try to keep close to MS own guide)
html/themes/Xaraya_Classic/includes/headtagcontent.xt
1.6 05/06/06 06:58:57 [email protected] +1 -1
conditional comments for ie-win fixed (lets try to keep close to MS own guide)
ChangeSet
1.1979.1.18 05/06/06 06:55:44 [email protected] +1 -0
conditional comments for ie-win fixed - credits to jojodee for noticing the cockup :)
html/modules/themes/xartemplates/user-additionalstyles.xd
1.12 05/06/06 06:55:34 [email protected] +5 -2
conditional comments for ie-win fixed - credits to jojodee for noticing the cockup :)
ChangeSet
1.1979.1.17 05/06/06 06:53:03 [email protected] +1 -0
conditional comments for ie-win fixed
html/modules/themes/xarclass/xarcss.class.php
1.39 05/06/06 06:52:49 [email protected] +2 -0
conditional comments for ie-win fixed
ChangeSet
1.1979.7.6 05/06/05 15:56:44 John.Cox@mcnabb. +2 -0
uiscrub stuff
html/modules/dynamicdata/xartemplates/user-label.xd
1.2 05/06/05 15:56:42 John.Cox@mcnabb. +7 -5
uiscrub stuff
html/modules/dynamicdata/xartemplates/admin-showinput-urltitle.xd
1.7 05/06/05 15:56:42 John.Cox@mcnabb. +20 -22
uiscrub stuff
ChangeSet
1.1979.7.5 05/06/05 15:51:22 John.Cox@mcnabb. +4 -0
Use a favicon vice the old icon.
html/var/locales/en_US.utf-8/php/core/core.php
1.5 05/06/05 15:51:16 John.Cox@mcnabb. +3 -1
Use a favicon vice the old icon.
html/modules/dynamicdata/xartemplates/admin-showinput-urltitle.xd
1.6 05/06/05 15:51:16 John.Cox@mcnabb. +22 -14
uiscrub exercise. looks like the dd needs a lot of work
html/modules/base/xaruserapi/getfavicon.php
1.3 05/06/05 15:51:16 John.Cox@mcnabb. +1 -1
oops.
html/includes/properties/Dynamic_URLIcon_Property.php
1.19 05/06/05 15:51:16 John.Cox@mcnabb. +4 -3
Use a favicon vice the old icon.
ChangeSet
1.1979.7.4 05/06/05 12:43:59 John.Cox@mcnabb. +1 -0
qa
html/modules/base/xaruserapi/getfavicon.php
1.2 05/06/05 12:43:55 John.Cox@mcnabb. +21 -20
qa
ChangeSet
1.1979.9.1 05/06/05 12:38:48 John.Cox@mcnabb. +1 -0
Utility function to get favicon ala getfile.
html/modules/base/xaruserapi/getfavicon.php
1.1 05/06/05 12:38:44 John.Cox@mcnabb. +84 -0
html/modules/base/xaruserapi/getfavicon.php
1.0 05/06/05 12:38:44 John.Cox@mcnabb. +0 -0
BitKeeper file C:/cygwin/home/dev/www/xaraya/stable/html/modules/base/xaruserapi/getfavicon.php
ChangeSet
1.1979.8.1 05/06/05 16:16:29 marc@marclaptop. +1 -0
getallactive.php:
bug 4634
html/modules/roles/xaruserapi/getallactive.php
1.20 05/06/05 16:13:21 marc@marclaptop. +4 -1
bug 4634
ChangeSet
1.1979.7.1 05/06/04 22:23:00 [email protected] +1 -0
BL issue : <!-- ... --> in templates makes #$var# fail !?
html/modules/dynamicdata/xartemplates/admin-modifyprop.xd
1.51 05/06/04 22:22:49 [email protected] +0 -2
BL issue : <!-- ... --> in templates makes #$var# fail !?
ChangeSet
1.1979.1.16 05/06/03 02:17:05 [email protected] +1 -0
cleanup unused
html/themes/Xaraya_Classic/style/style.css
1.81.1.11 05/06/03 02:16:53 [email protected] +0 -79
cleanup unused
ChangeSet
1.1979.1.15 05/06/03 02:14:33 [email protected] +1 -0
not used anywhere
html/themes/Xaraya_Classic/style/style.css
1.81.1.10 05/06/03 02:14:20 [email protected] +4 -0
not used anywhere
ChangeSet
1.1979.1.14 05/06/03 02:13:00 [email protected] +1 -0
not used anywhere
html/themes/Xaraya_Classic/style/style.css
1.81.1.9 05/06/03 02:12:48 [email protected] +2 -0
not used anywhere
ChangeSet
1.1979.1.13 05/06/03 02:10:53 [email protected] +1 -0
not used anywhere
html/themes/Xaraya_Classic/style/style.css
1.81.1.8 05/06/03 02:10:40 [email protected] +4 -0
not used anywhere
html/themes/Xaraya_Classic/style/style.css
1.81.1.7 05/06/03 02:08:57 [email protected] +2 -0
not used anywhere
html/themes/Xaraya_Classic/style/style.css
1.81.1.6 05/06/03 02:00:04 [email protected] +2 -0
not used anywhere in core
html/themes/Xaraya_Classic/style/style.css
1.81.1.5 05/06/03 01:55:22 [email protected] +6 -1
not used anywhere in core
ChangeSet
1.1979.1.12 05/06/02 19:50:47 [email protected] +2 -0
small futzing with stylesheets
html/modules/base/xarstyles/xarcore-xhtml1-strict.css
1.18 05/06/02 06:33:23 [email protected] +1 -1
should really leave setting margins to themes
html/themes/Xaraya_Classic/style/style.css
1.81.1.4 05/06/02 06:20:44 [email protected] +1 -3
just testing
html/themes/Xaraya_Classic/style/style.css
1.81.1.3 05/06/02 05:58:38 [email protected] +1 -3
another test
html/themes/Xaraya_Classic/style/style.css
1.81.1.2 05/06/02 05:45:34 [email protected] +15 -6
test
ChangeSet
1.1979.1.10 05/06/01 14:25:52 marc@marclaptop. +1 -0
xarSecurity.php:
fix a broken function
html/includes/xarSecurity.php
1.115 05/06/01 14:21:46 marc@marclaptop. +4 -1
fix a broken function
html/modules/base/xarstyles/xarcore-xhtml1-strict.css
1.17 05/05/30 06:36:04 [email protected] +1 -0
no individual comment (scripted commit)
ChangeSet
1.1979.5.3 05/05/30 06:29:41 [email protected] +1 -0
small corrections
html/modules/base/xarstyles/xarcore-xhtml1-strict.css
1.16 05/05/30 06:24:57 [email protected] +1 -0
minor correction
html/modules/base/xarstyles/xarcore-xhtml1-strict.css
1.15 05/05/30 06:21:21 [email protected] +1 -0
no_comment
ChangeSet
1.1979.5.2 05/05/30 06:17:11 [email protected] +1 -0
small corrections
html/modules/base/xarstyles/xarcore-xhtml1-strict.css
1.14 05/05/30 06:14:31 [email protected] +1 -0
some missing properties
html/modules/base/xarstyles/xarcore-xhtml1-strict.css
1.13 05/05/30 05:57:19 [email protected] +12 -5
some missing properties
ChangeSet
1.1979.5.1 05/05/30 05:34:46 [email protected] +3 -0
remove unused styles and older (now unused) version of core stylsheet
html/modules/base/xarstyles/xarcore-xhtml1-strict.css
1.12 05/05/30 05:34:37 [email protected] +146 -112
remove unused styles
BitKeeper/deleted/.del-core.css~9e5899532a7f654d
1.7 05/05/30 05:32:08 [email protected] +0 -0
Delete: html/modules/themes/xarstyles/core.css
BitKeeper/deleted/.del-corecss.php~6e63feb34386249b
1.2 05/05/30 05:26:39 [email protected] +0 -0
Delete: html/modules/themes/xarstyles/corecss.php
ChangeSet
1.1979.4.1 05/05/29 19:10:31 marco@erika.(none) +1 -0
Bug 4609
html/includes/xarVar.php
1.150 05/05/29 19:10:26 marco@erika.(none) +1 -0
Bug 4609
ChangeSet
1.1979.1.8 05/05/29 01:44:50 jojodee-CZ0/[email protected] +1 -0
Base pager Bug 4607 looking for nextpage when it doesn't exist
html/modules/base/xartemplates/pager-multipageprev.xd
1.7 05/05/29 01:44:45 jojodee-CZ0/[email protected] +1 -1
Bug 4607
ChangeSet
1.1979.1.7 05/05/27 04:05:30 [email protected] +1 -0
Merge andyv.plus.com:/Users/andyv/Sites/stable
into andyv.plus.com:/Users/andyv/Sites/stable_baby
BitKeeper/etc/logging_ok
1.181 05/05/27 04:05:28 [email protected] +1 -0
Logging to [email protected] accepted
ChangeSet
1.1979.3.1 05/05/27 04:04:25 [email protected] +6 -0
corrections, cleanup, examples, and support for the promised methods
html/themes/Xaraya_Classic/includes/styleswitchercsslinks.xt
1.5 05/05/27 04:04:15 [email protected] +1 -1
did i do anything here? hmm
html/themes/Xaraya_Classic/includes/headtagcontent.xt
1.5 05/05/27 04:04:15 [email protected] +29 -8
conditional comment type styles are possible now with the xar:style tag
html/modules/themes/xartemplates/user-additionalstyles.xd
1.11 05/05/27 04:04:15 [email protected] +9 -1
due support
html/modules/themes/xarcssapi/registercsstags.php
1.12 05/05/27 04:04:15 [email protected] +3 -1
supported attributes - were missing after random reimplementation :)
html/modules/themes/xarcssapi/registercss.php
1.3 05/05/27 04:04:15 [email protected] +1 -0
description correction
html/modules/themes/xarclass/xarcss.class.php
1.38 05/05/27 04:04:15 [email protected] +14 -6
corrections, cleanup and added support for conditional comment inclusion and for embedded styles, as it was originally designed for
ChangeSet
1.1979.1.6 05/05/26 17:14:14 John.Cox@mcnabb. +1 -0
slight modification to blog template for rss.
html/themes/rss/modules/articles/user-summary-blog.xt
1.4 05/05/26 17:14:10 John.Cox@mcnabb. +14 -1
slight modification to blog template for rss.
ChangeSet
1.1973.1.1 05/05/26 06:05:00 [email protected] +1 -0
changed default to table by request as it is more usable
html/modules/dynamicdata/xartemplates/includes/objectlist-default.xd
1.2 05/05/26 06:04:55 [email protected] +2 -2
changed default to table by request as it is more usable
ChangeSet
1.1966.4.1 05/05/24 07:41:52 John.Cox@mcnabb. +1 -0
bug 4513
html/includes/exceptions/defaultuserexception.defaults.php
1.8 05/05/24 07:41:49 John.Cox@mcnabb. +4 -0
bug 4513
ChangeSet
1.1979.1.2 05/05/24 12:01:50 marc@marclaptop. +1 -0
login.php:
fix for bug 4242
Credit and thanks to [email protected]
ChangeSet
1.1979.2.1 05/05/24 19:29:01 jojodee-CZ0/[email protected] +1 -0
Adjust style for general use.
html/themes/Xaraya_Classic/style/style.css
1.81.1.1 05/05/24 19:28:57 jojodee-CZ0/[email protected] +1 -1
Adjust style for general use.
html/modules/roles/xaruser/login.php
1.34 05/05/24 11:57:44 marc@marclaptop. +5 -0
fix for bug 4242
Credit and thanks to [email protected]
ChangeSet
1.1979.1.1 05/05/22 19:35:42 marco@erika.(none) +1 -0
Merge [email protected]:/var/bk/xaraya/core/stable
into erika.(none):/home/marco/src/xaraya/main
html/modules/installer/xartemplates/admin-phase3.xd
1.44 05/05/22 19:35:38 marco@erika.(none) +0 -0
Auto merged
ChangeSet
1.1971.1.1 05/05/22 19:35:02 marco@erika.(none) +1 -0
Added check for cacheIsWritable.
Replaced installer with Xaraya.
html/modules/installer/xartemplates/admin-phase3.xd
1.41.1.1 05/05/22 19:34:59 marco@erika.(none) +20 -4
Added check for cacheIsWritable.
Replaced installer with Xaraya.
Links for the differences:
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]
http://xaraya.com:15000/core/commerce/[email protected]