←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | mohrt has joined #tikiwiki
mohrt has left | [00:00] |
femabr has joined #tikiwiki | [00:05] | |
femabr | what is the syntax to make a note (blocknote) in a wiki ? | [00:05] |
*** | mohrt has joined #tikiwiki | [00:11] |
redflo has left | [00:22] | |
lindonb has quit IRC (Quit: lindonb) | [00:35] | |
.......... (idle for 45mn) | ||
Caarrie|away is now known as Caarrie|sleeping | [01:20] | |
.... (idle for 16mn) | ||
idle-_ has quit IRC (Ping timeout: 255 seconds)
idle- has joined #tikiwiki femabr has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014]) | [01:36] | |
...... (idle for 28mn) | ||
white has joined #tikiwiki
cdrwhite has quit IRC (Ping timeout: 245 seconds) goj|ghost has joined #tikiwiki goj has quit IRC (Read error: Operation timed out) goj|ghost is now known as goj fabricius has quit IRC (Ping timeout: 260 seconds) | [02:07] | |
Tiki|bot | New Forum Posts: Getting rid of icons - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39824
New Forum Posts: facebook like button interfering with site - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=39823 | [02:23] |
*** | mohrt has quit IRC (Quit: Leaving.)
mohrt has joined #tikiwiki mohrt has left | [02:33] |
......... (idle for 41mn) | ||
teresatrimm has left | [03:19] | |
.... (idle for 15mn) | ||
lindonb has joined #tikiwiki | [03:34] | |
................. (idle for 1h20mn) | ||
chealer has quit IRC (Read error: Connection reset by peer) | [04:54] | |
lindonb has left | [05:01] | |
........ (idle for 36mn) | ||
fabricius has joined #tikiwiki | [05:37] | |
fabricius has quit IRC (Ping timeout: 260 seconds) | [05:48] | |
........................ (idle for 1h57mn) | ||
kiilo has joined #tikiwiki | [07:45] | |
coaboa||away has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 245 seconds) | [07:50] | |
........... (idle for 54mn) | ||
Sug4r has quit IRC (Ping timeout: 265 seconds)
luciash has quit IRC (Ping timeout: 276 seconds) | [08:44] | |
kiilo has quit IRC (Ping timeout: 272 seconds) | [08:51] | |
..... (idle for 23mn) | ||
luciash has joined #tikiwiki
luciash has quit IRC (Changing host) luciash has joined #tikiwiki ChanServ sets mode: +o luciash Sug4r has joined #tikiwiki | [09:14] | |
kiilo has joined #tikiwiki
kiilo has quit IRC (Ping timeout: 250 seconds) | [09:23] | |
...... (idle for 26mn) | ||
coaboa||away is now known as coaboa | [09:53] | |
coaboa | a "Hi" to the tikiverse | [09:53] |
..... (idle for 21mn) | ||
Tiki|bot | New Forum Posts: Colorbox Plugin parameters - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39826 | [10:14] |
........ (idle for 37mn) | ||
CIA-79 | tikiwiki: 03Jyhem * r31379 10/branches/proposals/3.x/lib/wiki-plugins/wikiplugin_subscribegroup.php: [FIX] Being in an included group is not incorrect, and can be handled | [10:51] |
........ (idle for 37mn) | ||
*** | Caarrie|sleeping is now known as Caarrie|away
redflo has joined #tikiwiki | [11:28] |
kiilo has joined #tikiwiki | [11:34] | |
CIA-79 | tikiwiki: 03xavidp * r31380 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_rr.php: [MOD]A new command ggsave (from the nice ggplot package) to be sent through plugin validation | [11:35] |
*** | jonnyb has joined #tikiwiki | [11:41] |
.......... (idle for 46mn) | ||
ricks99 has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki | [12:27] | |
changi|afk | jonnyb: hi | [12:29] |
*** | changi|afk is now known as changi|work | [12:29] |
ricks99 | hi all :-) | [12:29] |
jonnyb | polom changi|work, ricks99 and all | [12:29] |
changi|work | jonnyb: i have a question for jquery master and more precisely checkbox. | [12:30] |
Tiki|bot | Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you!
Welcome to the official Tiki Wiki CMS Groupware channel. Please ask your question directly. Don't ask to ask. Someone will reply if and when they know the answer. Welcome again and please stay a while. Thank you! | [12:30] |
jonnyb | thanks Tiki|bot :) | [12:31] |
changi|work | jonnyb: i have a list a 100 checkbox, i want to be able to check some of them in javascript using a specific patern
jonnyb: is that possible ? for example: i want to check all checkbox starting with A | [12:32] |
jonnyb | sry changi|work - back
certainly - i'll find you the doc (do you mean id starting with "A", name, contents? they're all possible with different selectors) - 1 mo | [12:35] |
changi|work | name starting with A | [12:36] |
jonnyb | ok, trry this: http://api.jquery.com/attribute-contains-prefix-selector/
so you want $("input[name|=A]") you can play with it in the console with $("input[name|=A]").click() for instance | [12:37] |
changi|work | jonnyb: yes, in fact i will put some more checkboxs at the top | [12:38] |
Tiki|bot | Recent Bug: Tracker item: #3711 - - Enhancement for sorting items within structures - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3711 | [12:38] |
changi|work | does this work with jquery-ui or need i to add full jquery ? | [12:39] |
jonnyb | no, just jQuery
jq-ui are the add on objects like tabs, progress bar, dialog etc | [12:39] |
changi|work | ok, i was asking because i already have jquery-ui added in this page | [12:40] |
jonnyb | http://jqueryui.com/demos/ | [12:40] |
changi|work | and a jquery-1.4.2.min.js
i that enough ? | [12:41] |
jonnyb | you don't need jquery-ui for anything that's not on http://jqueryui.com/demos/
i.e. the basic $() stuff | [12:41] |
changi|work | i already use tabs :) | [12:42] |
CIA-79 | tikiwiki: 03jonnybradley * r31381 10/trunk/ (3 files in 3 dirs): [MRG] Automatic merge, branches/6.x 31374 to 31378 | [12:49] |
changi|work | jonnyb: now you can i get this work with an array ? | [12:49] |
jonnyb | how do you mean?
on http://dev.tiki.org/Tiki6#Regression_bugs the only one still outstanding is the one about forum links - can anyone explain it to me? (then i'll fix it) | [12:49] |
ricks99 | @jonnyb: i has to do if the forum thread has multiple pages and the default view is anything *other then* flat
no matter the link, Tiki always only shows page 1 of comments | [12:52] |
jonnyb | so it doesn't use the page number you mean (i find tiki forums totally baffling and never use them)
ok, i'll investigate - probably a query_auto_args missing | [12:52] |
ricks99 | i've seen it on this thread in t.o: http://tiki.org/tiki-view_forum_thread.php?comments_parentId=35775&topics_offset=7&topics_sort_mode=lastPost_desc&forumId=6
the thread is 3 pages long, but notification links always only show page 1 | [12:54] |
changi|work | jonnyb: should this $('input[value|="www"]').each(function() { this.checked = checked_status; }); work ? | [12:54] |
jonnyb | ricks99: ok, so the links on the pages are ok, it's just in the mails? | [12:55] |
ricks99 | afaik | [12:55] |
jonnyb | thx ricks99 | [12:55] |
rodrigo_sampaio | jonnyb: as far as I know yes, the problem is only in the notification messages send by email | [12:55] |
jonnyb | changi|work: what is checked_status | [12:55] |
rodrigo_sampaio | jonnyb: but I guess we are talkin about two different problems | [12:55] |
jonnyb | ho rodrigo_sampaio - thx 2 | [12:55] |
changi|work | checked | [12:55] |
rodrigo_sampaio | jonnyb: I was not aware of this problem with pagination | [12:56] |
jonnyb | what's the other one?
(lost now) | [12:56] |
rodrigo_sampaio | jonnyb: in other words, when you receive a notification email the link points you to the first page regardless if the topic has more than one page
jonnyb: this is the first one | [12:56] |
jonnyb | ok | [12:56] |
rodrigo_sampaio | jonnyb: explained by ricks99 and I was not aware of this one | [12:56] |
jonnyb | ricks99: wasn't that exactly what you just said?
"ricks99: the thread is 3 pages long, but notification links always only show page 1" | [12:57] |
ricks99 | ricks99 thinks that rodrigo)sampaio & i are talking about the same thing? | [12:57] |
rodrigo_sampaio | jonnyb: yes, this is the one he explained
jonnyb: but there is a second one, both are related | [12:57] |
jonnyb | ok, i'll try and fix that one... | [12:58] |
rodrigo_sampaio | jonnyb: I will explain it, I can't type in English that fast :P | [12:58] |
ricks99 | ricks99 will drink more coffee and let rodrigo_sampaio explain. | [12:58] |
jonnyb | thanks rodrigo_sampaio - no rush... | [12:58] |
rodrigo_sampaio | jonnyb: the second problem is that the anchor for the forum topic is wrong | [12:58] |
jonnyb | i need to make a thread locally that is more than a page long! :P | [12:59] |
rodrigo_sampaio | jonnyb: no matter if the topic has just one page or more than one page | [12:59] |
ricks99 | @jonnyb: u can simply change the the # of reccords per page to "2" | [12:59] |
changi|work | jonnyb: ok will find out, thank you | [12:59] |
rodrigo_sampaio | jonnyb: the expected behavior is that when you click in the link you go directly to the new message instead of the top of the page | [12:59] |
jonnyb | hmmm, it sounds like this may not be just a "fix" but forums haven't been written with the concept of more than one page (properly) | [13:00] |
ricks99 | I thought the expected behavior is to show the full thread -- not simply the message -- but anchored at the new msg?
showing the reply out of context is not very helpful (imho) | [13:00] |
rodrigo_sampaio | ricks99: yes, you are write. this is what I meant but I said something differently
fixing the anchor should be easy, the pagination, as jonnyb said, I think it is not just a quick fix | [13:01] |
*** | kiilo has quit IRC (Quit: leaving ...) | [13:09] |
.... (idle for 19mn) | ||
changi|work | jonnyb: found what i need : value*=toto :) | [13:28] |
jonnyb | super - sorry, i lost track there
it's all in api.jquery.com though | [13:28] |
changi|work | jonnyb: i found it. JQuery is so easy when you have examples :)
like tiki :) | [13:33] |
jonnyb | hmmm, examples can be wrong though... ;)
the api is the ultimate source | [13:34] |
changi|work | was talking about api examples. | [13:34] |
*** | conner_bw has joined #tikiwiki | [13:34] |
changi|work | on http://api.jquery.com/category/selectors/ | [13:35] |
jonnyb | phew, as long as you're not using _my_ examples in tiki! :P
once you're more familiar this is quite nice too: http://api.jquery.com/browser/ | [13:35] |
changi|work | jonnyb: was talking about the confirmation stuff with pkdille, would it be possible to replace it with a popup ? | [13:37] |
jonnyb | some of it used to be in fact (when using xajax)
so yes, it's possible nicer to use a jquery-ui dialog, i think | [13:38] |
changi|work | jonnyb: exactly, i was talking about the jquery-ui one
:) jquery is my new friend | [13:38] |
jonnyb | :)
"write less, do more" is a great slogan! | [13:39] |
changi|work | does jquery allow regexp ? | [13:41] |
lphuberdeau | javascript does that alone | [13:41] |
jonnyb | JavaScript itself does -
:P - morning lphuberdeau check out the string functions like match and replace | [13:41] |
changi|work | lphuberdeau: morning :) | [13:42] |
*** | redflo has quit IRC (Remote host closed the connection) | [13:43] |
jonnyb | ok, sorry all - giving in on the forum stuff - it's all calculated in smarty, life's too short :( | [13:46] |
Tiki|bot | New Forum Posts: problem - maybe a bug - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39828 | [13:48] |
lphuberdeau | lphuberdeau heads to the office | [13:49] |
jonnyb | one thing has been bugging me (for a few years) - why is the maximum time for wiki_cache 2 hours? why not 2 days, for instance?
as long as it remakes the cache if the page is changed surely it could be practically infinite | [13:51] |
*** | lphuberdeau has quit IRC (Ping timeout: 240 seconds) | [13:53] |
lphuberdeau has joined #tikiwiki | [13:59] | |
.... (idle for 16mn) | ||
ricks99 has quit IRC (Remote host closed the connection) | [14:15] | |
redflo has joined #tikiwiki | [14:23] | |
ricks99 has joined #tikiwiki | [14:34] | |
LN_ has joined #tikiwiki
mohrt has joined #tikiwiki | [14:43] | |
LN_ | In tiki 6.0, the editing box of blog posts don't stop loading... somebody knows what going on on my tiki? | [14:46] |
*** | lphuberdeau has quit IRC (Remote host closed the connection) | [14:48] |
jonnyb | LN_: are you getting javascript errors? | [14:54] |
LN_ | jonnyb: uncaught exception: [CKEDITOR.resourceManager.add] The resource name "tikiimage" is already registered. (Is it a javascript error?) | [14:57] |
jonnyb | yes, that'll be the one
can you update to 6.1 (beta 2?) or wait until later and 6.1 will be released | [14:58] |
LN_ | Do you have an idea when the 6.1 will be release? | [14:59] |
jonnyb | tonight in theory | [14:59] |
LN_ | oooh
great:) | [14:59] |
jonnyb | pretty certian that one should be fixed (whether that fixes your prob or not i'm not sure)
wysiwyg in blog is still a bit patchy | [15:00] |
LN_ | BTW, you did a great job in the fixing the wysiwyg !! :D | [15:01] |
jonnyb | thanks LN_ (slightly ran out of steam in implementing it properly in every single area) | [15:01] |
LN_ | jonnyb: That's not important, you did a terrific job where it was mostly important !! | [15:05] |
jonnyb | :) | [15:05] |
*** | conner_bw has quit IRC (Ping timeout: 245 seconds) | [15:11] |
changi|work | jonnyb: tonight it's a RC1 ? | [15:12] |
jonnyb | oh yes, of course - probably a good thing, there have been a few fixes
also i have one more cclite one to go in (so being extra careful!) | [15:13] |
ricks99 | Q: am i correct in assuming that the Menu type (dynamic, fixed, etc) has no affect when using type=css ? | [15:18] |
jonnyb | probably ricks99 - it was fairly patchy in phplm anyway...
i never really understood that code - really convoluted | [15:19] |
ricks99 | thats what i thought (and for phplayer, if still used, too). t x for verifciation. :-) | [15:19] |
jonnyb | phplayermenus are going in 7 - woo hoo! :) | [15:20] |
ricks99 | cool. the category browser is being updated to use css? sweeet | [15:21] |
jonnyb | has been already (for 5 i think)
not pretty though (yet) | [15:21] |
ricks99 | ah... :-) | [15:21] |
*** | lphuberdeau has joined #tikiwiki | [15:21] |
jonnyb | anyone got any thoughts on: why is the maximum time for wiki_cache 2 hours? why not 2 days, for instance? | [15:23] |
CIA-79 | tikiwiki: 03jonnybradley * r31382 10/branches/6.x/lib/ (3 files in 3 dirs): [FIX] cclite payments: Use registry's defined currency if set, not the global pref and use correct registry for transaction on cclite server. | [15:27] |
*** | fabricius has joined #tikiwiki | [15:37] |
CIA-79 | tikiwiki: 03Jyhem * r31383 10/branches/6.x/templates/tiki-register.tpl: [FIX] Allow valid email syntax 'display name <email>' | [15:39] |
ricks99 | isn't there a tracker type for multi-select? | [15:42] |
lphuberdeau | jonnyb, 2 hours seems reasonable... if some cache gets stale because of a missing invalidation, at least it won't last too long | [15:44] |
oooo managed to cut down the indexing time from 50 minutes to 20 minutes | [15:54] | |
*** | chealer has joined #tikiwiki
chealer has quit IRC (Changing host) chealer has joined #tikiwiki | [15:59] |
lphuberdeau | lphuberdeau just understood why search was this slow on my dump of doc.t.o
maxRecords is set to the unrealistic value of 2000 some days, I think wiki way site administration is a major failure | [16:09] |
*** | mohrt has left
changi|work has quit IRC (*.net *.split) | [16:12] |
jonnyb | crikey - 2000 items per page? :O | [16:15] |
lphuberdeau | yes
that was essentially causing tiki to... load all the db's data in memory | [16:15] |
jonnyb | yes, wiki-admin not the best use of the theory
ouch and doc.t.o is not a trivial data set | [16:15] |
*** | ricks99 has quit IRC (Remote host closed the connection)
changi|work has joined #tikiwiki lorinc has joined #tikiwiki | [16:17] |
sylvieg | How do I do with tiki a <a href="javascript:window.print()>Print</a> without haveing ,x> and without writing a plugin? | [16:24] |
jonnyb | html plugin sylvieg? | [16:25] |
sylvieg | good idea...
no it escapes the javascript :-( perhaps I am on an old version.. | [16:25] |
jonnyb | really? ah, do you have allow_html on the page?
i think that has a sanitising problem | [16:27] |
sylvieg | I am on an html page...
I will try on on tiki6 Btw - has somebody a good idea | [16:27] |
jonnyb | yes, the html plugin etc sometimes gets sanitised in html pages in tiki 6 | [16:28] |
sylvieg | I need to display output of some tracker fields in a TRACKER via pretty | [16:28] |
jonnyb | i've investigated a few times but never found the cause | [16:28] |
sylvieg | was thing to use a syntax like {$foutput_1234} | [16:28] |
*** | conner_bw has joined #tikiwiki | [16:28] |
sylvieg | but ... I am not sure...
{$f_1234|output} | [16:29] |
jonnyb | what does |output do? | [16:29] |
sylvieg | it will replace the <input of the field with the display of the field
people uses TRACKERITEMFIELD now - that is very slow I need to find a syntax to do it... for instance Heel Mrs {$f_1234|output} give me your age {$f_3456} | [16:29] |
chealer | polom | [16:31] |
sylvieg | that will produce Hello Mr jonnyb, give me your age <input>>>> | [16:31] |
jonnyb | hmm, i see - not tried anything like that - you're suggesting adding an output modifier? sounds like a good way...
polom chealer | [16:32] |
sylvieg | polom
it will not be really a modifier in a smarty way... | [16:33] |
*** | ddub711 has joined #tikiwiki | [16:39] |
jonnyb | sylvieg: i suppose you could do something nasty with jquery and css, to convert some fields into labels?
would save having to change the tracker code (which usually ends up breaking something you've never heard of) | [16:42] |
.... (idle for 17mn) | ||
sylvieg: going back to your <a href="javascript:window.print()>Print</a> issue - you could make the link normally and use the {jq} plugin to apply a click handler | [17:01] | |
*** | LN_ has quit IRC (Ping timeout: 265 seconds) | [17:08] |
..... (idle for 21mn) | ||
chealer has quit IRC (Remote host closed the connection)
Wilkins has quit IRC (Ping timeout: 240 seconds) ricks99 has joined #tikiwiki | [17:29] | |
jonnyb has quit IRC (Ping timeout: 245 seconds) | [17:44] | |
gooroo has joined #tikiwiki | [17:57] | |
gooroo | is anyone familiar with using DSNs on TW? | [17:58] |
*** | SEWilco2 has quit IRC (Quit: Leaving.)
SEWilco2 has joined #tikiwiki | [18:01] |
lphuberdeau | gooroo, somewhat | [18:07] |
gooroo | i am trying to create a dsn string to access an AS400 database, but when i run the query, th epage is completely blank... cant even see the tiki page
do i need to install a driver? | [18:08] |
lphuberdeau | it essentially runs through ADODB, is there a driver for that? | [18:09] |
gooroo | there is a client access driver provided by IBM
can you give me an example of what the DSN would look like? adodb://user:pass@hostname/databasename <-- Something like this? | [18:09] |
lphuberdeau | no
adodb is the database layer your driver probably uses odbc so you need to use adodb's odbc driver but you should know, I don't think this case was ever tested | [18:11] |
if not through odbc, you can always search for a driver written somewhere or attempt to write one of your own... however, they so seem to average 700 lines of code | [18:19] | |
gooroo | dont think i will be writing any drivers ;) Thanks a lot for the help | [18:21] |
lphuberdeau | well, it's not really a driver, just an adapter in php
assuming there is a php extension for it | [18:22] |
gooroo | 1 more question. do you know why when using the plugin sql, nothing would appear in the window at all? i cant even see the menus, header or anything. | [18:22] |
lphuberdeau | that's probably because a fatal error happened | [18:23] |
gooroo | ahh | [18:23] |
lphuberdeau | under admin > general, you should be able to turn on PHP error reporting to see what's going on | [18:23] |
gooroo | yup it was fatal | [18:25] |
*** | LN_ has joined #tikiwiki
chealer has joined #tikiwiki chealer has quit IRC (Changing host) chealer has joined #tikiwiki conner_bw_ has joined #tikiwiki conner_bw has quit IRC (Ping timeout: 245 seconds) conner_bw_ is now known as conner_bw changi|work is now known as changi|afk | [18:26] |
.... (idle for 17mn) | ||
fabricius has quit IRC (Ping timeout: 264 seconds)
olinuxx has joined #tikiwiki | [18:53] | |
..... (idle for 22mn) | ||
Bsfez has joined #tikiwiki | [19:16] | |
Bsfez | I update to tw6.1 alpha then i was out of business with a HD failure and i get back to find hundreds of fony registration. someone else ?
just in 4 days | [19:18] |
ricks99 | is your site under attachK? | [19:20] |
lphuberdeau | is captcha enabled? | [19:21] |
changi|afk | changi|afk preparing release | [19:31] |
CIA-79 | tikiwiki: 03changi67 * r31384 10/branches/6.x/lib/setup/twversion.class.php: [REL] Preparing release | [19:33] |
tikiwiki: 03changi67 * r31385 10/branches/6.x/README: [REL] Update README file for 6.1RC1 | [19:42] | |
Qantourisc | Anyone tried graphviz in wiki6 N | [19:45] |
CIA-79 | tikiwiki: 03changi67 * r31386 10/branches/6.x/lang/ (47 files in 47 dirs): [REL] Update language.php files for 6.1RC1
tikiwiki: 03changi67 * r31387 10/branches/6.x/changelog.txt: [REL] Update changelog.txt for 6.1RC1 tikiwiki: 03changi67 * r31388 10/branches/6.x/copyright.txt: [REL] Update copyright.txt for 6.1RC1 | [19:49] |
*** | rodrigo_sampaio has quit IRC (Quit: Leaving.)
conner_bw has quit IRC (Ping timeout: 245 seconds) rodrigo_sampaio has joined #tikiwiki | [19:53] |
CIA-79 | tikiwiki: 03changi67 * r31389 10/branches/6.x/db/tiki-secdb_6.1_mysql.sql: [REL] SecDB for 6.1RC1
tikiwiki: 03changi67 * r31391 10/tags/6.1RC1/: [REL] Tagging release | [19:57] |
*** | lphuberdeau has quit IRC (Ping timeout: 265 seconds) | [20:02] |
lphuberdeau has joined #tikiwiki | [20:09] | |
sylvieg | Can I commit to 6 or I need to wait? | [20:19] |
changi|afk | sylvieg: is it a fix ?
:) | [20:21] |
sylvieg | yes | [20:21] |
changi|afk | go go go
rc is finished | [20:21] |
CIA-79 | tikiwiki: 03sylvieg * r31392 10/branches/6.x/lib/trackers/trackerlib.php: [FIX]tracker: IP does not seem to be a global anymore -> fix uniq for IP | [20:25] |
.... (idle for 16mn) | ||
*** | teresatrimm has joined #tikiwiki
ricks99 has quit IRC (Ping timeout: 240 seconds) | [20:41] |
lorinc has quit IRC (Remote host closed the connection) | [20:49] | |
..... (idle for 20mn) | ||
changi|afk | ladies and gentlemen, 6.1 RC1 is out | [21:09] |
coaboa | cool | [21:11] |
changi|afk | please try some of the archive file | [21:12] |
*** | LN_ has quit IRC (Ping timeout: 265 seconds) | [21:15] |
...... (idle for 28mn) | ||
conner_bw has joined #tikiwiki | [21:43] | |
Bsfez | "is captcha enabled?"... That's a kind of a question... It was for sure ! Now captcha is not enabled and i can't find the option "Prevent automatic/robot registration:" in the Admin "log-in" section.
hu ??? | [21:53] |
*** | jonnyb has joined #tikiwiki | [21:53] |
coaboa | hi jonny thx again for the "quick fix" regarding the removing of multiple selected files | [21:54] |
jonnyb | hi coaboa - no problem, funny how something like that can be missing for so long! | [21:56] |
coaboa | needs a stupid person to find it ;-) you can call on me! | [21:56] |
*** | conner_bw has quit IRC (Ping timeout: 245 seconds) | [21:57] |
jonnyb | jonnyb wonders how many people's pages got lost before we spotted it | [21:58] |
lphuberdeau | some days, I wonder if anyone is using tiki at all | [21:59] |
*** | ddub711 has quit IRC (Ping timeout: 260 seconds) | [22:04] |
SEWilco2 | Bsfez: Look in Admin Home > Security for anti-robot. | [22:04] |
Bsfez | just find it :) tks | [22:05] |
jonnyb | lphuberdeau: no, i think they just download it for fun! | [22:05] |
luciash | polom polom | [22:06] |
Bsfez | i wonder if having login setting and antibot captcha in different section of the admin is a smart move | [22:06] |
jonnyb | mind you, i just had to submit a form 7 times to buy my bro-in-law national geographic for xmas... (you'd have thought...)
polom luciash | [22:06] |
luciash | hi jonnyb
sylvieg: around still with the JS <x> problem ? | [22:06] |
Bsfez | i think this option should be available on both place to be set in a convinient way. | [22:07] |
luciash | sylvieg: was it in preview or after save ? i found out the <x> appears sometimes only in preview mode... or was it the other way around ?
jonnyb: wow, 7 times, that's annoying... i wonder you didn't gave up ;) | [22:07] |
jonnyb | luciash: it depends on if allow_html is checked for that page - if it is then _everything_ (including html plugin body) gets xss filtered, so you can't (always) use all html in html pages
luciash: i enjoyed the debug ;) i was tempted to change it (so if you allow html there's no filtering) but then chickened out | [22:10] |
luciash | i wonder what is the trust_html_nput perm for actually, if admin doesn't have it | [22:12] |
jonnyb | the {js} or {jq} plugins probably work | [22:12] |
luciash | that would be bad move i guess | [22:13] |
jonnyb | it's all a bit murky | [22:13] |
luciash | better would be if it skipped the html plugin body | [22:13] |
jonnyb | non-trivial
anyway, i suspect we all should be downloding and testing the 6.1 RC 1 packages... :P | [22:13] |
luciash | and i wonder why can't we use that perm trust_bla_bla for skipping all that annoying html plugin validation when i am admin | [22:14] |
jonnyb | http://sourceforge.net/projects/tikiwiki/files/Tiki%206.x%20-Rigel-/ | [22:14] |
luciash | hihi | [22:14] |
jonnyb | again, auto-trust is very involved (lphuberdeau promises nice things for tiki 7, ay?) | [22:15] |
luciash | and we could even use that perm for that "html in menu items controversy" if it really actually worked for anything | [22:15] |
lphuberdeau | trust_input was a hack for admins to safely ignore the <x> issues
introduced in 2 | [22:16] |
luciash | luciash is not sure if that perm is implemented for anything in Tiki at all | [22:16] |
jonnyb | :D
jonnyb tests the tiki-6.1.RC1.zip | [22:16] |
luciash | lphuberdeau: does it still work in 6 ? | [22:16] |
lphuberdeau | it has absolutely nothing to do with plugin validation, that's just bad documentation that slipped in
I have no idea, I think the idea was a failure from the start and I don't even bother supporting it | [22:17] |
jonnyb | it's wiki-admin again... | [22:17] |
luciash | lphuberdeau: i know it didn't work (and wasn't meant to be) for plugin validation
lphuberdeau: but couldn't it be used for that too ? lphuberdeau: haha | [22:17] |
lphuberdeau | there are different technical issues preventing that | [22:17] |
luciash | it's just a perm | [22:18] |
lphuberdeau | just for the amount of time I wasted explaining the issue, I would have fixed it if it were easy | [22:18] |
luciash | i mean it is just a perm to be checked against user in group before saving/previewing
isn't it ? | [22:19] |
lphuberdeau | no
absolutely not | [22:20] |
Tiki|bot | Recent Bug: Tracker item: #3712 - - Parsing issues in wiki HTML pages - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3712 | [22:20] |
*** | sylvieg has left | [22:20] |
jonnyb | changi|afk: tiki-6.1.RC1 unpacks and installs fine, i expect the others do too - thanks :) | [22:22] |
luciash | hm, ok, i understand if some other user comes not having the perm assigned afterwards and edits the page it will become sanitized again, right, but it is not a big issue
imho | [22:22] |
lphuberdeau | there is just no hook in the code, nowhere other than during the actual execution, that you have the information necessary to register the plugin signatures, that's the issue | [22:23] |
*** | sylvieg has joined #tikiwiki
ChanServ sets mode: +o sylvieg | [22:24] |
Tiki|bot | Recent Bug: Tracker item: #3713 - - Comment box below wiki page opens too small the first time - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3713 | [22:30] |
*** | Gergely has joined #tikiwiki | [22:31] |
Gergely | Hi all! long time not see. Would someone try on a tiki web page looking at the non-existing subfolder /a/a? Just logged the issue. I could reproduce on a tiki website luciash mentioned once: kincwood. Not reproducable on dev.tiki.org. Has it been fixed? | [22:37] |
coaboa | good night | [22:39] |
*** | coaboa is now known as coaboa||away | [22:40] |
luciash | Gergely: what you mean by non-existing subfolder ?
a/a/ ? | [22:40] |
Tiki|bot | Recent Bug: Tracker item: #3714 - - default tiki setup vulnarable to subfolder links - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3714 | [22:40] |
luciash | good night coaboa||away | [22:40] |
Gergely | on the server there is normally no 'a' folder
try yourwebpage.com/a/a good night coaboa | [22:41] |
luciash | Gergely: i don't understand the problem
Gergely: what it should do ideally ? | [22:43] |
jonnyb | hi Gergely | [22:43] |
Gergely | hi jonnyb | [22:43] |
luciash | Gergely: now it just says page a/a doesn't exist | [22:43] |
Gergely | that is ideal
it does not do that for me | [22:44] |
luciash | Gergely: what it does for you ? | [22:44] |
Gergely | it loads the page for a long time...
and when it stops it shows some parts of the page with white background in a nasty format Firefox/3.6.12 | [22:44] |
jonnyb | what tiki version Gergely? | [22:46] |
luciash | Gergely: hmm, ok, and why is it security related ?
Gergely: isn't it just nasty look related ? :) | [22:46] |
Gergely | well, it is easy to overload the server. it is not a serious issue perhaps
I am not sure what the server does actually | [22:47] |
*** | teresatrimm is now known as ttrimm|AFK | [22:47] |
Gergely | tiki version 5.3
I have to say I have not tried on a fresh install | [22:48] |
jonnyb | i added a pref to add the <base> tag in the <head> in tiki6.1 - might help | [22:49] |
Gergely | wow jonnyb. is 6.1 out? | [22:50] |
jonnyb | RC 1 is out now
http://sourceforge.net/projects/tikiwiki/files/Tiki%206.x%20-Rigel-/ | [22:50] |
Gergely | oh, yes. sounds good. I will wait for the 6.1, but thanks for the hint
jonnyb: am i supposed to be able to find the base tag in the dev.tiki.org page source? | [22:51] |
jonnyb | Gergely: think it got turned off again while i was fixing it | [22:55] |
Gergely | a/a is handled properly, so it must be something else doing the trick
does dev.tiki.org have a special htaccess? | [22:56] |
*** | Trebly has joined #tikiwiki | [22:58] |
lphuberdeau | small modifications | [22:58] |
luciash | Gergely: try allow / in page names | [22:58] |
lphuberdeau | mostly additional rewrite rules | [22:59] |
luciash | Admin > Wiki i suppose | [22:59] |
Gergely | looking... | [22:59] |
luciash | Gergely: sorry, it will probably not be that
Gergely: affects new page creations only afaics | [23:04] |
Gergely | ok.
stopped looking lphuberdeau: is there a rewrite rule for subfolder urls? | [23:05] |
lphuberdeau | example? | [23:08] |
Gergely | a/a | [23:09] |
lphuberdeau | where do you want that to point? | [23:09] |
Gergely | something like page not found | [23:09] |
lphuberdeau | tiki will take any remaining URL and send it as a wiki page name essentially
404 is then handled by tiki | [23:10] |
Gergely | since when? | [23:11] |
lphuberdeau | long time I believe | [23:11] |
luciash | Gergely: it is very well possible that you only need to set the RewriteBase | [23:11] |
Gergely | 5.1 I had to fill in ErrorDocument 404 /tiki-index.php?page=access+denied
RewriteBase / ? | [23:12] |
luciash | yep | [23:12] |
Gergely | is it enough to do it just once right after RewriteEngine On?
because I did that | [23:13] |
luciash | Gergely: or add the base tag as jonny suggested to your L&F > General Layout > HEAD code | [23:13] |
Gergely | like <base>? sorry, I lack the example | [23:14] |
luciash | search google for base html tag | [23:15] |
Gergely | tried it. no joy | [23:19] |
jonnyb | the trouble with <base> is that it needs the full url (inc page) to work properly
but it might not be that for you Gergely - might be how page not found is being handled | [23:20] |
luciash | jonnyb: tried it on kincwood, no joy either
might be fixed in 6.x but not in 5.x | [23:22] |
jonnyb | the fix in 6.x copes with it afaik now
no, 5.x is done now | [23:22] |
luciash | i mean adding the <base> tag manually doesn't change the "broken" stylesheet display, but fixes the links at least
in 5.x | [23:23] |
jonnyb | yes, but will break {maketoc} and other ahnchors
anchors | [23:24] |
luciash | hmm, must upgrade that site
running 5.0 still any idea why it says new version is available 5.3 but not 6.0 ? | [23:26] |
jonnyb | bugs (unreported) :P | [23:27] |
Gergely | thank you guys for the effort. looking forward to 6.1 | [23:27] |
*** | conner_bw has joined #tikiwiki | [23:27] |
Gergely | good night | [23:28] |
luciash | jonnyb: hmm, i thought it should work fine nowadays (the latest version detection)
Gergely: good nite | [23:30] |
*** | conner_bw has quit IRC (Client Quit) | [23:30] |
chealer | luciash: stable.version is not updated yet. I think 6.1 would be the time to put 6 | [23:31] |
luciash | chealer: oh ? i have 6.0 as latest in my tikitrunk/doc/stable.version | [23:31] |
chealer | luciash: I'm not sure if major updates are proposed the same way as minor updates though | [23:31] |
*** | Gergely has quit IRC (Ping timeout: 265 seconds) | [23:32] |
luciash | and it seems commited for me | [23:32] |
chealer | luciash: hum. tiki.org/stable.version has 6.0, but tikiwiki.org/stable.version doesn't. | [23:32] |
luciash | aaaaah, that's the problem | [23:33] |
chealer | surely old Tiki versions look at the latter. | [23:33] |
luciash | Tiki 5 was still referring to tikiwiki.org
yup yup | [23:33] |
chealer | I don't understand the discrepancy | [23:33] |
luciash | changi|afk: when you come back to k, can you please update that one ?
chealer: missing rewrite rule i suppose on t.o | [23:33] |
hmm, there's something wrong on tiki.org with utf-8 | [23:41] | |
*** | conner_bw has joined #tikiwiki | [23:41] |
luciash | cannot save page escription or structure alias in czech
tried to save "Obsah tiki.org v češtině" but turned out as "Obsah tiki.org v ?eštin?" *description | [23:41] |
*** | Caarrie|away has quit IRC (Ping timeout: 265 seconds) | [23:45] |
coaboa||away has quit IRC (Ping timeout: 245 seconds)
mohrt has joined #tikiwiki GillesM has joined #tikiwiki ricks99 has joined #tikiwiki | [23:51] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |