New Forum Posts: Caegories - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39031
tikiwiki: 03chealer * r30064 10/trunk/tiki-admin_categories.php:
tikiwiki: [FIX] Admin Categories: Incomplete object lists (for most types, including Wiki pages)
tikiwiki: We can certainly do better, about everything related to maxRows is still broken here. Unlimited lists now
polom
hi chibaguy
hi chealer
chibaguy: are forums working better now? seems nkoth did some interesting fixes
chealer, I didn't notice changes in forums. the problems I saw in forums maybe were due to security settings at tw.o.
I have to take the dog out now. will be back later.
chibaguy|away: so does the thread_sort_mode bug still happen?
chealer: apparently not
Hi is anyone able to help with a file gallery search problem?
I'm trying to search within files using strings
the default vlink font color for 6.0 is terrible, in the nav menu at left just after default install. light teal against white?
it's the fivealive theme
oops it's because the menu item has the selected attribute, not vlink
vandemar: maybe that selected color should be darkened a little.
Anyone able to help with a file gallery search problem?
strings doesn't seem to work within tikiwiki for doc files. It works from CLI, but the search_data field is blank in tiki_files table.
gorillass: you want to search within files?
yep
it works within PDF
well...
hmm, I don't think tiki does that, in general.
it returns data. Garbage, but data
it uses file handlers in the file galleries admin page
i see
chibaguy, no idea then?
I haven't tried it myself, and haven't heard about anyone doing it.
hmmm, ok. well at the moment, PDF works now. I may install catdoc and see if that works better.
ok
New Forum Posts: When upgrading to a new version of tikiwiki, what changes to my site will be kept? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39032
New Forum Posts: Site Design - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=39033
tikiwiki: 03jonnybradley * r30065 10/branches/6.x/lib/tikilib.php: [FIX] parse_data: Correct showhide heading regression revealed by test added in r30061 (thanks sampaioprimo)
Hello, I have issue with wiki documents wisiwig editor showing only one header option as "Title Bar" and not saving changes to document. How can I debug this?
hi leagris - which version of tiki?
upgraded to 6beta this morning
ok, that's good (working on it at the moment)
Ajax preview is empty as well
so 2 things? the "header option" title bar thing, that's on the toolbar yes?
yes
no other levels of titling availables
that's in the "syles" menu then? (odd, i have several in there)
yes, style menu
is this an upgrade from earlier tiki?
"normal" "title bar" "simple box" "code" that's all the styles listed
upgrade from 5.3
ah, ok - that's all the ones that are in there so far
I flushed all caches several times but no better
they're defined in /lib/ckeditor_tiki/tikistyles.js - feel free to add some more (if oyu can do javascript)
the not-saving thing then, sounds more important...
do you have all the setting right? did you run the profile?
not sure, what's that profile thing ?
profiles are scripts that change the settings etc of your tiki - save clicking millions of little checkboxes
although in this case it's only 6 or so
is there a notice box above the editor saying you should apply it? (it's called WYSIWYG_6x or something)
tikiwiki: 03jonnybradley * r30066 10/branches/6.x/templates/translated-lang.tpl: [FIX] multilingual: Move no_bl to end of url created by translations menu
tikiwiki: 03jonnybradley * r30067 10/branches/6.x/ (6 files in 4 dirs): [FIX] multilingual: Tidy up last of switch over from "bl=n" to "no_bl=y" for viewing pages not in "feature_best_language" (if enabled)
sorry Iam back, went offkey for urgent issue IRL
no worries - that takes precedence
jonnyb, no such box above or below the wisywig editor
will bring screenshots online soon
ok, so you must have ajax and autosave on
but it never saves changes?
polom
hi chealer
hi jonnyb. did you notice http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3583 ?
I chatted about it with Nelson yesterday: http://irc.tikiwiki.org/irclogger_log/tikiwiki?date=2010-10-15,Fri&sel=716#l712
looks like a good fix - everything uses the same routine so should be fine with extra slashes in
jonnyb: but does it always go to JavaScript?
in fact it would probably be best to do it on the last line - maybe urlencode it for extra safetly
both php and js
it's the link between the browser and it's autosaved thing
jonnyb: because if it goes "to PHP" JS-encoded, it's probably going to differ. in fact the encoding could be in bloc.textarea.php
true
$headerlib->add_js("var autoSaveId = 'addcslashes($auto_save_referrer, "'")';");
in the middle of some other stuff - can you try it? textarea is where the rest of it (mostly) happens
(with proper quoting...)
that should do this one, but there maybe other chars that casue trouble (like &)
it doesn't matter what ensureReferrer produces as long as it matches the same thing later
so as i say, i'd add slashes and urlencode on the return value of that function
jonnyb, reassembled a screenshot here : http://www.noiraude.net/bug/tiki6_wisiwigbug.png
aha - sounds like the same thing chealer's talking about
similar anyway
can you switch on firebug and see if there's a javascript error leagris ?
jonnyb, ok..
no javascript errors
hmm - and saving wiki pages works ok? (i guess)
there autosave post request without error but changes are note saved (none with autosave, save minor changs, or save)
can you check in non-wysiwyg mode?
do you mean by clicking view sources in edit mode?
no, it's an icon on the toolbar (hopefully) a yellow pencil with a green arrow top right
with non-wysiwyg editor saves are ok
hmm - thought it would be
maybe try turning autosave off (would be bad if that's the cause)
mmm found something
when comming back editing the page it went stright to the bare mode (non-wysiwyg), then when I clicked to switch ton wysiwig I got the notice about upgrading WYSIWYG_6x which where not shown at first
oh? and you haven't changed any settings?
try applying that profile (strange it didn't appear before)
done
oups, servery very busy while switching edit modes ;d
thank you so much jonnyb, you helped me sort out the issue with a very kind look and guidance.
coo - it works ok now?
i'll try and see why the notice advising of the profile didn't appear first time - might have saved us some grief
I know it's beta stage for 6. I expect such issues. By the way I upgraded hopping performance boost with the new option for not checking template compilation
yes, that should help
does it seem to?
It is hosted on a shared server with clustered filesystem and hosts. Any disk access has a huge penalty there, so that new option is very suited
and the minify js and css also
do you mean minify should be disabled?
no, as long as it works ok (js minify breaks from time to time)
I try not to abandon the project with tiki. I try to work performance now because each cache refresh cost several seconds waiting and much more at any update. Best answer time with cached pages is .7s, 2s for non-cached (cache update), and some 8s to 12s if I do any change.
You may have a look at http://www.lyceechaptal.fr/tiki
tikiwiki: 03jonnybradley * r30068 10/branches/6.x/lib/ckeditor_tiki/plugins/tikiplugin/plugin.js: [FIX] ckeditor: Don't add another body end tag
polom
hi changi
tikiwiki: 03chealer * r30069 10/branches/6.x/lib/smarty_tiki/block.textarea.php:
tikiwiki: [FIX] Textareas: JavaScript escaping for apostrophes in page names when AJAX is on, fixes JS errors
tikiwiki: Closes: #3583. Still needs proper escaping
jonnyb: are we still in the move to XHTML STRICT ?
sort of depends if anyone else has time to do the corrections needed - i don't at the moment
although i've been doing some as i go
goal is to replace
with ?
sadly fieldsets have borders and margins, so messes with layout - i've been using as sept7 suggested
although i think the class is redundant
redundant with ?
hello
i need to change the database details of my running wiki site. where can i modify the settings so i can get it to point to another db from the config files ?
in the installer nelek
tiki-install.php
nelek: or maybe directly in the db/local.php !
tikiwiki: 03jonnybradley * r30070 10/branches/6.x/lib/ckeditor_tiki/plugins/tikiplugin/plugin.js: [FIX] ckeditor: Correct plugin regexp to allow for ckeditor reformatting source
nelek: I would say as changi, AFAIK the installer is broken to change DB details.
tikiwiki: 03jonnybradley * r30071 10/branches/6.x/lib/wiki-plugins/wikiplugin_tabs.php: [FIX] tabs module: Remove trailing tags produced by ckeditor
ah changi i was looking for that file
i thought the installer was fixed for 5, no?
jonnyb: me too
nelek: which version are you using ?
three something
nelek: to be more precise which subverion 5.1 5.2 ?
nelek: 3.8 ?
i don't know for sure and i can't check because i still can't get into my site xD
i found the file but i have an issue editing it because of privileges on my host. i'm looking into it now
tikiwiki: 03jonnybradley * r30072 10/branches/6.x/lib/tikilib.php: [FIX] ckeditor: Handle $headerlib->wysiwyg_parsing better for nested calls to parse_data, and remove html tags from plugin body
jonnyb: what part of the installer?
the change server details bit was broken in 4 i think
jonnyb: ah, that would be nice
jonnyb: cool, it seems fixed indeed. thanks
messing with local.php can also result in Bad Things...
chealer: hi
chealer: i need to add a css item, in which file is the best
it's about a jquery design
s/jquery/jquery.ui/g
"design" should go in styles/layout/design.css
jonnyb: nice, it is the one a choose :)
but if it's structural or required for something to work i use layout.css
does registration for for everyone else in 6x?
seems broken for me: "You have mistyped the anti-bot verification code. Please try again."
tried recaptcha and the other one
jonnyb: wait i try
polom
molop luciash
with normal nick too! :)
:)
luciash: hi
hi changi !
jonnyb: works for me
with antispam stuff?
i'm also testing "admin approval" too, so have that on
jonnyb: ok 2s
jonnyb: where do u found antispam stuff ?
sry - admin/security
tikiwiki: 03jonnybradley * r30073 10/branches/6.x/styles/layout/ (fixed_width.css layout.css): [CSS] Move common #fixedwidth definitions into layout.css and set width when using fluid layout
tikiwiki: 03jonnybradley * r30074 10/branches/6.x/styles/jqui.css: [CSS] cluetip "colours" for jqui
which option did you enabled ? because for me they are all activate by default
trying recaptcha currently
with a public and a private key ?
even with ReCaptcha off i can't seem to get the antibot code right :(
even if i copy and paste the code in
jonnyb: works for me on my localhost
i'll debug...
jonnyb: on tiki6 and trunk
jonnyb: do you have some local modification ?
no - up to date 6.x
i have most of the validate options on in admin/login
jonnyb: auth method Tiki only ?
yup
oops (wasn't typing the code in _backwards_ - how embarrassing)
it still doesn't explain the recaptcha failing though - i'll recheck
jonnyb: now i'm up2date and it does work
me too - sorry for the red herring, thanks for checking
jonnyb: no mistake, it does not work
oh? ;)
i update block.textarea.php, tikilib.php and wikiplugin_tabs.php + your last css commit
and now it failed with : You have mistyped the anti-bot verification code. Please try again.
shouldn't have changed the registration (surely?)
ok ok , false alert. PIBKAC
the new antibot code isn't an improvement, sadly :(
:)
where's the user can delete account setting?
nowhere
i'm sure there was one in 5
ah, it's a perm
yes it is
is it possible to upgrade tikiwiki 3.0 to 3.8 without any of the contents and layout for my site being screwed up? :)
hello world!
hi daniam
nelek: it should be, but take good backup first (ones that work)
hello jonny. Here is my question: I'm trying to remove the limitation on the audio upload we find in the file gallery. I created a directory named audio. The url is: http://yogapartout.com/tiki-upload_file.php can you help?
can't you upload it on the kaltura server?
i tihnk changi might have access to tv.t.o (to up the upload max)
my prob is on *my* personal site. I did manage to upload the audio files I wanted to. See: http://tv.tiki.org/tiki-index.php?page=Tiki%27s+Jingles . I want to *reproduce* the same for myself
I was told that by default, there was a size limit. I was suggested on the mail-list there were two possible venues. a) to search on the server site at: /etc/httpd.conf b) to change the path where audio (or any type of objects I want to store in the file gallery) are stored.
seems like a longwinded process. i was hoping for an upgrade button :o)
nelek: minor upgrades should be safe - do you mean you don't have backups of your site?
jonnyb : yes i have backups
daniam: so oyu need to get the settings changed on your server or use a different one (like kaltura or vimeo etc)
nelek: so what's long winded?
jonnyb: where and which option do you think I need to change? I did change the podcast gallery found at: /tiki-admin.php?page=fgal to point externally. It still doesn't work
daniam: it's a server setting, not in tiki
in php.ini (if you mean the upload maximum limit)
i do have a template installed... and since i'm not much of a php/css guy, i don't know if it will work or not
how are you updating? ftp?
i only have access to a file manager on http
daniam: what was the error message ?
i usually make a new dir (tiki38 say) and get it all working in that, by copying all the custom files into it)
There is no error msg when I upload, I just get the *spinning wheel* that keeps spinning without ever stopping (for the longest time). So I tried to upload a very small audio file and within seconds it succeeded.
Where would I find the php.ini file. Its not in /etc/httpd
daniam: on redhat ?
maybe in /etc/php5/
daniam: unless you want to spent the rest of your weekend learning server admin i wouldn't bother
what does the size limit say on the upload page?
Well, your touching quite a subject here. Indeed, I was planning to do video editing this saturday and here I am, stuck with a simple action I wanted to do: upload audio files in my gallery. Any suggestions to go around the prob?
jonnyb: 27Mb
jonnyb: on tv.t.o
no daniam's server?
no/on
it works ok on tv.t.o
ah so i could just make a directory /tiki38 and make it working there and when it does move it over to the main site
thats a good idea
nelek: i'm sure there are some docs on this if you've not done it before...
yes it does work well on tv.t.o
daniam: find /etc -name php.ini
daniam: faster to found something
nelek: did you see http://doc.tiki.org/Upgrade ?
the summary is quite good
I don't have shell access. The php.ini file does not exist. Should I create it (in shell script?)
i don't think so daniam - you probably need to contact your hosting company to get it changed
OK, tks. for your help Jonny (and changi).
daniam: no prob
Just exchanged chat with my host AND they confirm to me that, unless it is a very large file I want to upload, I should have no restriction problems. They say to me that I could upload a file more in GIG's size. Would you have suggestion as to where on the admin panel board I can tweek something?
are you using files or the database? (either way, try the other)
it is set for database, just like tv.t.o
but a different database, right? (different server in fact, yes?)
Good question. I'm at: /tiki-admin.php?page=fgal and the setting says: Storage: Store in database. Is this what you mean? (the setting is the same - by default - as the tv.t.o)
that's the default then, try the other?
oH, I noticed a difference. In the Search Indexing tab of the fgal admin file, there is a missing handler warning msg. could this be the reason I can't upload audio files?
tikiwiki: 03changi67 * r30075 10/trunk/ (2 files in 2 dirs): [NEW] Add an option in module since_your_last_visit to be able to use Jquery_ui tabs look
daniam: i doubt it
tikiwiki: 03changi67 * r30076 10/trunk/styles/layout/design.css: [MOD] Remove padding in jquery.ui-tabs
jonnyb: jquery.ui is now used in trunk :)
excellent
Jonny, Bingo, I got it. Not to worry any more. I remembered what Nelso Ko emailed on the mail-list. He said to store externally the audi (or videos I suppose) files. That is what I did, and it works OK. This time, it's really taken care of. I'm not going to try any further. Tks Jonny.
also good
jonnyb: next step is to build a module to display many modules :)
coo (why?)
there's a plan (of mine mainly) to make the top and bottom bars module areas
to be able to have a unique module with jquery_ui-tabs avoiding a too long page
i would like to have 4 tabs : 1 with keywords or freetags, 1 with categories , 1 with comments and one with blog archives
like on http://blog.courtine.org/2010/08/24/decouverte-de-git-et-de-github/ on the right part
nice
but your idea to have a top and bottom bar is interesting too
more flexible
think i'm pooped - nn
ok tiki.tpl will be my next prefered file :)
have to go
good night (GMT+1)