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

WhoWhatWhen
Tiki|botNew Forum Posts: Problems with CSV Export / Import of Banning Lists - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44131 [02:01]
.............. (idle for 1h6mn)
goj_killedByISPjoined #tikiwiki [03:07]
.............................................................. (idle for 5h5mn)
redflojoined #tikiwiki [08:12]
....................... (idle for 1h52mn)
jacmoejoined #tikiwiki [10:04]
....................................... (idle for 3h13mn)
joined #tikiwiki [13:17]
.......... (idle for 47mn)
rodrigoprimojoined #tikiwiki [14:04]
xavijoined #tikiwiki
polom
anyone knows how to use data from a cell in a tiki spreadsheet into another tiki spreadsheet? (in 9x)
joined #tikiwiki
[14:06]
......... (idle for 42mn)
Eljoined #tikiwiki [14:51]
El_Presidentejoined #tikiwiki
Hi!
Anyone here who knows how to produce dynamic Tracker input?
I want to have checkbox or a drop down list and depending on the choice another input shall pop up or stay hidden[14:56] El_Presidente i found a website where something like this is described, but this does not work
[14:52]
xaviEl_Presidente: see http://doc.tiki.org/PluginJQ [15:04]
radek82joined #tikiwiki [15:04]
xavithis works for me in 6x
and some people reported that something like that works for them in 9x
[15:04]
El_PresidenteThanks! I will try it [15:06]
CIA-36tikiwiki: 03jonnybradley * r41608 10/trunk/ (29 files in 17 dirs):
tikiwiki: [MRG] Automatic merge, branches/9.x 41575 to 41607
tikiwiki: Conflict on lib/core/Services/Tracker/Controller.php merged manually
[15:07]
.... (idle for 15mn)
jonnybjoined #tikiwiki
polom
[15:22]
Jyhempolom jonnyb [15:24]
jonnybhi Jyhem [15:25]
Jyhemare you working on table sortable columns right now ? (I read smtg in dev list)? [15:25]
jonnybno
just got the minify thing to work
[15:27]
Jyhemok [15:28]
Jyhem looking at it. Fearing interferences
If I do a lot of $headerlib->add_jq_onready('code'); in a plugin, does it mean a lot of js files are downloaded, or are they grouped automagically ?
[15:33]
jonnybadd_jq_onready is added to the page source (unminified) [15:36]
JyhemIn other words, is it good practice to build one big $code variable and then do $headerlib->add_jq_onready($code); or is it a waste of time and useless complications ?
each call to add_jq_onready is added separately, you say ,
each call to add_jq_onready is added separately, you say ?
[15:37]
jonnybno, they're all in one <script> tag block [15:39]
JyhemAhhhh, found it in View source! Thanks for the hint [15:42]
jonnyb:) [15:42]
JyhemThat's actually very cool, debugging-wise :-) [15:44]
benoitgjoined #tikiwiki [15:53]
JyhemJyhem bbl [15:57]
CIA-36tikiwiki: 03jonnybradley * r41609 10/trunk/lib/wiki-plugins/wikiplugin_kaltura.php: [ENH] kaltura: Add align and float params to plugin [15:57]
marclaportejoined #tikiwiki [16:10]
arildbjoined #tikiwiki [16:15]
luciashjoined #tikiwiki
polom
[16:18]
jonnybhi luciash [16:18]
luciashneed help with field regexp validation [16:18]
jonnybjonnyb ducks and covers [16:19]
luciashi put [a-z0-9-] there
but it still allows ěščř
i want allow only ascii chars, no space, numbers and dash there
jonnyb: heheh
:D
[16:19]
jonnybyou could list them all
[abcde etc
[16:20]
luciashi tried [abcdefghijklmnopqrstuvwxyz0-9-]+ [16:20]
jonnybthere might be a multibyte compile options somewhere
no joy?
(presumably)
[16:20]
luciashthe problem is i do not know what syntax that field accepts [16:21]
jonnybwhich field? [16:21]
luciashwhat regexp syntax
the validation regexp field
i choose regexp from the dropdown
and the next field is the validation field
when setting up the text field
or editing (in other words)
[16:21]
jonnybok, it'll end up in /lib/validators/validator_regex.php eventually [16:22]
luciashoh yeah, thanks [16:22]
El_PresidenteHi Guys. I have another question and I hope you can help: When I use the trackerlistplugin and I want to filter the list... is it possible to filter for two values A OR B ? [16:23]
jonnybwell, the bad news is that is wraps the pattern in / and /, so you can't send options [16:23]
luciashhmm [16:24]
jonnybEl_Presidente: i think you can specify the same filter or exact match field more than once - not sure if it's AND or OR [16:24]
luciashanyway, if there is $times = preg_match("/$parameter/", $input, $matches); it should work with [a-z0-9-]+ no ? [16:24]
jonnybyes, but something "clever" is including accented chars too [16:25]
luciashgrmbl
:D
i hate "something clever"
[16:25]
rodrigoprimojoined #tikiwiki [16:25]
luciashok, going to struggle more
thanks
[16:26]
El_Presidentethanks, but when I apply the same filter twice it is AND.... :( [16:26]
jonnybyou could do it by exact ascii value matching probably
luciash: e.g. [x41] should be A only
[16:26]
El_Presidentedoes anyone have another idea? [16:43]
jonnybsry no (seem to remember it's come up before)
try a mail to the dev list?
[16:44]
bbl [16:49]
luciashgrr, it seems to completely ignore the brackets ? i have put ^[abcdefghijklmnopqrstuvwxyz0123456789-]+$ now there and it allows anything, even spaces :(
luciash going to try the negation way if that works, e.g. [^s]+
nope, it ignores the brackets :(
or i do not know what am i doing wrong :(
[16:58]
jonnybluciash: check the ajax request in the browser - bet the param is getting urlencoded [17:11]
marclaportejoined #tikiwiki [17:15]
amette_joined #tikiwiki [17:24]
joined #tikiwiki [17:30]
.... (idle for 18mn)
benoitgjoined #tikiwiki [17:48]
luciashjonnyb: yes, you seem right, there is even more odd [17:56]
jonnybjonnyb finds that hard to believe [17:56]
luciash:)
nope, really ;)
it is 6.x LTS though... the post in firebug values say that input=undefined, ins_15=test-one-ěščř and parameter is encoded, but decoded shows ^[a-z0-9-]$ instead of what i put there: ^[^a-z0-9-]$
[18:02]
jonnybtry two \s [18:06]
luciashwhat most worries me is that $input is always undefined
can the problem be that the field is page selector and not plain text input field ?
*input field
because what i am trying to achieve is to force users not to name pages other than a-z0-9-
when filling in the tracker item
jquery for the workaround, i know ;)
[18:06]
jonnybyou'd have to see in the debugger what ends up in the validator - something else probably converts [18:09]
amette_joined #tikiwiki [18:10]
luciashi tried return matches[0]; and it returned "undefined" :(
that is why i suspect, it sends always undefined and matches that against the valiadation parameter
that is why it was always passing
[18:10]
jonnybmaybe i can have a look tomorrow [18:11]
luciashignoring that i input the invalid characters
no, thank you, you do not have to fix it yourself, just trying to solve it collaboratively irc-ing here ;)
i will see if it is still present in 9.0
i suspect it was working only with text fields now
this is the post to validate-ajax.php: ins_15=test-one-%C4%9B%C5%A1%C4%8D%C5%99&validator=regex&parameter=%5E%5Ba-z0-9-%5D%2B%24&message=Only+a-z+and+0-9+and+-+in+this+field+!&input=undefined
[18:11]
Tiki|botNew Forum Posts: My Tiki mobile app - http://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=44132 [18:26]
luciashyes, with plain text field it works fine - the input is not undefined but takes the field name
err, i mean the field value
inputted
[18:35]
jonnybgetting closer! :) [18:36]
luciashmust be somewhere in the validatorslib.php [18:36]
marclaportejoined #tikiwiki [18:37]
marclaporte1joined #tikiwiki [18:37]
luciashor rather missing support for the page selector input field
than a bug
gotcha
input id="page_selector_15"
page_selector prefix is not supported there in Tiki 6
only area_ or ins_
which is the text field
will add it to the validatorslib in Tiki 9 if not there already
[18:38]
jonnybtrackers have been pretty well rewritten since 7.x [18:42]
luciashyeah, i expect that
maybe this will be only local fix for our Tiki 6 LTS then
[18:42]
jonnybmore tomorrow [18:56]
.... (idle for 15mn)
luciashbbl
away bbl
[19:11]
ricks99joined #tikiwiki [19:20]
polom [19:27]
Tiki|botInfo: The Tiki 9.0 Beta is Here - http://info.tiki.org/article194-The-Tiki-9-0-Beta-is-Here [19:34]
arildbjoined #tikiwiki [19:40]
benoitg1joined #tikiwiki [19:42]
benoitgjoined #tikiwiki [19:49]
.... (idle for 19mn)
amette_joined #tikiwiki [20:08]
amettejoined #tikiwiki
joined #tikiwiki
[20:09]
benoitgjoined #tikiwiki [20:11]
amettejoined #tikiwiki [20:11]
amette_joined #tikiwiki [20:11]
jneusteterjoined #tikiwiki
I get a 404 error after I click save, and I have the SEFURL off.
[20:14]
.... (idle for 16mn)
ricks99click save from what?
can you provide some context?
[20:31]
jneusteterafter I add a blog entry, or edit the wiki. when I click on save i get the 404. I worked for over a year on an apache server, i moved it to an nginx server last week. [20:38]
benoitgjoined #tikiwiki [20:39]
jneusteterthe data does get added to the database. if i open a new tab and go to the site the entry appears at it should. [20:41]
ricks99what is your Tiki version? are you using the correct htaccess file? [20:42]
jneusteteri am using 8.1 [20:48]
ricks99wow... quite old. i would definately upgrade to the latest. might already be fixed. what is the url you get after saaving a page? [20:49]
jneusteteri am using the same .htaccess that i used for my apache setup. is there a nginx version? [20:49]
ricks99don't think so. but you renamed the tiki _htaccess to .htaccess, right? [20:50]
jneusteteryes [20:50]
ricks99what is the url that you're getting an error (after saving a page)? is it something like: yourdomain.com/yourpagename [20:51]
jneusteterthe is the page url with the error http://linuxbasix.com/tiki-editpage.php?page=Minimal%20Debian but when i copy and paste that into a new tab it works [20:52]
ricks99that is the url for *editing* the page. after you click SAVE, what is the URL displayed in your browser's address bar? [20:53]
jneusteteractually that is the url in the address bar. When i click save there is a 20 second pause, then the 404 page comes up with http://linuxbasix.com/tiki-editpage.php?page=Minimal%20Debian in the address bar. [20:57]
ricks99looks like your .htaccess is wrong. http://linuxbasix.com/Minimal+Debian should direct to http://linuxbasix.com/tiki-index.php?page=Minimal+Debian but doesn't
suggest checking that first, then definately upgrade to current 8.x
[20:59]
jneusteteri will look at my .htacess, see i can find the problem. thanks [21:00]
ricks99should compare with the tiki htaccess [21:01]
............ (idle for 57mn)
CIA-36tikiwiki: 03luciash * r41610 10/branches/9.x/templates/wiki-plugins/wikiplugin_appframe_mapcontrol.tpl: [FIX] src of the icon must be _id, not id + put on one line to avoid unwanted whitespacing [21:58]
amettejoined #tikiwiki [22:05]
benoitgjoined #tikiwiki [22:11]
benoitg1joined #tikiwiki [22:24]
benoitgjoined #tikiwiki [22:29]
........ (idle for 39mn)
_qPjoined #tikiwiki [23:08]
......... (idle for 40mn)
marclaportejoined #tikiwiki [23:48]

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