←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
nylothfranck: If you have some more minutes, I have another test for you ;) [00:02]
franckyes fire! [00:02]
nylothok :
$tiki_setup_dir = realpath(dirname(__FILE__));$tiki_script_filename = realpath($_SERVER['SCRIPT_FILENAME']);
if ( strpos($tiki_script_filename, $tiki_setup_dir) === false ) {
well, no, wait, just another change...
so...
$tiki_setup_dir = realpath(dirname(__FILE__));$tiki_script_filename = realpath($_SERVER['SCRIPT_FILENAME']);
f ( substr($tiki_script_filename, 0, strlen($tiki_setup_dir)) != $tiki_setup_dir ) {
$tiki_script_filename = realpath($_SERVER['PATH_TRANSLATED']);
}
$tmp = dirname(str_replace($tiki_setup_dir,'',$tiki_script_filename));
$tikipath = dirname($tiki_script_filename);
is it ok, this way ?
[00:05]
franckhold on [00:09]
nyloththe 'f' before '( substr' should be an 'if' [00:10]
franckgot that ;) [00:10]
nyloth:) [00:10]
franckit looks happy too
let me clear the cache to make sure
[00:13]
nylothok, nice. I'll commit this version right now and you will be able to test after updating your branches/2.0 [00:14]
franckyes after clearing the cache it is still happy [00:14]
nylothok, just commited
could you test just once again, after an svn update, please ?
[00:14]
franckback
well, the site I have is not under svn
I took the RC
[00:25]
nylothok, no problem. It should be ok btw.
so, it's late here, I'll leave now :)
s/late/really early/ ;)
bye
[00:27]
***nyloth has left "Kopete 0.12.7 : http://kopete.kde.org" [00:29]
chibaguy has joined #tikiwiki [00:42]
.... (idle for 15mn)
Caarrie|away is now known as Caarrie [00:57]
Morphous_ has joined #tikiwiki [01:04]
SvenAERTS has quit IRC () [01:09]
Morphous has quit IRC (Read error: 110 (Connection timed out))
franck has left
[01:20]
.... (idle for 16mn)
djst has joined #tikiwiki
djst has quit IRC (Client Quit)
[01:38]
nkoth3_ has quit IRC ()
Caarrie is now known as Caarrie|sleeping
[01:52]
............. (idle for 1h4mn)
franck has joined #tikiwiki [02:57]
marclaportefranck: : got all security contacts?
Can I see a draft of your email to them, b4 you send?
[03:07]
franckmarclaporte: sent already [03:08]
marclaportesuper@ [03:09]
franckit should be in your security@tikiwiki.org [03:09]
marclaportecan you just read now
excellent mail
thans Franck
thanks
[03:11]
franckno worries
and with nyloth we fixed an install bug
on the RC
[03:12]
marclaportegood stuff [03:14]
franckit was real strange, due to detection of paths where tw is installed, but we found a way to make it work in his environment and one I have
so now http://wiki.chapters.isoc.org/ is tw2.0
[03:15]
.................. (idle for 1h27mn)
***FrankP_german has joined #tikiwiki [04:42]
..... (idle for 22mn)
Paragtim has joined #tikiwiki [05:04]
ParagtimHi all, Hopefully a quick question. How do I change the returned search data sort from "Relevance" to "hits"? [05:13]
.... (idle for 18mn)
chibaguyParagtim, this is the slow time of day in this channel. If you try again in Europe/Americas daytime, there'll be more people active. [05:31]
ParagtimHi Gary, Appreciate that, Just threw it out on the off chance. I have a dev meeting later and I know its going to be one of the questions raised. [05:33]
chibaguyok. [05:34]
***djst has joined #tikiwiki [05:36]
...... (idle for 28mn)
FrankP_german has quit IRC (Read error: 113 (No route to host)) [06:04]
FrankP_german has joined #tikiwiki [06:09]
mattbmc has quit IRC (Read error: 110 (Connection timed out)) [06:20]
franck has left [06:29]
..... (idle for 23mn)
FrankP_german has quit IRC (Read error: 113 (No route to host)) [06:52]
Wilkins has joined #tikiwiki [07:01]
Paragtimchilbaguy. I was looking to add another link into the footer bar (footer.tpl) In the default theme there is a div section that I was going to edit however in the tikineat theme the footer does not have this section. As you are the author I thought I would ask if add the div would cause a problem [07:14]
chibaguyThe file to edit is tiki-bot_bar.tpl. footer.tpl only contains the doc closing tags (body and html, etc.). (I'm not the author of Tikineat btw.)
Paragtim ^^^
[07:23]
ParagtimThanks - understand your not the author. FYI - Here's the confusion (Default Style/footer.tpl = (* $id footer.tpl xxxxxxxxx marclaporte) (tikineat Style/footer.tpl ($id footer.tpl xxxxxxxxxxxxx chibaguy) And the code in default contains the div - hence the question [07:32]
***Lucymoz has quit IRC (Read error: 110 (Connection timed out)) [07:33]
ParagtimI need to edit in different places then to get the same result? [07:33]
chibaguyWhere are you getting that information from ("(tikineat Style/footer.tpl ($id footer.tpl xxxxxxxxxxxxx chibaguy)"?
footer.tpl was modified a while back by marc but actually tiki-bot_bar.tpl is the proper place for page-bottom links.
I think conceptually footer.tpl's function is to wrap up the page, not to display visible content.
tiki-bot_bar.tpl contains the copyright info, rss icons, powered-by stuff, etc.
[07:47]
***djst has quit IRC () [07:57]
.... (idle for 16mn)
chibaguyAs far as I know, that's true for all themes.
bbl
[08:13]
***chibaguy has left
Paragtim has quit IRC ("If you can't laugh at yourself, make fun of other people.")
[08:16]
ElDios has joined #tikiwiki [08:26]
.................. (idle for 1h27mn)
nyloth has joined #tikiwiki [09:53]
nylothHi all :) [09:54]
...... (idle for 26mn)
marclaportepolom nyloth :-) [10:20]
sylvieghello
nyloth - for the saved_msg - I agree that we need parameters... but after a tiki-editpage I think we can really for http_referer for both bl and saved_msg
I like after editpage to have a clean url - a clean screen - kind of reward to my editing - and I will do saveg_msg optional too...
[10:20]
nylothsylvieg: I understand your wish, even if it will not be possible (or not easily) for other features...
sylvieg: why not using session instead of referer, then ?
[10:24]
***franck has joined #tikiwiki [10:25]
nylothsylvieg: as I said before, I don't like using referer because of URL that could have be rewritten ... hard to match something on mozilla's urls for example
(and it's harder to fake session values)
bbl
[10:25]
sylvieggood idea
btw : thre is a bad use of REFERER in tiki-editpage for categorisation - it is testing against tiki-index.php
[10:29]
nyloth:) [10:31]
sylviegI need to add something like do not search on page of this category. does it make sense to add a perm tiki_p_not_search_categorized? [10:39]
nylothseems not very nice to me
we should avoid negations in perms... instead we will end with tiki_p_not_edit , ...
[10:42]
sylviegyes I know
so tiki_p_search_categorized + update each time I find tiki_p_view_categorized, add tiki_p_search_categorized
[10:43]
nylothI prefer this solution, yes
but maybe this is the right time to start a work to have all perms for categories too (not only *categorized)... ;)
[10:48]
franckwhat is the difference between tiki-calendar and tiki-action calendar? [10:51]
nylothfranck: calendar is a 'normal' calendar of events, meetings, ... and action calendar is a log of every actions registered in tiki (modified pages, deleted pages, ...) displayed as a calendar [10:53]
franckah ok
I did not see any TZ support in tiki-calendar?
[10:53]
nylothfranck: TZ is choosed in admin panels
franck: and tiki is able to detect the user TZ
[10:54]
franckhmmm
I entered an event and it seems it took the time I put as UTC
[10:55]
nylothfranck: check your TZ settings in admin panels then :) [10:55]
franckwill do [10:56]
nylothfranck: your user may also have wrong TZ settings in user_preferences [10:56]
franckyes set
all working fine
the calendar should display the time of the user, so we know which timezone it uses
additionnaly a TZ drop dow could allow you to change the TZ
[11:08]
nylothyes, the calendar displays everything in the user TZ. [11:09]
***ricks99_ has joined #tikiwiki [11:10]
nylotha drop down to change TZ will be nice, yes... [11:10]
franckwhich is good, but a little extra feedback would be helpful [11:10]
***Paragtim has joined #tikiwiki [11:10]
ricks99_hi all :) [11:11]
francknext to the date range in the calendar would be nice to print the time zone [11:11]
ricks99_anyone know how to kick-start irc.tw.o? it does not appear to be updating anymore :( [11:11]
nylothricks99, marc : Is it possible to get rights to edit pages on info.tw.o ?
franck: I agree
[11:13]
ricks99_@nyloth: sure.... [11:15]
nyloththx :) [11:15]
***marclaporte has quit IRC (Read error: 110 (Connection timed out)) [11:16]
ricks99_@nyloth: *should* be set now [11:18]
nylothyes, thx
ricks99_: how about migrating to 2.0 ? ;)
[11:19]
***Caarrie|sleeping is now known as Caarrie [11:19]
ricks99_y. i've been playing with a new theme, too.... [11:21]
nylothok :) [11:22]
ParagtimHi all. Can someone point me in the right direction for this. I need to add some extra info on the initial log in screen (copyright Info and discalaimer etc). I thought I bookmarked the page telling me where to look but can find it any more!! [11:25]
nylothHi Paragtim, maybe have a look at doc.tikiwiki.org [11:27]
ricks99_@Paragtim: just plain, static text? [11:27]
***chibaguy has joined #tikiwiki [11:28]
nylothchibaguy: hi :) [11:28]
chibaguyhi nyloth [11:28]
ParagtimRick - Initially yes. Eventually there will need to be a DB call for T & C's acceptence, but for the moment that not critical [11:29]
ricks99_@Paragtim: for "quick fix" simply add the text to your tiki-register.tpl template. for "correct fix" use a registration tracker (not sure which tiki version this was introduced) [11:31]
ParagtimThanks - will have a look and play now [11:32]
ricks99_np [11:32]
..... (idle for 20mn)
***marclaporte has joined #tikiwiki [11:52]
.... (idle for 15mn)
Caarrie has quit IRC (Excess Flood)
tomb_ has joined #tikiwiki
[12:07]
Caarrie has joined #tikiwiki [12:12]
Caarrie is now known as Caarrie|away [12:18]
tomb_ has quit IRC (Remote closed the connection) [12:26]
tomb_ has joined #tikiwiki
Darkbee has joined #tikiwiki
[12:33]
DarkbeeIf I find a bug and then discover that it's already in the dev tracker, is it worth while adding comments to the original bug submission? [12:37]
Is there anything else I should do? I don't quite understand the rating thing -2=>serious bug, -1=>not life threatening bug? Is the rating cumulative or absolute? [12:43]
***FrankP_german has joined #tikiwiki [12:46]
Caarrie|away is now known as Caarrie
DarrenB has joined #tikiwiki
[12:57]
luciashDarkbee: iiuic the rating is there for letting devs know how many users vote for the bug to be solved asap
+2 solve it now, -2 forget it
[12:58]
DarrenBOk thanks... I wasn't sure if it was a count like you say or a fixed value...
but I can change my "vote" right?
[12:59]
luciashi believe it counts every vote and displays average then [13:00]
DarrenBoops...nick change [13:00]
luciashnp :) [13:00]
DarrenBThat is what would make most sense to me
It just isn't explained very clearly on DevTiki.... there is something about it AFTER you submit the bug report
[13:00]
marclaporteDarrenB: please change the explanation to what you see fit
marclaporte enjoys the wikiway :-)
[13:01]
DarrenBok... I get a bit nervous about updating information... I don't want to get it wrong and give everybody the wrong information :)
I just want to be a well-behaved "law" abiding community member ;)
[13:02]
marclaportefear is something which has permitted life to survive for millions of years
So fear has its use :-)
well-behaving people too :-)
[13:03]
DarrenBlol
so as luciash said negative implies less important... positive implies more important?
[13:04]
marclaporteyes [13:07]
DarrenBWhat about the numerical priority? That seems to be arbitrary. Is that something that the devs set? (although I know that it can be set at submission time) [13:08]
marclaportethat part is documented [13:08]
DarrenBok [13:09]
marclaportehttp://dev.tikiwiki.org/How+to+Submit+a+new+item+on+the+Wishlist
Please improve as you see fit
bbl
[13:12]
***Darkbee has quit IRC (Read error: 113 (No route to host))
ElDios has quit IRC (".")
DarrenB is now known as Darkbee
[13:14]
DarkbeeI was just reading that very page :)
I think there should be a more prominent link to it on the Dev homepage
maybe I can update that too ;)
[13:18]
***SEWilco2 has joined #tikiwiki
sdauch has joined #tikiwiki
marclaporte has quit IRC (Read error: 113 (No route to host))
[13:31]
sdauchCan anyone help with the new staging & approal feature on TW1.10.0b1? [13:36]
sylvieghttp://doc.tikiwiki.org/tiki-index.php?page=Wiki%20Page%20Staging%20and%20Approval&structure=Documentation [13:41]
***sameh_ is now known as sameh [13:42]
sdauchsylvieg - thanks for the documentation. I have already read that and I am still having trouble. I think the problem is with my category permissions. [13:43]
sylvieghttp://doc.tikiwiki.org/tiki-pagehistory.php?page=Wiki%20Page%20Staging%20and%20Approval&preview=15 [13:45]
sdauchIn the staged category everyone has view and edit perms. In the Approved category everyone has view and only admins have edit perms. [13:45]
sylviegthis onme has a permission example
need to fixc the comment to put this in comments
[13:45]
sdauchYea, I see the example at the bottom. Looks like exactly what i need. thanks! [13:47]
SEWilco2Themes site showed me a few pages, now is emitting pages with no source. http://themes.tikiwiki.org/ [13:50]
chibaguySEWilco2, I'm getting an "Unable to connect to the database !" error at themes.tw.o. [13:53]
SEWilco2Maybe someone is rebooting now. "Firefox can't establish a connection to the server at themes.tikiwiki.org." [13:53]
DarkbeeDarkbee is getting unable to connect at themes also [13:53]
chibaguyWell, I connected with Opera but it took a long time, and then the db connection error.
Hmm, now completely unavailable.
[13:55]
DarkbeeI'm just getting a straight out, can't connect.
using Firefox 3
[13:56]
chibaguymarclaporte deals with that server, but I guess he's not around.
Oh, it's up again :-) .
[13:57]
***tomb_ has left "Ex-Chat" [13:58]
Darkbeeconcur [14:01]
***mstef has joined #tikiwiki [14:01]
mstefhi all [14:01]
Darkbeehello [14:06]
..... (idle for 22mn)
***GillesM has joined #tikiwiki [14:28]
ricks99_ has quit IRC (Read error: 110 (Connection timed out)) [14:37]
Lucymoz has joined #tikiwiki
chibaguy has left
SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]")
[14:46]
SEWilco2 has joined #tikiwiki [15:07]
SEWilco2How do I force reload of newly selected theme? Looked OK on Theme admin screen, but other pages still use old theme. [15:08]
.... (idle for 16mn)
Nope, theme won't change. Reloaded page, restarted Firefox, reloaded page, cleared Firefox cache, reloaded page, deleted stuff in temp/cache, reloaded page. [15:24]
Darkbeemaybe you have themes per user... you could try changing in it MyTiki [15:25]
sylviegdo you have a theme control by section or categ? [15:25]
SEWilco2Nope. Theme Control not enabled.
Checking MyTiki.
[15:26]
sylviegdo you have a user pref for theme? [15:27]
SEWilco2I do see a theme in MyTiki. Logged out... anonymous still showing the same theme instead of the new one I selected. [15:28]
sylviegwhich version [15:29]
SEWilco21.9.11 [15:29]
Darkbeewhen you changed the theme in admin did you choose apply style changes only or did you do a full save of the preferences? [15:30]
sylviegclean your cookie [15:30]
SEWilco2First I did apply, then I did Save.
Looking for oven...
[15:30]
Darkbeewhat sylvieg said :)
I bow to sylvieg's superior knowledge
[15:30]
sylviegthx [15:31]
DarkbeeI just wanted to look I knew what I was talking about ;) [15:31]
***Paragtim has quit IRC ("Give a man a fish and he will eat for a day. Teach him how to fish, and he will sit in a boat and drink beer all day") [15:32]
SEWilco2Yup, it was the tiki-style cookie that was the problem.
Thanks.
[15:32]
DarkbeeDarkbee learned something new today [15:32]
sylvieg.. perhaps we can force a cookie cleaning in the code [15:33]
DarkbeeI've changed themes though and never had that problem before [15:33]
SEWilco2Cookie should be reset by the Theme page, and at login/logout. [15:34]
Darkbeealthough I don't think I allow users to change themes
if that makes a difference
[15:34]
SEWilco2SEWilco2 passes out cookie dough and pitchforks all around. Put dough on fork, use torch to bake. [15:35]
***sdauch has quit IRC ("CGI:IRC (EOF)") [15:36]
SEWilco2SEWilco2 heads off to City Hall. "No more dough!" [15:36]
DarkbeeDarkbee like cookie...
me eat cookie....myum myum myum
[15:36]
***Darkbee is now known as DarkCookieMonste [15:37]
SEWilco2You spelled "Monastery" wrong. [15:37]
DarkCookieMonsteI ate some of the letters [15:38]
***DarkCookieMonste is now known as Darkbee [15:38]
DarkbeeIs there a way to reset the site stats (mainly the hit counters) without messing with direct database updates? [15:39]
***nyloth has quit IRC ("Kopete 0.12.7 : http://kopete.kde.org") [15:39]
SEWilco2Sure... write code to do resetting.
SEWilco2 runs back to City Hall.
[15:42]
DarkbeeI'll get right on that
I just wondered if the functionality already existed somewhere and I missed it.
otherwise maybe I will take a stab at writing some code (heaven help us)
:P
[15:42]
sylviegonly some stats can be reset? [15:45]
SEWilco2I haven't noticed an option in 1.9.11 for resetting, and I've been wandering around the Admin pages a fair amount lately. [15:45]
sylviegit does not exist so far I know - because it is not simple [15:46]
DarkbeeI suppose mainly the page hits... the reason is that I've been working on a site prior to opening it up to the public so I don't want the pages hits to inaccurately reflect most popular pages and so on. [15:47]
SEWilco2Oops. I haven't selected the "Stats" feature. Maybe that's why I haven't noticed stats stuff. [15:47]
Darkbeeobviously some stats cannot be reset... like the number of wiki pages... it doesn't make any sense to set it to zero.
Darkbee offers SEWilco a cookie... "some people don't work well on a empty stomach"
[15:49]
***ricks99_ has joined #tikiwiki [15:50]
Darkbeewell it's not a "show stopper" .. just wondered if it was possible... it's easy to miss things when administering Tiki (not that, that is a bad thing necessarily. It just means Tiki is very comprehensive!) [15:51]
SEWilco2Yup, that's why I kept Stats turned off on my development sites. When I transfer to the final site with the right domain name, then I'll turn on Stats.
SEWilco2 offers Darkbee another cookie. Still has two left on his pitchfork.
[15:53]
Darkbeewell I was a noob of an admin and was experimenting
still am
a noob AND experimenting
Darkbee takes a cookie...myummuyumyum
Darkbee has concerns the way SEWilco brandishes the pitchfork around
[15:54]
SEWilco2SEWilco2 is careful with his brandishing except when at City Hall. [15:56]
Darkbeepage hits though I believe are separate from site stats
not much you can do about those
all this talk of cookies is making me hungry..off to get some lunch
[15:58]
SEWilco2Speaking of hits... is there a way to request that Directory entries be sorted by name by default, rather than hits? I need people to be able find stuff, not have the most popular things stuck under their nose. [15:59]
...... (idle for 25mn)
***nyloth has joined #tikiwiki [16:24]
nylothback [16:24]
***Caarrie is now known as Caarrie|away
Lucymoz has quit IRC (Read error: 110 (Connection timed out))
[16:24]
nylothlphuberdeau: around ? [16:28]
lphuberdeauyeah [16:29]
nylothlphuberdeau: hi, one question about your merges : when we delete (or rename) some files on branches/2.0, do you also delete them on trunk ? (it should) [16:30]
lphuberdeauyes, it does
svn does that, not me
all I do is run a script and fix conflicts
[16:30]
nylothlphuberdeau: ok, this is why I'm surprised to see some files that were deleted on branches/2.0 and still remain in trunk :/ [16:31]
lphuberdeauhum... [16:32]
nylothlphuberdeau: for example : trunk/lib/Date and trunk/lib/htmlarea [16:32]
lphuberdeauthe merge I just did removed:
D doc/devtools/tikimerge_110to111.sh
D doc/devtools/convert_templates_prefs-1.10.php
D doc/devtools/search_smarty_prefs-1.10.php
[16:32]
nylothyes, nice, but there is some problems that remain
do ou have an idea why those files were not handled by the merge ?
[16:32]
***Wilkins has quit IRC (Read error: 104 (Connection reset by peer)) [16:36]
lphuberdeaumight have found it... caused by some error... will look out for this one next time [16:37]
nylothlphuberdeau: ok, thanx :) [16:38]
lphuberdeaumade a fix on my setup, but can't really test without anything to merge :) [16:38]
nylothok :) [16:38]
lphuberdeauoh, I can update plugin_ui [16:39]
ok... error did not show up, but that's not really conclusive evidence.. will keep looking at the issue [16:44]
nylothok [16:44]
***djst has joined #tikiwiki [16:45]
djst has quit IRC (Read error: 54 (Connection reset by peer)) [16:51]
kerrnel has joined #tikiwiki [16:56]
kerrnelMoo
In 1.9x, is it possible to add files to the file gallery directly from one of the Tiki directories, or does it have to be uploaded?
[16:56]
sylviegsnif a svn up on trunk and I lost my db/local.php [17:03]
nylothsylvieg: how did you do that ? [17:05]
sylviegsvn up only [17:05]
lphuberdeauI get that too
must be the merge
[17:05]
nylothstrange... there was no db/local.php under versioning. It should not attempt to delete the file then. [17:08]
lphuberdeaufile still there [17:08]
sylviegsorry my db/local.php is still there but it can not find it [17:08]
nylothhmmm... this may be due to changes I made on tiki-setup.php then :/
try commenting lines 25,26,27 of tiki-setup.php
is it related to this ?
[17:10]
lphuberdeauresolved [17:15]
nylothwhat was wrong ? [17:16]
lphuberdeauthat line felt weird in the first place, appeared to be wrong [17:17]
sylviegthx lph - working now [17:18]
***Redhatter has quit IRC (Read error: 113 (No route to host)) [17:18]
nylothok, nice, thx
maybe should I backport those path changes to branches/2.0 to reduce risks of bad merges...
are you against ?
...bbl
[17:18]
lphuberdeaubackporting causes bad merges by itself [17:23]
sylviegyes I know lphuberdeau - sorry
will try try not to do it again
[17:26]
lphuberdeauwas mostly aimed to answer nyloth ;) [17:26]
sylvieg:-) (I feel so guilty ;-)
I do not know svn but cvs backporting was ok - if not changing both at the same time
so merge backport merge should work
[17:27]
lphuberdeauyeah, usually not too bad if the fix is exactly the same
I try to merge often
takes less effort when done often
[17:29]
***tomb_ has joined #tikiwiki [17:31]
nylothback [17:43]
SEWilco2How is one to activate tiki_p_edit_categories in 1.9.11? I only see it in tikilib.php being tested, not being set in DB anywhere.
I have two clients needing article access control. Without tiki_p_edit_categories, any editor can edit any page.
[17:44]
nylothlphuberdeau: ok, so you would prefer not backporting path fixes. Not a problem for me neither. [17:48]
***rodrigo_sampaio has joined #tikiwiki [17:51]
nylothfor info, about backports, either I backport fixes on {php} smarty tags, either I remove the smarty_security feature from 2.0 ... but since it's a huge security enhancement, I'm planing to backport those fixes to branches/2.0 (also requested by sylvie if I remember well).
does anyone now if db/profiles/default-inserts.sql is used in tiki, at any time ? It seems we can remove it since a long time ago...
only db/profiles/*.prf seems to be used
[17:56]
lphuberdeaufrom tiki-install I think [17:59]
***marclaporte has joined #tikiwiki
Caarrie|away is now known as Caarrie
[18:00]
nylothlphuberdeau: it seems not
lphuberdeau: _default.prf is the one used by default, and you can choose between db/profiles/*prf
lphuberdeau: I will remove it from trunk
[18:02]
***Redhatter has joined #tikiwiki [18:03]
lphuberdeauwell, the plan was to make it obsolete in 3.0 anyway
so yes, it can be removed from trunk
[18:03]
nylothok, I can clean some stuff then ;) [18:03]
***djst has joined #tikiwiki [18:15]
nylothlphuberdeau: did you take some time to check tiki pass encryption methods to see which one is the best for 2.0 and more ?
lphuberdeau: I think we should use the md5+crypt one
[18:19]
***FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de")
rodrigo_sampaio has quit IRC ("Leaving.")
[18:29]
djst has quit IRC ()
rodrigo_sampaio has joined #tikiwiki
[18:35]
sylviegnyloth: it is a security hole if you can change templates - but if you can not .....it is ok?
I am speaking about the {php} stuff
nyloth: +1 for the lastest encryption by defautl
[18:40]
lphuberdeauwhich file are they located in? [18:44]
nylothsylvieg: yes, but if you enable smarty_security under 2.0, your tiki may be unusable since there is some {php} even in header.tpl... this is why I prefer to backport all fixes
lphuberdeau: in ./lib/userslib.php ?
lphuberdeau: it's the pref 'feature_crypt_passwords'
[18:47]
sylviegok it is either backport - either take awayu the setting (thax to you I activate smarty security for the pretty templates) [18:48]
nylothyes :)
I think backport is a better choice since we may have security problems that could be due to a lack of smarty security before 3.0 release.
marclaporte: around ?
[18:48]
lphuberdeauthey are all really weird
crypt-md5 does seem to be the best thought
[18:55]
nylothlphuberdeau: I agree
lphuberdeau: I change the default to crypt-md5 then, if no objections
(I mean, even for 2.0)
[18:56]
lphuberdeauwouldn't change the default on 2.0
no idea how much this has been tested
[18:57]
nylothlphuberdeau: we are using it since 2 years now :) [18:58]
lphuberdeauhow is the transition from other versions?
I noticed there is a lot of code to test older versions
[18:58]
nylothlphuberdeau: without any problems since it does only affect new installs (upgrades will keep their method)
lphuberdeau: but, if you prefer to change the default only for 3.0, I'm ok.
[18:59]
lphuberdeauotherwise I think we are forced to do an RC3 [19:00]
nylothlphuberdeau: well, there is some changes on installer that may imply an RC3 btw ;) [19:00]
lphuberdeauchange the default in 2.0 then [19:00]
nylothok [19:00]
SEWilco2In Admin:Theme, what does the "Change style only" button do? How is that different from clicking "Save"? [19:06]
***ricks99_ has quit IRC (Read error: 110 (Connection timed out))
Redwoods has joined #tikiwiki
[19:16]
RedwoodsI am running TW1.10.0b1. In the Categories feature I can only assign these permissions: tiki_p_view_categories and tiki_p_admin_categories. How do I add permissions such as tiki_p_edit_categorized? [19:21]
lphuberdeauhum... switch to 2.0RC2 [19:26]
RedwoodsAm I missing something obvious or is that feature missing in the beta? ...I'll try 2.0RC2
Thanks
[19:27]
lphuberdeau1.10 beta was packaged months ago... quite a lot was fixed since [19:27]
RedwoodsOK, I'll try it [19:27]
lphuberdeauwe should have RC3 out in a couple of days, but I havn't seen any changes going through on permissions since RC2 [19:28]
***Redwoods has quit IRC ("CGI:IRC")
goramba has joined #tikiwiki
marclaporte has quit IRC (Read error: 110 (Connection timed out))
[19:29]
nylothsylvieg: around ? [19:40]
***SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]")
mattbmc has joined #tikiwiki
djst has joined #tikiwiki
[19:43]
djst_ has joined #tikiwiki
djst_ has quit IRC (Client Quit)
Darkbee has quit IRC (Read error: 104 (Connection reset by peer))
[20:00]
kerrnelDoes the WMV plugin work in 1.9x? [20:11]
nylothnot sure this file format existed when 1.9 was made stable ;p [20:12]
***Caarrie is now known as Caarrie|away [20:13]
PrezKennedy has quit IRC ("Leaving") [20:19]
lphuberdeaulphuberdeau is writing a script do secdb, tag and package tiki [20:21]
nylothlphuberdeau: great news :) [20:22]
***vilisi_t has joined #tikiwiki
djst has quit IRC (Read error: 110 (Connection timed out))
[20:23]
lphuberdeauactually, it's just so I don't have to bother about secdb anymore... was a pain every time [20:26]
nylothlphuberdeau: yes, I know :)
lphuberdeau: when you will have some time, please also document your scripts (for packaging, but also for merging) in a wiki page on dev.tw.o
[20:27]
***PrezKennedy has joined #tikiwiki [20:28]
lphuberdeauyou mean dev.tikiwiki.org/svntips ?
merging already there
[20:28]
nylothlphuberdeau: yes, I didn't saw this page, sorry :)
lphuberdeau: are you on security list ?
[20:30]
lphuberdeauyes [20:31]
***Lucymoz has joined #tikiwiki [20:31]
nylothlphuberdeau: about the last mail, concerning galaxia, what is missing is simply the usual check to avoid using the file if not included... but I thought you have a script that should list files that does not have this checks... no ? [20:32]
lphuberdeauI really don't see the exploit
path disclosure? is that it?
[20:35]
nylothyes, not really harmful [20:36]
lphuberdeauI didn't check all files in galaxia... spot check indicated they were really class definitions
spot check didn't fall on Base
[20:37]
nylothlphuberdeau: what do we do, then, for other files ? do we check them manually or do you enhance a bit your script ? [20:37]
lphuberdeauwhich version do we get rid of galaxia anyway? :) [20:37]
nylothlphuberdeau: lol, I agree ;p
lphuberdeau: but marc said someone somewhere is using it ;p
[20:38]
***zorp has joined #tikiwiki [20:39]
zorpmi all :) [20:39]
lphuberdeausomeone somewhere will have a surprise? [20:39]
nyloth:) [20:42]
***Lucymoz has quit IRC (Read error: 104 (Connection reset by peer))
Lucymoz has joined #tikiwiki
[20:52]
vilisi_t has quit IRC ("Leaving.")
vilisi_t has joined #tikiwiki
djst has joined #tikiwiki
Lucymoz has quit IRC (Read error: 104 (Connection reset by peer))
Lucymoz has joined #tikiwiki
[20:59]
djst has quit IRC (Read error: 104 (Connection reset by peer))
djst has joined #tikiwiki
djst_ has joined #tikiwiki
djst has quit IRC (Read error: 104 (Connection reset by peer))
tomb_ has quit IRC (Read error: 110 (Connection timed out))
tomb_ has joined #tikiwiki
[21:12]
.... (idle for 15mn)
zorp has quit IRC (Read error: 60 (Operation timed out)) [21:32]
.... (idle for 15mn)
djst_ has quit IRC ()
vilisi_t has quit IRC ("Leaving.")
vilisi_t has joined #tikiwiki
Lucymoz has quit IRC (Read error: 104 (Connection reset by peer))
Lucymoz has joined #tikiwiki
[21:47]
nyloth has quit IRC ("Kopete 0.12.7 : http://kopete.kde.org")
franck has left
[21:58]
Morphous_ has quit IRC (verne.freenode.net irc.freenode.net)
Sug4r` has quit IRC (verne.freenode.net irc.freenode.net)
Sug4r` has joined #tikiwiki
Morphous_ has joined #tikiwiki
[22:06]
..... (idle for 21mn)
PrezKennedy has quit IRC ("Leaving") [22:27]
franck has joined #tikiwiki [22:38]
.... (idle for 15mn)
Jyhem has quit IRC (Read error: 104 (Connection reset by peer)) [22:53]
mstef has left "Leaving." [23:06]
kerrnelkerrnel just upgraded his OS so he can finally upgrade his MySQL to 4.1.22, and get on-board with TW 2.0
bleah, what a pita
[23:10]
***Redhatter has quit IRC (Read error: 104 (Connection reset by peer)) [23:17]
PrezKennedy has joined #tikiwiki [23:28]
Petjal2sylvieg: Hi! I'm using TRACKER on one page pointing to a wiki template. In that template, I need to create a conditional table that will display a row only if a prior checkbox is checked. This is what I now have in my wiki template:
{TRACKERITEMFIELD(trackerId=1, fieldId=50, test=1, value=on)}
__RowLabel__{TAG(tag=>sup)}a, b, c{TAG}|{$f_355}|{$f_356}|{$f_357}|{$f_358}|{$f_359}|
{TRACKERITEMFIELD}
(fieldID 50 is the checkbox that is checked on a previous page, fieldids 355+ are text boxes to be displayed on this page.) I only want that row of the table to display if the checkbox fieldId 50 is checked. The way it is above, the row is never displayed. Is what I want to do possible, and if so, what do I need to change to make it work? Thanks!
[23:31]
***rodrigo_sampaio has quit IRC ("Leaving.") [23:31]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)