[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] more admin UI hacking fun
>However, when I restarted IC and loaded the page my changes didn't
>show up. It's like the variables are cached somewhere. I don't know
>where. Calling 'bin/interchange -r' says the old server is killed
>then a new server is started. Wouldn't this new server refresh the
>definition of UI_STD_HEAD with my changes?
Interchange imports lib/UI/vars/*, including any backup files that you
(probably) made. If that is the problem, move them to another directory,
more info here:
http://developer.akopia.com/archive/interchange-users/2000/msg10368.html
Mike, I noticed Jon made 4.7.x import only usertag/*.tag files, how about
doing the same for lib/UI/vars/*.var in 4.7.x? I attached my own thoughts
on it as a patch to dist/lib/UI/ui.cfg.
-Dan
CVS activity by user 'jon':
Tag: DEV_4_7_0
interchange.cfg.dist
Log Message:
Changed include to usertag/*.tag to avoid getting backup or other random
files. Renamed usertag files to reflect change.
picky-include.patch