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?
New Forum Posts: Liens entre pages wiki - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=37610
Could it be as simple as rolling back to earlier versions until it works?
Neil_Melbourne : try to catch Nelson Ko (nkoth or koth) or Pascal St-Jean (pstjean) about this feature
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...
tiki_showPage.tpl (or something)
tiki-show_page.tpl
tikiwiki: 03marclaporte * r27810 10/branches/5.x/templates/tiki.tpl: [DOC] Help theme designers with in-context documentation.
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
LOL, now thats service!
New Forum Posts: "Since your last visit" is not reseting - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37611
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
ah ok
yes i code
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
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?
I have never used the feature
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?
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!
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:
the alt isn't that important though
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
i tried to edit it and put Thumbnail: None
talin: hi, it's weird when it is inverted
in which case it disappears
luciash: hello. i think it might not handle transparent PNGs
is it indexed PNG or 24bit alpha ?
luciash: good question. i'll try to find out. apparently, tiki changes it to jpg
yeah, it might be limitation of GD library which handles the thumbnail creation
ah
luciash: is there a way to force it to just insert the image, without any voodoo?
yes
the syntax is {img src=bleh.png alt=Yep}
or img id=XX
{img fileId="40" thumb="y"}
that's what i have now
if i remove thumb=y, nothing is displayed
try thumb="n"
luciash: now it looks like it did after i just inserted it. it's really small, and the background is black
talin: do you use SEFURLs feature ?
luciash: i have never heard about that. this is a pretty default installation
you could then use img src=dl20
dl40
like yoursite.com/dl40
instead of yoursite.com/tiki-download_file.php?fileId=40
mysite.com/dl40 doesn't work
The requested URL /dl40 was not found on this server.
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
luciash: a colleague of mine is hosting it, but he's on vacation
aye :)
luciash: is there a way to use html directly or something?
i have uploaded the picture, so i basically just need to
talin: yes, you can use the HTML plugin
talin: or {img src=name.png}
(if you uploaded manually via ftp)
luciash: i uploaded with the image function
i see, sorry
there's lot of options for the IMG wikiplugin, maybe if i had access, i could try
luciash: i wish you could access, but it's in a VLAN that isn't available on the internet
only within the local network
ok
but if i can upload the pics manually, that's probably okay too
talin: have you reviewed the options in doc ?
luciash: no, but i will check it out
>doctwo PluginImg
http://doc.tikiwiki.org/PluginImg
hi luciash how are you
I had also a funny background these last days http://doc.tikiwiki.org/plugincolorbox
hi sylvieg, it's getting better
nice to hear that
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
so you can see the page directly - but not via an include?
yes
do i need tiki_p_wiki_view_ref ?
for include plugin ?
as admin i can see it corectly
in the code I see only tiki_p_view - this is strange
are you in tiki5?
yes, tiki5, but not the freshest one
i will try with up-to-date one, thanks
no need it is not a complex series of plugins
try to put max_times=5000; in lib/wiki-plugins/wikiplugin_include.php
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 ?
the page name is oncorrect
it should be {$f_6}
sylvieg: nope
so I do not know how you can insert the anem
you are sure about the page name?
sylvieg: it didn't work at all with {$f_6} there
yes, i am sure
in pretty tracker Iam only looking for {$f_x}
you can have a look, i still keep your login there
so be sure to put at list fields in the TRACKERLIST
hmm, but it is smarty block {wikiplugin}
and it seems to work
sylvieg: sorry, i mistakenly put the {wikiplugin} part inside GROUP plugin
tikiwiki: 03sylvieg * r27811 10/branches/5.x/templates/tracker_item_field_input.tpl: [FIX]tracker: translate also the input of radio button
in the final release 5.0, is there tiki_p_print perm ?
or something like that ?
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 ?
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?
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?
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
hi ricks99
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?
in tiki5, in the search: admin there is a setting for the default search scope
Recent Bug: Tracker item: #3460 - - Bug in calculating password strength - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3460
hello
hello guys
could you help me?
someone here?
it depends on your question
I have a question about the galleries module
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
I cant draw images
I've checked my php extensions
it's ok
do you mean "uploading" images to an image gallery?
Yes
what is your tiki version?
the image are in my BD
5.0
*DB
did you review the item about the file upload issue, in the 5.0 release notes?
I follow all requirements
is this that you are talking about?
no, in the release noes, under "known issues"
did you change the $client_charset item, as indicated?
utf 8?
what does it say in your local.db
i mean db/local.php
yes
I erased the last line
and didnt work
are you getting any specific error message when you try to upload?
so I put it again
no
the file is uploaded
but the image dont draw
do you mean the thumbnail?
can you download the image successfully?
nothing happens
the tumbnail dont draw too
can you switch to using the file ssytem to store images, and try again
I dont tested it
let me see
(sorry my english)
ok
tks
it works
:-)
ricks99: i will buy you a medal
ricks99: where are you from ?
usa - north carolina
you?
france - Alsace - Strasbourg
:)
ah... one day i'll get over to europe
and me in usa
maybe for a tiki fest
definately
ricks99: just to be sure, is there a problem uploading file in fgal when data are in DB ?
it is due (i believe) to the db utf issue
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
Recent Bug: Tracker item: #3461 - - Allow Copy / Duplicate Calendar event - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3461
"Interactive Translation" doesn't work for me, does it work for you ?
Hello
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
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?
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
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
It would be nice if anybody could point me in the right direction. I couldnīt find anything via google
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
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?
does it crach also when the tables are already there?
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.
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
sylvieg: thanks, I will check the table.
tikiwiki: 03marclaporte * r27817 10/branches/5.x/lib/setup/prefs.php: [MOD] more sensible default min length for passwords
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
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