←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | batchman82 has quit IRC (Ping timeout: 240 seconds) | [01:00] |
.... (idle for 15mn) | ||
batchman82 has joined #tikiwiki | [01:15] | |
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? | [01:29] |
Tikiwiki|bot | New Forum Posts: Liens entre pages wiki - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=37610 | [01:30] |
Neil_Melbourne | Could it be as simple as rolling back to earlier versions until it works? | [01:37] |
*** | 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 | [01:49] |
........ (idle for 36mn) | ||
marclaporte | Neil_Melbourne : try to catch Nelson Ko (nkoth or koth) or Pascal St-Jean (pstjean) about this feature | [02:33] |
Neil_Melbourne | ah ok, will do, thanks | [02:34] |
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... | [02:41] | |
marclaporte | tiki_showPage.tpl (or something)
tiki-show_page.tpl | [02:44] |
CIA-64 | tikiwiki: 03marclaporte * r27810 10/branches/5.x/templates/tiki.tpl: [DOC] Help theme designers with in-context documentation. | [02:54] |
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 | [02:54] |
Neil_Melbourne | LOL, now thats service! | [03:00] |
..... (idle for 21mn) | ||
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 | [03:21] |
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 | [03:22] |
Neil_Melbourne | ah ok
yes i code | [03:23] |
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 | [03:23] |
.... (idle for 15mn) | ||
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? | [03:39] |
marclaporte | I have never used the feature | [03:43] |
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? | [03:46] |
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! | [03:53] |
*** | marclaporte has quit IRC (Read error: Connection reset by peer) | [03:55] |
........................................ (idle for 3h17mn) | ||
Neil_Melbourne has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~) | [07:12] | |
Wilkins has joined #tikiwiki | [07:21] | |
yonixxx has joined #tikiwiki | [07:27] | |
............. (idle for 1h1mn) | ||
talin has joined #tikiwiki | [08:28] | |
talin | hello and spello
i am having some problems with images on tikiwiki | [08:28] |
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 | [08:35] | |
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 | [08:39] |
talin | i tried to edit it and put Thumbnail: None | [08:40] |
luciash | talin: hi, it's weird when it is inverted | [08:40] |
talin | in which case it disappears
luciash: hello. i think it might not handle transparent PNGs | [08:40] |
luciash | is it indexed PNG or 24bit alpha ? | [08:44] |
talin | luciash: good question. i'll try to find out. apparently, tiki changes it to jpg | [08:45] |
luciash | yeah, it might be limitation of GD library which handles the thumbnail creation
ah | [08:45] |
talin | luciash: is there a way to force it to just insert the image, without any voodoo? | [08:46] |
luciash | yes
the syntax is {img src=bleh.png alt=Yep} or img id=XX | [08:46] |
......... (idle for 42mn) | ||
talin | {img fileId="40" thumb="y"}
that's what i have now if i remove thumb=y, nothing is displayed | [09:29] |
luciash | try thumb="n" | [09:29] |
talin | luciash: now it looks like it did after i just inserted it. it's really small, and the background is black | [09:38] |
luciash | talin: do you use SEFURLs feature ? | [09:40] |
talin | luciash: i have never heard about that. this is a pretty default installation | [09:41] |
luciash | you could then use img src=dl20
dl40 like yoursite.com/dl40 instead of yoursite.com/tiki-download_file.php?fileId=40 | [09:41] |
talin | mysite.com/dl40 doesn't work
The requested URL /dl40 was not found on this server. | [09:42] |
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 | [09:42] |
talin | luciash: a colleague of mine is hosting it, but he's on vacation | [09:44] |
luciash | aye :) | [09:44] |
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"> | [09:45] |
luciash | talin: yes, you can use the HTML plugin
talin: or {img src=name.png} (if you uploaded manually via ftp) | [09:45] |
talin | luciash: i uploaded with the image function | [09:46] |
luciash | i see, sorry
there's lot of options for the IMG wikiplugin, maybe if i had access, i could try | [09:46] |
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 | [09:48] |
luciash | ok | [09:48] |
talin | but if i can upload the pics manually, that's probably okay too | [09:48] |
luciash | talin: have you reviewed the options in doc ? | [09:48] |
talin | luciash: no, but i will check it out | [09:48] |
luciash | >doctwo PluginImg | [09:48] |
Sug4r | http://doc.tikiwiki.org/PluginImg | [09:48] |
...... (idle for 26mn) | ||
sylvieg | hi luciash how are you
I had also a funny background these last days http://doc.tikiwiki.org/plugincolorbox | [10:14] |
*** | Caarrie|sleeping is now known as Caarrie|away | [10:15] |
luciash | hi sylvieg, it's getting better | [10:15] |
sylvieg | nice to hear that | [10:15] |
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 | [10:16] |
sylvieg | so you can see the page directly - but not via an include? | [10:17] |
luciash | yes
do i need tiki_p_wiki_view_ref ? for include plugin ? as admin i can see it corectly | [10:18] |
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 | [10:19] |
luciash | yes, tiki5, but not the freshest one
i will try with up-to-date one, thanks | [10:21] |
sylvieg | no need it is not a complex series of plugins
try to put max_times=5000; in lib/wiki-plugins/wikiplugin_include.php | [10:23] |
*** | talin has quit IRC (Ping timeout: 265 seconds) | [10:29] |
...... (idle for 29mn) | ||
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 ? | [10:58] |
sylvieg | the page name is oncorrect
it should be {$f_6} | [11:04] |
luciash | sylvieg: nope | [11:05] |
sylvieg | so I do not know how you can insert the anem
you are sure about the page name? | [11:05] |
luciash | sylvieg: it didn't work at all with {$f_6} there
yes, i am sure | [11:05] |
sylvieg | in pretty tracker Iam only looking for {$f_x} | [11:05] |
luciash | you can have a look, i still keep your login there | [11:05] |
sylvieg | so be sure to put at list fields in the TRACKERLIST | [11:06] |
luciash | hmm, but it is smarty block {wikiplugin}
and it seems to work | [11:06] |
sylvieg: sorry, i mistakenly put the {wikiplugin} part inside GROUP plugin | [11:19] | |
CIA-64 | tikiwiki: 03sylvieg * r27811 10/branches/5.x/templates/tracker_item_field_input.tpl: [FIX]tracker: translate also the input of radio button | [11:28] |
.......... (idle for 47mn) | ||
luciash | in the final release 5.0, is there tiki_p_print perm ?
or something like that ? | [12:15] |
...... (idle for 26mn) | ||
*** | ClaraM has joined #tikiwiki | [12:41] |
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 ? | [12:44] |
*** | Bernard has joined #tikiwiki
yonixxx has quit IRC (Read error: No route to host) | [12:45] |
juano has joined #tikiwiki | [13:00] | |
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? | [13:01] |
.... (idle for 19mn) | ||
*** | Wilkins has quit IRC (Ping timeout: 240 seconds)
Wilkins has joined #tikiwiki | [13:20] |
..... (idle for 21mn) | ||
Bernard has quit IRC (Quit: Bernard) | [13:41] | |
........ (idle for 38mn) | ||
Helene_ has joined #tikiwiki | [14:19] | |
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? | [14:20] |
*** | Wilkins has quit IRC (Remote host closed the connection)
Wilkins has joined #tikiwiki ricks99 has joined #tikiwiki | [14:22] |
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 | [14:26] |
juano | hi ricks99 | [14:28] |
*** | Wilkins has quit IRC (Remote host closed the connection) | [14:29] |
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? | [14:29] |
*** | Wilkins has joined #tikiwiki | [14:29] |
ricks99 | in tiki5, in the search: admin there is a setting for the default search scope | [14:32] |
.... (idle for 17mn) | ||
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 | [14:49] |
........ (idle for 35mn) | ||
*** | ClaraM has quit IRC (Remote host closed the connection) | [15:24] |
............. (idle for 1h2mn) | ||
Wilkins has quit IRC (Ping timeout: 260 seconds) | [16:26] | |
.... (idle for 16mn) | ||
chealer has quit IRC (Remote host closed the connection)
chealer has joined #tikiwiki | [16:42] | |
chealer has quit IRC (Remote host closed the connection) | [17:00] | |
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 | [17:07] | |
............ (idle for 56mn) | ||
guilherme has joined #tikiwiki
guilherme is now known as Guest42289 | [18:10] | |
Guest42289 | hello | [18:12] |
*** | chealer has quit IRC (Remote host closed the connection)
Guest42289 has quit IRC (Ping timeout: 252 seconds) guilherme88 has joined #tikiwiki | [18:15] |
guilherme88 | hello guys
could you help me? someone here? | [18:17] |
ricks99 | it depends on your question | [18:18] |
*** | guilherme88 has quit IRC (Ping timeout: 252 seconds) | [18:22] |
guilherme88 has joined #tikiwiki | [18:32] | |
guilherme88 | I have a question about the galleries module | [18:32] |
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 | [18:32] |
guilherme88 | I cant draw images
I've checked my php extensions it's ok | [18:33] |
ricks99 | do you mean "uploading" images to an image gallery? | [18:34] |
guilherme88 | Yes | [18:34] |
ricks99 | what is your tiki version? | [18:34] |
guilherme88 | the image are in my BD
5.0 *DB | [18:34] |
ricks99 | did you review the item about the file upload issue, in the 5.0 release notes? | [18:35] |
guilherme88 | I follow all requirements
is this that you are talking about? | [18:35] |
ricks99 | no, in the release noes, under "known issues"
did you change the $client_charset item, as indicated? | [18:36] |
guilherme88 | utf 8? | [18:36] |
ricks99 | what does it say in your local.db
i mean db/local.php | [18:37] |
guilherme88 | yes
I erased the last line and didnt work | [18:37] |
ricks99 | are you getting any specific error message when you try to upload? | [18:38] |
guilherme88 | so I put it again
no the file is uploaded but the image dont draw | [18:38] |
ricks99 | do you mean the thumbnail?
can you download the image successfully? | [18:39] |
guilherme88 | nothing happens
the tumbnail dont draw too | [18:39] |
ricks99 | can you switch to using the file ssytem to store images, and try again | [18:40] |
guilherme88 | I dont tested it
let me see (sorry my english) ok tks | [18:40] |
it works | [18:45] | |
ricks99 | :-) | [18:47] |
*** | guilherme88 has quit IRC (Ping timeout: 252 seconds)
guilherme88 has joined #tikiwiki | [18:50] |
guilherme88 has quit IRC (Quit: Page closed)
changi|away is now known as changi | [19:00] | |
changi | ricks99: i will buy you a medal | [19:05] |
ricks99 | ricks99 would rather have a beer | [19:06] |
changi | ricks99: where are you from ? | [19:06] |
ricks99 | usa - north carolina
you? | [19:06] |
changi | france - Alsace - Strasbourg
:) | [19:08] |
ricks99 | ah... one day i'll get over to europe | [19:08] |
changi | and me in usa
maybe for a tiki fest | [19:09] |
ricks99 | definately | [19:10] |
changi | ricks99: just to be sure, is there a problem uploading file in fgal when data are in DB ? | [19:11] |
ricks99 | it is due (i believe) to the db utf issue | [19:12] |
..... (idle for 21mn) | ||
*** | ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) | [19:33] |
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 | [19:46] |
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 | [19:58] |
luciash | "Interactive Translation" doesn't work for me, does it work for you ? | [20:00] |
*** | Jan2 has joined #tikiwiki | [20:00] |
Jan2 | Hello | [20:00] |
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 | [20:02] |
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? | [20:10] |
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 | [20:18] |
*** | FrankP_away has joined #tikiwiki
Gergely has joined #tikiwiki | [20:27] |
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 | [20:33] |
Jan2 | It would be nice if anybody could point me in the right direction. I couldnīt find anything via google | [20:34] |
*** | juano has quit IRC (Ping timeout: 252 seconds) | [20:36] |
..... (idle for 24mn) | ||
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 | [21:00] |
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? | [21:05] |
sylvieg | does it crach also when the tables are already there? | [21:06] |
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. | [21:17] |
*** | Helene_ has quit IRC (Ping timeout: 252 seconds) | [21:21] |
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 | [21:24] |
Jan2 | sylvieg: thanks, I will check the table. | [21:27] |
..... (idle for 23mn) | ||
CIA-64 | tikiwiki: 03marclaporte * r27817 10/branches/5.x/lib/setup/prefs.php: [MOD] more sensible default min length for passwords | [21:50] |
........ (idle for 35mn) | ||
*** | FrankP_away has quit IRC (Ping timeout: 276 seconds) | [22:25] |
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 | [22:31] |
*** | FrankP_away has joined #tikiwiki
Gergely has quit IRC (Ping timeout: 252 seconds) | [22:34] |
.... (idle for 15mn) | ||
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 | [22:52] |
........ (idle for 37mn) | ||
*** | Caarrie|away has quit IRC (Ping timeout: 260 seconds)
Caarrie has joined #tikiwiki | [23:29] |
Caarrie|sleeping has joined #tikiwiki
Caarrie has quit IRC (Ping timeout: 248 seconds) FrankP_away has quit IRC (Ping timeout: 245 seconds) | [23:43] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |