37 csets were pushed to core/userlocale: Merge [email protected]:/var/bk/xaraya/cor...

voll-111RdWWlOxkOkXtL6OYfHgC/[email protected] (Volodymyr Metenchuk)
Newsgroups gmane.comp.cms.xaraya.bk-notices
Organization Xaraya
Message-ID <[email protected]>
Changes were applied by voll to core/userlocale level 15.
    WARNING: These changes bypassed the Quality Assurance Tests!
    The following csets were applied:
    
    ChangeSet
      1.1886.166.3 05/03/27 09:01:35 [email protected] +1 -0
      - at least one implementation of xmlhttp has no property notion in the function object handler (safari), go back to the global.
    
      html/modules/base/xartemplates/includes/xmlhttprequest.js
        1.3 05/03/27 09:01:34 [email protected] +9 -8
        - at least one implementation of xmlhttp has no property notion in the function object handler (safari), go back to the global.
    
    ChangeSet
      1.1886.166.2 05/03/27 09:00:21 [email protected] +1 -0
      slight simplification and dont let the block break on creation
    
      html/modules/base/xarblocks/html.php
        1.33 05/03/27 09:00:20 [email protected] +5 -8
        slight simplification and dont let the block break on creation
    
    ChangeSet
      1.1886.166.1 05/03/27 08:56:56 [email protected] +1 -0
      turck mmcache kept crashing on this line, this apparently solves it, <shrug>
    
      html/includes/log/loggers/simple.php
        1.27 05/03/27 08:56:55 [email protected] +1 -1
        turck mmcache kept crashing on this line, this apparently solves it, <shrug>
    
    ChangeSet
      1.1886.165.1 05/03/26 09:11:06 marc@marclaptop. +1 -0
      register.php:
        bug 4259
    
      html/modules/roles/xaruser/register.php
        1.36 05/03/26 09:01:45 marc@marclaptop. +1 -1
        bug 4259
    
    ChangeSet
      1.1886.1.209 05/03/25 08:57:52 marcel-097TUEbwl1/[email protected] +1 -0
      Merge xaraya.com:/var/bk/xar/core/stable
      into hsdev.com:/var/bk/xar/core/xartest
    
      html/modules/dynamicdata/class/objects.php
        1.54 05/03/25 08:57:51 marcel-097TUEbwl1/[email protected] +0 -0
        Auto merged
    
    ChangeSet
      1.1886.164.2 05/03/25 08:57:38 [email protected] +2 -0
      Two minor changes:
      - pass objectid to list templates
      - template fix 
    
      html/modules/dynamicdata/xartemplates/admin-showinput-subform.xd
        1.3 05/03/25 08:57:36 [email protected] +21 -20
        - make sure we complete the table we're in when we insert the data form
    
      html/modules/dynamicdata/class/objects.php
        1.52.1.1 05/03/25 08:57:36 [email protected] +5 -1
        Pass objectid to the list template, comfy for customizing
    
    ChangeSet
      1.1886.164.1 05/03/25 08:50:01 [email protected] +1 -0
      bindvar remnant
    
      html/modules/roles/xaradmin/modifyconfig.php
        1.20 05/03/25 08:49:59 [email protected] +2 -2
        bindvar remnant
    
    ChangeSet
      1.1886.163.1 05/03/24 21:43:48 [email protected] +1 -0
      bug 4222 - add primary field to datastore fields if necessary
    
      html/modules/dynamicdata/class/objects.php
        1.53 05/03/24 21:43:17 [email protected] +4 -0
        bug 4222 - add primary field to datastore fields if necessary
    
    ChangeSet
      1.1886.1.207 05/03/24 17:30:14 [email protected] +1 -0
      Fix httprequest code. 
    
      html/modules/base/xartemplates/includes/xmlhttprequest.js
        1.2 05/03/24 17:30:12 [email protected] +57 -44
        - eliminate a global
        - registering a handler is something different than calling a function, this was the bug
        - add paranoid try/catch clauses
        - add some TODO's
    
    ChangeSet
      1.1886.1.206 05/03/24 09:32:46 [email protected] +1 -0
      added xmlhttprequest code, taken from bkview module
      
      nothin too special yet, just somethin to start from
    
      html/modules/base/xartemplates/includes/xmlhttprequest.js
        1.1 05/03/24 09:32:44 [email protected] +65 -0
    
      html/modules/base/xartemplates/includes/xmlhttprequest.js
        1.0 05/03/24 09:32:44 [email protected] +0 -0
        BitKeeper file /home/johnny/projects/xaraya/test/html/modules/base/xartemplates/includes/xmlhttprequest.js
    
    ChangeSet
      1.1886.1.205 05/03/24 12:20:50 [email protected] +2 -0
      There was a bug in the notation resolver where a notation like:  $a[$b].c would fail. In fact, lots of mixed notations would fail.
      This changeset fixes this.
      As it turned out it wasnt something of a type of some sort, but a conceptual mistake in the resolving logic. 
      
      PLEASE TEST THIS THOROUGHLY!  The change will affect nothing as far as i can see, and i've tested all the notation shapes i could think of,
      but obviously this can break stuff bigtime if i made a mistake. 
    
      tests/objectnotation.php
        1.4 05/03/24 12:20:48 [email protected] +26 -17
        Update of testfile for notation resolver to make it in sync with BLCompiler
    
      html/includes/xarBLCompiler.php
        1.275 05/03/24 12:20:48 [email protected] +39 -27
        Solved an expression resolving bug where the mixed usage of [ ] and the colon notation caused the resolver to fail
    
    ChangeSet
      1.1886.1.204 05/03/22 13:33:54 [email protected] +2 -0
      Allow extra parameters after '[]' notation in the menu block
    
      html/modules/blocks/xaradmin/update_instance.php
        1.20 05/03/22 13:33:52 [email protected] +1 -1
        - make testing for the checkbox value a bit more robust
    
      html/modules/base/xarblocks/menu.php
        1.116 05/03/22 13:33:52 [email protected] +6 -2
        - allow extra stuff after the ] in the menu block
        - make testing for the checkbox value a bit more robust.
    
    ChangeSet
      1.1886.162.2 05/03/21 08:12:41 marc@marclaptop. +1 -0
      purge.php:
        bug 3535
    
      html/modules/roles/xaradmin/purge.php
        1.26 05/03/21 07:56:48 marc@marclaptop. +5 -0
        bug 3535
    
    ChangeSet
      1.1886.162.1 05/03/20 22:32:07 marc@marclaptop. +1 -0
      recall.php:
        bug 3535
    
      html/modules/roles/xaradminapi/recall.php
        1.6 05/03/20 22:19:38 marc@marclaptop. +1 -1
        bug 3535
    
    ChangeSet
      1.1886.1.202 05/03/20 14:09:08 John.Cox@mcnabb. +1 -0
      qa
    
      html/themes/rss/pages/default.xt
        1.31 05/03/20 14:09:03 John.Cox@mcnabb. +3 -3
        qa
    
    ChangeSet
      1.1886.161.3 05/03/20 14:00:24 John.Cox@mcnabb. +1 -0
      attempt to fix rss theme
    
      html/themes/rss/pages/default.xt
        1.30 05/03/20 14:00:17 John.Cox@mcnabb. +2 -2
        attempt to fix rss theme
    
    ChangeSet
      1.1886.1.200 05/03/20 16:49:30 marc@marclaptop. +1 -0
      rfc0042.xml:
        QA tabs again
    
      docs/rfc/rfc0042.xml
        1.11 05/03/20 16:40:20 marc@marclaptop. +19 -19
        QA tabs again
    
    ChangeSet
      1.1886.1.199 05/03/20 16:18:00 marc@marclaptop. +1 -0
      rfc0042.xml:
        document solution for FR 3535
    
      docs/rfc/rfc0042.xml
        1.10 05/03/20 16:05:48 marc@marclaptop. +26 -0
        document solution for FR 3535
    
    ChangeSet
      1.1886.1.198 05/03/20 15:56:15 marc@marclaptop. +1 -0
      user-view.xd:
        QA tabs
    
      html/modules/roles/xartemplates/user-view.xd
        1.70 05/03/20 15:51:44 marc@marclaptop. +65 -65
        QA tabs
    
    ChangeSet
      1.1886.1.197 05/03/20 15:48:40 marc@marclaptop. +1 -0
      user-view.xd:
        QA stuff
    
      html/modules/roles/xartemplates/user-view.xd
        1.69 05/03/20 15:43:04 marc@marclaptop. +40 -20
        QA stuff
    
    ChangeSet
      1.1886.1.195 05/03/20 15:14:42 marc@marclaptop. +3 -0
      recall.php, purge.php, delete.php:
        bug 3535
    
      html/modules/roles/xaradminapi/recall.php
        1.5 05/03/20 15:09:15 marc@marclaptop. +6 -0
        bug 3535
    
      html/modules/roles/xaradminapi/purge.php
        1.10 05/03/20 15:08:52 marc@marclaptop. +2 -2
        bug 3535
    
      html/modules/roles/xaradminapi/delete.php
        1.11 05/03/20 15:08:51 marc@marclaptop. +1 -1
        bug 3535
    
    ChangeSet
      1.1886.1.194 05/03/20 15:05:42 marc@marclaptop. +2 -0
      purge.php, delete.php:
        fix bug 3535
    
      html/modules/roles/xaradminapi/purge.php
        1.9 05/03/20 14:59:35 marc@marclaptop. +1 -0
        fix bug 3535
    
      html/modules/roles/xaradminapi/delete.php
        1.10 05/03/20 14:59:35 marc@marclaptop. +1 -0
        fix bug 3535
    
    ChangeSet
      1.1886.161.2 05/03/19 20:07:11 John.Cox@mcnabb. +1 -0
      bug 4219
    
      html/modules/mail/xaradminapi/_sendmail.php
        1.13 05/03/19 20:07:07 John.Cox@mcnabb. +4 -1
        bug 4219
    
    ChangeSet
      1.1886.160.1 05/03/19 19:41:44 John.Cox@mcnabb. +1 -0
      submit once javascript
    
      html/modules/base/xartemplates/includes/submitonce.js
        1.1 05/03/19 19:41:40 John.Cox@mcnabb. +18 -0
    
      html/modules/base/xartemplates/includes/submitonce.js
        1.0 05/03/19 19:41:40 John.Cox@mcnabb. +0 -0
        BitKeeper file C:/cygwin/home/dev/www/xaraya/xaraya/html/modules/base/xartemplates/includes/submitonce.js
    
    ChangeSet
      1.1886.1.192 05/03/18 17:19:19 [email protected] +2 -0
      We can simplify here a bit and reuse the data-input dd tag for the module list.
    
      html/modules/blocks/xartemplates/admin-new_type.xd
        1.7 05/03/18 17:19:17 [email protected] +1 -13
        using the data-input dd tag for the module list
    
      html/modules/blocks/xaradmin/new_type.php
        1.3 05/03/18 17:19:17 [email protected] +6 -8
        - changes related to using data-input/module dd tag
    
    ChangeSet
      1.1886.157.2 05/03/14 22:15:07 marc@marclaptop. +2 -0
      view.php, user-view.xd:
        bug 3981
    
      html/modules/roles/xaruser/view.php
        1.33 05/03/14 22:05:04 marc@marclaptop. +11 -3
        bug 3981
    
      html/modules/roles/xartemplates/user-view.xd
        1.68 05/03/14 22:05:04 marc@marclaptop. +30 -10
        bug 3981
    
    ChangeSet
      1.1886.1.190 05/03/14 20:46:56 [email protected] +1 -0
      Overlooked prep
    
      html/modules/modules/xaradmin/hooks.php
        1.16 05/03/14 20:46:55 [email protected] +1 -1
        Overlooked prep
    
Links for the differences:
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
http://xaraya.com:15000/core/userlocale/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.