***: SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]")
lq_788: sylvieg: which revision of tiki-listpages.php on this page (http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/trunk/tiki-listpages.php?view=log&pathrev=14461#rev14460) do I need to backport to get mass delete working?
***: lq_571 has joined #tikiwiki
lq_571: Hello.
I am new to TikiWiki. It is very overwhelming.
Is there a tutorial that can help me get started? I looked a t the documentation but it is difficult for me to follow
***: nikhilodeon has joined #tikiwiki
marclaporte has joined #tikiwiki
Timoth1 has joined #tikiwiki
lq_571 has quit IRC ("CGI:IRC (EOF)")
PS|bot: SVN: Commit by sampaioprimo :: r 14464 /branches/2.0/lang/pt-br/language.php: fix translation
SVN: Commit by sampaioprimo :: r 14465 /branches/2.0/lang/pt-br/language.php: more pt-br translation
***: nikhilodeon has quit IRC (Read error: 110 (Connection timed out))
marclaporte: polom
***: lq_788 has quit IRC ("CGI:IRC")
chibaguy has joined #tikiwiki
nikhilodeon has joined #tikiwiki
Caarrie is now known as Caarrie|sleeping
Lucymoz has quit IRC (Read error: 110 (Connection timed out))
The_Milkman has joined #tikiwiki
The_Milkman: Anybody able get page staging to work in 2.0?
***: nikhilodeon has quit IRC (Read error: 110 (Connection timed out))
RobotGuy has joined #TikIWiki
The_Milkman: Anybody able to get page staging to work in 2.0?
chibaguy: The_Milkman, sorry, didn't try it yet. Seems like everyone else here is asleep at the keyboard. ;-)
marclaporte: The_Milkman: I never tried
The_Milkman: : did you read the doc?
chibaguy: oh marclaporte is awake :-)
marclaporte: :-)
The_Milkman: yah, read the doc over and over. really killing me... don't seem to be able to specify the right category permissions.
-: marclaporte think Nelson could make a profile for this :-)
***: Lucymoz has joined #tikiwiki
marclaporte: http://profiles.tikiwiki.org/StagingAndApproval
***: nikhilodeon has joined #tikiwiki
franck has quit IRC (Read error: 113 (No route to host))
franck has joined #tikiwiki
RobotGuy has quit IRC ("Open Source rocks!")
Paragtim has joined #tikiwiki
Paragtim: Hi all,
***: franck has quit IRC ("Leaving.")
Paragtim: Anybody got any thoughts on the best way to implement FCKEditor and any major problems I should look out for?
chibaguy: Paragtim, what Tiki version?
Paragtim: Hi Rick - 2
chibaguy: Uh, actually I'm Gary. You're probably thinking of ricks99 Rick.
Paragtim: Oops - Sorry. - Early morning here !!!
chibaguy: That's ok. He and I are similar but not interchangeable. ;-)
Well, maybe not that similar, I don't know.
Paragtim: Is that the female opinion ?
chibaguy: If so, I haven't seen that side of him yet. ;-)
Paragtim: Bad mental picture !!!
chibaguy: anyway..... doesn't FSKeditor just work, in Tiki 2?
Just by being activated in the config page?
Paragtim: Yes and no. I find nothing wrong with the normal editor but my handlers, Long time word users and not able to change want a WYSIWYG. No problem . I enabled the feature and it works - ish
The problem is graphics and direct links to external sites. External links give an error box and if you switch back the whole thing loses all the formating
chibaguy: Oh, I suggest filing a bug report at dev.tikiwiki.org, and maybe asking again here later on when there's more activity.
***: Wilkins has joined #tikiwiki
The_Milkman has left
Paragtim: Thanks Gary - I will try again later. Sorry for the delay - Wife called for breakfast !!
***: chibaguy has left
Wilkins_ has joined #tikiwiki
Paragtim: Anyone know the latest RC build?
***: Wilkins has quit IRC (Read error: 110 (Connection timed out))
lq_338 has joined #tikiwiki
franck has joined #tikiwiki
lq_338: after installing tikiwiki manually, should i change the chmod settings for the files and directories for security
***: lq_338 has quit IRC ("CGI:IRC")
lq_338 has joined #tikiwiki
lq_338 has quit IRC (Client Quit)
lq_981 has joined #tikiwiki
lq_981 has quit IRC (Client Quit)
djst has joined #tikiwiki
Timoth1 has quit IRC (Remote closed the connection)
priti has joined #tikiwiki
dsingh has joined #tikiwiki
Caarrie|sleeping is now known as Caarrie
ricks99_ has joined #tikiwiki
SEWilc1 has left
ricks99_: is there an upcoming/planned 2.01 patch any time soon?
***: SEWilco has joined #tikiwiki
sylvieg: ricks99_: for the moment we have the email bug due - register bug/antibot allchecked in list pages ? do not know when the list will worst a release...
ricks99_: what about thw wysysig patches?
lphuberdeau: ricks, we'll have to check, but 2.1 may just be somewhere during TikiFestPorto
ricks99_: k tx
sylvieg: lphuberdeau: how do we maadge backport to 2.01 - for instance the register/antibot?
for the moment it is in trunk but rick tested it in 2.0
ricks99_: fixed my probs
***: dsingh has left
lphuberdeau: has to be done manually
sylvieg: my question was more about the organisation - when? do we do it?...
the manually - rick can commit his version
ricks99_: all i did was take tiki-register.php from trunk.
dropped it into my site and *poof*
sylvieg: like this we do not reintroduce last menitues error
Petjal2: Hi all. I hope a not too off-topic php question here. I'm trying to pass a fairly complex system() call in a .php file.
system(/usr/lib/openoffice.org2.0/program/soffice.bin -invisible -nologo -display :1000 "macro:///Standard.MyConverter.SaveAsDOC(/home/h/www/tw2/file.html)")
Trying to convert an tw print html page to MS Word .doc. Works great in the shell command line. The .php script doesn't seem to launch soffice.bin and the .doc file that the .php script returns is empty, zero-length. Can someone please either help me fix that system() call, or teach me how I would run that command line, like php -er 'system(...)' with escaping or whatever else I need. Thanks!
sylvieg: is it system('..')
did you put quote around the command
Petjal2: Thanks, sylvieg. Here's the actual one from the .php file: system("cd $twpath ; /usr/lib/openoffice.org2.0/program/soffice.bin -invisible -nologo -display :1000 macro:///Standard.MyConverter.SaveAsDOC(/home/h/www/tw2/$htmlfile) > /dev/null) ");
sylvieg: and the command line is working?
Petjal2: This works great as a shell command (not php): /usr/lib/openoffice.org2.0/program/soffice.bin -invisible -nologo -display :1000 "macro:///Standard.MyConverter.SaveAsDOC(/home/p/file.html)"
lphuberdeau: sylvieg... can be done any time...
***: lphuberdeau has quit IRC (Remote closed the connection)
sylvieg: Petjal2: the command you paste is not exactly the same than the one in system ... try exactly the same
Petjal2: so the line in the .php script should look like: system("/usr/lib ... "macro:....(...)""); ?
maybe it's safer to put the soffice.bin line in an executable script file, with the filename to convert as $1, like so?: system("script.sh $infile.html"); ?
sylvieg: did you the " before macro
***: Paragtim_ has joined #tikiwiki
Wilkins_ is now known as Wilkins
Petjal2: sylvieg: should I?
***: lphuberdeau has joined #tikiwiki
sylvieg: i think so
PS|bot: SVN: Commit by sylvieg :: r 14474 /trunk/ (2 files in 2 dirs): [FIX]module: the new param notitle must be in the documentation too
***: nikhilodeon has quit IRC (Read error: 110 (Connection timed out))
Paragtim has quit IRC (Read error: 110 (Connection timed out))
Petjal2: sylvieg: in my .php script called from the browser, with or without the 2> /dev/null, this hangs the browser. top -c shows the soffice.bin being launched, but it goes away fairly quickly.
system("/usr/lib/openoffice.org2.0/program/soffice.bin -invisible -nologo -display :1000 "macro:///Standard.MyConverter.SaveAsDOC($twpath/$htmlfile)" 2> /dev/null ");
sylvieg: seems to be better for me
Petjal2: Here's my feeble attempt at capturing the top -c soffice.bin line: 9795 nobody 25 0 96436 16m 13m S 32.0 3.3 0:00.97 /usr/lib/openoffice.org2.0/program/soffice.bin -invisible -nologo -display :1000 macro:///Standard.MyConverter.SaveAsDOC(/home/h/www/tw2/G-I-p-20080822T083635-10026
so, the browser is just spinning, like maybe it was fed some junk before the file was sent to it...
that's why I use the redirect to /dev/null
***: marclaporte has quit IRC ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
Caarrie is now known as Caarrie|away
sylvieg: Petjal2: try to wruite a command to have only a simple system call to do - if it is still nto working
Petjal2: sylvieg: you mean, put that soffice.bin stuff into a script, and call that script in the system call, like system("script $file"); ?
PS|bot: SVN: Commit by sept_7 :: r 14475 /trunk/tiki-admin_modules.php: [FIX] modules parameters were not passed in preview mode
sylvieg: Petjal2: to more simple -= so easier to debug
***: marclaporte has joined #tikiwiki
ricks99__ has joined #tikiwiki
nikhilodeon has joined #tikiwiki
ricks99_ has quit IRC (Read error: 110 (Connection timed out))
PS|bot: SVN: Commit by sylvieg :: r 14477 /trunk/lib/tikilib.php: notice
***: ricks99__ has quit IRC (Read error: 110 (Connection timed out))
marclaporte: polom
***: Caarrie|away is now known as Caarrie
SEWilco2 has joined #tikiwiki
Paragtim_: On V2 can any tell me what going wrong in FCKEditor, inser an image routine. I keep getting "error creating folder "" (Can't create directory)
***: Caarrie is now known as Caarrie|away
PS|bot: SVN: Commit by lphuberdeau :: r 14479 /trunk/lib/wiki/wikilib.php: [FIX] Rename to support semantic markers
lphuberdeau: anyone else having trouble with transitional styles not loading anymore?
***: Wilkins has quit IRC (Remote closed the connection)
djst has quit IRC ()
RobotGuy has joined #TikIWiki
snarlydwarf has joined #tikiwiki
marclaporte has quit IRC (Read error: 110 (Connection timed out))
djst has joined #tikiwiki
sylvieg: lphuberdeau: can I take away the > in the plugin help param description - it is useless
vi !$
oops
lphuberdeau: which > ?
sylvieg: for instance {TRACKERFILTER( trackerId=>"Tracker ID"
lphuberdeau: oh, sure
sylvieg: will be {TRACKERFILTER( trackerId="Tracker ID"
lphuberdeau: I don't even know why you ask me
sylvieg: because I was on my way to delete all of them in the old help function and they reappear - so wandering it was only me that like simple
lphuberdeau: you can remove once in templates/tiki-plugin_help.php
_help function is not used at all anymore, unless _info does not exist
***: priti has left
PS|bot: SVN: Commit by jonnybradley :: r 14484 /trunk/ (lib/tikilib.php tiki-editpage.php): [MOD] Switching normal to wysiwyg editor now copes with plugins (they survive) and show/hide headings (are removed)
***: ricks99_ has joined #tikiwiki
sylvieg: lphuberdeau: is the insert plugin working for you ? I will still copy/paste
lphuberdeau: not right now because transitional css does not get included
PS|bot: SVN: Commit by sylvieg :: r 14485 /trunk/templates/tiki-plugin_help.tpl: [MOD]plugin: take away > in the help as param=value is enough
lphuberdeau: can't figure out that one
sylvieg: transitional is not included .. it is a admin setting
I do not use it anymore because it gives a bad idea of the style
kerrnel: Aren't most plugins using the => for parameter values?
sylvieg: it is not mandatory
kerrnel: will it still work?
sylvieg: and the > was perhaps historically messed up in wysiwyg
yes - but the future is not the put it
except for a > value
kerrnel: Just want to make sure there's backward compatibility unless there's a tool to convert anything using the old => to =
sylvieg: lph true: transitional is no more included....
***: djst has quit IRC ()
lq_591 has joined #tikiwiki
lq_591: hello guys
Can anybody help me with Galaxia workflow
I have a simple question
I need to make a change in the some custom workflow code
Can anyone tell me how do I compile the code so that the change that I make in the source src directory
get reflected in the compiled directory
Any body
sylvieg: sorry I do not know galaxia
lq_591: Thanks .. would you happen to know where I could get some help
<sylvieg> any tutorials or manuals
sylvieg: http://workflow.tikiwiki.org
lq_591: checked it no way of getting to know how to compile he code
sylvieg: I thouight db_version_tiki was not used anymore?
it seems that it is the reason transition are no more included
lphuberdeau: shouldn't be
you can get the version number from TWV->getBaseVersion()
sylvieg: thx wil try to change it in lib/csslib.php
thx lph - got back the transition
and get the insert plugin working :-)
***: srishti has joined #tikiwiki
sylvieg: but the param in plugin insert seems not to work....
***: srishti has left
kerrnel: lq_591, still there?
lq_591: yes
I am
kerrnel: I am here
I am here
***: ricks99__ has joined #tikiwiki
lq_591: Galaxia workflow help needed .. kernel
kerrnel: sorry, one sec. :)
ok
When you say compiler, what are you referring to?
I don't recall there being one
lq_591: Well I have some custom code for workflow
now I want to make changes
there are two places that I can see the same files
one is source - src directory
and other in compiled directory
I made the change in source directory thinking that it will work
kerrnel: Oh, you mean you've made changes to the actual galaxia code, not the code that's part of a process
lq_591: but then it didn't work so I made the change in compiled directory and it worked
it is our custom code that is in addition to the galaxia code
the developers before me did this anf now I have to make changes
there is no documentation
so I am trying to fins out how the src code gets compiled
kerrnel: it doesn't
lq_591: http://workflow.tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=109&topics_offset=14&topics_sort_mode=hits_desc&forumId=9
kerrnel: the compiler directory is basically for any additional code bits that get processed either before or after workflow actions
lq_591: I saw this link where is talks about a GUI compiler that you can actually paste your code into
Can tell me what he is referring to in this post: Hmm, I believe this is actually simpler than you think. There's no need to compile anything by yourself. When you save the code or the template through the GUI, TikiWiki will compile everything for you. All you need to do is 1)create your code with editor of your choice, 2)copy the code to the clipboard, and 3)paste it into the textarea in the GUI. Save, and it's
kerrnel: Just read that thread... I still don't know what he's talking about by compiling.
I think what he might be referring to is the Tiki ability to allow template editing from the site rather than via a text editor independent of the website
Basically, edit the templates and code directly instead of via the web gui
There is no actual compiling that goes on.
lq_591: So if I make a change directly to the compiled directory there will be no process that will over write those files .. right? I just want to make sure what the right process is
kerrnel: No, the compiled directory, as far as I am aware, is only for additional pre- and post- actions on workflow activities. So if you add something to end-pre.php then it'll process that code before it runs the information in the actual END activity. LIkewise, if you add something to end-pos.php it'll process it immediately after the END activity.
***: ricks99_ has quit IRC (Read error: 110 (Connection timed out))
kerrnel: The code that you alter that are attached to each workflow activity are specific to the process, and get stored in the database relative to the process
So no, your code won't get overwritten
lq_591: I have these directories Galaxia/processes/P1/code/activities/IX.php and Galaxia/processes/P1/IX.php
sorry it is Galaxia/processes/P1/compiled/IX.php
kerrnel: I stand corrected, it saves code that is related to a specific process to a directory, not the database
Hmm...maybe I've misunderstood which compiled directory you're talking about
***: ricks99__ has quit IRC (Read error: 110 (Connection timed out))
kerrnel: I was referring to the Galaxia/compiler directory. Sounds like you are referring to Galaxia/processes/NAME/compiled directory?
lq_591: directories Galaxia/processes/P1/code/activities/IX.php and Galaxia/processes/P1/compiled/IX.php
yes thats what I referring to : Galaxia/processes/NAME/compiled directory
so is that something you have any idea about
PS|bot: SVN: Commit by lphuberdeau :: r 14488 /trunk/ (6 files in 4 dirs): [NEW] Admin panel to manage semantic links
***: tomb_ has joined #tikiwiki
Paragtim_: Hi Guys, I having major problems with fckeditor. It allows you to use most of the functions to enter and format the text but when you save it the formating turns to cr**.
Text Colour comes up with yle="color:rbg(255.0.0;);Red">Text that should be coloured is Black. A handicap I might be able to live with !!! But the major issues are:-
With the "insert internal wiki link" function the progress bar just keeps on going. With the insert Flash I get the error "Can't create directory" and with the insert Image I get the same error, both when the Resource Browser comes up.
I've looked at the Readme file in the fckeditor directory but can't see how the problem could relate to the 3 files it mentions. I've also looked at the fckeditor forums and it only says that the paths are the problem but the file structure they are talking about is nothing like the tikiwiki file structure.
I have set fckeditor to be the only editor as I found the problems with both made the system pretty unworkable. I can't go back to the traditional editor only for political reasons and am pretty much stuck. I throw myself on the mercy of the court!!!!
kerrnel: lq_591: yes, those compiled directories do get overwritten
If you look at the processes in the Admin Processes in the web interface, there is a "code" link that lets you alter code before the activity, during the activity, and after the activity. My guess (I haven't established a full-blown process yet) is that the pre- and post- code bits are what ends up in the compiled directory
Paragtim_: the colour coming up as 'yle="color:rbg(255.0.0;);Red"> looks partially like that st<x>yle bug I've been seeing around. I've never experienced it, but I see it now and again mentioned.
PS|bot: SVN: Commit by sylvieg :: r 14489 /trunk/lib/ (3 files in 2 dirs): [MOD]tracker: page selector tracker field - only automatic feed 1 (the page the item is created) is working now
kerrnel: So it may be munging it to 'st<x>yle="color:rbg(255.0.0;);Red">' ignoring the 'st<x>'.
As for the rest, no idea :(
Paragtim_: Ah - I can see where your coming from on the color issue. I will have a look at that tomorrow. The major problem is the linking. Fckeditor support forums refer to the php connector and absolute paths but that is beyond me. Can you have a quick look to see if anything jumps out?
***: lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer))
lq_591: Thanks: kernel. I will check that out
***: lq_591 has quit IRC ("CGI:IRC")
Bilal has joined #tikiwiki
nikhilodeon: good day! does anyone know in what file the "showhide_heading" style is defined? i can't find it in the out-of-the-box css files
Bilal: hi
nikhilodeon: basically i am trying to change the font of the text that comes after !! and !!! sections
kerrnel: Isn't that the H1 H2, H3 stuff?
***: Caarrie|away is now known as Caarrie
nikhilodeon: yeah i tried changing it in the H1, h2, h3 sections, but no changes appeared...
kerrnel: Something's changed then. The original 2.0 I made changes to those headings and it worked
if I recall correctly, anyway. I dont' remember changing anything else.
Does anybody know if there is an easy way to specify applications that launch for certain URI's?
From a browser
For example, if I have a URL "telnet://127.0.0.1" how do I tell the browser what application to run for "telnet://" URI's?
nikhilodeon: kernel, i ended up just add the "showhide_heading" class to my css file and it woiked
***: lphuberdeau has joined #tikiwiki
Bilal has quit IRC (Read error: 113 (No route to host))
PS|bot: SVN: Commit by sampaioprimo :: r 14491 /branches/2.0/lang/pt-br/language.php: pt-br translation
***: Bilal has joined #tikiwiki
PS|bot: SVN: Commit by sylvieg :: r 14492 /trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX]tracker: param view=page for TRACKER too to be able to edit the page info
***: stuperman4 has joined #tikiwiki
stuperman4: sylvieg: I spoke with you yesterday about the tiki-listpages.php file not doing group file deletes and you said I had to backport the changes in that file. You sent me a link to a dev page. How do I know which revision still had a working group delete?
***: Bilal has quit IRC (Read error: 113 (No route to host))
Amorphous has quit IRC (Read error: 104 (Connection reset by peer))
snarlydwarf has quit IRC (Remote closed the connection)
marclaporte has joined #tikiwiki
Amorphous has joined #tikiwiki
nikhilodeon has quit IRC (Read error: 110 (Connection timed out))
Bilal has joined #tikiwiki
tomb_ has quit IRC ("Ex-Chat")
tomb_ has joined #tikiwiki
SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.1/2008070208]")
Caarrie is now known as Caarrie|away
SvenAERTS has joined #tikiwiki
marc-mobile has joined #tikiwiki
Caarrie|away is now known as Caarrie
-: marc-mobile is impressed that cgi-irc works with pocket IE
***: marclaporte has quit IRC (Read error: 110 (Connection timed out))
SvenAERTS has quit IRC (Read error: 104 (Connection reset by peer))
SvenAERTS has joined #tikiwiki
ultraviolet has quit IRC ("leaving")
marclaporte has joined #tikiwiki
tomb_ has quit IRC ("Ex-Chat")
Bilal has quit IRC (Read error: 113 (No route to host))
luciash has quit IRC (verne.freenode.net irc.freenode.net)
SvenAERTS 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)
SEWilco has quit IRC (verne.freenode.net irc.freenode.net)
PS|bot has quit IRC (verne.freenode.net irc.freenode.net)
niclone has quit IRC (verne.freenode.net irc.freenode.net)
Redhatter has quit IRC (verne.freenode.net irc.freenode.net)
zzxc has quit IRC (verne.freenode.net irc.freenode.net)
amette has quit IRC (verne.freenode.net irc.freenode.net)
RobotGuy has quit IRC (verne.freenode.net irc.freenode.net)
pkdille has quit IRC (verne.freenode.net irc.freenode.net)
marclaporte has quit IRC (verne.freenode.net irc.freenode.net)
mattbmc has quit IRC (verne.freenode.net irc.freenode.net)
jerkface03 has quit IRC (verne.freenode.net irc.freenode.net)
lphuberdeau has quit IRC (verne.freenode.net irc.freenode.net)
caralluna has quit IRC (verne.freenode.net irc.freenode.net)
tomb has quit IRC (verne.freenode.net irc.freenode.net)
PrezKennedy has quit IRC (verne.freenode.net irc.freenode.net)
hooch has quit IRC (verne.freenode.net irc.freenode.net)
CIA-15 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)
marclaporte has joined #tikiwiki
SvenAERTS has joined #tikiwiki
Amorphous has joined #tikiwiki
lphuberdeau has joined #tikiwiki
RobotGuy has joined #tikiwiki
SEWilco has joined #tikiwiki
zzxc has joined #tikiwiki
amette has joined #tikiwiki
pkdille has joined #tikiwiki
Redhatter has joined #tikiwiki
CIA-15 has joined #tikiwiki
PS|bot has joined #tikiwiki
Caarrie has joined #tikiwiki
tomb has joined #tikiwiki
luciash has joined #tikiwiki
Jyhem has joined #tikiwiki
hooch has joined #tikiwiki
Sug4r` has joined #tikiwiki
mattbmc has joined #tikiwiki
niclone has joined #tikiwiki
PrezKennedy has joined #tikiwiki
caralluna has joined #tikiwiki
jerkface03 has joined #tikiwiki
stuperman4 has quit IRC ("CGI:IRC")