***: peterthoeny has quit IRC ()
peterthoeny has joined #twiki
ChanServ sets mode: +o peterthoeny
SopanShewale has left
peterthoeny has quit IRC ()
peterthoeny has joined #twiki
ChanServ sets mode: +o peterthoeny
SopanShewale has joined #twiki
Daemonik has joined #twiki Daemonik: If TWiki is installed to an internet facing site, what is the "right" way to block off all of TWiki to unauthenticated users? ***: kala has joined #twiki
Daemonik has quit IRC ("Leaving")
peterthoeny has quit IRC ()
fr_1 has joined #twiki
sreher has joined #twiki SopanShewale: Hi Daemonick
you can setup authentication restriction using - webserver(apache based) or twiki based
apache based--you should be making changes in apache conf/or .htaccess file - kept in {TWIKI_ROOT}/bin directory Dae`: he left :/ SopanShewale: :)
thx ***: hellmachine has joined #twiki
sreher has quit IRC ()
sreher has joined #twiki
rfxr has quit IRC (wolfe.freenode.net irc.freenode.net)
peters-tx has quit IRC (wolfe.freenode.net irc.freenode.net)
SopanShewale has left
peters-tx has joined #twiki
Beerfed has joined #twiki
Beerfed has left
rfxr has joined #twiki
TJCRI has joined #twiki
kala has quit IRC (wolfe.freenode.net irc.freenode.net)
mofino has quit IRC (wolfe.freenode.net irc.freenode.net)
quicksilver has quit IRC (wolfe.freenode.net irc.freenode.net)
kala has joined #twiki
quicksilver has joined #twiki
mofino has joined #twiki
peters-tx has quit IRC (wolfe.freenode.net irc.freenode.net)
peters-tx has joined #twiki
peterthoeny has joined #twiki
ChanServ sets mode: +o peterthoeny
peterthoeny has quit IRC ()
peterthoeny has joined #twiki
ChanServ sets mode: +o peterthoeny
sreher has quit IRC ()
kumarsak has joined #twiki kumarsak: Hi I am having problem updating twiki pages using WWW::Mechanize::Twikiclient. I am able to read but unable to update page
can someone help me? I suspect authtype is the problem
any comments ? ***: hellmachine_ has joined #twiki
orbarron has joined #twiki
hellmachine has quit IRC (Read error: 60 (Operation timed out))
hellmachine_ is now known as hellmachine orbarron: hi all: question regarding table... I have a 4x4 table and I want to use a value in one or the cells. How do I get that that value?
btw: I am using %edittable plugin
for example I enter a value in col 2 but I would like to use that value on col 3 (same row). ***: kumarsak has quit IRC ("Page closed") orbarron: or better yet what doe this do? value="%CALC{ "$T(R$ROW(0):C$COLUMN(-1))"
sorry this is what I would like to understand.... --> %GAUGE{ type="tambar" name="%CALC{ $ROW(0) }%" width="52" value="%CALC{ "$T(R$ROW(0):C$COLUMN(-1))" }%" }%
anyone here? peterthoeny: orbarron: the GaugePlugin expects a unique name for each gauge
hence the name="%CALC{ $ROW(0) }%"
that will use the current row number as the name of the gauge
the value has a SpreadSheetPlugin lookup to pull the content of the cell to the left
details at http://twiki.org/cgi-bin/view/TWiki/SpreadSheetPlugin#Syntax_Rules
i think there is an issue with the gauge name
use either this: name="%CALC{$ROW(0)}%"
or this: name="%CALC{ "$ROW(0)" }%"
to avoid sapces
"spaces" -: orbarron testing orbarron: peterthoeny: thanks for the input. I tried this but I am not able to see the gauge. If I manually change the value in the cell I can get the gauge.
I tried both peterthoeny: make sure the gauge plugin executes after the spreadsheet plugin
there is a setting in configure on the plugin execution order orbarron: http://pastebin.com/d19100169
this is what I have peterthoeny: two things: orbarron: this is what I get: http://pastebin.com/d35889724 peterthoeny: 1. fix the plugin execution order in configure
2. not sure if the preferences setting works the way you have
try first without
try also this:
* Set G = type="tambar" name="%CALC{$ROW(0)}%" width="52" value="%CALC{"$T(R$ROW(0):C$COLUMN(-1))"}%"
and in your cell:
| * Set G = %GAUGE{%G%}% |
sorry, this:
| %GAUGE{%G%}% | -: orbarron trys orbarron: http://pastebin.com/d2a9fe44
no luck
what do you mean by this: 1. fix the plugin execution order in configure ***: fr_1 has quit IRC (Remote closed the connection) orbarron: any other inputs...
I can't seem to get this working. It seems to work fine on http://twiki.org/cgi-bin/view/Sandbox.EditTablePluginTesting ***: TJCRI has quit IRC (Remote closed the connection)
sreher has joined #twiki