luciash: yup, 5.x seems to fix it - thanks! :)
polom
moloq
Good morning
I just became an SQL Error while writing a forum post, very annoying. Any Idea?
we need tester at: http://tikiwiki.org/live
marclaporte: going there
darn
looooads sloooow
Can you hear us in BBB?
i don't know, seems i have crappy slow connection today, i am not even loaded in
i have warning old language version
and the session ended
clearing cache
hello all
I think maketoc has a bug in connection with ...page...
the left maketoc always begin with the current page, although it is on previous pages
marclaporte: oh, and now i see only BBB demo default page on live.tw.o
I just became an SQL Error while writing a forum post, very annoying. Any Idea?
example: http://simutrans-germany.com/wiki/wiki/tiki-index.php?page_ref_id=894&pagenum=3
for BBB, http://tikiwiki.org/Live
upgrade removed the redirect on live.tw.o
oh, k
but sorry, unfortunately lunch time here, i will test later
ok, BBB sound is good today with BBB 0.7
tikiwiki: 03jonnybradley * r28008 10/trunk/installer/schema/20100716_user_selector_pref_rename_tiki.sql: [MOD] User selector: Schema update script just in case
Why do I only see a link to an image and not the Image on a Wiki page?
escamoteur: wrong syntax ?
I tried to use the Image Updload/Select button and then choose gallery
upload image to file galleries ?
can u paste the syntax it puts in the wiki page ?
yep
I just clicked on the image in the galery and it added a wrong syntax
the syntax please
I get this here
{img fileId="1" thumb="y" alt="" rel="box[g]"}
ok, the syntax is correct
can you try with different image type ? like JPG or GIF ? if it creates the thumbnail correctly for them, then it might be problem with image type
it's a png image
yep, it might be a problem if the PNG image is 8bit it makes difference if it's 24bit alpha transparent too
which one is supported?
just the opposite one which doesn't work for you now i suppose :)
it's 8bit
try to convert it to RGB
24bit
anyone using webgrind with php xdebug ?
thanks luchiash
What permission can I set in Tiki5 so that the categories tab is available for a group while editing a wiki page?
Recent Bug: Tracker item: #3491 - - Submenu truncated by hight of page in default template 5.0 - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3491
I now tried it with an .gif image, but same result, only a Link "Image" and if I click on it a viewing window opens and nothing is displayed
This is the syntax it generateted : {img fileId="4" thumb="y" alt="" rel="box[g]"}
Do I have to active a special module to use images?
bobp : tiki_p_add_object and tiki_p_view_category
tikiwiki: 03jonnybradley * r28009 10/trunk/lib/ (cache/cachelib.php headerlib.php): [FIX] Caching: Use Smarty's file perms on cache files. Fixes problem of cache files not being world readable on some servers (possibly due to suexec and/or mod_sec).
I always get an error: file is not GIF format, but it was created with PaintShop pro and can be opened in other applications without problems
escamoteur: perhaps it it the problem of charset http://tikiwiki.org/ReleaseNotes5.0#Corrupted_file_uploads
I just wanted to overwrite db/local.php, but I get "Permission denied", and I also can't chance the file permissions, any idea?
FrankP_away: I have both of those enabled and the tab does not show up.
tikiwiki: 03lphuberdeau * r28010 10/trunk/ (3 files in 2 dirs): [MRG] Automatic merge, branches/5.x 27967 to 28001
sylvieg: Yes, that was the problem, don't know why
I have both tiki_p_add_object and tiki_p_view_category enabled for a group but the categories tab does not show while editing a wiki page in Tiki5. Need help.
there is also a tiki_p_modify...
tiki_p_modify_object_categories
sylvieg: under which object will I find tiki_p_modify_object_categories. It is not under category.
bobp: under tiki
sylvieg: not very intuitive
yes but it is not a perm about categories - it is a perm about object
anybody knows where are the releaseprocess pages ? specifically for Tiki 5.1
Hmm, I didn't see any.
i would like to put some blockers there :-p
Why don't you make a page, if there isn't one yet.
on dev ?
...and fill it up. ;-)
yes
Maybe follow the pattern of a previous one, if you see one.
i wanted to copy and paste from the previous one at least
i don't actually
or it has got different name than ReleaseProcess5
http://dev.tikiwiki.org/Tiki5 has blockers listed.
So would http://dev.tikiwiki.org/Tiki5.1 be appropriate?
ok, lets create Tiki51 then
ok. I was a little worried about the "."
don't want to cause trouble at tw.o server.
tikiwiki: 03jonnybradley * r28012 10/trunk/lib/cache/cachelib.php: [FIX] Cachelib typo (it's not the copying, it's the pasting... sorry)
I wonder why there's no popups in the image gallery at tw.o.
sylvieg: Modifying tiki_p_modify_object_categories did it. Thanks.
chibaguy: because colorbox got broken somehow with colorbox "galleries" iirc
http://dev.tikiwiki.org/Tiki51
please update as actual
tikiwiki: 03jonnybradley * r28013 10/branches/5.x/ (9 files in 5 dirs):
tikiwiki: [br/r28002,3 & 8]
tikiwiki: [MOD] User selector: Rename tracker_jquery_user_selector_threshold as user_selector_threshold so it can be used elsewhere. Also repeat pref in admin/look next to max list size for convenience.
tikiwiki: [NEW] smarty_function_user_selector to simplify use of user_selector_threshold to show autocomplete box when there are too many users, and deployment of it in filegal edit.
tikiwiki: [MOD] User selector: Schema update script just in case
do we have a wiki syntax to do a clear both *I am floating img
hello everyone
sylvieg: {IMG(class="clearfix")}{IMG}
sylvieg: or
{IMG(block="both")}{IMG}
I want only a br .. or something like that
I have {div clear=both/}
sylvieg: {DIV(class=clear)}{DIV} should work
New Forum Posts: Organic Groups - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37822
sylvieg: but i used %clear% dynamic variable a lot and just put
or
in it
thx luciash it is just it is very friendly...
ah it is more friendly....
nice I like the idea...
you could also use Plugin Alias for it i guess but it is more work to write one ;)
there are many ways :)
New Forum Posts: Trackers post to Calendar - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37823
v5.0, Module parameters... Do I need to place any type of seperator between different parameters or just a space? i.e. flip=y title=menu
tikiwiki: 03Jyhem * r28014 10/trunk/lang/en-uk/language.php: [FIX] Set _HOMEPAGE_CONTENT_ for en-uk
RavenC, if you use the ? button to show plugins and embed them, it places commas (,) as separators
this is what I use, don't know if it works without
JoernOtt, thanks, I will try that
New Forum Posts: Trackerlist plugin, url parameter - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37824
JoernOtt, I found it at docs.tw.o ... no spaces, use an "&" between parameters.
flip=y&title=menu :)
of course, the title= that I am trying to use doesn't work on the application menu... but anyhow...
seems odd that the application menu title can't be altered.
tikiwiki: 03jonnybradley * r28015 10/trunk/ (. lib/prefs/user.php): [MRG] Automatic merge, branches/5.x 28001 to 28013
RavenC: Probably the application menu has its own .tpl file. You could try editing hat.
that.
templates/modules/
tikiwiki: 03lphuberdeau * r28016 10/trunk/lib/test/TikiLib/WikiParserTest.php: [FIX] Configuration dependent output of the test
tikiwiki: 03lphuberdeau * r28018 10/trunk/lib/tikilib.php: [FIX] Undefined variable caused by moving code around
chibaguy , I'm testing right now the tiki5 jusdy theme...
http://entitatsdelamarina.org
I seem to have something wrong ^
but Can't find where... any hint? (the horizontal menus on top are not on top but below header information (site title, subtitle, etc.)
chibaguy : did I miss some readme fie about how should the judy.css theme style needs to be updated in the tiki site?
tikiwiki: 03pkdille * r28019 10/branches/proposals/3.x/lib/newsletters/nllib.php: [bp/r23374] [FIX] newsletters: fix lastSent column in the list of newsletters (which was always returning the current time)
polom
chibaguy, thanks, i will look for it
polom chealer
polom chealer
chibaguy and luciash: could you check the http://profiles.tikiwiki.org/Easy+Blog ? and see how the css bits can be added to the profile? (if it's possible)
right now the profile is not showing the image in the header, and I don't know how to do that
at least, right now the theme is chaning theme, showing some (pretty empty) instructions page, and having the "months_links" module from Jyhem shown in a side column (= Blog "Archive" like)
hi RavenC, xavi and all TikiFesters
so at least it's some base work to have this "Blog Revamp" shown on a simple & easy profile
xavi, I can look tomorrow. (It's 1am here.)
oups, sorry, Gary
no problem.
and no problem, it seems that lph knew how to do it
so I'm doing it :-)
ok
what I'd need soe feedback tomorrow from you is about the judy5 theme on
http://entitatsdelamarina.org
Hm
But tomorrow. G'night :-)
or whenever (I mean, not now, of course ;-) )
Ok, I'll check on it tomorrow.
v5.0, tiki-webmail.php - anyone have the issue where clicking on "settings" brings up the dark box with the rotate thing, and then it just goes away? Cannot set anything for webmail
rotate thing = spinner ... lol
tikiwiki: 03lphuberdeau * r28020 10/trunk/lib/ (cache/cachelib.php headerlib.php): [FIX] Happens that gets initialized after prefs are loaded and cached, leaving cache access to smarty troublesome
xavi, it seems like maybe the judy .tpl files aren't as they should be. div#tiki-top should be above div#header-top.
mmmm, ok
in fact they added them at site level (in multitiki instalation)
but in the meantime, I'll install it as normal theme available for all sites
g'night
g'night.
tikiwiki: 03jonnybradley * r28021 10/trunk/temp/ (. mail_attachs/ public/): [SVN] Ignore everything on temp dirs
tikiwiki: 03lphuberdeau * r28022 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [ENH] Translate the field labels so they get picked up by interactive translation
tikiwiki: 03jonnybradley * r28023 10/trunk/lib/prefs/user.php: [FIX] Syntax error (after svn conflict)
can anyone tell he how to find out an "Account Id" for a specific webmail account?
"Webmail account identifier (if not set uses user's current account)"
tell he? how about tell me! lol
aaah.... I typed in the name of the mail account and it automatically converted it for me! :)
tikiwiki: 03sylvieg * r28024 10/trunk/tiki-send_newsletters.php: notice
Have a nice weekend everyone!!
what is the preferred upgrade path from an old 1.9.10 version?
I think I should go from 1.9.10 to 2.x then 2.x to 3.x to 5.x