***: chealer has joined #tikiwiki
chealer_ has joined #tikiwiki
chealer has quit IRC (Ping timeout: 245 seconds)
Neil_Melbourne_ has joined #tikiwiki
Caarrie|away is now known as Caarrie|sleeping
goj|ghost has joined #tikiwiki
goj has quit IRC (Ping timeout: 260 seconds)
goj|ghost is now known as goj
Tikiwiki|bot: Recent Bug: Tracker item: #3473 - - Tiki Object Permissions - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3473
***: Guest39155 has quit IRC (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
chibaguy has joined #tikiwiki
chibaguy: This is neat for image display: http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/
The image is inline instead of displaying in a popup box.
I didn't try a Tiki implementation yet but want to.
Demo page: http://dev.herr-schuessler.de/jquery/popeye/demo.html
Tikiwiki|bot: New Forum Posts: Arranging text around Pluginbox - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37695
New Forum Posts: Star colour in scoring system - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=2&comments_parentId=37696
***: Wilkins has joined #tikiwiki
Neil_Melbourne_ has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~)
MuffiXXL has joined #tikiwiki
yonixxx has joined #tikiwiki
chibaguy has quit IRC (Quit: Page closed)
MuffiXXL has quit IRC (Quit: MuffiXXL)
Tikiwiki|bot: New Forum Posts: E-mailing Blog entries daily - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37699
***: MuffiXXL has joined #tikiwiki
MuffiXXL has quit IRC (Quit: MuffiXXL)
MuffiXXL has joined #tikiwiki
MuffiXXL has quit IRC (Quit: MuffiXXL)
Caarrie|sleeping is now known as Caarrie|away
ricks99 has joined #tikiwiki
MuffiXXL has joined #tikiwiki
MuffiXXL has quit IRC (Client Quit)
ricks99: Good morning all :-)
luciash: hello
ricks99: hi luciash
***: MuffiXXL has joined #tikiwiki
Tikiwiki|bot: Recent Bug: Tracker item: #3474 - - Printing/ e-mailing Multiple Blog entries based on date - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3474
***: jonnyb has joined #tikiwiki
ricks99: wtf? just svn'd up (5.x branch) ... all my images are missing?
{img fileId="1" .... } is showning blank :-(
file *is* in the file gallery
jonnyb: hi ricks99 - that could be the encoding thing i found in trunk the other day
somehow (while i was away) all pages now seem to be html encoded in the database
so " becomes "
ricks99: hm...
jonnyb: not good
ricks99: all i did was svn up on 5.x branch. didn't actually uplaod any new files
is there a fix?
jonnyb: if you use the plugin popup form (not in edit mode) you should see the problem in the plugin params
ricks99: looks fine in the plugin editor..... fileid = 1
jonnyb: oh... not that then
and if you save it does it get fixed? or worse?
ricks99: going to try to re-upload/replace one and see....
jonnyb: i'll try locally
ricks99: hm... replacing via file gallery "REPLACE" works fine
-: ricks99 hoping he doesn't have to re-upload all the images.... :(
ricks99: im storing wiki images in file gallery -- in a directory -- not db
***: j0n3 has joined #tikiwiki
jonnyb: might this be the dreaded utf-8 encoding thing?
can you see the files in the filegals ok, ricks99 ?
or nowhere?
ricks99: the file exists, but cannot download or display popup preview
i have the utf stuff commented out in myu local.php
jonnyb: not good - still updating locally
hmm, all my 5.x files seem ok
ricks99: my file gallery images were uploaded pripr to svning up
im tyring to go thru the upgrade script now...
i don't see how/what it would have changed in my file gallery tables
jonnyb: it's not an .htaccess thing is it?
ricks99: no
***: talin has joined #tikiwiki
ricks99: very confused... .when storing images in the directory, encoding should not be an issue --tiki stores only the location of the file, right?
looking in the db at tiki_files table...
jonnyb: wasn't there something on devels about the names of the files being messed up somehow?
ricks99: the PATH column is correct -- that is, I have a filename with the PATH encoding name
jonnyb: that might have been attached files though
talin: hello. i was here yesterday asking how to put pictures on a tikiwiki page... without formatting. someone suggested {img src="bleh.png"}, but it doesn't seem to work here
ricks99: what is the HASH column? some sort of checksum?
talin: {IMG(src="jer.png", alt="jer")/}
that doesn't display anything
ricks99: @talin: Your syntax is incorrect. Use {img src="foo.png" alt="foo"} Pls see docs for details http://doc.tikiwiki.org/Wiki-Syntax+Images
@jonnyb: as long as the PATH is correct, should it work just fine? what is HASH for?
jonnyb: i think the hash is the (real) filename
ricks99: ah... so it doesnt matter at all then, just a display thing?
talin: ricks99: hmm, then why doesn't it display an image?
ricks99: jonnyb: all the fields in the db look correct
talin: ricks99: err, i mean. okay. i did it just like you.. and then it displays the Alt text only
ricks99: @talin: the syntax you are using is incorrect
jonnyb: and the filenames match the hash field?
and have data in (prsumably, the update wouldn't change them)
ricks99: the filename is listed correcgtly when i list the gallery
CIA-64: tikiwiki: 03sylvieg * r27873 10/branches/5.x/lib/tikilib.php: [FIX]rollback 27872: no simple solution without rewriting plugin parsing: please use ~np~ in ~tc~ when you do not want to shorten parsing
ricks99: no data... BLOB 0kb
jonnyb: no, i mean the real filename of the file, not the name of the file you originally uploaded
can you get to your apache errors log?
talin: ricks99: i understand. if i click on the image after i upload it, it automatically inserts: {img fileId="41" thumb="y" alt="" rel="box[g]"}. how can i translate that to non-formatted?
jonnyb: might show something
ricks99: the filename in the db (PATH column) matches the actual filenam in the directory
@talin: {img fileId="41"} pls see docs for full detais
*details
hm... but if I try to load the file from the directory into my image software, i get a "not a vlid PNG" error :-(
it *should* load, right? all tiki does is tweak the name
jonnyb: you on windows? try adding the extension (.jpg etc)
ricks99: did
wait...
talin: ricks99: thank you. and yes, i have read the documentation, but {img fileID="41"} doesn't display anyhting
ricks99: without rel="box[g]", it doesn't display anything at all...
ricks99: @talin: confirm that u have perm to use file gallery/download images
talin: ricks99: oh, there's permission differences with and without rel="box[g]" and not. i'll check
***: lzdzhy has joined #tikiwiki
ricks99: jonnyb: even if i change the extension, still cannot open file in my editor
afraid something is screwed up :(
jonnyb: i can't see hjow the database update script can have affected any files on the system (apart from mysql ones)
do oyu have a backup of the files? if so try a compare?
ricks99: hm...maybe simply changing extgesnion is not enuf. i just updated/repalced an image. it appears fine in tiki. if i rename the filename to *.png, i cannot open in my editor
***: lzdzhy has quit IRC (Quit: Page closed)
ricks99: guess need to re-uplaod?
jonnyb: ok, but odd
ricks99: <sigh>
jonnyb: that sounds wrong
can you keep a copy of the old "broken" files? We'll need to work out what's gone wrong here somehow
***: lzdzhy has joined #tikiwiki
ricks99: gonna try to "switch all to db".... can't hurt...
jonnyb: good idea...
lzdzhy: my tkiwki5 show chinese words as "???",After update from tiki5beta2 to tiki5.WHY?
talin: pwd
ls
lzdzhy: ??
Tikiwiki|bot: ??[x]: Usage: ?? <word> [> nick]
ricks99: @lzdzhy: character encoding issue. Pls see release notes
@jonnyb: now *some* images are back, but not others.
have no idea at this point
jonnyb: doesn't sound good
lzdzhy: tikiwiki|bot,under tikiwiki beta 2, chinese words shows normal
jonnyb: there have been some less than ideal things gone into tiki recently... makes it hard to keep up
lzdzhy: but i don't understand why
ricks99: @lzdzhy: see the release notes
it is a char encoding issue
lzdzhy: thanks
ricks99: fully explained, including the fix, in release notes
lzdzhy: bye
***: lzdzhy has quit IRC (Quit: Page closed)
j0n3: How can I enable category tab when editing/creating wiki page for users in a group?
I've tried to assign perms on global and categories but no result
cleared cache and now disabled cache
luciash: j0n3: "when editing/creating wiki page for users in a group?"
j0n3: I'm spanish, sorry if I can't explain better
luciash: j0n3: i don't understand what is different on it than creating "normal" wiki page
j0n3: I have a user who should create documents
i've set "Category is mandatory" as there will be users like clients and partners... to prevent content created being viewed by them (they only view their "client" and "partner" categories)
but when "User" create wiki, tiki doesn't show categories tab to select
i mean... I'm creating a corporate wiki
clients - partners - internal <- these are both categories and groups
"internal" users can access all (clients-partner-internal) but only create docs under "internal"
clients and partners can only view their respective categories, but no more
so... when an "internal" user creates a page, Mandatory says "You must set category", but no way to do it for that user...
luciash: i think you can auto-assign category to content created by user in chosen group
it is somewhere in the preferences
(i have stumbled upon it recently iirc)
***: jonnyb has quit IRC (Quit: nite nite)
j0n3: I've tried that the first, but that mandatory rule says the same
Creating document is not possible, even i've set all perms to group of users, reset all perms, made every combination.... never worked
my version is tiki 5.0
luciash: ah, i don't know then about the mandatory
i am sorry, i don't use that feature
would it be an option to switch the "mandatory" off ?
Tikiwiki|bot: New Forum Posts: No menu after login - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37701
j0n3: maybe luciash
i'm scared about what users could do...
;)
they are double left-handed
talin: ricks99: we added a bunch of permissions now, and i still can't see any images that don't have rel=box[g]
ricks99: @jonnyb: now getting: Warning: exif_imagetype() PNG file currupted by ASCII conversion in ...../lib/images/abstract.php on line 22
and tons of others with getimagesize()
@talin: not sure. are u storing images in directory or database?
luciash: j0n3: :) hopefully if you limit them by category perms and subset of categories they can assign, it will be ok
j0n3: thank you luciash. I will keep trying... it's very annoying as i have spend lot of hours with this
***: FrankP_away has joined #tikiwiki
luciash: i very well understand this, good luck and thanks
***: jonnyb has joined #tikiwiki
talin: ricks99: i'm using the gallery
ricks99: i'm not sure if that one uses a database by default
ricks99: check on admin: file gallery
talin: ricks99: i'm a subadmin user, but i can't see anyhting about gallery type there
ricks99: hmm, i found a clue. when i click the image in the gallery, i get: Table 'tikiwiki.tiki_users_score' doesn't exist
***: yonixxx has quit IRC (Quit: yonixxx)
ricks99: sounds like ur isntallation is missing db tables.
try re-running the installer to update the db
talin: ricks99: okay, thank you
***: chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
luciash: hi chibaguy
chibaguy: hi luciash
luciash: the jquery popeye is nice, but GPL "only"
it would need to be a plugin calling the script remotely imho
chibaguy: yeah, I saw about the license.
talin: ricks99: i changed it from "database" to "directory" now
ricks99: then i logged out and back in, and tried to reupload the image again. same problem :(
chibaguy: ricks99, if you use the plugin insert form in the wiki editor, it creates syntax like {IMG(src="")}{IMG}.
That's why I suggested trying it. and it does work for me in my branch 5.
talin: maybe i'll have to link to the images on an external site
if that's possible
chibaguy: http://zukakakina.com/Img+syntax+test
talin: chibaguy: interestingly, that pic shows up
just not the ones i upload
luciash: talin: is it PNG ? indexed or 24bit alpha ?
talin: luciash: PNG yes
luciash: hmm, i'll try to check
chibaguy: uh, yeah. ;-)
I tested it before I suggested it.
luciash: maybe it doesn't work well with the other color depth
or maybe your image editor adds some oddity to the image header which GD can't understand
talin: ah, could be
chibaguy: talin, also, you could look at the page source, to see if the image syntax is being formed properly.
talin: chibaguy: hmm, good idea :)
chibaguy: like <img src="img/tiki/tikilogo.png" alt="old tiki logo" />
On another topic, what's the way to add an outside jquery javascript in L&F admin?
jonnyb: hi chibaguy - i used custom.js last time i did that
chibaguy: ah, ok. I was wondering if the L&F textareas worked for that at all.
jonnyb: using $jq.getScript()
i guess you could do that in custom footer?
talin: as long as i upload and show
chibaguy: jonnyb, how do you mean using $jq.getScript() ?
talin: it shows up as <a class="linkmodule" ...>
and it shows... only it's very ugly
with a black instead fo transparent bg
jonnyb: it includes a js file from within js
chibaguy: ah
talin: if i remove the rel="box[g]", everything disappears
hmm, i'll keep trying tomorrow. thanks for the help so far
***: talin has quit IRC (Quit: dinner)
chibaguy: jonnyb, does this seem correct: using the JS plugin to link to a jquery script won't work because it loads before the main jquery js ?
(ie, wikitext loads before the page end)
jonnyb: oh yes, all the includes are at the bottom now
try the $jq.getScript() in a {JQ} plugin maybe?
chibaguy: how do I specify the external javascript?
jonnyb: http://api.jquery.com/jQuery.getScript/
chibaguy: Where does custom.js go, only in a theme's directory?
yep that works, location-wise; now to see why the script isn't working.
jonnyb: either in /styles/ (for global) or in /styles/yourtheme/ for just that one (etc)
chibaguy: ok, thanks.
CIA-64: tikiwiki: 03jonnybradley * r27874 10/branches/5.x/tiki-view_sheets.php:
tikiwiki: [bp/r27845, r27842, r27834] Backports from trunk for jquery.sheet
tikiwiki: [FIX] Sheets: Correct saving of subsheets created within jquery.sheet
tikiwiki: [FIX] Sheet: Save broken when using feature_ajax. Also prep for multi-instance saves (more to come)
tikiwiki: [FIX] Changed $style variable that gave height to div for sheet plugin to $tiki_sheet_div_style and added height to $auto_query_args
tikiwiki: 03jonnybradley * r27875 10/trunk/ (7 files in 6 dirs): [MRG] Automatic merge, branches/5.x 27817 to 27874
Tikiwiki|bot: New Forum Posts: text field / area - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37703
***: chibaguy has quit IRC (Read error: Connection reset by peer)
Tikiwiki|bot: Recent Bug: Tracker item: #3475 - - Can't override edit permission for individual page - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3475
CIA-64: tikiwiki: 03jonnybradley * r27876 10/trunk/ (2 files in 2 dirs): [FIX] Trackerfilter: Don't mix up posts from multiple trackerfilters on one page. (only lets you use one at a time so far, but now doesn't produce an error)
***: FF|Skyrider has joined #tikiwiki
pascalstjean has joined #tikiwiki
pascalstjean: Good day everyone, FYI tikiwiki.org is down for me right now
jonnyb: hi pascalstjean
pascalstjean: hi Jonny
jonnyb: tw.o seems ok for me
Tikiwiki|bot: Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project.
pascalstjean: Community and Profiles work for me. Dev, Doc and Themes are timing out
***: xavi has joined #tikiwiki
jonnyb: polom xavi
xavi: polom jonny :-)
jonnyb: just trying to get cclite adduser working
***: j0n3 has quit IRC (Quit: Page closed)
jonnyb: unfortunately it seems to let you create multiple identical users :(
Tikiwiki|bot: New Forum Posts: Tikiwiki functionality queries - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37705
***: rodrigo_sampaio has joined #tikiwiki
ricks99: tw.o down for me, too
Tikiwiki|bot: Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project.
***: chealer_ is now known as chealer
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
FF|Skyrider: So
whats up with tikiwiki site?
Seems to be down for a whole day now
luciash: FF|Skyrider: sorry, no clue yet
FF|Skyrider: Also down for you?
luciash: FF|Skyrider: not whole day iirc ;)
FF|Skyrider: Well, at least for the last 4 hours for me
:p
luciash: yep
FF|Skyrider: I noticed the site is down often randomly
:(
CIA-64: tikiwiki: 03jonnybradley * r27877 10/trunk/lib/payment/cclitelib.php: [FIX] Cclite: Better error handling and reporting (e.g. of inactive cclite user etc).
FF|Skyrider: btw
tikiwiki or mediawiki :)
luciash: guess what
FF|Skyrider: its up?
luciash: wrong channel to ask such question ;)
FF|Skyrider: XD
Opinion question
***: MuffiXXL has quit IRC (Quit: MuffiXXL)
SkyRdr has joined #tikiwiki
SkyRdr has quit IRC (Read error: Connection reset by peer)
SkyRdr has joined #tikiwiki
FF|Skyrider has quit IRC (Ping timeout: 260 seconds)
luciash: tw.o is online, doc.tw.o + dev and info is down
Tikiwiki|bot: Welcome to the official Tikiwiki English Irc channel, tw.o is better known as http://tikiwiki.org or the official website of the project.
***: MuffiXXL has joined #tikiwiki
jrand: In the business theme, how do I shift the menu items in the left column further left?
***: jonnyb has quit IRC (Quit: nite nite)
luciash: jrand: try #col2 ul {margin-left: -5px; padding-left: -5px}
jrand: in Admin Home > Look & Feel > Miscelaneous > Custom CSS
jrand: Tiki 5
***: xavi has left
jrand: luciash: Yes! Tiki 5. Modifying #col2 ul as you suggested does not change the menu item positions.
luciash: jrand: hmm, i see, try to use "#Application_Menu" instead of "#col2 ul"
margin-left: -5px should be enough
***: changi|away is now known as changi
jrand: luciash: Thanks. Your original suggestion worked. I just needed a higher px for the shift to be visible. Thanks again.
luciash: ah :)
Tikiwiki|bot: Recent Bug: Tracker item: #3475 - - Misleading error message when saving without passing captcha test - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3475
luciash: *.tw.o subdomains are back !
***: SkyRdr has quit IRC (Read error: Connection reset by peer)
FF|Skyrider has joined #tikiwiki
chealer: I discussed the problem with ViewVC revision logs stopping at branch points with SourceForge. cross_copies was probably disabled when they upgraded to ViewVC 1.1, but now trying to enable it breaks revision logs, so they apparently won't enable it. #sourceforge suggested to use trac instead. could we enable the trac instance for tiki?
***: pkdille has joined #tikiwiki
pkdille has quit IRC (Remote host closed the connection)
MuffiXXL has quit IRC (Quit: MuffiXXL)
FF|Skyrider has quit IRC (Read error: Connection reset by peer)
FF|Skyrider has joined #tikiwiki
FF|Skyrider has quit IRC (Ping timeout: 252 seconds)
pascalstjean has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6/20100115144158])
redflo has joined #tikiwiki
rodrigo_sampaio has quit IRC (Ping timeout: 240 seconds)
^Migs^ has joined #tikiwiki
^Migs^: Is there a script that converts from mediawiki to tikiwiki?
ideally one that lets you select which versions of each page to include?
luciash: http://doc.tikiwiki.org/Mediawiki+Importer
^Migs^: oh there it is. Why didn't I see that before? Thanks!
luciash: :)
***: FrankP_away has quit IRC (Ping timeout: 245 seconds)
^Migs^: another question: Is there a way to delete the entire revision history of a page (except for the current version)?
***: jonnyb has joined #tikiwiki
Tikiwiki|bot: New Forum Posts: You must specify a page name, it will be created if it doesn't exist. - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37708
ricks99: @^Migs^: Yes. When veiwing the page history, simply select all revisions and click DEL.
^Migs^: ah, perfect.
Thanks!
um
do I have to do it one-by-one? What if I have 3000 revisions?
my import removed all the newline characters :(
sylvieg: Perhaps it is only display - check the param in admin->wiki - formatting
***: dfadsf has joined #tikiwiki
dfadsf has quit IRC (Client Quit)
jonnyb has quit IRC (Quit: I am going outside... I may be some time...)
^Migs^: okay
***: jrand has quit IRC (Ping timeout: 252 seconds)
Tikiwiki|bot: New Forum Posts: Upgrade to Tiki 5 fails with "System Error" - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37709
***: redflo has left
Caarrie|away is now known as Caarrie