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

WhoWhatWhen
***SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]") [00:14]
mstef has quit IRC ("leaving") [00:24]
......... (idle for 43mn)
chibaguy has joined #tikiwiki [01:07]
marclaportepolom [01:11]
........ (idle for 38mn)
chibaguyEror msg posted in tw.o forum by user of 2.0rc4 at hosted account: "Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference modify the declaration of preg_match(). If you would like to enable call-time pass-by-reference you can set allow_call_time_pass_reference to true in your INI file in .../lib/tikilib.php on line 6173" [01:49]
***Caarrie is now known as Caarrie|sleeping [01:50]
Lucymoz has quit IRC (Read error: 113 (No route to host)) [02:04]
marclaportechibaguy: : was fixed in trunk [02:06]
chibaguyhi marclaporte. So what is the response for this user? [02:07]
marclaporte[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[14034]trunk/lib/tikilib.php
I don't know chibaguy
[02:07]
chibaguyIt's a Dreamhost account. [02:07]
marclaportelphuberdeau : chose to commit to trunk, instead of 2.0
I get the same problem
[02:08]
chibaguyDoes it break Tiki, or related to a specific feature, etc.? [02:09]
***dthacker has quit IRC (Read error: 104 (Connection reset by peer)) [02:12]
chibaguyI can suggest that he use trunk, but it's not checked for vulnerabilities, right? [02:14]
marclaportefixes in 2.0 are merged to 3.0 [02:21]
***NefariousC has quit IRC ("Read error: 69 (Important Things To Do)") [02:21]
marclaportehe could also patch 2.0 [02:21]
chibaguyOK, I can point him to the fix. As you know, for some users this is no problem, others will be over their heads. [02:23]
***lphuberdeau_ has joined #tikiwiki
lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer))
[02:24]
icltlfatppl has quit IRC ("This computer has gone to sleep") [02:31]
marclaporte has quit IRC (Read error: 60 (Operation timed out)) [02:36]
chibaguyTikiProfiles is cool. :-) [02:38]
***marclaporte has joined #tikiwiki [02:43]
.... (idle for 18mn)
nickelodeon has quit IRC (Read error: 110 (Connection timed out)) [03:01]
marclaporte has quit IRC (Read error: 60 (Operation timed out))
rodrigo_sampaio has joined #tikiwiki
[03:08]
franck has joined #tikiwiki
franck has left
[03:19]
RobotGuy has joined #TikiWiki
franck has joined #tikiwiki
franck has quit IRC (Remote closed the connection)
franck has joined #tikiwiki
Valor has joined #tikiwiki
[03:31]
ValorI get this error http://i258.photobucket.com/albums/hh267/TechDragon74/WIKIERROR.jpg when trying to add events to the calendar, any ideas? [03:41]
.... (idle for 19mn)
franckValor: you may need to create a calendar first? [04:00]
ValorI have created a new calendar, tried it, received the same error, then went into the permissions and granted all permissions to all groups, tried it again and received the same error [04:02]
***rodrigo_sampaio has quit IRC ("Leaving.") [04:04]
ValorThe strange thing is that I have two separate tikiwiki's a personal one and one I created for work, I am the director of IT at my branch of a corporation, I was asked to create a WIKI to create a knowledge pool for our department across 20 some odd locations. I chose TIKI because it works flawlessly on my hosted website. Which is running "L.A.M.P" at work however the rules changed I had to...
...figure out how to make Tikiwiki work on a 2003 server and IIS. I am using PHP 5 and the latest Mysql
[04:07]
franckValor: which version of tw do you use? [04:08]
Valorwell I started with 1.9 but received a multitude of requests for a WYSIWYG editor, so I upgraded to 2.0rc2 first and am currently running 2.0rc4 [04:10]
franckI just saw the error message [04:11]
lphuberdeau_marclaporte, sylvie backported the fix a few hours ago [04:11]
francklphuberdeau_: is that for Valor? [04:12]
ValorEverything seems to work except the calendar, on my personal site the calendar works (2.0rc4) on my work Tiki it does not [04:12]
lphuberdeau_no [04:12]
Valorboth = 2.0rc4 [04:13]
***nkoth3_ has quit IRC () [04:13]
franckValor: I would try to use the query directly in phpmyadmin to see what happens
this seems to be a mysql error
[04:13]
Valorthat is what I thought as well
but to be honest I do not have a lot of experience with mysql
[04:13]
franckwell open phpMyadmin got to your db and paste the last INSERT statement in a SQL execution window and see what gives [04:14]
Valork, I have to VPN in so I have to leave, I will take screen shots.
any other advice
if it throws an error is there a fixer?
[04:15]
franckwell reading the SQL statement it looks like ok... I don't know why error is data truncated, like the insert would be too big? [04:16]
Valoryea, I tried it with 1 char even [04:17]
franckwell if it throws an error, we would know that problem is with mysql config and not with tikiwiki [04:17]
Valoreverything is to big [04:17]
franckthen you look at my.cnf
I'm worried about the - in one of the field
[04:17]
Valorok, I can do that do you know where to look or what basic heading I would be looking for? [04:18]
franckno sure, but in phpmyadmin it would also give you the parameters under which mysql is running [04:19]
ValorI can't IRC once I am VPN'd due to websense, just want to try as much as I can before coming back
ok, thanks for the advice, it gives me some places to go look
[04:19]
franckalso check that you don't have the silly php security module, cannot recall the name, but it is a pain
I would also look at my log to see the php errors when making the calendar add
it may be more informative
[04:20]
Valorok [04:21]
franckthe module is suhosin and it enables many restrictions in php [04:22]
Valorand I assume that I can remove this by running the install script again
Sorry, I am kind of new to PHP as well
[04:22]
franckyes or just rename the .ini to .disabled of the module [04:23]
Valorok
I = standard server 2003 and vb :_
[04:23]
franckbut usually I look in my httpd log, which usually log my php errors too
but then I have to enable that in my php.ini file
so here you go you have a few places to look
[04:23]
Valorok thanks for the advice
I will check it out
[04:24]
franckbtw on windows... you can install apache instead of IIS
much better
[04:25]
ValorNot allowed
my home branch is in CA
[04:25]
franckso like this you have WAMP
instead of WIMP
[04:25]
Valorand they wouldn't allow the apache
haha
otherwise I would've just used Fedora on a box
[04:25]
francklike IIS is a professional web server.... [04:26]
ValorI know, they think apache is full of security holes, and that IIS is more secure that literally made me laugh [04:26]
franckThey never had to run WSUS? [04:27]
Valoractually we do
The corp is Mercury Insurance
my branch is in Oklahoma
[04:27]
franckwell, 40GB of security fix for MS products, compare to a a few 100MB for a linux distro... [04:28]
ValorIt is a rather large company, they wanted share point [04:28]
franckValor: by the way look at Zimbra ... the exchange/sharepoint killer [04:29]
Valortell me I know, I am kind of new to Linux world but I use Fedora Core 9 and love it, far better than Windows in my opinion
but then again I don't do much gaming
[04:29]
franckok, do your vpn and come back with more questions before I head to the club for a few drinks
I have a PS3 for gaming ;)
[04:29]
Valorme to [04:30]
***jcyrisse has joined #tikiwiki [04:30]
ValorI have heard you can install Linux on a PS3 I might look into that [04:30]
franckyes, I have not tried yet
I would like to try it to check if it can play all my DVDs... I have all the regions...
[04:30]
ValorI might not be back tonight it is almost midnight here, but I will do as you suggested, I posted on the forum as well if I find a fix I will post my resolution there, I will come back tho
thanks again for the options
[04:32]
franckno worries [04:34]
ValorI will check out Zimbra [04:34]
franckcheck their blog and live demo [04:34]
ValorI don't have a lot of say though as I am considered the red headed stepchild :) [04:34]
jcyrissewhat is the best way to convert a cvs 1.10.1 to svn branch 2.0 on a remote server? [04:35]
Valorgetting them to try a WIKI was amazing
oh and frank, youtube has video on installing linux to ps3
[04:35]
***Valor has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]") [04:36]
franckjcyrisse: did not find anything on www.tw.o?
or dev.tw.o?
[04:37]
jcyrissewell, yes...and no
i think i have a little problem
lol
i had a cvs version, but hadnt updated for awhile
[04:37]
franckI'm not a big specialist of cvs and svn, I just use them [04:38]
jcyrissenor i...trust me
and now, the 1.10.1 has been moved to svn...
[04:38]
franckmost of my upgrades, I just mv the old directory, and then do a clean install, but using the same db parameters found in db/local.php
it has worked for me...
[04:38]
jcyrissemy remote server used the cvs, but does not the svn [04:38]
franckI need to copy things from old dir to new, If I did new themes, etc... [04:39]
jcyrisseyes...i tried that on a backup copy locally, and seemed to have some problems
yes...think my issue comes with some of the plugins, and getting blank pages
they changed the instructions for that...and i am a bit lost on that.
[04:39]
franckif you have installed mods, you need to re-install them [04:40]
jcyrisseah...yeah...that too
what mods directory is used for the branch 2.0?
[04:41]
francksame [04:41]
jcyrisseis it the mods.tikiwiki or is it the svn? [04:41]
franckmods.tw.o [04:42]
jcyrisseok
well, i will give it a shot...
heck...what is the worst that can happen....LOL
so, then, each time you update your branch 2.0, you do the same thing all over again?
[04:42]
franckno, I just download the official release
some people put their productions servers under svn...
it only make sense recently because 1.9 branch is so old....
[04:49]
jcyrissei see
yes...that is true
[04:52]
chibaguyMy domains don't have svn, so I do an svn-export locally and then update the server with ftp set to overwrite when source file is newer. Not too painful. [04:54]
jcyrisseyes...that sounds like what I would need to do.
just gotta figure out my blank pages issue
[04:55]
hmmm....i keep getting an error when checking out from svn on this computer....never happens on my other pc...just this one...so i dont think i get the full copy of the branch [05:00]
***Lucymoz has joined #tikiwiki [05:09]
...... (idle for 25mn)
jcyrissei just posted the error message I get from my pc when trying to checkout branch 2.0 from this pc. what am i doing wrong? [05:34]
.... (idle for 16mn)
***srishti has quit IRC ("Leaving.")
priti has joined #tikiwiki
PrezKennedy has quit IRC ("Leaving")
PrezKennedy has joined #tikiwiki
[05:50]
jcyrissewell, it has to be something with my network.
tried a different network location...and no errors
[06:00]
***jcyrisse_ has joined #tikiwiki [06:02]
RobotGuy has quit IRC (Remote closed the connection)
chibaguy_ has joined #tikiwiki
[06:09]
chibaguy has quit IRC (Read error: 110 (Connection timed out))
jcyrisse has quit IRC (Read error: 110 (Connection timed out))
franck has left
[06:19]
....... (idle for 30mn)
jcyrisse_ has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]") [06:53]
Amorphous has quit IRC (Read error: 104 (Connection reset by peer)) [07:05]
luciashmorning [07:14]
***Wilkins has joined #tikiwiki [07:17]
chibaguy_morning luciash [07:17]
***chibaguy_ is now known as chibaguy
idle- has joined #tikiwiki
[07:17]
idle-HI. [07:18]
chibaguyI just used "Rebuild Thumbnails"in Tiki 2 and my thumbs got wiped. Am I "special" or can others confirm this works ok? [07:19]
***Amorphous has joined #tikiwiki [07:19]
idle-I updated a 1.9 to 2.0RC4 and now the password hashes are not the same as before
so we are connecting via ldap to active directory.
if i delete the user and he registers again, then it works again.
so did you change something from 1.9 to 2.0 with the password hashes?
if i look into users_users, I can see the difference...
can this be migrated? ;-) questions over questions...
[07:19]
luciashchibaguy: no idea
chibaguy: when i try and confirm for you, what would you do ? :)
[07:21]
chibaguyHmm.
If you also lose your thumbnail images, then I guess it's a bug. If not, then I'll see what's wrong with my site.
[07:25]
luciashsylvieg: thanks for backport of tikilib.php "Reference not required", i was just about to do it to realize you already did :-p
chibaguy: LOL
[07:27]
chibaguyluciash, is sylvieg's backport about this kind of message: Warning: Call-time pass-by-reference has been deprecated; [07:28]
luciashyes [07:28]
chibaguyAh, ok. A guy was asking about that in the tw.o forum. [07:28]
luciashsvn up
but i wonder he got it in rc4, i thought i did it after rc4
chibaguy: what kind of images should i load into my test gallery ?
[07:28]
chibaguyWell, nothing important, probably. [07:32]
luciashLOL, it's test gallery, no worries [07:33]
chibaguyActually my images are ok, but one thumbnail was missing, so I clicked "rebuild thumbs" and now they're all gone. [07:33]
***jcyrisse has joined #tikiwiki [07:33]
luciashincluding the originals ?
or just the thumbnails are gone ?
[07:33]
chibaguyNot a big problem for me either, as it's just a test. The original images are there, just the thumbs are missing. [07:33]
jcyrisseany idea how i can get rid of this error about needing to run setup.sh? apparently, i dont have permission to do this on my server [07:34]
luciashPNGs, GIFs or JPEGs ? [07:34]
jcyrisseso not able to add modules [07:34]
luciashjcyrisse: manually set writing permissions to the required dirs [07:34]
jcyrisseyup...did that [07:34]
luciashyou have to set them on all folders specified in setup.sh
chibaguy: ?
chibaguy: doesn't matter ?
[07:35]
jcyrissei did do that
got no errors on install...it is after....and wanting to access mods
[07:35]
PS|botSVN: Commit by nyloth :: r 14059 /branches/2.0/lib/tikilib.php: [MOD] wiki: support 'lnk' param for img wiki tag to do the same than 'link' but that is not affected by sanitization. [07:36]
idle-hmpf. [07:36]
chibaguypngs and jpgs [07:36]
jcyrisseshould mods be writable still after install? [07:36]
chibaguyidle-, sorry I guess no ldap users here.
There's more activity later. Maybe someone who knows will see your question.
Obviously ldap should work in 2.0.
[07:37]
luciashjcyrisse: then set the perms on mods/ (i think that handles the fixperms.sh, not setup.sh) [07:38]
jcyrisseah...so it should be chmod 777?
hmmm...no mods/ anymore, just modules/
[07:38]
luciashchibaguy: i guess there's a bug in image galleries setting by default now size of thumbnails to 0x0 so if you rebuild them they get 0x0 size and you think they're gone
i have set manually size of thumbnails to 80x80 and rebuilding thumbnails works
mods get created probably by setup.sh, right
so you have to manually create that dir
jcyrisse: ↑
[07:40]
chibaguyThanks, luciach. [07:41]
luciashnp, chibahay [07:41]
jcyrisseah...let me try that [07:41]
luciash:-p [07:41]
chibaguyduh [07:42]
luciashjcyrisse: permission granted [07:42]
chibaguymaybe it's coffee time [07:42]
luciashhehe
chibaguy: so how you cope with that now ? ;)
bug report ? fix ? or just workaround at your site by manually setting the correct thumbnail size ?
[07:42]
jcyrissethat did the trick! [07:43]
luciash(after the coffee of course ;)) [07:43]
jcyrissety! [07:43]
luciashnp [07:43]
chibaguyI think even after coffee 'fix' is probably out of reach ;-) [07:44]
luciash*g*
gotta work, later guys !
[07:44]
chibaguycya luciash, have a good one. [07:45]
luciashgood work ? thanks :) [07:45]
chibaguywell, as good as possible. :-) [07:45]
jcyrissewell...hmmm...spoke to soon
trying to rebuild the list and update remote index
and says it is not a list of modules
oops
k
fixed it...removed the link in tikiwiki that gave mods.tikiwiki.org/index.php
[07:45]
idle-ok changing the authentication to "tiki old hash" solved the problem ;) [07:54]
chibaguyok, seems reasonable. :-) [07:57]
***lorinc has joined #tikiwiki
lorinc has quit IRC (Read error: 104 (Connection reset by peer))
jcyrisse has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]")
[07:57]
Lucy has joined #tikiwiki
chibaguy has left
[08:06]
Jyhem has quit IRC (Read error: 104 (Connection reset by peer)) [08:18]
Lucymoz has quit IRC (Read error: 110 (Connection timed out))
Lucy has quit IRC (Read error: 113 (No route to host))
[08:23]
.... (idle for 16mn)
ElDios has joined #tikiwiki [08:43]
....... (idle for 34mn)
Paragtim has joined #tikiwiki [09:17]
PS|botSVN: Commit by nyloth :: r 14059 /branches/2.0/lib/tikilib.php: [MOD] wiki: support 'lnk' param for img wiki tag to do the same than 'link' but that is not affected by sanitization.
SVN: Commit by sylvieg :: r 14058 /trunk/lib/tikilib.php: oops - thx nyloth
SVN: Commit by sylvieg :: r 14057 /trunk/ (2 files in 2 dirs): [MOD]wiki: new syntax --text-- for deleted text
[09:18]
luciashimho nyloth's last commit should go to trunk [09:22]
.... (idle for 15mn)
***mstef has joined #tikiwiki
yonixxx has joined #tikiwiki
[09:37]
yonixxxHi all [09:42]
PS|botSVN: Commit by nyloth :: r 14059 /branches/2.0/lib/tikilib.php: [MOD] wiki: support 'lnk' param for img wiki tag to do the same than 'link' but that is not affected by sanitization.
SVN: Commit by sylvieg :: r 14058 /trunk/lib/tikilib.php: oops - thx nyloth
SVN: Commit by sylvieg :: r 14057 /trunk/ (2 files in 2 dirs): [MOD]wiki: new syntax --text-- for deleted text
[09:45]
..... (idle for 23mn)
***mstef has quit IRC ("leaving")
mstef has joined #tikiwiki
mstef has quit IRC (Client Quit)
lorinc has joined #tikiwiki
lorinc has quit IRC (Read error: 104 (Connection reset by peer))
mstef has joined #tikiwiki
[10:08]
xaman has joined #tikiwiki
xaman has quit IRC (Client Quit)
[10:18]
Jyhem has joined #tikiwiki [10:24]
..... (idle for 21mn)
neil-nms has quit IRC (Read error: 113 (No route to host)) [10:45]
........ (idle for 38mn)
Caarrie|sleeping is now known as Caarrie
franck has joined #tikiwiki
[11:23]
.... (idle for 16mn)
MatWho has joined #tikiwiki [11:39]
..... (idle for 21mn)
MatWhohi all [12:00]
***otabz has joined #tikiwiki [12:01]
MatWhoCan someone help? What is the purpose of having transition style sheets? If I want to make a modified version of tikineat.css, do I just merge the 2 .css file and edit that. Or is there something better? Thanks. [12:04]
***Caarrie is now known as Caarrie|away [12:09]
lphuberdeau_ has quit IRC (Remote closed the connection) [12:16]
sylviegtransition css is supposed to help people to have a nice upgrade if they have their own style. It is the list of new styles
you can not use it if your style has been updated
[12:19]
MatWhosylvieg: Thanks, so I guess its best to combine the original css file with the transition one and start modifying the result. [12:25]
sylviegexactly [12:25]
MatWhosylvieg: Great, thanks :) [12:25]
.... (idle for 15mn)
sylviegdoes somebody know how to rollback in svn svn merge -r HEAD:14054 lib/trackers/trackerlib.php is not working [12:40]
***loick has joined #tikiwiki
ricks99 has joined #tikiwiki
lphuberdeau has joined #tikiwiki
[12:45]
yonixxxHi ricks [12:52]
ricks99hi yonixxx [12:52]
***Caarrie|away is now known as Caarrie [12:52]
ricks99 has quit IRC (Remote closed the connection)
ricks99 has joined #tikiwiki
[13:03]
.... (idle for 19mn)
MatWho_ has joined #tikiwiki
MatWho__ has joined #tikiwiki
[13:26]
mathieso has joined #tikiwiki
mathieso has quit IRC (Client Quit)
[13:40]
MatWho has quit IRC (Read error: 110 (Connection timed out))
MatWho_ has quit IRC (Read error: 110 (Connection timed out))
[13:47]
MatWho__hi [13:48]
***mathieso has joined #tikiwiki
RobotGuy has joined #TikiWiki
[13:52]
mathiesoHi. Never used IRC before, seeing what happens. [13:53]
yonixxxit is ok :) [13:54]
ricks99welcome to the party [13:54]
Caarrieparty? party where? [13:55]
mathiesoThnx! Question: recently created a VERY simple plugin for my own use. HIGHLIGHT - highlights text like a yellow highlighter marker (or whatever color). All it does is set foreground and background color of text. Is that worth adding to the Tikiwiki CVS? [13:57]
ricks99sure, add it to the mods. [13:58]
lphuberdeaudon't we have wiki syntax for that? [13:59]
ricks99to change color, y, but not the ability to change color & background
(that i'm aware of)
[13:59]
mathiesoI didn't find anything to change background color, which is what it really does. There's a sample at: http://mis.mathiesons.com/tiki-index.php?page=Highlight+plugin+demo [14:01]
lphuberdeauI think the plugin syntax is a little heavy for that kind of stuff [14:01]
mathiesoHmm, so some new wiki markup would be better? [14:02]
lphuberdeaumaybe an extension of the current one, but you probably don't want to modify the parser [14:02]
ricks99i like, but would b nice to configure fore/background color: {HIGHLIGHT(foreground=######,background=######} [14:03]
lphuberdeauricks, what is the wiki syntax for text highlight? [14:04]
yonixxxbye all ! [14:04]
ricks99wasnt aware that there was one... [14:04]
***yonixxx has quit IRC ("Leaving") [14:04]
mathiesoColored text is like this: ~~#FF0000:text~~ Sets foreground only. [14:05]
lphuberdeauoh [14:05]
ricks99mathieso: would be nice to take ur plugin and make it configuraable (foreground/background colors) [14:06]
lphuberdeauprobably wouldn't be too bad to add a second parameter to it
done converting the plugins begining with A!
[14:06]
mathiesoOK, I'll make a plugin with 2 params. Now the hard stuff. I've never used CVS or contributed to an open source project. I do PHP in Windows with Aptana or Notepad++. Suggestions as to what CVS client to use, and how to proceed? [14:08]
lphuberdeauwe don't use CVS anymore
project is on subversion, you can use TortoiseSVN on windows... works decently
http://dev.tikiwiki.org/SVNTips
[14:09]
mathiesoGreat, thnx, I'll take a look. [14:10]
***Paragtim has quit IRC ("I used to think I was indecisive, but now I'm not too sure.") [14:10]
lphuberdeauadding it to the wiki syntax is easy enough [14:13]
***nickelodeon has joined #tikiwiki [14:16]
mathiesoI'll add the plugin for now, since I can do that without causing too much damage :-) . Will look at changing the wiki syntax later, when I get the hang of things. Thnx for everyone's suggestions. [14:20]
lphuberdeaualmost done with it [14:20]
***jcyrisse has joined #tikiwiki [14:21]
otabz has quit IRC (Read error: 113 (No route to host))
mathieso has left
otabz has joined #tikiwiki
[14:26]
jcyrissei am having trouble with installing mods in 2.o rc4....says they download, and appear to be published, but i still get messages that plugin doesn't exist
does the modules/ and mod/ dir both need to have chmd 777?
[14:29]
sylvieglphuberdeau: do not forget to update the wiki help too [14:34]
lphuberdeaudone
well, doc updated
[14:36]
sylvieg:-) [14:36]
nickelodeonhi can someone tell me where the 'delete Wiki page' screen would be within Tiki? [14:37]
***ElDios has quit IRC (Read error: 104 (Connection reset by peer))
ElDios has joined #tikiwiki
[14:37]
nickelodeonn/m - found it thanks [14:40]
idle-is it possible to create a menu automatically from a structure (wiki)?
and I think wiki_download_attachment doesn't uses the right permissions for downloading attachments from a wiki page with special permissions
[14:54]
lphuberdeauhum, there is a module that allows you to include a wiki page... if that page contains a table of contents, it might work (just guessing here) [14:55]
idle-if I try the link f.e. tiki-download_wiki_attachment.php?attId=96&download=y as a user with no rights for this page it can download the attachment
(the user has the global right to tiki_p_wiki_view_attachments
(2.0rc4)
[14:56]
luciashidle-: yes, in custom module on Admin > Modules
ricks99: what about {TAG(tag=>span,style=>background-color: yellow)}highlighted text{TAG} ?
[14:57]
***mstef has quit IRC ("leaving") [15:01]
ricks99i wonder....
there's already a 'highlight' class in the css. anyway to simply use that?
{tag(tag=span,class=highlight)}
[15:01]
***nkoth3 has joined #tikiwiki [15:02]
idle-luciash: that works. thx. [15:03]
jcyrisseanyone know what the files for "submit" wikiplugin are? i am getting "array" messages from mods.tikiwiki.org [15:04]
luciashTAG plugin doesn't support class afaik [15:05]
ricks99@jcyrisee: they are the the png for each site [15:05]
luciashjcyrisse: ??? [15:05]
jcyrisseok...the icons were showing prior to update to 2.0 from 1.10.1 [15:06]
luciashricks99: but you can use class on some other plugins iirc [15:06]
jcyrissenow, i get the links, but no icons [15:06]
ricks99@jcyrisse: if u did a ftp update, u probably overwrote the directory that contained the graphcis [15:07]
jcyrisseso, were those pngs stored in a folder? [15:07]
luciashricks99: DIV e.g. [15:07]
jcyrisseyes...but have a backup...just trying to locate where that directory was [15:07]
ricks99@luciash: y. maybe {TAG} should be updated to include class info [15:07]
luciashricks99: {DIV(class=highlight,type=span)}higlighted text{DIV} [15:08]
jcyrisseusually, i get a list of the files and locations from the mods page
but just says "array"
[15:08]
***loick has quit IRC ("Bye :-)") [15:08]
ricks99i believe the pngs were in ../img/icons2/ [15:09]
nickelodeonhi, can someone tell me all the tables that get touched when one selects 'remove' from the pulldown on tiki-listpages.php? [15:09]
jcyrissek...will look there [15:09]
ricks99but then.. whoever wrote that plugin probably had no idea what the heck he was doing (*blush*) [15:09]
jcyrisseyup...that is it... [15:10]
luciashricks99: what plugin ? [15:10]
ricks99sorry, that was for jcyrisse: submit plugin [15:10]
luciashah :-p [15:11]
jcyrisselol [15:11]
ricks99jcyrisse: pls feel free to 'fix' anything in the SUBMIT plugin. it was one of my early attempts and im sure there are better wasy [15:12]
jcyrissericks99: if i knew what the heck I was doing, i would [15:13]
luciashricks99: you could also do %hls%higlighted text%hle% ;) [15:13]
ricks99hsl?
hls?
[15:13]
jcyrissericks99: i am afraid that i wouldn't be help [15:13]
luciashyup, dynamic variable
for %hls% you put <span class="highlight"> and for %hle% you put </span>
[15:13]
lphuberdeaulphuberdeau is writing a script to package incremental releases after 2.0 [15:14]
sylvieglph I was just updating the quicktags for strike text ... do you think the syntac of colored quicktags will be changed - or we stay simple on quicktags? [15:16]
lphuberdeauhum... no idea... mostly the same
really it's only as if you split the color in two... ~~blue,yellow:text~~, ~~blue:text~~ is just like before
[15:17]
sylvieg.... my question was more - quictags insert all the params or the main ones? ... I have no idea what is the best? [15:18]
lphuberdeaucan't say, never used quicktags
probably leave as is
bg color is mostly an 'advanced' feature
[15:18]
sylvieg- ok [15:19]
***tomekkott has joined #tikiwiki
RobotGuy is now known as RobotGuy-Out
[15:25]
luciashbueheheh, where's my avatar gone on tw.o ? :'( [15:27]
tomekkottdoes anyone here have any experience writing the installer for tw, specifically the oracle db connections?
the problem is that my university provider only installed php with: --with-oracle (etc.) not --with-oci8
[15:29]
nickelodeonhi, can someone tell me all the tables that get touched when one selects 'remove' from the pulldown on tiki-listpages.php? alternatively, which functions I need to call in tikilib.php to remove a page? ie, remove_object, remove_all_versions [15:30]
tomekkottsince tw only checks for oci-8, that's gonna be a problem
and I really (REALLY) want to use tw
[15:30]
lphuberdeautomekkott, to be honest, oracle support has not been tested in years and I am really not certain it works at this time [15:32]
tomekkottwell, I'm happy to work with it (it's my only option), I'm just having trouble digging through the installer [15:32]
lphuberdeauwhich version are you using?
if you plan on making fixes, you should work from trunk
[15:33]
tomekkotttw 2.0rc4, or do you mean oracle? [15:33]
lphuberdeautw
trunk and 2.0 are fairly close at this time
[15:33]
tomekkottok, for now i'll just be working on local, I'll find out where to upload changes if I get it working... :)
Does tw generally abstract all db connections to ADODB?
[15:34]
lphuberdeauyes [15:34]
tomekkottand so would it be just making sure that tw interfaces with ADODB using the correct driver on ADODB's part? [15:34]
lphuberdeautable creation scripts are converted through mechanism unknown to me
yeah, but we might be dropping adodb soon (in favor of PDO)
[15:34]
tomekkottman, these hurdles are just piling up for me
hehe
[15:35]
lphuberdeauoracle is the only DB supported at your workplace? [15:36]
tomekkottthe only one that can be used to power an external site apparently, even though they compiled php with mysql and postgres support...I've just learned not to argue, they seem stuck in their old, expensive ways. [15:38]
lphuberdeauthey can get expensive support from MySQL if it pleases them [15:38]
tomekkottwouldn't THAT be nice. *sigh* I sometimes wish that the university IT department were outsourced to someone who keeps up to date with new software... i guess they just need the stability that much [15:39]
***ricks99 has quit IRC (Remote closed the connection) [15:40]
lphuberdeauoutsourcing the hosting is a good way to escape them ;) [15:40]
***marclaporte has joined #tikiwiki [15:41]
marclaportepolom [15:42]
***Darkbee has joined #tikiwiki [15:45]
tomekkottwould love to escape them, but they won't provide forwarding from a domain name to an external host [15:48]
DarkbeeDo the email capabilities (across multiple features) work in tikiwiki 1.9.11? I can't figure how to set the smtp server that should be used. [15:49]
***Redhatter has quit IRC (verne.freenode.net irc.freenode.net)
nickelodeon has quit IRC (verne.freenode.net irc.freenode.net)
pkdille has quit IRC (verne.freenode.net irc.freenode.net)
r1 has quit IRC (verne.freenode.net irc.freenode.net)
amette has quit IRC (verne.freenode.net irc.freenode.net)
CIA-14 has quit IRC (verne.freenode.net irc.freenode.net)
tomekkott has quit IRC (verne.freenode.net irc.freenode.net)
ElDios has quit IRC (verne.freenode.net irc.freenode.net)
Amorphous has quit IRC (verne.freenode.net irc.freenode.net)
Sug4r has quit IRC (verne.freenode.net irc.freenode.net)
marclaporte has quit IRC (verne.freenode.net irc.freenode.net)
lphuberdeau has quit IRC (verne.freenode.net irc.freenode.net)
Wilkins has quit IRC (verne.freenode.net irc.freenode.net)
Petjal2 has quit IRC (verne.freenode.net irc.freenode.net)
jcyrisse has quit IRC (verne.freenode.net irc.freenode.net)
PrezKennedy has quit IRC (verne.freenode.net irc.freenode.net)
priti has quit IRC (verne.freenode.net irc.freenode.net)
sylvieg has quit IRC (verne.freenode.net irc.freenode.net)
tomb has quit IRC (verne.freenode.net irc.freenode.net)
Caarrie has quit IRC (verne.freenode.net irc.freenode.net)
Jyhem has quit IRC (verne.freenode.net irc.freenode.net)
PS|bot has quit IRC (verne.freenode.net irc.freenode.net)
caralluna has quit IRC (verne.freenode.net irc.freenode.net)
niclone has quit IRC (verne.freenode.net irc.freenode.net)
otabz has quit IRC (verne.freenode.net irc.freenode.net)
franck has quit IRC (verne.freenode.net irc.freenode.net)
SEWilco has quit IRC (verne.freenode.net irc.freenode.net)
jerkface03 has quit IRC (verne.freenode.net irc.freenode.net)
nkoth3 has quit IRC (verne.freenode.net irc.freenode.net)
Darkbee has quit IRC (verne.freenode.net irc.freenode.net)
MatWho__ has quit IRC (verne.freenode.net irc.freenode.net)
idle- has quit IRC (verne.freenode.net irc.freenode.net)
caralluna___ has quit IRC (verne.freenode.net irc.freenode.net)
RobotGuy-Out has quit IRC (verne.freenode.net irc.freenode.net)
luciash has quit IRC (verne.freenode.net irc.freenode.net)
hooch has quit IRC (verne.freenode.net irc.freenode.net)
marclaporte has joined #tikiwiki
jcyrisse has joined #tikiwiki
lphuberdeau has joined #tikiwiki
Wilkins has joined #tikiwiki
PrezKennedy has joined #tikiwiki
priti has joined #tikiwiki
sylvieg has joined #tikiwiki
tomb has joined #tikiwiki
Caarrie has joined #tikiwiki
Petjal2 has joined #tikiwiki
[15:53]
lphuberdeauoh, it had been a while since I last saw a netsplit [15:58]
***Wilkins has quit IRC (Remote closed the connection) [16:00]
marclaportewoah [16:01]
***jerkface03 has joined #tikiwiki
SEWilco has joined #tikiwiki
franck has joined #tikiwiki
otabz has joined #tikiwiki
RobotGuy-Out has joined #tikiwiki
luciash has joined #tikiwiki
Darkbee has joined #tikiwiki
nkoth3 has joined #tikiwiki
MatWho__ has joined #tikiwiki
idle- has joined #tikiwiki
caralluna___ has joined #tikiwiki
Jyhem has joined #tikiwiki
PS|bot has joined #tikiwiki
caralluna has joined #tikiwiki
niclone has joined #tikiwiki
hooch has joined #tikiwiki
Sug4r has joined #tikiwiki
Amorphous has joined #tikiwiki
ElDios has joined #tikiwiki
tomekkott has joined #tikiwiki
Redhatter has joined #tikiwiki
nickelodeon has joined #tikiwiki
r1 has joined #tikiwiki
pkdille has joined #tikiwiki
amette has joined #tikiwiki
[16:02]
Darkbeewelcome back all :) [16:06]
***luciash_ has joined #tikiwiki [16:07]
nickelodeonHi - has anyone encountered the issue referenced in the following tw.o bug post - TikiWiki Plugins – Issues with Using Double Quotes to Pass Parameters in 1.9.11 http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1934&trackerId=5&show=view [16:11]
***luciash has quit IRC (Read error: 110 (Connection timed out))
CIA-14 has joined #TikiWiki
SEWilco2 has joined #tikiwiki
otabz has quit IRC (Read error: 113 (No route to host))
snarlydwarf has joined #tikiwiki
[16:13]
MatWho__Darkbee: I never left, so that makes me loyal :) [16:21]
Darkbeehardcore ;) [16:23]
***CIA-14 has quit IRC (Remote closed the connection) [16:27]
ElDios has quit IRC (Read error: 104 (Connection reset by peer))
ElDios has joined #tikiwiki
ElDios has quit IRC (Client Quit)
[16:35]
marclaporte has quit IRC (Read error: 110 (Connection timed out)) [16:45]
nkoth3 has quit IRC () [16:50]
nickelodeonHi - has anyone encountered the issue referenced in the following tw.o bug post - TikiWiki Plugins – Issues with Using Double Quotes to Pass Parameters in 1.9.11 http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1934&trackerId=5&show=view [16:51]
***jeremyclarke has joined #tikiwiki [17:02]
jeremyclarke has left [17:10]
SEWilco2Seems excessive for listing 50 entries in a 157-file File Directory: [ Execution time: 247.28 secs ] [ Memory usage: 23.69MB ] [ 543 database queries used in 244 secs ] [ GZIP Disabled ] [ Server load: 0.00 ] [17:11]
***camgirl29 has joined #tikiwiki
camgirl29 has quit IRC (Client Quit)
[17:18]
RobotGuy-Out is now known as RobotGuy
RobotGuy has quit IRC (Remote closed the connection)
RobotGuy has joined #TikiWiki
Caarrie is now known as Caarrie|away
kerrnel has joined #tikiwiki
[17:31]
kerrnelsylvieg: were you able to rollback? [17:40]
sylviegI already did it
nickelodeon: in 2.0 {REMARKSBOX(title=>"Comment, ffffff",type=>comment)}sdfsfsdfs{REMARKSBOX} is working
[17:40]
kerrnelok cool thanks, sorry, I'll take a look and see what's up. I suspect it's as you say, I didn't do an update first
normally svn catches that
[17:42]
sylviegexcept if you copy your files from somewhere else [17:43]
***idle- has quit IRC ("Verlassend") [17:44]
SEWilco2sylvieg: For SEFURL, URLs hardcoded in templates could be processed by a template function sefpage(page,type)... same as sefurl modifier but page is a constant rather than variable.
sylvieg: At first I thought I also had a special case where URLs are stored in arrays, but now realize when I get to the code which assembles the URL then the URLs will be properly formatted before being stored.
[17:51]
***RobotGuy has quit IRC (Read error: 104 (Connection reset by peer)) [18:02]
kerrnelwill have to remember that, thanks [18:03]
nickelodeonsylvieg: thanks; i am running 1.9.11; is this a known issue in this version? am planning to upgrade soon, but wanted to know if i am out of luck (regarding using double quotes to pass params to plugins) unless i upgrade [18:05]
***Caarrie|away is now known as Caarrie [18:06]
sylviegBut I just test in 1.9 it is working also
you need to put a comma btween the params
[18:06]
***priti has left [18:07]
sylviegsee my answer in dev.tw.org [18:07]
nickelodeonsylvieg - thanks, actually i did put it in with a comma, but it got stripped out when i posted the comment [18:08]
***srishti has joined #tikiwiki [18:08]
sylvieghttp://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1934&trackerId=5&show=view it is working for me
is it working for you?
[18:09]
***RobotGuy has joined #TikiWiki
RobotGuy has quit IRC (Remote closed the connection)
RobotGuy has joined #TikiWiki
[18:11]
marclaporte has joined #tikiwiki [18:23]
SEWilco2I'm inserting $debugger->msg statements. Is there a superglobal variable with the name of the current program? [18:24]
***Lucymoz has joined #tikiwiki [18:25]
srishtimarclaporte: Tikiwiki (http://dev.tikiwiki.org/) is unable to connect to the database [18:25]
marclaportesrishti: : thanks [18:27]
srishtimarclaporte: Also we are not able to load info.tw.o and wiki-translation.com pages [18:31]
***oddle has joined #tikiwiki [18:41]
oddle has quit IRC ("CGI:IRC (Ping timeout)")
oddle has joined #tikiwiki
[18:46]
oddle has quit IRC ("CGI:IRC (Ping timeout)") [18:52]
otab1 has joined #tikiwiki [18:57]
marclaportesites should be back now [19:00]
srishtiyes, all sites are up [19:01]
***MatWho has joined #tikiwiki [19:02]
MatWho_ has joined #tikiwiki
Caarrie is now known as Caarrie|away
[19:12]
CIA-14 has joined #TikiWiki [19:22]
SEWilco2Oh, ick. Anyone improved file gallery SELECT in the last few days? Database is taking 3 minutes to get a list of files. [19:23]
lphuberdeautrunk? [19:24]
SEWilco2trunk 2.0RC4. I updated my copy on Friday. [19:25]
lphuberdeauthat's not trunk
but no, no changes there
[19:25]
SEWilco2http://sh.nu/p/24785
Yeah, you're right. I have 2 copies. This is on trunk, not my 2.0RC4.
Obviously I added those debugger messages, as trunk only has a handful of debugger messages.
[19:25]
***MatWho has quit IRC (Read error: 110 (Connection timed out)) [19:29]
sylviegSEWilco: you can use the log of sql queries and after scan the table adodb_logsql [19:30]
***MatWho__ has quit IRC (Read error: 110 (Connection timed out)) [19:30]
sylviegsylvieg needs to do an UI to read the table directly in tw [19:31]
SEWilco2Thanks, but I didn't know until I zeroed in on that code where the delay was coming from. [19:31]
lphuberdeautrying to see if there is anything terrible in that query [19:32]
***RobotGuy has left "I'll be back.." [19:32]
SEWilco2is adodb_logsql accessible as a PHP variable, so I can display it from the Debug Console? [19:33]
sylviegit is only from phpmyadmin or other ... (i know I need the UI)
but at least you can run the log and sort on time consuming
[19:33]
SEWilco2I've been in phpmyadmin (I do see indexes exist on tiki_files). I don't see any adodb_* tables. [19:36]
sylvieg... seems to be broken - daamit [19:37]
SEWilco2I see "Enable Statistics" on the phpmyadmin Database page. [19:39]
***Darkbee has quit IRC ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
PGamache has joined #tikiwiki
[19:41]
mstef has joined #tikiwiki [19:46]
lphuberdeauhum... the indexes on tiki_files are terrible
who searches by exact description?
[19:52]
SEWilco2I think I saw a sort by description option. That's probably why description is indexed. [19:58]
lphuberdeausewilico, run EXPLAIN on that query and see what it tells you
I get nothing good because I don't have data
[19:58]
SEWilco2Running EXPLAIN. What's the incantation for LogSQL? I'm not finding the object which it is a member of. [19:59]
lphuberdeauexplain select ...
basically the same query with explain in front
[20:00]
***MatWho has joined #tikiwiki [20:00]
lphuberdeaushould list you the steps mysql take to execute it [20:00]
srishtimarclaporte: We cannot load the info.tw.o page. [20:02]
lphuberdeauprofiles gone too [20:03]
***mathieso has joined #tikiwiki
martinalex has joined #tikiwiki
MatWho_ has quit IRC (Read error: 60 (Operation timed out))
[20:03]
SEWilco2phpmyadmin is whining about my filegal EXPLAIN SELECT... http://sh.nu/p/24786 [20:05]
marclaporteUnable to connect to the database ! [20:05]
lphuberdeauyou need to replace the ? with the actual values [20:05]
marclaporteUser infotw_infotw has already more than 'max_user_connections' active connections
(fuck)
[20:06]
lphuberdeaushould be 1 at both places [20:06]
marclaporteI guess that could be a nice problem of more visitors on the site [20:06]
srishtimarclaporte: maybe [20:06]
SEWilco2Fortunately, the EXPLAIN didn't take 3 minutes to run. http://sh.nu/p/24787 [20:08]
lphuberdeauis there a way you can get better formatting?
hard to read without the table
[20:09]
SEWilco2SEWilco2 expresses sympathy for the poor, battered, info DB server. [20:10]
lphuberdeauok, the query is just messing up the optimizer
3 filesorts, that explains why it's so slow
[20:11]
SEWilco2I pasted in the table source, but it sh.nu did not parse it: http://sh.nu/p/24788 [20:13]
sylviegsince the last adodb upgrade - logging the adodb queries is limited by a timer (query exceeding 0.0.5s ...... So - it is not doing what I want .... can I change in 2.0 - or it is too late
:-( :-( boohhh
[20:14]
lphuberdeauthe query definitely needs fixing
but to do anything about it, we need test data
is the data confidential or you can post it somewhere for us to use?
[20:15]
SEWilco2It's a file gallery. Zip the TW php directory and batch upload it.
My data is confidential, but it's not hard to fill a file gallery with something.
[20:15]
lphuberdeauneed the tiki_file_galleries and tiki_files table dumps [20:16]
SEWilco2I suspect what you really need is my settings for file gallery options. I think the main thing I did was select ascending file name sorting. [20:17]
lphuberdeauif it's going to take me 2 hours just to create data, I'm probably not going to do it (sad truth)
have to go now, back in a little while
[20:18]
***lphuberdeau has quit IRC (Remote closed the connection) [20:20]
SEWilco2Do you have a zip program? Use the TW php directory as a bunch of files. [20:20]
***Lucymoz has quit IRC (Read error: 113 (No route to host))
mathieso has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]")
[20:20]
sylviegmathieso wanted to commit his highlight plugin in trunk - I told him in mods as lph did the job in trunk - he quiet - upset ...:-( [20:21]
SEWilco2lph already did a highlight plugin? [20:22]
kerrnelI think he modified the text color widget to accept a background color [20:23]
SEWilco2Pronoun trouble over what "the" was referring to. [20:23]
***MatWho_ has joined #tikiwiki
MatWho_ has quit IRC (Client Quit)
[20:26]
srishtimarclaporte: the status info for info.tw.o says 'Did not find 'Content Management System' in the page content' [20:28]
***nyloth has joined #tikiwiki [20:35]
nylothHi all :) [20:35]
sylvieghi [20:35]
how do I merge only one file from 2.0 to trunk? [20:40]
SEWilco2It doesn't involve 'cp' or 'copy', followed by svn? [20:44]
***MatWho has quit IRC (Read error: 110 (Connection timed out)) [20:44]
marclaportepolom nyloth
srishti: : I am impressed with your monitoring
[20:46]
srishtimarclaporte: thank you [20:46]
sylviegwhen guys are ready to switch to pdo - I will dev the sql log in pdo - it is so convinient
not sure I will be able to do the sql log with PDO :-(
[20:47]
SEWilco2sylvieg: You might check if there are other poorly documented debugging tools besides "PDOStatement:::debugDumpParams() which will return a string with with the sql query and the bound param's. "
Or, from another viewpoint, the cool phase of the Pacific Decadal Oscillation (PDO) will last about 30 years so there will be plenty of time to get used to it.
[20:51]
***lepei has joined #tikiwiki [20:54]
sylviegwhat do you mean SEWilco ? not sure if I well understand? Is there a debugdumpparams? [20:54]
lepeii [20:54]
sylviegI fixed the sql log in trunk with adodb ... but if we change to pdo ... there is no equivalent - so far I llok at the poor doc... [20:55]
lepeii came here for a couple of problems last month. Now i have a (big) part of the solution. [20:55]
nylothsylvieg: the work-in-progress for pdo is already commited in branches/experimental/tiki-pdo ... don't hesitate to get your checkout and test or add new features ;) [20:55]
lepeiit was a feature that has to be modified by the provider.
i suppose it could be interesting someone ?
[20:56]
nylothsylvieg: As you will see in tiki-pdo, we have some overloaded class/methods... so, you should be able to make what you want... [20:57]
lepeithe problem was : when connect, no access was given to the admin [20:57]
sylviegnyloth: ye - as I have the adodb function , I can use some copy / paste [20:57]
lepeido i have te report this to someone ? [20:57]
***caralluna____ has joined #tikiwiki [20:58]
sylviegbut I am very upset with adodb - they broke the login stuff with the last upgrade
lepei: yes it can be be very helpful to write this in doc.tw
or if you want to explain here - and after copy/paste in doc.tw
[20:58]
lepeibut ! where and i think i should be beter that my comments are validated by an 'expert'
ok sylvieg, i will collationate (en français : récolter) all the usefull data and send a message this week.
because i would solve a last (lol) problem : when i login, the url change to 'nowhere', so i have to clic 'back' to reset the page.
[20:59]
sylviegthx it is very good to have this kind of feedback - because hosting configurationg can so so diverse [21:01]
lepeithe hosting is on servage.net [21:01]
nylothnyloth have to go... see you tomorrow
bye
[21:06]
sylviegsylvieg co experimental [21:06]
nylothsylvieg: ok, give me (and sept_7) some feedback :) It should be really faster ;) ++ [21:06]
***nyloth has left "Kopete 0.12.7 : http://kopete.kde.org"
caralluna____ has quit IRC (Client Quit)
[21:07]
tomekkottI have a quick question about the move from ADODB to PDO: what is the timeframe that this change is going to happen on? [21:08]
sylviegit will be tiki3.0 - april 2008 - if I undestood well
in trun I do not know
[21:12]
SEWilco2Last april? [21:14]
sylvieg:-> 2009
sorry
[21:14]
SEWilco2I suspected that is what you meant. :-) [21:14]
***caralluna___ has quit IRC (Read error: 113 (No route to host)) [21:16]
SEWilco2sylvieg: About PDO debugDumpParams(), search for debug in the Notes on http://us3.php.net/pdo [21:16]
sylviegi see it - but I do not think it is what I am looking for [21:17]
lepeibye [21:17]
sylviegsylvieg thinking about joing the pdo dev to add logging [21:17]
***lepei has left [21:17]
SEWilco2sylvieg: Just thought I'd point out that undocumented debug tool in case it helps to find more such things. It's something to try in Google. [21:17]
***PGamache has left [21:17]
lphuberdeau has joined #tikiwiki
martinalex has quit IRC (Read error: 110 (Connection timed out))
[21:22]
sylvieglphuberdeau: I changed templates/tiki-admin-include-general.tpl in 2.0 and trunk - trhe will be conflict. Either you explain me how to merge , either when you merge you ignore 2.0
sorry about that
[21:23]
lphuberdeauI documented the merging on svntips [21:24]
sylviegok thanks will give a try [21:24]
cabn I use svnmerge.php for merge 2.0 to trunk? [21:29]
lphuberdeauno [21:29]
srishtimarclaporte: http://security.tikiwiki.org is unable to connect to the database [21:29]
lphuberdeauneed to use svnbranchupdate
php doc/devtools/svnbranchupdate.php branches/2.0
from a trunk checkout
resolve conflicts, then svn ci -F svn-commit.tmp
[21:29]
sylviegsorry was on the bad paragraph [21:31]
srishtimarclaporte: site is back up [21:31]
marclaportesrishti : thanks [21:33]
...... (idle for 27mn)
***NefariousC has joined #tikiwiki [22:00]
PS|botSVN: Commit by sylvieg :: r 14079 /trunk/templates/tiki-admin-include-general.tpl: [MRG] Automatic merge, branches/2.0 14049 to 14076 [22:02]
sylviegthx lph [22:03]
lphuberdeausylvieg, only one file in the merge? [22:03]
sylviegno - there are 2 more - but I was testing little by little [22:04]
lphuberdeaubad [22:04]
sylviegwill check this other one [22:04]
lphuberdeauyou need to commit all at once [22:04]
sylviegah?
the other are lost
?
[22:04]
lphuberdeauwell, you only have them locally, but it makes it hard to trace afterwards [22:04]
sylviegok merge done - will not do next time [22:06]
PS|botSVN: Commit by sylvieg :: r 14080 /trunk/lib/ (setup/sanitization.php tikilib.php): [MRG] Automatic merge, branches/2.0 14049 to 14076 [22:06]
sylviegreplace will do all next time
cool liv svntools lph...
s/liv/lib
[22:06]
lphuberdeaujust does a bunch of small things needed all around [22:13]
sylviegbuit it is clean and easy [22:14]
..... (idle for 22mn)
***nickelodeon has quit IRC (Read error: 110 (Connection timed out)) [22:36]
Lucymoz has joined #tikiwiki
franck1 has joined #tikiwiki
franck1 has quit IRC (Read error: 104 (Connection reset by peer))
franck has quit IRC (Connection reset by peer)
franck1 has joined #tikiwiki
franck1 is now known as franck
[22:42]
snarlydwarf has quit IRC (Remote closed the connection) [23:01]
Xun has joined #tikiwiki [23:09]
XunAnyone have any idea why the mittwoch template doesn't display correctly in Internet Explorer?
I used firefox to dev my wiki, but I just checked it out in IE (http://picentral.net) - the bottom of the page is overlapping the top!
[23:11]
kerrnelThere are some CSS extensions that IE doesn't support that Firefox does
I used to use the Damian theme with rounded corners on some of the boxes, but I soon found out that IE doesn't support the rounded corners.
[23:14]
Xundang...is there anyway I could fix... it? It just moves the body/footer up to overlap an important piece of the header [23:16]
***lorinc has joined #tikiwiki
lorinc has quit IRC (Read error: 104 (Connection reset by peer))
[23:24]
Lucymoz has quit IRC (Read error: 110 (Connection timed out)) [23:29]
RobotGuy has joined #TikiWiki [23:35]
kerrnelDunno, I haven't messed much with the themes. chibaguy could definitely help you out. Post something on the forum or go to themes.tikiwiki.org and leave a comment for him [23:42]
***Xun has quit IRC ("CGI:IRC (EOF)")
Lucymoz has joined #tikiwiki
[23:42]
SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]")
otab1 has quit IRC ("Leaving.")
franck has quit IRC ("Leaving.")
[23:51]

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