***: batchman82 has joined #tikiwiki
Neil_Melbourne: I want to figure out a fix to the Staging & Approval but I'm an noob to this. So obviously the tiki-approve_staging_page.php needs to be fixed but how can I tell if any other files were changed that relate to this function?
Tikiwiki|bot: New Forum Posts: Liens entre pages wiki - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=37610
Neil_Melbourne: Could it be as simple as rolling back to earlier versions until it works?
***: goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 248 seconds)
goj|ghost is now known as goj
Caarrie is now known as Caarrie|sleeping
marclaporte: Neil_Melbourne : try to catch Nelson Ko (nkoth or koth) or Pascal St-Jean (pstjean) about this feature
Neil_Melbourne: ah ok, will do, thanks
quick template question, I'm looking for the template that affects how a wiki page is displayed. I want to move the Created by JoeUser at the botttom to the top, underneath the page title. Anyone know off the top of their head which one that is? There appears to be $mid_data in tiki.tpl which is where all of the center data seems to be...
marclaporte: tiki_showPage.tpl (or something)
tiki-show_page.tpl
CIA-64: tikiwiki: 03marclaporte * r27810 10/branches/5.x/templates/tiki.tpl: [DOC] Help theme designers with in-context documentation.
marclaporte: Neil_Melbourne: you'll be the last one to ask that question
http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki/branches/5.x/templates/tiki.tpl?r1=27810&r2=27809&pathrev=27810
Neil_Melbourne: LOL, now thats service!
Tikiwiki|bot: New Forum Posts: "Since your last visit" is not reseting - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37611
marclaporte: Neil_Melbourne :-)
Neil_Melbourne : do you code?
Staging & Approval is not working properly in 4 and 5 . Or it works only in very specific use cases
Pascal told me there is a missing permissions
Neil_Melbourne: ah ok
yes i code
marclaporte: When it was first made, it was for a very specific use case, and it never was generalized enough
fyi: http://dev.tikiwiki.org/How+to+get+commit+access
Neil_Melbourne: ah so do you think that has to do with the approval process using the old permission system instead of the new one? I'll have look but is it just that one page that runs the approval/staging process or are there any other dependent pages that need to be changed?
marclaporte: I have never used the feature
Neil_Melbourne: alright, well if I can figure it out, i'll document it. Perhaps it's worth making a note in the documentation that it only works in 3.x and 4.x but not 5?
marclaporte: yes, go for it!
in admin panel tiki-admin.php?page=wiki of Tiki5, it does indicate that it's experimental
go to go
take care!
***: marclaporte has quit IRC (Read error: Connection reset by peer)
Neil_Melbourne has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~)
Wilkins has joined #tikiwiki
yonixxx has joined #tikiwiki
talin has joined #tikiwiki
talin: hello and spello
i am having some problems with images on tikiwiki
i upload an image, and then i click on it to insert it into the page
then when i view it, it is a tiny thumbnail, and all the colors seem to be inverted
it's a PNG file with transparent background though
i would like to insert an image exactly as it is
an equivalent to: <img src="bleh.png" alt="Yep">
the alt isn't that important though
Tikiwiki|bot: New Forum Posts: ver 5.0 "Since your last visit" is not reseting - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37611
talin: i tried to edit it and put Thumbnail: None
luciash: talin: hi, it's weird when it is inverted
talin: in which case it disappears
luciash: hello. i think it might not handle transparent PNGs
luciash: is it indexed PNG or 24bit alpha ?
talin: luciash: good question. i'll try to find out. apparently, tiki changes it to jpg
luciash: yeah, it might be limitation of GD library which handles the thumbnail creation
ah
talin: luciash: is there a way to force it to just insert the image, without any voodoo?
luciash: yes
the syntax is {img src=bleh.png alt=Yep}
or img id=XX
talin: {img fileId="40" thumb="y"}
that's what i have now
if i remove thumb=y, nothing is displayed
luciash: try thumb="n"
talin: luciash: now it looks like it did after i just inserted it. it's really small, and the background is black
luciash: talin: do you use SEFURLs feature ?
talin: luciash: i have never heard about that. this is a pretty default installation
luciash: you could then use img src=dl20
dl40
like yoursite.com/dl40
instead of yoursite.com/tiki-download_file.php?fileId=40
talin: mysite.com/dl40 doesn't work
The requested URL /dl40 was not found on this server.
luciash: i see, you would need to enable .htaccess file
and the SEFURLs feature on
try rename _htaccess to .htaccess
the file in your Tiki installation path
talin: luciash: a colleague of mine is hosting it, but he's on vacation
luciash: aye :)
talin: luciash: is there a way to use html directly or something?
i have uploaded the picture, so i basically just need to <img src="name.png">
luciash: talin: yes, you can use the HTML plugin
talin: or {img src=name.png}
(if you uploaded manually via ftp)
talin: luciash: i uploaded with the image function
luciash: i see, sorry
there's lot of options for the IMG wikiplugin, maybe if i had access, i could try
talin: luciash: i wish you could access, but it's in a VLAN that isn't available on the internet
only within the local network
luciash: ok
talin: but if i can upload the pics manually, that's probably okay too
luciash: talin: have you reviewed the options in doc ?
talin: luciash: no, but i will check it out
luciash: >doctwo PluginImg
Sug4r: http://doc.tikiwiki.org/PluginImg
sylvieg: hi luciash how are you
I had also a funny background these last days http://doc.tikiwiki.org/plugincolorbox
***: Caarrie|sleeping is now known as Caarrie|away
luciash: hi sylvieg, it's getting better
sylvieg: nice to hear that
luciash: sylvieg: do u have any idea what perm i am missing for a category, that included wiki page is not displayed in a wiki page for anonymous ?
that included wiki page has tiki_p_view
sylvieg: so you can see the page directly - but not via an include?
luciash: yes
do i need tiki_p_wiki_view_ref ?
for include plugin ?
as admin i can see it corectly
sylvieg: in the code I see only tiki_p_view - this is strange
are you in tiki5?
-: sylvieg fixed a bug about the max insertion counter ... and parsing in plugins recently
luciash: yes, tiki5, but not the freshest one
i will try with up-to-date one, thanks
sylvieg: no need it is not a complex series of plugins
try to put max_times=5000; in lib/wiki-plugins/wikiplugin_include.php
***: talin has quit IRC (Ping timeout: 265 seconds)
luciash: sylvieg: hmm, what does that param ? i don't have too many pages included
ah, maybe it is a problem when i use it in PTT wiki page via {wikiplugin _name="include" page="script-for-itemId-$f_6"}{/wikiplugin}
it works for admin but not for others maybe ?
sylvieg: the page name is oncorrect
it should be {$f_6}
luciash: sylvieg: nope
sylvieg: so I do not know how you can insert the anem
you are sure about the page name?
luciash: sylvieg: it didn't work at all with {$f_6} there
yes, i am sure
sylvieg: in pretty tracker Iam only looking for {$f_x}
luciash: you can have a look, i still keep your login there
sylvieg: so be sure to put at list fields in the TRACKERLIST
luciash: hmm, but it is smarty block {wikiplugin}
and it seems to work
sylvieg: sorry, i mistakenly put the {wikiplugin} part inside GROUP plugin
CIA-64: tikiwiki: 03sylvieg * r27811 10/branches/5.x/templates/tracker_item_field_input.tpl: [FIX]tracker: translate also the input of radio button
luciash: in the final release 5.0, is there tiki_p_print perm ?
or something like that ?
***: ClaraM has joined #tikiwiki
luciash: is there a way to force a wiki page content (can be included in another wiki page using a wikiplugin) not to parse by default ?
***: Bernard has joined #tikiwiki
yonixxx has quit IRC (Read error: No route to host)
juano has joined #tikiwiki
juano: i am trying to set a default selected item in the search combo box, i want to set "wiki pages" instead of "entire site" for the users
how can this be accomplished?
***: Wilkins has quit IRC (Ping timeout: 240 seconds)
Wilkins has joined #tikiwiki
Bernard has quit IRC (Quit: Bernard)
Helene_ has joined #tikiwiki
Helene_: I was exploring "worspaces" this morning with the idea of installing one on a tiki4.2 ... it is just me or it's quite complicated?
***: Wilkins has quit IRC (Remote host closed the connection)
Wilkins has joined #tikiwiki
ricks99 has joined #tikiwiki
CIA-64: tikiwiki: 03sylvieg * r27812 10/branches/5.x/lib/trackers/trackerlib.php: [FIX]tracker: when filtering on field type need to do in a binary mode as there are 'C' and 'c' type
juano: hi ricks99
***: Wilkins has quit IRC (Remote host closed the connection)
juano: ricks99: i am trying to set a default selected item in the search combo box, i want to set "wiki pages" instead of "entire site" for the users, how can this be accomplished? is this adjusted via object permissions?
***: Wilkins has joined #tikiwiki
ricks99: in tiki5, in the search: admin there is a setting for the default search scope
Tikiwiki|bot: Recent Bug: Tracker item: #3460 - - Bug in calculating password strength - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3460
***: ClaraM has quit IRC (Remote host closed the connection)
Wilkins has quit IRC (Ping timeout: 260 seconds)
chealer has quit IRC (Remote host closed the connection)
chealer has joined #tikiwiki
chealer has quit IRC (Remote host closed the connection)
chealer has joined #tikiwiki
chealer has quit IRC (Remote host closed the connection)
chealer has joined #tikiwiki
chealer has quit IRC (Remote host closed the connection)
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
guilherme has joined #tikiwiki
guilherme is now known as Guest42289
Guest42289: hello
***: chealer has quit IRC (Remote host closed the connection)
Guest42289 has quit IRC (Ping timeout: 252 seconds)
guilherme88 has joined #tikiwiki
guilherme88: hello guys
could you help me?
someone here?
ricks99: it depends on your question
***: guilherme88 has quit IRC (Ping timeout: 252 seconds)
guilherme88 has joined #tikiwiki
guilherme88: I have a question about the galleries module
Tikiwiki|bot: Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile
Welcome to the official Tikiwiki English Irc channel, Please just ask your question, dont ask to ask, someone will reply if and when they know the answer. Welcome again and please stay awhile
guilherme88: I cant draw images
I've checked my php extensions
it's ok
ricks99: do you mean "uploading" images to an image gallery?
guilherme88: Yes
ricks99: what is your tiki version?
guilherme88: the image are in my BD
5.0
*DB
ricks99: did you review the item about the file upload issue, in the 5.0 release notes?
guilherme88: I follow all requirements
is this that you are talking about?
ricks99: no, in the release noes, under "known issues"
did you change the $client_charset item, as indicated?
guilherme88: utf 8?
ricks99: what does it say in your local.db
i mean db/local.php
guilherme88: yes
I erased the last line
and didnt work
ricks99: are you getting any specific error message when you try to upload?
guilherme88: so I put it again
no
the file is uploaded
but the image dont draw
ricks99: do you mean the thumbnail?
can you download the image successfully?
guilherme88: nothing happens
the tumbnail dont draw too
ricks99: can you switch to using the file ssytem to store images, and try again
guilherme88: I dont tested it
let me see
(sorry my english)
ok
tks
it works
ricks99: :-)
***: guilherme88 has quit IRC (Ping timeout: 252 seconds)
guilherme88 has joined #tikiwiki
guilherme88 has quit IRC (Quit: Page closed)
changi|away is now known as changi
changi: ricks99: i will buy you a medal
-: ricks99 would rather have a beer
changi: ricks99: where are you from ?
ricks99: usa - north carolina
you?
changi: france - Alsace - Strasbourg
:)
ricks99: ah... one day i'll get over to europe
changi: and me in usa
maybe for a tiki fest
ricks99: definately
changi: ricks99: just to be sure, is there a problem uploading file in fgal when data are in DB ?
ricks99: it is due (i believe) to the db utf issue
***: ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org)
CIA-64: tikiwiki: 03robertplummer * r27813 10/third_party/jquery/ (. jquery.sheet.old/): Moving things around to make sheet external
tikiwiki: 03robertplummer * r27814 10/third_party/jquery/ (jquery.sheet/ jquery.sheet.old/): removing sheet, to allow for external
Tikiwiki|bot: Recent Bug: Tracker item: #3461 - - Allow Copy / Duplicate Calendar event - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3461
luciash: "Interactive Translation" doesn't work for me, does it work for you ?
***: Jan2 has joined #tikiwiki
Jan2: Hello
luciash: seems like a regression again ... on tiki-edit_languages.php when i use db for translations and click the [Toggle interactive translation on] it doesn't seem to work anymore
the top bar with Interactive Translation checkbox appears, but checking the box has no effect
at least in Chromium browser
Jan2: I try to set up Tikiwiki 5.0 on a Windows XP machine. Apache/PHP/MySQL are up and running, access to MySQL has been verified via the mysql client. The tiki-installer.php crashes (=does not return a page) after the Security check. I manually added tiki.sql and tiki_Secdb.sql. Now TikiWiki tells me it needs an upgrade (=> tiki-installer.php stumbles again). Do you have any hints where to look for the error?
CIA-64: tikiwiki: 03pkdille * r27815 10/trunk/ (2 files in 2 dirs): [MOD] module since last visit new : Give the possibility to print last login date not as a link even if calendar is activated. Also give the possibility to have all sections folded by default
***: FrankP_away has joined #tikiwiki
Gergely has joined #tikiwiki
CIA-64: tikiwiki: 03pkdille * r27816 10/branches/proposals/3.x/ (2 files in 2 dirs): [bp/r 27815] [MOD] module since last visit new : Give the possibility to print last login date not as a link even if calendar is activated. Also give the possibility to have all sections folded by default
Jan2: It would be nice if anybody could point me in the right direction. I couldnīt find anything via google
***: juano has quit IRC (Ping timeout: 252 seconds)
sylvieg: Jan2: try to rerun tiki-installer.php and if you do not have a empty page, you will have the upgrade little scripts that fail - you can accept each problem opne by one
Jan2: sylvieg: Thanks. But I ran tiki-installer.php at least 10 times. It "crashes" always at the point, where it is supposed to put the tables in the DB. I even abused createPage() to do a little printf-debugging and it fails in a call to queryerror(). Unfortunatly I am not at the correct computer right now to reproduce it. What do you mean by "accept the problems one by one"? Should there be checkboxes somewhere?
sylvieg: does it crach also when the tables are already there?
Jan2: sylvieg: yes. after I manually imported the two .sql files the index page looked good and I also could set user right. but at a certain poinht it said "upgrade needed" and restartet the tiki-installer.php, which faild at exactlay the same point again.
***: Helene_ has quit IRC (Ping timeout: 252 seconds)
sylvieg: the tiki_schemas table needs to contains all the script names that Are in installer/schemas directory to stop to complain
I do not know an automatic way to fill this table.... better perhaps to understand why an error ... check teh logs
Jan2: sylvieg: thanks, I will check the table.
CIA-64: tikiwiki: 03marclaporte * r27817 10/branches/5.x/lib/setup/prefs.php: [MOD] more sensible default min length for passwords
***: FrankP_away has quit IRC (Ping timeout: 276 seconds)
Tikiwiki|bot: Recent Bug: Tracker item: #3462 - - realName user preference is not used in trackerlist, tracker, and ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3462
***: FrankP_away has joined #tikiwiki
Gergely has quit IRC (Ping timeout: 252 seconds)
Tikiwiki|bot: Recent Bug: Tracker item: #3463 - - check_feature fields missing from tables when upgrading fom 2.1 to 5 - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3463
***: Caarrie|away has quit IRC (Ping timeout: 260 seconds)
Caarrie has joined #tikiwiki
Caarrie|sleeping has joined #tikiwiki
Caarrie has quit IRC (Ping timeout: 248 seconds)
FrankP_away has quit IRC (Ping timeout: 245 seconds)