New patch 2003-02-16-16-31-48 PENDING.
[email protected] (root) Sun, 16 Feb 2003 11:31:49 -0500 (EST)
| Newsgroups | gmane.comp.cms.xaraya.patches |
|---|---|
| Message-ID | <[email protected]> |
A patch was submitted to the patch system:
by a user Chris at host huiskamer.
This patch is now in the PENDING state and
needs to be checked in (committed)
For this you need to log on to the server and execute
the following commands in the xaraya-patches repository:
1. cd PENDING
2. bk sfiles -x | bk new -
3. bk commit
4. bk push
This will change the state of the patch to REGISTERED
it wil *NOT* apply the patch. Alternatively, you may
wait for the next run of the cron job which will
automatically check in PENDING patches.
Once a patch is in the REGISTERED state it will be
propagated by push/pull operations and patch handling
can be done remotely from that point on in any clone
from the main repository once properly synchronized.
Patch system status:
---------------------------------------------
PENDING : 1
REGISTERED: 14
---------------------------------------------
The patch contains the following changesets:
ChangeSet
1.494 03/02/16 17:31:16 Chris@huiskamer. +1 -0
xarServerGetBaseURI() now first looks at SCRIPT_NAME and then
at PATH_INFO in stead of the other way around
xarServerGetCurrentURL() was almost complete, but it still didn't
work with shortURL's yet... PATH_INFO needs to be pasted on SCRIPT_NAME
if they are not the same...if they are not the same, it means something
is typed behind the script-filexarServerGetCurrentURL
html/includes/xarServer.php
1.33 03/02/16 17:31:14 Chris@huiskamer. +10 -2
xarServerGetBaseURI() now first looks at SCRIPT_NAME and then
at PATH_INFO in stead of the other way around
xarServerGetCurrentURL() was almost complete, but it still didn't
work with shortURL's yet... PATH_INFO needs to be pasted on SCRIPT_NAME
if they are not the same...if they are not the same, it means something
is typed behind the script-file
ChangeSet
1.493 03/02/16 16:59:58 Chris@huiskamer. +2 -0
Merge http://xaraya.com:15000/xaraya
into huiskamer.:C:/cygwin/home/Chris/bk/xaraya
html/modules/users/xaruser.php
1.64 03/02/16 16:59:53 Chris@huiskamer. +0 -0
Auto merged
BitKeeper/etc/logging_ok
1.65 03/02/16 16:59:18 Chris@huiskamer. +0 -0
auto-union
ChangeSet
1.490.1.1 03/02/16 10:07:39 John.Cox@mcnabb. +3 -0
finishing touches on the meta block.
html/modules/themes/xartemplates/blocks/metaAdmin.xd
1.2 03/02/16 10:07:37 John.Cox@mcnabb. +13 -1
finishing touches on the meta block.
html/modules/themes/xartemplates/blocks/meta.xd
1.2 03/02/16 10:07:37 John.Cox@mcnabb. +4 -3
finishing touches on the meta block.
html/modules/themes/xarblocks/meta.php
1.5 03/02/16 10:07:37 John.Cox@mcnabb. +65 -21
finishing touches on the meta block.
ChangeSet
1.491 03/02/16 15:01:42 mikespub-FogMEOs31dotat4ziPANHlKoq+OfwspIAL8bYrjMMd8@public.gmane.org +2 -0
fix allowed API stuff
html/var/config.site.xml.dist
1.27 03/02/16 15:01:22 mikespub-FogMEOs31dotat4ziPANHlKoq+OfwspIAL8bYrjMMd8@public.gmane.org +4 -1
allow any API type by default
html/includes/xarCore.php
1.52 03/02/16 14:58:41 mikespub-FogMEOs31dotat4ziPANHlKoq+OfwspIAL8bYrjMMd8@public.gmane.org +6 -2
fix xarCoreIsApiAllowed to match config.site.xml description
ChangeSet
1.490 03/02/16 09:35:19 John.Cox@mcnabb. +2 -0
Couple of bug fixes from the review repo.
html/var/config.site.xml.dist
1.26 03/02/16 09:35:17 John.Cox@mcnabb. +2 -2
Couple of bug fixes from the review repo.
html/includes/xarBLCompiler.php
1.50 03/02/16 09:35:17 John.Cox@mcnabb. +2 -2
Couple of bug fixes from the review repo.
ChangeSet
1.489 03/02/16 08:42:37 John.Cox@mcnabb. +1 -0
removed exception calls for now. we need to investigate if we can still use them.
html/includes/xarMod.php
1.133 03/02/16 08:42:35 John.Cox@mcnabb. +12 -12
removed exception calls for now. we need to investigate if we can still use them.
ChangeSet
1.488 03/02/16 08:35:41 John.Cox@mcnabb. +2 -0
Bug fixes
html/modules/installer/xaradmin.php
1.42 03/02/16 08:34:55 John.Cox@mcnabb. +2 -2
fixed problem on some isnatallations. This was a workaround for me which is now commented out.
html/includes/xarMod.php
1.132 03/02/16 08:34:55 John.Cox@mcnabb. +1 -1
fixed the api load went fine. Funny error message by the way:)
ChangeSet
1.487 03/02/16 11:28:15 mikespub-FogMEOs31dotat4ziPANHlKoq+OfwspIAL8bYrjMMd8@public.gmane.org +1 -0
support array_keys() with xar:foreach tag too
html/includes/xarBLCompiler.php
1.49 03/02/16 11:27:56 mikespub-FogMEOs31dotat4ziPANHlKoq+OfwspIAL8bYrjMMd8@public.gmane.org +9 -8
support array_keys() with xar:foreach tag too
ChangeSet
1.450.35.102 03/02/15 12:05:01 Chris@huiskamer. +2 -0
users_user_logout used list() to get 1 xarVarCleanFromInput
result, but if the resultset is only one var, it returns
a string... $redirecturl contains only the first
letter of that string if list() is used
BitKeeper/etc/logging_ok
1.59.1.7 03/02/15 12:05:01 Chris@huiskamer. +1 -0
Logging to [email protected] accepted
html/modules/users/xaruser.php
1.63 03/02/15 12:04:44 Chris@huiskamer. +2 -3
users_user_logout used list() to get 1 xarVarCleanFromInput
result, but if the resultset is only one var, it returns
a string... $redirecturl contains only the first
letter of that string if list() is used