←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
CIA-60tikiwiki: 03nkoth * r30331 10/branches/6.x/lib/htmlpurifier_tiki/HTMLPurifier.tiki.php:
tikiwiki: [FIX] target attribute being removed by HTML purifier making popupLinks feature
tikiwiki: and links set to use target attribute in wysiwyg not work. I know this not XHTML
tikiwiki: strict compliant but if these features are to work we have to use these
tikiwiki: relegated things for now
[00:30]
***Caarrie|away is now known as Caarrie [00:34]
luciashnkoth: the mass search and replace is great tool ! [00:47]
nkothluciash: glad you like it [00:48]
luciashnkoth: is it on purpose that it doesn't send email notifications when pages are changed ? (to prevent flooding ?) [00:48]
nkothluciash: yes [00:49]
.... (idle for 17mn)
luciashnkoth: little bug → "Max number of pages at a time: 20" returns 10 pages instead of 20 but down there is pagination showing "Page: 1/28" [01:06]
nkothit means "pages"
wiki pages
[01:07]
luciashyes, but why 10 when i set 20 [01:07]
nkothnot the normal meaning of pages
not sure. I thought I tested that :)
[01:07]
luciashoh, you mean 10 *whole* wiki pages [01:08]
nkothright [01:08]
luciashnot 10 matches on wiki pages, ok [01:08]
nkothright [01:09]
luciashso the rest of the pagination must be the last 13 pages with matches
ok
nope, it seems something is wrong there ;)
[01:09]
Kimberleenight all [01:10]
***Kimberlee has left [01:10]
luciashnow i set 1 page max and it lists 1/552 on the pagination
and returns nothing on the first page
nkoth: try on http://doc.tiki.org/tiki-search_replace.php
[01:10]
nkothwhat are you searching for? [01:12]
luciashwhen i set max 2 pages, it returns two results on one page on the first page of results and shows "Page: 1/276" down there
for TikiWiki
Case sensitive
[01:12]
nkothlet me look a the code [01:13]
***Caarrie|away has joined #tikiwiki
Caarrie|away has quit IRC (Changing host)
Caarrie|away has joined #tikiwiki
Caarrie has quit IRC (Disconnected by services)
[01:14]
nkothI think something is wrong with the pagination [01:18]
***Caarrie|away is now known as Caarrie [01:19]
nkothluciash do you have access to the server? [01:19]
luciashprobably :(
maybe yes
for svn up ?
[01:19]
nkothI think the problem is simply that maxRecords is not a smarty var
and neither is offset
[01:20]
CIA-60tikiwiki: 03nkoth * r30332 10/branches/6.x/tiki-search_replace.php: [FIX] Paginatin not working (or rather working crazy) [01:25]
***ttrimm has joined #tikiwiki [01:27]
luciashluciash svn ups doc [01:30]
***Sug4r has joined #tikiwiki [01:30]
luciashwb Sug4r
nkoth: hmm, the result seems to be the same
on r30332
nkoth: can it be affected by ajax ?
[01:30]
nkothmaybe the pagination is broken in general?
I'm trying to load listpages. one sec
[01:38]
luciashhopefully not another regression [01:39]
nkothwhy is it set at 2000?
that's slow
[01:39]
luciashnkoth: no idea, isn't it default predefined by you ? [01:40]
nkothyou go to http://doc.tiki.org/tiki-listpages.php
the default rows to show is 2000
[01:40]
luciashoh [01:40]
nkothand if I change it to 20 [01:40]
luciashdoh, no idea who set it up so [01:40]
nkothwell at least the pagination is right there
there is 64 pages
[01:41]
luciashit seems right there too: http://info.tiki.org/tiki-view_articles.php?offset=10 [01:42]
nkothI'm useing the exat same pagination there [01:43]
luciashweird [01:43]
nkoththe only difference is that each "row" in my case could have multiple sub-rows for each match
maybe the update is not reflecred yet?
[01:43]
luciashshould we try to set it from 2000 to something lower on doc.t.o ? [01:44]
***rodrigo_sampaio has joined #tikiwiki [01:44]
luciashno, the update has finished on doc.t.o
luciash clearing tiki cache just to be sure
[01:44]
CIA-60tikiwiki: 03sampaioprimo * r30333 10/trunk/lib/ (4 files in 3 dirs): wordpress importer: improve attachments importation [01:45]
luciashnkoth: no change [01:45]
nkothis maybe I have to assign_by_ref
where else is pagination used?
[01:46]
luciashtiki-view_articles.php?offset=10 [01:46]
***rodrigo_sampaio has quit IRC (Client Quit) [01:46]
luciashmany places [01:46]
nkothlet me try my server [01:46]
luciasheverywhere :D [01:46]
nkothoh I see [01:50]
***goj has quit IRC (Ping timeout: 250 seconds) [01:53]
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
Caarrie is now known as Caarrie|sleeping
[01:59]
nkothluciash: now I got the count right, but clicking on a page number, the thing spin forever in ajax
do you know the trick?
[02:13]
luciashhmm, i am afraid i don't [02:13]
***chealer has quit IRC (Ping timeout: 240 seconds) [02:14]
luciashajax + xajax on ? [02:15]
nkothonly ajax I think [02:16]
luciashon doc.t.o is xajax on too... i think it is required to make the pagination work properly
try if u enable it
ajax only is just for stuff like ajax preview in wiki pages edit etc.
[02:18]
nkothok, it's a separate bug (articles also not working)
let me try xajax
well it's on
let me see if articles pagination is working on doc
[02:19]
luciashhmm, i think yes, at least it works on info.t.o
with xajax
[02:20]
***ttrimm has quit IRC (Quit: Later Folks!) [02:21]
nkothhm on doc, list_articles looks weird if I reduce the number of rows
only show 1 article
in info, though, the links are different
[02:21]
CIA-60tikiwiki: 03chealer * r30334 10/branches/proposals/5.x/templates/tiki-edit_article.tpl:
tikiwiki: backport r29945 and r30157
tikiwiki: [FIX]article: do not need to confirm on preview ans save
tikiwiki: [FIX] articles: missing needToConfirm=false on cancel button
[02:22]
nkothinfo does not have the bug [02:23]
luciashcould it be affected by your 30332 ?
info is still on 30331
[02:23]
***chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
[02:24]
luciashnkoth: i can svn up info for u if u want [02:24]
nkothno
i have a problem on tiki-list_articles
[02:25]
luciashah, right, u commited only tiki-search_replace
sorry
[02:25]
nkothluciash: ok, it's debug print_r interfering with ajax [02:30]
luciashoh :-p
nasty one
[02:30]
CIA-60tikiwiki: 03nkoth * r30335 10/branches/6.x/lib/wiki/wikilib.php: [FIX] pagination for global search and replace [02:31]
nkothok ^ [02:31]
luciash:) [02:33]
***lphuberdeau has quit IRC (Ping timeout: 276 seconds) [02:33]
luciashnkoth: svnupping doc
done
grmbl, still not there
why it doesn't work on doc.t.o ?
[02:34]
CIA-60tikiwiki: 03lindonb * r30336 10/trunk/lib/prefs/user.php: [DOC] Improve hint based on forum feedback (and my own confusion). [02:38]
nkothluciash: it works for me now [02:39]
luciashoh
lemme re-check
nope, still, when i search for TikiWiki, "Case sensitive", "Max number of pages ...: 2"
i get Accueil page in the results and pagination showing "Page: 1/276"
nkoth: where it works for you ?
[02:39]
nkothon doc [02:43]
luciashhttp://doc.tiki.org/tiki-search_replace.php ? [02:43]
nkothyes [02:43]
luciashwhat u get ? [02:43]
nkothif you set to 1, you get 1 "page" with 552 pages [02:43]
luciashPage 1/1 ? [02:43]
nkothPage 1/552
oh i see
I only fixed the case insensitive version
[02:44]
luciashi am confused now... i thought you limit the number of results of "wiki pages" to be listed
ok :)
[02:45]
nkothwell, the case sensitive version is not so bad, it is better than before
but there are blank pages
I mean pages with less than one
[02:46]
luciashi see
can u fix the case sensitive one too please ? :)
the case insensitive one behaves nicely now
[02:47]
***marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[02:59]
marclaportepolom
marclaporte is wondering what is a good way to use a jQuery plugin that is not in the core?
[03:02]
CIA-60tikiwiki: 03nkoth * r30337 10/branches/6.x/ (templates/tiki-search_replace.tpl tiki-search_replace.php): [FIX] Show message for matches that were not case-sensitive to avoid confusion and also avoid duplication of hidden fields [03:09]
.... (idle for 18mn)
luciashmarclaporte: just place it somewhere and then add it (the <script type="text/javascript" src=... ) from L&F > Custom HEAD
marclaporte: then put your jQuery code in Miscellaneous tab
[03:27]
marclaporteany docs on this? [03:32]
luciashnope
what jQuery plugin is it
[03:32]
marclaportejquery.easing.min.js and jquery.lavalamp.min.js
you have mail
[03:35]
luciashu got reply [03:40]
nkoth: hm, it is not easy to sustract the matches which were not case sensitive before creating the pagination instead of showing the message ? [03:48]
nkothluciash: no
not easy
[03:48]
luciashok, better than nothing :) thank you ! [03:49]
***goj has joined #tikiwiki [03:50]
marclaporteok luciash I tried one more thing [03:52]
luciashmarclaporte: maybe it needs to be added at the end of document as the others via smarty {jq}
what should it do btw ?
[03:56]
marclaporteit makes the menu like a lava lamp [03:57]
luciashlogged in there [03:57]
marclaportehttp://nixboxdesigns.com/projects/jquery-lavalamp/demos/original.html it should do top horizontal menu like this
chealer thinks it's an order thing
[03:58]
luciashul
it says lot of errors jQuery is not defined to me here in my console
[04:00]
marclaporteso jquery.lavalamp.min.js is too high on page? [04:04]
luciashmaybe, let me try something [04:05]
marclaporteon the demo that worked, jquery was also included high on page
above easing and lavalamp
[04:06]
***Kissaki has quit IRC (Ping timeout: 276 seconds)
Kissaki has joined #tikiwiki
[04:11]
CIA-60tikiwiki: 03nkoth * r30338 10/branches/6.x/lib/wiki/editlib.php: [FIX] In IE7, wysiwyg editor keeps on adding absolute path to links. Need to remove [04:15]
marclaporteluciash : are you winning?
luciash : can I try something? ( I don't want to conflict with your attempt)
[04:16]
luciashtrying still
just a moment
[04:17]
marclaportek [04:19]
chealerluciash: the best situation we had was an error about jQuery being undefined, due to jquery easing being included before jQuery. [04:20]
luciashmarclaporte: the CDN for Google is broken
switched it off and the errors are gone
[04:20]
chealerluciash: the problem is I don't see how to put HTML (JS) lower (under jQuery) using Look & Feel Custom code
I would know how to do it editing tiki.tpl
[04:21]
luciashhmm, right, but why the others do work even when jquery-min.js is under them ? [04:24]
chealerluciash: that's a good question, though the others are apparently not declared the same way. for example, autocomplete start
;(function($) { $.fn.extend({...
[04:26]
luciashwell, i just workarounded it
by adding the same call to jquery above the two
[04:27]
chealerwhile jQuery easing starts
jQuery.easing={easein:f...
[04:27]
luciash<script type="text/javascript" src="lib/jquery/jquery.js"></script>
marclaporte: not definitely "the right" way but it works
[04:28]
***lphuberdeau has joined #tikiwiki [04:28]
marclaportefor this step, we don't need clean solution
but I don't see the laval menu working though
[04:29]
luciashwhat is Backout ?
i don't see it in the examples
ah
[04:30]
marclaportePlugin jq cannot be executed.
I will activate plugin
[04:32]
luciashmaybe it will not be necessary
but you can
[04:33]
marclaportedone
svn diff templates/tiki-user_cssmenu.tpl is where the action is
[04:34]
CIA-60tikiwiki: 03chealer * r30339 10/branches/6.x/lib/smarty_tiki/block.textarea.php: [FIX] Textarea: Missing space in timeout warning [04:36]
luciashmarclaporte: ok, done, the only problem was with loading jquery before [04:40]
marclaporteSmarty error: [in evaluated template line 5]: syntax error: unrecognized tag: $(".menuPrinc1").lavaLamp({ fx: "backout", speed: 800 (Smarty_Compiler.class.php, line 446) [04:42]
Tikiwiki|botRecent Bug: Tracker item: #3613 - - Image plugin editor not working with Wysiwyg in IE - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3613 [04:42]
luciashor not ? damn... it is gone again :) [04:42]
chealera {literal} is needed in Custom HTML <head> Content [04:42]
***nkoth has left [04:45]
luciashchealer: ok, either that or i used the jq smarty block in the end of code custom code
marclaporte: you can choose what u prefer
[04:47]
marclaportequick, let's document :-) [04:48]
luciashi have to go
it is 6:49 in the morning here
need some nap
c u later guys
[04:49]
marclaporteoh
just so you know
it works as admin
but not as a registered user
that is what stumped us
if you SU to user gviger2, the menu is no longer lavalamp
but good night!
thanks!
[04:50]
luciashmaybe it has different class for registered users ?
try #cssmenu1 instead of .menuPrinc1
nn :)
yes, it is #cssmenu0 :-p use .cssmenu_horiz
[04:52]
marclaporteluciash: tks! [04:57]
chealerthanks, good night luciash
it does have different classes
thanks a lot, I was wondering
[04:57]
luciash: that fixed it [05:07]
marclaporteThanks you!!! [05:08]
...... (idle for 27mn)
***ttrimm has joined #tikiwiki [05:35]
.... (idle for 16mn)
ttrimm has quit IRC (Quit: Later Folks!) [05:51]
..................... (idle for 1h40mn)
redflo has joined #tikiwiki [07:31]
.............. (idle for 1h5mn)
Finnberg has joined #tikiwiki [08:36]
FinnbergHi, I'll just ask away since intense googling didn't really prove results
our fresh 5.3 installation is looping at the admin login, once we punch in the admin&pass, it just kicks us back to the front page without a login on
as if there's no session handling on or something like that
[08:37]
..... (idle for 23mn)
***Finnberg has quit IRC (Quit: Page closed) [09:01]
...... (idle for 26mn)
JoernOtt has joined #tikiwiki [09:27]
.... (idle for 16mn)
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy
[09:43]
chibaguypolom [09:43]
......... (idle for 40mn)
***Caarrie|sleeping is now known as Caarrie|away [10:23]
.... (idle for 16mn)
Tikiwiki|botNew Forum Posts: Problems with db and version checking. - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39184 [10:39]
***jonnyb has joined #tikiwiki [10:53]
ricks99 has joined #tikiwiki [11:04]
coaboa has quit IRC (Ping timeout: 252 seconds)
coaboa has joined #tikiwiki
[11:09]
CIA-60tikiwiki: 03sylvieg * r30340 10/branches/6.x/lib/prefs/feature.php: [FIX]layout: #fixedwidth has moved [11:13]
***xavi has joined #tikiwiki [11:21]
xavipolom
chibaguy around?
[11:21]
jonnybhi xavi [11:22]
xavihi jonnyb
poster made already :-) Phew!
[11:22]
ricks99hi xav & jonnyb [11:22]
xaviand sent to the plotter [11:22]
jonnybhi ricks99 [11:22]
xavihi ricks99 [11:22]
jonnybwhen's your presentation thing, xavi? (or whatever it was) [11:23]
xavitomorrow afternoon/evening
tonight I'm travelling down south of Spain
[11:23]
chibaguyhi xavi [11:23]
xavihi Gary
I was wondering if you could make a simple wiki page in themes.t.o describing the known changes in themes styles between tiki5 and tiki6
so that other can contribute there (if anyone else finds out any other changes worth reporting)
I recall that there was something like that for tiki2->tiki3, tiki3->tiki4, ...
"somewhere"
[11:24]
chibaguyI did already, I think (hard to keep track of where my wiki pages are). [11:25]
xavihe he, I guessed so :-)
but since I didn't see that page from the menus at the homepage, I thought that it might be missing
to me, all those pages shuld be linked from the homepage somewhere
plus linked from doc.t.o/Upgrade, etc
you could (just a proposal) rename all those pages to include "Upgrade" in the page name...
[11:25]
chibaguyhttp://themes.tiki.org/Upgrade+file+changes [11:26]
xaviand then, just add some module menupage in some side column (for instance), which has some TITLESEARCH plugin, listing pages with "Upgrade" [11:27]
ricks99should be linked from rel notes , too [11:27]
chibaguyYes, good ideas.
The page isn't comprehensive at all, so far.
Just some major things that changed.
[11:27]
sylvieghello
can we add that #fixedwidth changed place
[11:28]
xaviok, do you mind If I rename that paged as "Upograde" (easier to remember and find), adn add the current name as an alias?
and also, I noticed that faulkner.css from Tiki5, when used in Tiki6, had side columns displayed below the center column
rename to Upgrade
[11:29]
chibaguyJust "Upgrade"? [11:29]
xavichibaguy: do you mind If I do that tyding up a bit in themes.t.o?
I'0m already logged in and ready to tidy up upgrade-related things
yes
[11:30]
chibaguyGo ahead and make changes. :-) [11:30]
xavithe easier, the better to remember and to find, type in url, etc.
thanks :-)
[11:30]
chibaguyI'm just thinking that the page is specific to CSS, and Upgrade sounds like for general upgrades. [11:31]
xaviok, we might split in other pages, fo each part ...
or even using some structure for Upgrade-related pages in themes.t.o
[11:31]
chibaguyAh, looking again, it isn't specific to CSS. [11:31]
xavithere are some other pages (somewher) in themes.t.o related to upgrades between previous tiki releases
ok, page renamed and alilases added so former links work
now, proceeding to add that link in to the menus under "Themes" section
(that's where I have always expectd to find that page, and never did until today :-) )
ok, link to upgrade, added in the horizontal menu
[11:31]
chibaguyOk. I've been meaning to revise the navigation and info at themes.t.o. Just too much else to do. [11:37]
xaviyes, I can figure it out :-) [11:37]
jonnybhey sylvieg - finally got to go through some tests on trackerlist not doing force_compile - all his stuff seems to work without it, but i'm sure i put it in there as the only way to get something to work, so i'll convert it to a param for 6.0 - ok? [11:37]
xavido you know (from the top of your head) why faulkner could have side columns below the central column?
@chibaguy ^
[11:37]
***eromneg has joined #tikiwiki [11:38]
chibaguyprobably its tiki.tpl is missing. [11:39]
sylviegthx jonnyb - it was my todo for this morning - but if you want to do ... perfomance will be better [11:39]
jonnybabout 10x faster! [11:39]
sylviegmore or less if I look at kcachegrind [11:40]
xavithanks, Gary, I'll look some evening :-) [11:41]
sylvieg10 is a little exagerated - but you can see the improvment without mesuring it [11:41]
xavixavi doesn'thave access to that server from here [11:41]
chibaguyI'm doing a quick check in a tiki 6 site. Faulkner works ok (at least at first glance) in Tiki 6. [11:43]
xaviah, ok, my problem, then (your hypothesis is a good one :-) ) [11:44]
chibaguyIts tiki.tpl (and probably other files) probably need some updating, but mainly for minor details, I think. [11:45]
CIA-60tikiwiki: 03jonnybradley * r30341 10/branches/6.x/lib/wiki-plugins/wikiplugin_trackerlist.php: [MOD] trackerlist: Make Smarty force_recompile optional, as for most pretty tracker scenarios it is unnecessary and very slow (thanks Sylvie) [11:58]
jonnybsylvieg: can you check r30341 to see if i did it right pls? [12:05]
xavijonnyb, in the workshop I did yesterday with users from xarx@ntoni (willing to migrate their blogger users from wordpress to Tiki, etc.)...
... we saw that email with password (jn theory) re-set didn't work (password param empty in the url)
[12:09]
jonnyboh? [12:10]
xaviis this similar to the issue reported in dev.t.o/tiki6 about validating users not working, etc.? [12:10]
jonnybconfirmed elsewhere? [12:10]
xaviOk, I'll test somewhere else [12:11]
sylviegjonnyb: thx working (I still have all the trace on my local :-)) [12:11]
jonnybnot really - that was using admin approval for new registrations
sylvieg - thanks
[12:11]
xaviah, ok, any way, more testing underway right now... (if confirmed that it's not working,that should be addressed ) [12:11]
coaboahi all. [12:11]
jonnybhi coaboa [12:12]
chibaguyIn tiki 5, do jquery scripts need any adjusting? I'm getting an error 'jQuery is not defined' when using an outside jquery script.
jonnyb? ^^
[12:16]
xavi:-) chibaguy, yes, in tiki 5 you need "jq" (afaik), but in Tiki6 onwards, no need for that [12:17]
chibaguyah, ok, thanks. [12:17]
jonnybin 5 you need to use $jq [12:17]
xaviin case it helps ^ [12:17]
jonnybyup
exacto! :)
[12:17]
xavithat is explained in theory here: http://doc.tiki.org/PluginJQ and probably, doc.t.o/Tiki6
jonnyb, I can't confirm that error in my server at uni: url contains actpass param as expected
:-/
somewhere else might be interfering in the other server :-/
I'll try again in the other server
[12:17]
jonnybi'll try - 2 mins
just worked ok for me on alcns.net
[12:20]
***xavi_ has joined #tikiwiki [12:22]
xavi_mmmm, visiting tiki6 sites is a dangerous activity! (epiphany crashed when I attempted to visit the other tiki6 site :-/ ) [12:23]
changi|awayhi [12:25]
coaboaI have an option to invite Dr. Marighetti who wanted me to start the "project-managment-contribution-by-author-cclight" thing at tikifest berlin as noted at wikifestbln.org/projects for Saturday th 13th of November. He could there explain some of our ideas behind that. He worked as a professor of philosophy, as partner for McKinsey Consulting, Manager for Deutsche Bank, Dresdner Bank and so on now running his own Consulting firm and wants to
see how collaboration could be brought to the next level (utilizing tiki of course). He could held a short presentation on the philosophy behind his visions. If his family is not killing him when visiting berlin at weekends ;-)
[12:25]
***changi|away is now known as changi [12:25]
changijonnyb: you remember my icon problem with avi files ? [12:25]
***xavi has quit IRC (Ping timeout: 265 seconds) [12:25]
changijonnyb: in fact, it only failed when using php5-imagick and not php5-gd [12:25]
coaboaamette or marclaporte: would that fit? [12:26]
JoernOttcoaboa, I think it would be a nice option to see the vision of a businessman/non-programmer
especially as he has the executive view, this could give us some clues what others want from tiki
[12:28]
CIA-60tikiwiki: 03jonnybradley * r30342 10/trunk/ (19 files in 12 dirs): [MRG] Automatic merge, branches/6.x 30312 to 30341 [12:30]
jonnybhi changi - it's a very odd thing
i did some changes locally and got them working again, but then - without committing or updating anything, other servers started working!
it's something to do with the e-tag caching - and maybe switching image libs makes that change...?
[12:31]
marclaportecoaboa: yes, absolutely
I am __very__ interested
and besides, WikiFest is open space, people propose anything and people can go to anything
he should just be aware it's typically more a discussion than a formal presentation
[12:34]
JoernOttMarc, I think that he will present his ideas/views and then discuss them with people [12:37]
jonnybhas anyone noticed any Bad Things in trunk that might be connected to jquery/jquery-ui?
(mainly worse than in 6.x)
[12:37]
JoernOttthe few minutes I have seen him and what I've heard from Carsten, he is quite interested in the exchange of views
brb/helping my brother out
[12:38]
***JoernOtt is now known as JoernOt|afk [12:39]
coaboaJoernOtt: I think thats it. and maybe also an option for bbb in action? [12:39]
xavi_jonnyb: antibot verfication code seems gone in http://c2c.ourproject.org/tiki/tiki-register.php
and it used to work months ago in tiki6, afair
[12:39]
jonnybyes, they seem to come and go (not a js thing though) [12:40]
xavi_ok [12:40]
jonnybi think the change to recaptcha was not quite finished (sadly) [12:40]
xavi_but there should be some captcha fallback (when no recaptcha ), and it was working, afair [12:41]
chibaguywhere should the link to the external javascript go? I made the compatibility changes, but it seems the external script is loading before jquery.js. [12:42]
jonnybhmmmm, good question chibaguy
i'd put it in the JS itself
do $jq.getScript()
(check the styles/custom.js on tampa)
[12:43]
chibaguymm, ok. thanks.
what do you mean by do $jq.getScript()? sorry.
[12:44]
ricks99is there a way to automatically get/display the user *ID* ? in a similar way to the |userlink modifier? [12:45]
jonnybhttp://api.jquery.com/jQuery.getScript/ [12:45]
***HideMe has joined #tikiwiki [12:48]
HideMeIf I change the location of a file in a file gallery, will the URL change be reflected in any Wiki page that links to it? [12:49]
sylviegricks99: no but it could be easy to duplicate lib/smarty_tiki/modifier.username.php
HideMe: fileId does not change
[12:49]
ricks99y, thats what i was going to do... but wanted to see if there was an exiting way, first.
tx
[12:50]
sylviegso if you used fileId it should be ok [12:50]
CIA-60tikiwiki: 03xavidp * r30343 10/branches/6.x/lang/ca/language.js: adding some new js strings seen at registration time (to see if they support current i18n) [12:51]
Tikiwiki|botNew Forum Posts: Configuring User Validation Issue - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39190 [12:52]
chibaguyUsing the JQ plugin, should you see the javascript in normal HTML in the page source?
In my page, it is missing completely.
[12:52]
jonnybshould do chibaguy - somewhere near the bottom of the page [12:53]
chibaguyoh, ok. thanks again. [12:53]
HideMesylvieg, wha? It does, or it doesn't? [12:54]
***dancingbuddha has joined #tikiwiki [12:56]
dancingbuddhahi [12:56]
***dancingbuddha has left [12:57]
coaboaI' ve seen buddha ;-) [12:57]
jonnybbbl [12:58]
***jonnyb has quit IRC (Quit: nite nite) [12:58]
xavi_HideMe: syvlieg menas that there is no URL change
means
[12:58]
HideMek thanks [12:59]
sylviegHideMe: depends of the type of link you use in the wiki page...
xavi ;-)
suppose you are not doind stuoid link like files/23423423423424234
[12:59]
xavi_so HideMe: if you are using filegalleries and the Tiki interface to move them some some gal to some other,etc. the url to the file is maintained
jonnyb and sylvieg: about language.js, shouldn't we have one in ./lang/en/language.js , so that it's easier for other users to get one reference one with all the possible js label to translate for them?
I see that there is no language.js there (brancehs/6x/lang/en/ )
and right now, I had to figure out which other strings I was missing ...
or even better, that get_strings.php fetches those translatable labels and write this language.js file accordingly (for Tiki7 ?)
anyway, ... I'm considering to add that english to english language.js file to the en folder...
as a starting point for 6.0, at least
xavi_ will do "the wiki way"
[13:01]
***nkoth has joined #tikiwiki [13:06]
sylvieg+1 xavi
jonnyb : I have a $(document).ready(function(){ - do the ' around document necessary?
[13:07]
CIA-60tikiwiki: 03xavidp * r30344 10/branches/6.x/lang/en/language.js: [FIX]Usability issue: no js file was found under the en folder, so that it was not easy to guess that this file exists, and which strings in js files can be translated (at least, the ones in here :-) ) [13:09]
xavi_jonnyb, that site with failing password resent was using tikihash (old) method. That might be the reason (maybe it's not supported by the code in Tiki6)
I'll change to md5, and try again
[13:16]
sylviegsylvieg does not think it is the reason [13:17]
***FrankP has joined #tikiwiki [13:17]
Tikiwiki|botNew Forum Posts: Large Response time for each Transaction - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39192 [13:22]
xavi_newbie question: wasn't there some setting to fore external links to oepn in new browser windows?
xavi_ can't find it
[13:25]
sylviegOpen external links in new window in admin->textarea [13:26]
CIA-60tikiwiki: 03sylvieg * r30345 10/branches/6.x/lib/filegals/filegallib.php: [FIX]fgal: when moving a file in another fgal, move also the archive (Perhaps todo? delete the archive id the fgal does not accept archive?) [13:27]
***michelinux has joined #tikiwiki [13:36]
michelinuxHi everybody.
Is there a way to format (bold, italic, etc.) within a {CODE()} block?
[13:36]
***jonnyb has joined #tikiwiki [13:37]
lphuberdeauI think there is a parameter to wiki-parse the content [13:37]
xavi_ok, thanks sylvieg, I had that checked,, but it doesn't seem to apply to external links in menus [13:39]
ricks99@xavi: u want a menu link to open in a new window? need to add: ' target='_blank to the URL [13:40]
michelinuxlphuberdeau: I found it. Just need to add wiki=1. Thanks a lot! [13:41]
xavi_thanks, ricks99 , nice trick [13:41]
***michelinux has quit IRC (Client Quit) [13:41]
lphuberdeauI don't really like that trick, it's really using a whole in the parser [13:42]
xavi_ricks99: it didn't work. I got http://ourdomain.net:10080/mailman/listinfo%20'%20target='_blank [13:44]
CIA-60tikiwiki: 03sylvieg * r30346 10/branches/6.x/lib/wiki-plugins/wikiplugin_file.php: [FIX]FILE: display the name or the filename of the fileId if no data is given to avoid a link on a space [13:44]
xavi_I'll try with " instead of ' [13:44]
***MacLeod has joined #tikiwiki [13:45]
lphuberdeauyou can use jquery to do it... add it in the side code or something... $jq('.external').attr('target', '_blank') [13:45]
sylviegI do not like the trick too - but it is an open way to put whatever.. perhaps we need to keep the trick but add a param in menu option 'open in this window' [13:46]
lphuberdeauwell, it's not guaranteed by the syntax and I will have no problem with breaking it when I play in the parser [13:47]
xavi_sylvieg's solution seems the safest and easiest for users in the mid-term (thanks lphuberdeau!, I may try that if with " doesn't work) [13:47]
sylviegpeople use it as it is documented.. [13:47]
luciashpolom polom [13:47]
ricks99sorry xavi. use " not '
http://www.google.com" target="_blank
[13:47]
xavi_ricks99: yes, it works with " [13:48]
ricks99will work fine [13:48]
lphuberdeauthe wiki syntax isn't supposed to be some dialect of HTML [13:48]
xavi_thanks
lphuberdeau: if you know other nice jq tricks, please contribute to this page, please :-) http://doc.tiki.org/PluginJQ
[13:48]
ricks99it also allows u to add scripting elements to menu options
very useful "feature"
[13:48]
lphuberdeaunot a trick, just code I made up [13:48]
xavi_ok, good to know. thanks for coding it and sharing the knowledge :-) [13:49]
***marclaporte has quit IRC (Ping timeout: 245 seconds)
JoernOt|afk is now known as JoernOtt
[13:53]
xavi_mmm, do emails sent from Tiki come from different parts from the code still in version 6.0?
I mean, emails from registrations are sent (and logged at syslog)
but emails from changes in wiki pages are not (I'im watching pages, making changes). and they don't appear in the syslog either
mmm, sending the test email from "Admin > general" seems to work (and logged accordingly in tiki syslog)
but no trace of emails from monitored pages...
[13:58]
***chealer has quit IRC (Ping timeout: 276 seconds) [14:02]
luciashchibaguy: i didn't know what jonnyb suggested (using $jq.getScript()) - nice trick... yesterday as a quick workaround i just duplicated the <script src="... pointing to jquery.js before custom calls of js [14:02]
xavi_jonnyb: another user reporting issues with registration when validation by admin is set. FYI: http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39190 [14:03]
luciashchibaguy: there seemed to be no other way to load jquery.js before the custom scripts called from Custom HTML Head
chibaguy: r u there still ?
[14:03]
jonnybxavi_: thx - presumably that's in 5 - i've been testing 6 and it seems ok, but i haven't fixed anything in those areas [14:07]
xavi_ok [14:07]
jonnybah, now there was a conflict during merging from 5.x to trunk in registration... which i don;t think was ever sorted out (the author seemed to be expecting me to do it)
so 6 will be different to 5 in some way (mails were on devels)
[14:08]
xavi_ok
sylvieg, I don't seem to be able to use the loading of drop-down+other tracker fields when shown through PluginTracker (in current 6.x)
did I dream it, or you did fix that once weeks ago?
sylvieg: example: http://161.116.82.31/tiki/BasicPipe+Section+09&itemId=23
[14:08]
jonnybjust committing the update for jquery and jquery-ui to 6.x again - either i have to make it work or roll it back entirely. [14:12]
chibaguyhi luciash [14:13]
luciashjonnyb: good luck [14:13]
jonnybthe odd thing is i've been testing trunk (which had the updates) and the problems i got in 6.x weren't happening [14:13]
luciashchibaguy: hi :) [14:13]
sylviegxavi which field? [14:13]
jonnybso can people update and have a go - i'll even get IE running to check! :) [14:14]
luciashchibaguy: just wanted to let you know i have finally pulled Tiki 6 via svn on a2hosting
chibaguy: it works fine so far (just one error after installer about openbasedir but it seem to got "fixed" itself)
[14:14]
chibaguyah, ok.
is it shared hosting?
[14:14]
luciashchibaguy: it's virtual shared iirc [14:15]
CIA-60tikiwiki: 03jonnybradley * r30347 10/branches/6.x/lib/:
tikiwiki: [SVN] Release the revision fix on lib/jquery as other things need to be updated (sheet and colorbox at least).
tikiwiki: Cannot easily test without committing, so will be heavily testing for next couple of hours.
[14:15]
luciashchibaguy: has svn etc. and lot of stuff via cpanel [14:16]
chibaguynice [14:16]
luciashchibaguy: i will let u know how it goes with performance once i fill it with some content [14:16]
chibaguyok thanks. is the price pretty good? [14:17]
luciashit's about $5.5 now
they get monthly actions
[14:17]
chibaguyi see [14:18]
luciashi got it for some little cheaper during summer
i got the "Executive" plan
i think it was 40% off
[14:18]
sylviegluciash: do you have ssh access? [14:19]
luciashchibaguy: surprisingly i didn't have to run setup.sh after doing svn checkout
sylvieg: yes
[14:19]
sylviegcool [14:19]
luciashchibaguy: and the installer worked [14:19]
chibaguygreat [14:20]
luciashchibaguy: they're also listed on http://tiki.org/Tiki+friendly+hosts [14:20]
xavi_sylvieg, any field which is "drop down + other" (there are many)
sylvieg: they were not saved for that item yet, so that I epxected to see them with default values, even if the itemId is already created in a previous seection of the tracker
do you know what I mean, sylvieg? is this going to be possible? (wasn't it wokring already like this weeks ago? )
xavi_ confused
[14:20]
luciashchibaguy: memory limit is 128M by default [14:21]
sylviegsylvieg thought I fixed that ... [14:22]
xavi_xavi_ thought that also...
but must have broken again last week or so...
[14:22]
luciashluciash going to try that $jq.getScript [14:23]
***chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
[14:24]
chibaguySomewhere I'm making a mistake with $jq.getScript, maybe how it is used with the rest of the script code, but too late to think more about it tonight. [14:25]
xavi_btw, for direct references (in the acknowledgements), you might like to see the final version of the poster (luciash d'being, lphuberdeau, sylvieg, rodrigo_sampaio...): http://estbioinfo.stat.ub.es/wp-content/uploads/2010/09/jib2010_poster_Using_R_in_Tiki_v02.pdf
the whole Tiki & R communities are cited as "friendly developer community" :-)
bbl (go to pick the poster in paper from the shop)
[14:25]
luciashchibaguy: just put it in {jq}{/jq} in the custom end body code for example
xavi_: thanks
[14:26]
xavi_back (change of plans) [14:27]
luciashxavi_: LOL [14:27]
xavi_np, luciash , thanks to you and all who helped for PluginR
I need quit in short, and then, get the poster, and go teaching before airport tonight
[14:27]
CIA-60tikiwiki: 03jonnybradley * r30348 10/third_party/jquery/ (4 files in 2 dirs): [FIX] jquery: updating color box to 1.3.13 [14:29]
jonnybluciash: that jq update on 6.x should fix your chrome problem in 6.x [14:31]
luciashjonnyb: w00t :)
xavi_: good luck with your trip and presentation and all
[14:31]
jonnybcan you test js stuff generally a bit too? i i'm not around for 4 or 5 days so if the jquery update i just did is bad i won't be able to fix it after about 4 hours time...
yes, good luck xavi_ !
[14:32]
xavi_thanks jonnyb and luciash [14:33]
chibaguyok luciash I'll try that. [14:33]
luciashjonnyb: yea [14:34]
xavi_c u all [14:37]
***xavi_ has quit IRC (Quit: Page closed)
redflo has quit IRC (Quit: Leaving.)
[14:37]
luciashjonnyb: doesn't seem to work the $jq.getScript() method [14:39]
jonnybhuh? worked last time i used it [14:40]
Tikiwiki|botRecent Bug: Tracker item: #3614 - - Tiki produces wrong links - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3614 [14:40]
luciashjonnyb: ah, huh, sorry, have to reload L&F twice to get it correctly loaded [14:41]
Tikiwiki|botNew Forum Posts: tracker field gets garbled data - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39197 [14:42]
sylviegdoes somebody know the syntax for the body parameter of a plugin alias? [14:42]
chealerpolom [14:43]
jonnyb'lom chealer
sylvieg: the wish one on dev uses that i think - i copied it locally and it seemed to work
[14:43]
chibaguyg'night all. [14:44]
jonnybnite chibaguy [14:44]
***chibaguy has quit IRC (Quit: Find new themes for Tiki at http://themes.tikiwiki.org.) [14:44]
jonnybnkoth: you about?
looking at the IE thing (yum!)
[14:45]
nkothyes [14:45]
luciashchibaguy: http://paste-it.net/public/f4c7d9e/ [14:45]
nkothmy other email is almost back up :) [14:45]
jonnybthe recommended thing for 6.0 is not to use plugins in wysiwyg - use the html image button instead
luciash: chibaguy's gone (he's so lazy!) - i'm not sure that will work...
does lavalamp depend on easing?
[14:46]
nkothjonnyb: hmm. but it works fine in firefox :) Anyway I need to get this working so if you have some pointers let me know. [14:47]
sylviegjonnyb on dev.tiki.org? [14:47]
chealerjonnyb: it seems to suggest/recommend easing [14:48]
jonnybsylvieg: yes [14:48]
luciashjonnyb: i just pasted example which works for me for gary [14:48]
chealerhttp://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/
so it seems needed in this case (fx backout)
[14:49]
sylviegjonnyb: I can use some help - I can not find out [14:49]
jonnybchealer/luciash - if you want lavalamp to load after easing you need to put that 2nd getScript statement in the onload function for the first one, so nest them
luciash: in that example you might or might not get the easing bit - depending on load times etc
[14:49]
luciashjonnyb: ah
so just chain them ?
[14:50]
jonnybyup [14:51]
luciashor really nest is necessary (with function() {}) [14:51]
chealeraha
jonnyb: thanks, I hadn't heard about getScript
[14:51]
jonnyblike this: http://paste-it.net/public/u763702/ [14:53]
luciashjonnyb: simple chain doesn't work
ok
[14:53]
jonnybyes, not chaining but nesting, i mean [14:53]
luciashthought so :) thanks [14:54]
CIA-60tikiwiki: 03chealer * r30349 10/branches/6.x/lib/wiki-plugins/wikiplugin_attach.php: Plugin ATTACH: clarify description of page parameter
tikiwiki: 03chealer * r30350 10/branches/6.x/lib/wiki-plugins/wikiplugin_file.php:
tikiwiki: Plugin FILE:
tikiwiki: clarify how to use
tikiwiki: [FIX] remove absolute dependency on feature_wiki_attachments, since FILE now also supports files from galleries
tikiwiki: I'm not sure about the way it now complains when feature_wiki_attachments is actually missing.
[14:56]
amettecoaboa: excellent! Please invite him and make a note about who he is on the wikifest page :) [15:09]
***rodrigo_sampaio has joined #tikiwiki [15:17]
lphuberdeauchealer: there is still a feature check in the body of the plugin [15:21]
chealerlphuberdeau: yes, I added it to replace the absolute dependency declared in the plugin info function. now it's only checked if using an attachment (or actually, if not using a file from a gallery, which should mean an attachment is being used). there's still a lot of room of improvement on that plugin in terms of validation
(hi rodrigo_sampaio :-) )
[15:25]
rodrigo_sampaiohi chealer and lphuberdeau [15:26]
CIA-60tikiwiki: 03jonnybradley * r30351 10/branches/6.x/lib/jquery_tiki/tiki-jquery.js: [FIX] wysiwyg: Plugin dialog not appearing first time on IE
tikiwiki: 03jonnybradley * r30352 10/branches/6.x/lib/ (ckeditor_tiki/plugins/tikiplugin/plugin.js tiki-js.js): [FIX] wysiwyg: More defensive code to handle IE behaviour concerning text selection.
[15:28]
jonnybnkoth: try those two - helps in IE here [15:29]
nkothjonnyb: ok will try but in the middle of something else right now so maybe in an hour or so [15:30]
jonnybok, thanks
still got the appearing at the top thing, but fewer JS errors on the way :)
[15:30]
nkotheys I did notice the first js error that make it not appear 1st time [15:32]
CIA-60tikiwiki: 03chealer * r30353 10/branches/6.x/lang/fr/language.php: [FIX] French Admin Cache: replace "&" with "et" and avoid HTML special chars encoding issue for free [15:33]
Tikiwiki|botNew Forum Posts: Same Tiki, different DB? - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39199 [15:34]
chealerI'm getting a JS error with minify on dev.tiki.org: missing ; before statement http://cdn.dev.tiki.org/temp/public/minified_3af318c7fd663dd93778ed4afe14ea05.js Line 1074
{$.eachAsync(this,opts);return this;}}...rength","Valid User Name":"Valid User
Disable minify avoids, so I'll leave it disabled for now
[15:35]
luciashminify is always tricky thing :-/
either with JS or CSS
problem with CSS is that it may break some CSS hacks/workarounds
and bigger problem with CSS minify is even when you do minify in one file... because then you have no control of the order the CSS gets in and no control of overriding (last rule wins)
[15:40]
jonnybchealer: is there cdn.dev.t.o? [15:45]
chealerjonnyb: what do you mean? my mind is vague on what we do with CDN-s.
jonnyb: oh
[15:47]
jonnybyou pasted it
odd, no?
[15:47]
chealerjonnyb: like I'd need to clear cache on the CDN instead :-? [15:47]
jonnybhmm, not sure - never seen that before - changi ? [15:48]
chealerjonnyb: everything seems to come from there [15:48]
jonnybconfirmed i'm now getting a parse error on js minify, so checking the recent changes :( [15:49]
CIA-60tikiwiki: 03sylvieg * r30354 10/trunk/lib/wiki-plugins/wikiplugin_twitter.php: [NEW]twitter: plugin to display a tweet [15:49]
jonnybseems to need fixing about every 3 days...
chealer: looks like that async error is right on the last line (and it hasn't changed since before 5.0)
aha, it's the new stuff xavi added to the custom.js
no sorry - language.js
[15:49]
chealerjonnyb: hum, so minify would create a single file for all language, showing language-specific bugs everywhere? [15:52]
jonnybno, needs excluding from minify [15:53]
chealerjonnyb: I can't see problems in the 2 language.js files in 6.x (es and ca) at first look [15:55]
luciashgoogle chrome sucks when it comes to unresponsive pages/scripts :-/
sorry for the public rant
[15:55]
chealerI thought that was supposed to be its main strong point [15:56]
luciashit makes my whole desktop unresponsive then :( (100% CPU)
so don't wonder when i don't reply immediately your questions... it's my desktop is stuck thanks to chrome or some of its extensions :-p
[15:56]
chealerjonnyb: "{$.eachAsync(this,opts);return this;}})(jQuery)lang"...
there's a semi-colon missing between jQuery and "lang"
[15:57]
jonnybyup, that's what i thought [15:58]
chealerjonnyb: I'm sure I've already seen this too, quite a bit ago as you say. can't remember if we had solved it [15:58]
jonnybadding one in front of lang={ in the language files fixes it [15:58]
CIA-60tikiwiki: 03sylvieg * r30355 10/trunk/lib/setup/prefs.php: notice [15:58]
chealerthe first statement looks like a jQuery plugin, unfortunately all I know about those is they have weird syntax
jonnyb: oh yeah, I think we had that when one jQuery plugin had a bug
jonnyb: I think it was jQuery.sheet missing a semi-colon. we were in OVC hack labs and it was fixed by the time we found what was the issue, we just had to update externals.
[15:58]
jonnybasync not updated since 2008
going to fix your copy of it in trird_party and add a note to the readme
[16:01]
chealerjonnyb: I have to go, bbl [16:03]
***chealer has quit IRC (Remote host closed the connection) [16:03]
Tikiwiki|botNew Forum Posts: Module Page is not shown correctly - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39201 [16:04]
CIA-60tikiwiki: 03jonnybradley * r30356 10/third_party/jquery/ (jquery-tiki-readme.txt jquery.async.js): [FIX] js minify: Adding trailing semicolon to 3rd party lib jquery.async.js - broken minify when other JS added after it (like language.js)
tikiwiki: 03jonnybradley * r30357 10/branches/6.x/lang/en/language.js: [MOD] language.js: Comment English translation strings to save a little memory and processing.
[16:06]
..... (idle for 20mn)
luciashluciash going to test jonnyb's jquery commits (finally) [16:30]
***fabricius has joined #tikiwiki [16:31]
fabriciusPolom [16:31]
jonnybthanks luciash - i have about 2 hours left...
polom fabricius
[16:31]
fabriciusamette and me updated and restructured the WikiFestBln Website, feel welcome to have a look, sign up and add your projects / issues.
http://wikifestbln.org and http://tiki.org/TikiFestBerlin2010
[16:31]
CIA-60tikiwiki: 03jonnybradley * r30358 10/branches/6.x/lib/ckeditor_tiki/plugins/tikiplugin/plugin.js: [FIX] wysiwyg: Lock selection in IE before showing popup plugin form so it gets inserted in the right place (more often). [16:33]
jonnybnkoth: another fix for IE - should help the multiplying images problem on your wish [16:33]
nkothjonnyb: cool will test together shortly [16:34]
jonnybsame thing is probably needed elsewhere - checking (like tikilink) [16:34]
nkothso far internal wiki links have been inserting correcly for me [16:34]
luciashjonnyb: can we use ajax + xajax and still have opt-out to use the classic preview while editing wiki pages ? [16:35]
nkothbut the selection was not selecting the text before though
but that's minor
[16:35]
jonnybi got an error straight off
not currently - it's tied to autosave actually, so disabling that will stop it
[16:35]
nkothI have autosave on [16:36]
jonnybbut have you tried the popup window mode of it? [16:36]
nkothno
popup window mode?
[16:36]
jonnybsorry - replying to luciash
re preview
[16:36]
luciashjonnyb: ah, autosave, ok [16:37]
coaboahi fabricius: the page projects is now meaningless unless a vistor checked the subpages camp and hack? Why not put content of both back on projects? [16:38]
luciashgoddamnit, why is the layout broken again on branch6 ? [16:41]
jonnybluciash: if you want all the js etc to work in preview you can open it in a popup window (the green arrow next to the mode dropdown) [16:42]
luciashah, sorry, seems my browser fault
resizing window fixed it :-p
[16:42]
jonnyb(phew!) [16:42]
luciashjonnyb: ok [16:42]
fabriciushi coaboa when you watch the left menu, you will see direct links to both pages
just didn´t renamed or deleted, in the case s.b. had ((projects)) as a bookmark or so
I am not emotional on that, but in my understanding, hacking projects (coders sitting together and discuss code or hack) and camp projects (doing presentations and discuss user related stuff)
would be two different things.
[16:43]
ametteyes, they basically are - but in the beginning we might want to put them on one page
as we don't have too many projects yet
[16:44]
coaboa;-) to much structure gets content hidden [16:44]
ametteand as wikicamp stuff might be strongly connected to wikihack stuff or resulting out of it
yup, yup - well said :)
[16:44]
fabriciusI look at it from the view of a user / author, who is not yet able to code - perhabs if we put it on one page and make kind of a toc (didn´t think on that) [16:45]
coaboa+1 [16:46]
fabriciusI could do that and after amette deletes the other two pages [16:46]
ametteyes, we have that now with the menu page, right?
which pages need to be deleted?
[16:46]
fabriciusmoment - first I copy stuff back to projects - give me two minutes - then delete "hack projects" and "camp projects" - please wait a sec [16:47]
luciashsylvieg: around ? [16:48]
jonnybi think the jquery update has broken autosave... going to rollback to 1.4.2
IE strangely ok still though...
[16:51]
luciashjonnyb: nooo, i get no js errors so far :)
jonnyb: i am not sure if u updated colorbox ?
[16:52]
jonnybi get a "can't remove autosave" on saving or cancelling an edit [16:53]
luciashbut it behaves nicely here [16:53]
jonnybyes, colorbox now up to date [16:53]
luciashah, i forgot i have still overwrote the files locally with the new colorbox
ah, k, i will rather remove them and re-svn up them
[16:53]
fabriciusamette: done - merged to projects, you can delete the other two now [16:54]
luciashjonnyb: hmm, svn up did overwrote them it seems (the local changes)... at least svn status --ignore-externals doesn't show them as M [16:55]
jonnybno, they're in an external [16:56]
Tikiwiki|botNew Forum Posts: Login integration with Joomla? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39203 [16:56]
luciashjonnyb: will the colorbox stay fixed (for chrome) if you rollback jquery ?
jonnyb: right, but it doesn't show any M files either, so should be fine
[16:56]
jonnybyes, i removed the fixed revision in 6.x (hence the jquery update)
yes, will be the same as yours (the README changed too)
[16:57]
amettefabricius: "hack projects" and "camp projects" removed all versions - done [16:57]
fabriciusthx amette and coaboa [16:58]
luciashjonnyb: great [16:58]
***chealer has joined #tikiwiki [17:00]
luciashjonnyb: perfect, this works nicely now on wiki pages: {img fileId=1 thumb=y rel="box[g];" title="%name% - %description%"} [17:02]
Tikiwiki|botNew Forum Posts: HTTP > HTTPS redirect broken - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39204 [17:06]
CIA-60tikiwiki: 03jonnybradley * r30359 10/branches/6.x/lib/ajax/autosave.js: [FIX] autosave: ignore sprurious ajax error, now happening on save or cancel after the jquery 1.4.3 update. The autosave still gets removed ok, it seems...
tikiwiki: 03jonnybradley * r30360 10/branches/6.x/lib/ (jquery_tiki/tiki-jquery.js tiki-js.js): [FIX] wysiwyg: Even more defensive code to handle IE behaviour.
[17:08]
jonnybchangi: any way you could do a beta 3 release any time soon? (next few days? i'm busy/away) [17:12]
rodrigo_sampaioluciash or other css expert: any idea why .postbody-title (used afaik only for blog post and comment title) is basically a copy of the site header on fivealive theme?
luciash: I supposed this is not intentional and should be changed. I can change that, just checking here before to confirm if there is no reason for that.
[17:16]
luciashrodrigo_sampaio: ask gary, i think it's just quick way how to have the background gradient there [17:17]
rodrigo_sampaioluciash: but now someone changed something and it is ugly :)
luciash: I wil check with gary
[17:17]
luciashrodrigo_sampaio: ah, maybe it was me
:D
[17:18]
rodrigo_sampaioluciash: :D [17:18]
luciashi will check and un-uglify it (or you can if you have it on hand) [17:18]
chealerjonnyb: thanks, I re-enabled Minify JavaScript on dev.tiki.org and... there's a rarer error left [17:18]
rodrigo_sampaioluciash: if you can do that I prefer
luciash: not really sure what changed
[17:18]
luciashrodrigo_sampaio: ok, i will fix what i broke [17:19]
rodrigo_sampaioluciash: thanks [17:19]
luciashrodrigo_sampaio: basically i just modified the header bg image and it is not now that huge
so maybe it is not that wide for these blog titles
anymore
[17:19]
rodrigo_sampaioluciash: imho we could have something other than the bg image for blog post and comment titles [17:19]
luciashyea [17:20]
rodrigo_sampaioluciash: well, thanks anyway :) [17:20]
chealerjonnyb: when you go to an area of the admin panel, say performance, there's an AJAX-related error, a very long one
xajax_core.js (ligne 395)
[17:21]
jonnybhmmm - xajax is mucky code
didn't use to break minify though?
[17:23]
chealeroh, forget that, it's not related to AJAX, it's from the minified file [17:23]
jonnybwell it is sort of - it's rapheal again [17:24]
chealerapparently another plugin-related thing. the error is not the same, it says "[huge piece of code] is not a function
yes, seems to be jquery.sheet's minified raphael
[17:24]
jonnybi see: TypeError: Result of expression near '...phael=a:Raphael=a})(...' [undefined] is not a function [17:24]
chealerjonnyb: so is that a known issue? [17:24]
jonnyb:(
it's caused a few, but i thought we fixed them
(by not minifying it)
[17:24]
chealerjonnyb: maybe that's a variation of my error. I'm in Iceweasel 3.6 (Firefox) [17:25]
jonnybprobly [17:26]
chealerjonnyb: well the only Raphael files I see in 6.x at first sight are minified [17:26]
jonnybsept7 may have "fixed" it - he emailed that he wanted to try this (i told him it didn't work) [17:28]
luciashtime to add raphael properly as lib/raphael/ and link to it ?
hint hint ;)
[17:29]
jonnybthat won't make it minify properly (needs fixing inside the files)
also fixing it in 6.x means more weeks of betas etc
meanwhile, i'll try and work out what's happened
[17:29]
chealerjonnyb: sorry, "try this", "this"=?
or you mean he may have fixed it without commiting?
[17:34]
jonnybchealer: no, it's not changed in setup - must be an ajax problem we hadn't spotted at first [17:35]
fabriciuscoaboa: and JoernOtt as far as I understood by some postings in the mailinglist, you both have been quite active in german translation. I started to do so a couple of days before and would like to continue by Saturday to get most stuff done till the release.
would you both see any necessity to synchronize / to coordinate related to syntax or wording or a consistent system where to write "big" letters and where not?
could be the first task for the german language user group ;-)
[17:41]
ricks99have no idea [17:42]
nkothjonnyb: testing now wysiwyg
If I get a "Development notice: Could not fine plugin being edited. sorry. Choose cancel to debug" what doe sit mean?
btu if I click OK, the change applies
[17:43]
luciashluciash cannot find where is the wysiwyg checkbox again - still not used to use the config search :-p [17:46]
jonnybnkoth: looks like you ended up somewhere so odd i couldn't debug it (if you clicked cancel you;d go into the js debugger, if you have one running)
luciash: good point - wysiwyg is still in experimental - shall i move it in to "new"? (think it's good enough for that now)
[17:59]
CIA-60tikiwiki: 03changi67 * r30361 10/branches/6.x/lib/setup/twversion.class.php: [REL] Preparing 6 beta3
tikiwiki: 03changi67 * r30362 10/branches/6.x/README: [REL] Update README file for 6.0beta3
[18:04]
jonnybchangi: you there?
i have one more fix (thanks to chealer ;) )
be 5 minutes
[18:05]
nkothhonnyb: why is the debugger not firing?
mayev I have to restart
[18:07]
jonnybfirebug? just have it open on the script tab [18:07]
nkothno IE script ddebiugger [18:07]
jonnybinstalled dev tools? [18:07]
nkothyes
it
s coming
let me try again
[18:08]
jonnybshould respond to the same command
you may need to turn debugging on
[18:08]
nkothit's on. yesterday when I ran into a js error, it would popup the error message asking me to debug
the normal error message that IE shows
[18:10]
jonnybbut before that it's "off" i think [18:10]
nkothtoday. I get your popup and when I click cancel no debugger fires
I went to advanced settings and undisabled the dubbers
[18:10]
jonnybopen the devtools window and start the debugger [18:11]
nkothI see, ok i try that
if (plugin_el.length ==1 else devugger
well the thing is that other then this message it seems to work
[18:11]
jonnybah, that one is where it can't tell which plugin you had selected, and there's more than one of them on the page (so it can't tell which one) [18:13]
nkothso it guesses? [18:14]
CIA-60tikiwiki: 03sampaioprimo * r30363 10/trunk/lib/importer/ (tikiimporter_blog.php tikiimporter_blog_wordpress.php):
tikiwiki: wordpress importer: set new blog as tiki home page and close http client
tikiwiki: connection - first commit using git :-D
tikiwiki: 03changi67 * r30364 10/branches/6.x/lang/ (47 files in 47 dirs): [REL] Update language.php files for 6.0beta3
[18:15]
jonnybhmmm - chealer - seem to have swapped that raphael js error for another one... [18:16]
rodrigo_sampaiogreat! apparently git svn is working, just did my first commit (r30363) to tiki using git :D [18:17]
changiricks99: Changelog updated with 89 new commits (revision 30360 to 30218), excluding duplicates, merges and release-related commits. [18:21]
nkothjonny, that plugin_el.length is not 1 does not seem to affect the functionality (at least for the image plugin). [18:21]
changijonnyb: no problem, i am at the begining [18:21]
jonnybwell done changi - thanks
i have about 30 mins left... off out soon
[18:21]
changijonnyb: you will just not be in the changelog :) [18:22]
jonnybnkoth: that line should be commented out then for release - could you? [18:22]
nkothok, I comment it out [18:22]
jonnybchangi: i'll live ;) [18:23]
CIA-60tikiwiki: 03changi67 * r30365 10/branches/6.x/changelog.txt: [REL] Update changelog.txt for 6.0beta3 [18:25]
ricks99Thanks changi. i'll send out a news release when b3 is ready [18:26]
changiricks99: should be soon, when jonnyb commit his last one :) [18:28]
jonnybyes, sorry - it's being stubborn (firebug really doesn't like minify!) [18:28]
***robertplummer has joined #tikiwiki [18:28]
robertplummerchealer: I'm getting an error on file galleries, and I have no idea how to track it down. [18:29]
ricks99seems like we're always waiting on jonnyb :) [18:29]
robertplummerchealer: url - http://division7inc.com/site/tiki-list_file_gallery.php
what do you think?
[18:29]
chealerchealer back [18:29]
robertplummerchealer: the db is up to date, and there is no data I need in the tables, should I drop them, and then re-add them? [18:30]
chealerjonnyb: so the new isn't easier :-S
new one
hi robertplummer
[18:31]
CIA-60tikiwiki: 03jonnybradley * r30366 10/branches/6.x/lib/headerlib.php:
tikiwiki: [FIX] ajax/js minify: Move the logic for external and dynamic js files into getMinifiedJs so the same thing happens in ajax calls (thanks chealer)
tikiwiki: Now causes a different JS error (in admin for instance) but is more logical.
[18:32]
robertplummerhey chealer, I honestly don't know who to talk to about this. [18:32]
chealerrobertplummer: hum, that error message is not too helpful. in factI didn't realize we had such unhelpful messages [18:32]
robertplummerYahoo hosting ;) [18:33]
changichealer: agree, no sql query display or where it failed :)
jonnyb: is it ok ?
[18:33]
jonnybnot quite - sort of better... [18:34]
chealerjonnyb: heh, thanks. and don't worry too much, at least pages seem mostly usable
s/mostly usable/usable and mostly working/
[18:34]
jonnybgot about 5 mins left - still hoping for a little fix [18:35]
changichealer: are you going to berlin in november ? [18:35]
chealerrobertplummer: Yahoo hosting, eh... [18:35]
robertplummeryea, everything was working great. [18:36]
chealernot the ideal setup to debug something so unhelpful [18:36]
robertplummerThen I did an upgrade to the latest 6.x, about a week ago, and it went belly up. [18:36]
nkothsheesh now the help button fails on me [18:36]
chealernkoth: I had trouble with the editor help button in 6.x yesterday
(presumably persists)
[18:37]
jonnybnkoth: oops, sorry - i fix [18:37]
changijonnyb: one more :) [18:38]
jonnybnkoth: i thought i got all those in r30360
it was a fix for IE that the others didn't like
[18:38]
chealerchangi: presumably not. I'm in Quebec, I'm not going to Europe for 3 days. it could depend on what follows (TikiFest in UK would be nice) [18:39]
changichealer: ok [18:39]
robertplummerOk, I started commenting parts out of tiki-list)file_gallery.php, and I found that line 757 - 823 are killing it.
chealer
yup, I removed that chunk, and now it works (to some degree)
[18:40]
chealerrobertplummer: so you have no idea what happened when/before it broke? [18:41]
changirobertplummer: you are talking about the slideshow ? [18:42]
robertplummerchealer: just normal upgrade.
yup
doing some detective work to find the culprit in that file.
[18:42]
chealerrobertplummer: so as soon as you updated to 6.x the file galleries broke? [18:42]
robertplummeryup
but only on this environment.
possibly a php version issue.
[18:42]
chealerrobertplummer: what are the error reporting settings? [18:43]
changichealer: i'm up2date on 6 beta 2 and my filegal is working [18:43]
robertplummerthey are on, both in tiki and yahoo, but neither are throwing errors. [18:43]
chealerchangi: me too
robertplummer: what is it set to? is it for admins only, and what errors are reported?
robertplummer: the error you're getting comes from templates/database-connection-error.tpl
you can see what you get is the else of an if looking at these settings
[18:43]
robertplummerhttp://division7inc.com/site/tiki-list_file_gallery.php
Now we get the error!
I could swear I had that on!
The error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'UNION'
Do I need to convert it all over to utf8?
[18:46]
CIA-60tikiwiki: 03jonnybradley * r30367 10/branches/6.x/lib/smarty_tiki/block.add_help.php: [FIX] wysiwyg: Strange consequence of IE fixes breaking other browsers - one missed "destroy" (well spotted nkoth) [18:48]
jonnybok changi - i give in (have to go out) - the xajax minify thing will have to wait [18:48]
changijonnyb: ok thx
robertplummer: would be better
[18:48]
jonnybi'll be back online properly in a few days - bye all
(hi robertplummer :) )
[18:48]
changijonnyb: bye [18:49]
robertplummerhey jonnyb [18:49]
changirobertplummer: be carefull if you already have some file in the database [18:49]
robertplummerI don't
just some regular site data
[18:49]
chealerrobertplummer: oh, I saw that one recently. I don't understand the error, but it's related to encoding. [18:49]
changirobertplummer: robertplummer just make a quick backup before [18:49]
chealerrobertplummer: it shouldn't happen if your DB is UTF-8, yes
bye jonnyb
[18:50]
CIA-60tikiwiki: 03changi67 * r30368 10/branches/6.x/changelog.txt: [REL] Update changelog.txt for 6.0beta3 [18:51]
jonnybbye all [18:52]
***jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [18:52]
CIA-60tikiwiki: 03changi67 * r30369 10/branches/6.x/copyright.txt: [REL] Update copyright.txt for 6.0beta3 [18:53]
***robertplummer has quit IRC (Ping timeout: 265 seconds)
robertplummer has joined #tikiwiki
[18:54]
robertplummerlol, firefox..... What did mozilla do?
I ran the backup, and firefox bombed because it was 28k lines....
chealer: new error when I try to convert...... "MySQL INFORMATION_SCHEMA not available. Your MySQL version is too old to perform this operation."
What now?
[18:54]
chealerrobertplummer: indeed, if you're on MySQL 4? [18:56]
robertplummerMySQL 4.1.14
:(
[18:57]
chealerrobertplummer: yeah, MySQL 5 is required: http://doc.tiki.org/Requirements#MySQL [18:58]
robertplummero come on, it runs everything else just fine
Any way I can run the upgrade on the server?
[18:58]
chealerrobertplummer: upgrading MySQL? I don't know Yahoo, but I hope, MySQL 4 is really obsolete. [18:59]
robertplummerNo run the conversion I mean. [18:59]
CIA-60tikiwiki: 03nkoth * r30370 10/branches/6.x/lib/tiki-js.js: [FIX] Remove debugging as it seems OK now [19:01]
chealerrobertplummer: maybe, I don't have enough time now but you could try setting client_charset=latin1 in local.php if it's an ASCII-only website [19:04]
***Andurino has joined #tikiwiki [19:10]
..... (idle for 20mn)
FrankP has quit IRC (Quit: Nettalk6 - www.ntalk.de)
conner_bw has joined #tikiwiki
[19:30]
CIA-60tikiwiki: 03changi67 * r30371 10/branches/6.x/db/tiki-secdb_6.0_mysql.sql: [REL] SecDB for 6.0beta3 [19:34]
***ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) [19:37]
CIA-60tikiwiki: 03changi67 * r30372 10/tags/6.0beta3/: [REL] Tagging release [19:40]
changirobertplummer: you can do database changes by hand, and check sql query in tiki-installer
robertplummer: like chealer said, Mysql 5 is required
[19:41]
luciashchangi: marc requested some icons on admin panel update and i need to fix the blog posts headers background image; will they still be allowed between beta3 and RC ? [19:43]
changiluciash: no prob for me
luciash: but you have to convince Jonny :)
[19:43]
luciashchangi: i consider you as a vice-release manager now, when jonny is out of town ;) [19:44]
robertplummerWhen converting db over to uft8, how do you turn off full-text indexes? [19:45]
changiluciash: ok, as it is just image, i agree [19:45]
robertplummerIt won't let me convert the fields...
columns I mean
[19:45]
changirobertplummer: that's a good question
robertplummer: you mean in tiki, or in mysql directly ?
[19:46]
robertplummermysql directly.... [19:46]
changirobertplummer: don't know [19:48]
***JoernOtt has quit IRC (Ping timeout: 250 seconds) [19:49]
robertplummer has quit IRC (Quit: Page closed) [19:54]
luciashhmm, after applying the recmmended WYSIWYG_6x profile, trying to blog post, there is just empty area for blog body and ajax loader indicator in the excerpt textarea, which never finishes the loading :-/ [19:58]
nkothluciash: a new post? [20:02]
luciashyep, fresh new
going to try to disable blog excerpts
[20:02]
nkothonly thing I can suggest is to compare the difference between the code that renders the textarea vs wiki [20:04]
luciashUse post excerpt in blog Display Options
yeah, disabling that option "fixes" it
[20:04]
nkothok that's good - makes sense [20:07]
luciashbad, while trying to save that new wysiwyg blog post i get JS alert: Auto Save removal returned an error: undefined [20:10]
***Andurino has left [20:12]
luciashannoying, have to "disable further alerts on this page" and then it gets saved [20:13]
CIA-60tikiwiki: 03chealer * r30373 10/trunk/lib/wiki-plugins/ (wikiplugin_attach.php wikiplugin_file.php): Plugins ATTACH and FILE: improve showdesc parameter input, using options (dropdown) [20:16]
tikiwiki: 03chealer * r30374 10/trunk/lib/wiki-plugins/wikiplugin_annotation.php: Plugin ANNOTATION: use options (dropdown) for align parameter [20:28]
***MacLeod has quit IRC (Quit: Page closed) [20:39]
......... (idle for 41mn)
conner_bw has quit IRC (Quit: conner_bw) [21:20]
sylvieghow do I rename a file with svn? [21:21]
rodrigo_sampaiosylvieg: svn mv? [21:25]
***eromneg has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.11/20101012113537]) [21:27]
sylviegthx rodrigo_sampaio changi is doing the job ;-) [21:28]
***marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[21:30]
marclaportepolom
a question about a fresh install of Tiki6 Beta3: tiki_p_promote_page appears
this is because installer/schema/20100727_tiki_p_promote_page.sql is run (it should have been called 20100727_tiki_p_promote_page_tiki.sql))
do I rename?
or just delete?
bcause later, it's renamed to share
[21:35]
luciashappears ?
u mean perm ?
[21:40]
CIA-60tikiwiki: 03changi67 * r30375 10/branches/6.x/ (12 files in 7 dirs): [FIX] Rename tiki-invit to tiki-invite [21:40]
changii hope that jonny will accept it :) [21:41]
***papo has joined #tikiwiki
papo has left
[21:41]
changiok, now sleeping time.
bye
[21:42]
***changi is now known as changi|away [21:42]
marclaporteluciash: yes, perm [21:53]
CIA-60tikiwiki: 03changi67 * r30376 10/branches/6.x/ (tiki-invite.php tiki-invited.php): [FIX] Rename tiki-invit to tiki-invite - missing replace [22:04]
luciashmarclaporte: try this
r30377
[22:06]
***rodrigo_sampaio has quit IRC (Quit: Leaving.)
rodrigo_sampaio has joined #tikiwiki
[22:07]
CIA-60tikiwiki: 03luciash * r30377 10/branches/6.x/pics/large/ (rating.png rating48x48.png): [NEW] icons for rating admin panel
tikiwiki: 03changi67 * r30378 10/branches/6.x/ (tiki-invite.php tiki-invited.php): [FIX] SCRIPT_URI does not exist when using php5 in CGI
[22:07]
***rodrigo_sampaio has quit IRC (Client Quit) [22:08]
CIA-60tikiwiki: 03marclaporte * r30379 10/branches/6.x/installer/schema/ (2 files): .sql files must end with _tiki.sql
tikiwiki: 03changi67 * r30380 10/branches/6.x/tiki-invited.php: [FIX] Wrong parameter
[22:10]
changi|awaychangi|away beta3 is out, please test [22:18]
marclaporteluciash : perfect! there is a link to ratings at the bottom of tiki-admin.php that can be removed when you add link [22:20]
luciashi am focusing on the icons now, i will not add the panel icon now
"fixing" some others
[22:21]
marclaporteok
bbl
[22:21]
***marclaporte has quit IRC (Read error: Connection reset by peer) [22:26]
chealer has quit IRC (Ping timeout: 265 seconds) [22:32]
Tikiwiki|botNew Forum Posts: Illegal Offset error when assigning permissions - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=39220 [22:43]
..... (idle for 22mn)
CIA-60tikiwiki: 03luciash * r30381 10/branches/6.x/pics/large/ (webservices.png webservices48x48.png): [ENH] better icons for webservices admin panel [23:05]
luciashhmmmmmm, i enabled all features and now i get System error (MySQL): Table 'tikibranch6.tiki_credits_types' doesn't exist
the query was: SELECT `credit_type`, `display_text`, `unit_text`, `is_static_level`, `scaling_divisor` FROM `tiki_credits_types`
just by trying to go to tiki-admin.php
actually any tiki page :(
this is really showstopper it seems :-/
something missing in upgrade sqls ?
luciash trying to upgrade if he didn't miss something today
upgraded
still there
(happens only when i login - as admin currently)
[23:14]
..... (idle for 21mn)
Tikiwiki|botRecent Bug: Tracker item: #3615 - - Wysiwyg Image Plugin Editor in IE7 erases image on insert - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3615 [23:40]
***Caarrie|away is now known as Caarrie [23:45]
luciashstrange, because it is in 20100817_credits_tiki.sql installer schema [23:51]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)