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

WhoWhatWhen
JyhemJyhem wonders about the difference between "complete" and "relaxed" wiki links [00:18]
......... (idle for 41mn)
sylviegis there a function that says with feature a perm is associated to? [00:59]
..... (idle for 20mn)
redflojoined #tikiwiki [01:19]
.................. (idle for 1h26mn)
joined #tikiwiki [02:45]
..... (idle for 22mn)
goj_killedByISPjoined #tikiwiki [03:07]
............ (idle for 58mn)
benoitgjoined #tikiwiki [04:05]
marclaportejoined #tikiwiki
polom
[04:08]
..... (idle for 21mn)
CIA-36tikiwiki: 03lindonb * r41292 10/branches/9.x/templates/tiki-calendar_import.tpl: Check that variable is set and equal to y [04:29]
...................................... (idle for 3h9mn)
arildbjoined #tikiwiki [07:38]
............ (idle for 56mn)
Jenserjoined #tikiwiki [08:34]
xavijoined #tikiwiki
polom
any tiki css guru around at this time of the day?
xavi willing to addsome "overflow" at the right place with the simile timeline plugin....
[08:41]
Jenserleft #tikiwiki [08:43]
.... (idle for 17mn)
redflojoined #tikiwiki [09:00]
CIA-36tikiwiki: 03xavidp * r41293 10/branches/9.x/lang/en/language.js: [FIX]Remove duplicated strings [09:00]
....... (idle for 30mn)
arildb_joined #tikiwiki [09:30]
.... (idle for 16mn)
Jyhempolom
Jyhem wonders about the difference between "complete" and "relaxed" wiki links. It does not seem to be documented anywhere
[09:46]
arildb__joined #tikiwiki [09:53]
...... (idle for 26mn)
xavihi Jyhem. no idea about that, sorry [10:19]
redflojoined #tikiwiki [10:23]
changi|workpolom [10:34]
DEMIAN_8joined #tikiwiki
left #tikiwiki
[10:36]
............ (idle for 57mn)
xavihi changi|work
Jyhem, the third post in the series about big data and R + Html5, etc.
http://allthingsr.blogspot.com.es/2012/05/big-data-r-and-sap-hana-analyze-200.html
^this post will show you some code in R to export huge data in json or csv, etc. for display with any other ways (tiki trackers, spreadsheets, or other things I don't know). I nthe example they used googlemaps and HTML5/D3
fyi (for CoE, if you need it)
[11:33]
D21joined #tikiwiki [11:39]
..... (idle for 21mn)
jonnybjoined #tikiwiki
Vote for polom!
[12:00]
D21Hello all, Not really sure if this is the right place but here is my question: Is there anyway to make multiple leveled forums on a tikiwiki site? [12:07]
xavihi jonnyb [12:11]
jonnybhi xavi [12:11]
xaviD21: expand your question
"multiple levelled forums"?
[12:11]
fabriciusjoined #tikiwiki
polom
has anyone experience with cPanel especially with HostGator?
[12:12]
jonnybhey fabricius too! polom all round
i have a client with a dedicated server on HostGator, but no direct interaction with them - seems to work
[12:12]
xavijonnyb: quick css question for you about simile timeline. how can I add overflow for the window with the data, not the data? Example: http://ueb.vhir.org/Simile [12:14]
fabriciusI nee to point the one and only domain (main domain??) to another folder than public_html ... to a subfolder of it -> public_html/tikiwebsites/domain/tikiversion [12:14]
xavifor the window with the tracker data, not the dates lower area, I mean [12:14]
fabriciusI find the dialogue for so called 'addondomains' but I am stuck in how to do it with the original main domain [12:15]
xavino idea, fabricius. dod you google for it? [12:15]
fabriciusmaybe I am just not familiar in how cPanel or Hostgator call things [12:15]
xavicpanel is kind of common... [12:15]
fabriciusI checked the documantation [12:15]
jonnybsure that's possible in cpanel fabricius, but can't remember where it is now
xavi: doesn't seem to be open for anon, but something like overflow:auto on #main or #tiki-center or something probably
[12:16]
xavibrr, you are right, I'll re-open the page...
I managed to set overflow:auto but then everything was scrollable, not just the higher area with data
hold on....
[12:19]
jonnybfabricius: this page seems to say it's not easy - http://mosmostech.com/2011/12/changing-a-cpanel-document-root-docroot/ [12:23]
xavijonnyb: http://ueb.vhir.org/tiki-index.php?page=Simile&refresh=1 [12:23]
jonnybwhich seems odd [12:23]
xavijonnyb, I've added: #ttl_timeline { height:500px !important; } and [12:25]
jonnybxavi: that's odd - are you dsetting a width on it somewhere? [12:25]
xavi.timeline-band-layer-inner { overflow:auto; } [12:25]
jonnybin the plugin code? [12:25]
chibaguyjoined #tikiwiki [12:26]
xaviin custom css (Admin l & F ...) [12:26]
chibaguypolom [12:26]
D21Multiple leveled forums: as in you have the main (outer) forum showing all the forums and when you click on one it shows you all the topics in that forum, but above the topics I would like to add a couple more (sub) foums [12:26]
xavihi chibaguy [12:26]
chibaguyhi xavi [12:26]
jonnybhi chibaguy [12:26]
chibaguyhi jonnyb [12:26]
xavijonnyb: and the code for that time line is: {trackertimeline tracker="5" title="224" summary="226" start="289" end="235" group="227" lower="2012-01-01 05:00:00" upper="2012-01-31 22:00:00" scale1="day" scale2="week" link_group="n" simile_timeline="y"} [12:26]
jonnybxavi: i can't work out why the timeline's so wide to begin with, never seen that before
looks ok
[12:27]
xaviheight hardcoded: #ttl_timeline { height:500px !important; } [12:27]
fabriciusjonnyb: *reading* thx [12:28]
jonnybheight should be irrelevant [12:28]
xaviotherwise, this area is too narrow for real data. the height, imho, should be expandable depending on the amount of data top display [12:28]
fabriciusjonnyb: not it ... will have to google, thxanyway [12:30]
jonnybxavi: why did you do .timeline-band-layer-inner { overflow:auto; } ? it doesn't seem to appear in the dom for me but i do get a horiz scrollbar
by the way, what exactly do you think is wrong with this? seems fine to me :)
[12:30]
xaviline trackertimeline with simile_timeline="n", which is displayed here: http://ueb.vhir.org/Gantt [12:31]
jonnybjonnyb cringes at the entity encoding errors! [12:31]
xavijonnyb, see the same data displayed with simile_timeline="n" ^
that is the "wrong part": not all data are displayed
that's why we need either self-expand height, to fit all data to be displayed, or at least, vertical scroll bars
for the data window, not the date horizontal bar
[12:31]
jonnyboh right, was on the wrong axis! :) [12:33]
xavi:-)
and the other question (feature limitation?): can you use two simile_timeline in the same wiki page? (I can't right now, it seems)
[12:33]
jonnybsorry, not tried that
do they do that on the demo sites anywhere?
this height thing is hard - maybe needs to be done in the javascript (setup params)
[12:36]
xaviok, I'll do a quick test on trunkdev, maybe. does it work for you?
^do you have access to the trunkdev (with tracker data) site if you need it ?
oh well, never mind. I can replicate some tracker and data on demo.t.o/tiki9
[12:38]
jonnybok, yes xavi, it's in /lib/simile_tiki/tiki-timeline.js - lines 73 and 82 define the split of upper and lower, this needs to be made a parameter, but you could hack yours to test [12:39]
xaviwhich is going to be easier for you to see, and play with the code if needed, etc
ok, testing (thanks jonnyb )
[12:39]
jonnybxavi: if you have some time (ha ha ha!) i have the beginnings of the TikiFest timeline which should go on tiki.org some time, i could send the files/

[12:40]
xaviyes, jonnyb, I'll see what I can do it I have the files (and in afew weeks I hope to have some time available :-) )
if I don't have the files, I can't do anything, no matter how much free time I have :-)
[12:41]
ricks99joined #tikiwiki [12:44]
xavioh well, jonnyb, that part is setting just the percentage of the window to he higher and lower portions
but what tiki needs is a way to indicate that the whole window is as big as needed to display all data
of add vertical scroll bars
[12:47]
ricks99polom y'all [12:48]
xaviok, I'll google for vertical scroll bars ..
hi ricks99
[12:48]
jonnybbut then you could set the height of the out div, no xavi?
hi ricks99
[12:48]
xaviset: how? css?
right now, I did set that hardcoded in admin l&F > custom css
but simile timeline in the same tiki site, used to display other data sources, might need less or much more...
[12:48]
jonnybseems hardcoded in /lib/wiki-plugins/wikiplugin_trackertimeline.php line 291
should be a param
[12:49]
xaviyes, jonny, I saw that
and changed that in my tiki site to be a param
probably I haven't commited that yet, since it's not finished
[12:49]
jonnybok yes, override in css should work no? [12:50]
xavior did I commit it ?
yes, overrride in css works, but hardcoded for the whole tiki site?
that's what is defective design, imho
so at least, vertical scroll bars would do
[12:50]
jonnybit's hard-coded in 9.x
height and lower_band_height (as a percentage) should be params
[12:51]
xaviok, without touching tiki's code, this custom css resizes it: #ttl_timeline { height:500px !important; }
but as hardcoded
hardcoded in custom css: not adapted to the size of data to display
maybe overflow-y:scroll would do?
xavi testing
nope :-/
[12:53]
jonnybxavi: as i said i think you need to change the % of the band heights in the js, then set the height bigger [13:04]
xavijonnyb: I don't get it: set the % like? currently it says:
width: scale2 === "" ? "100%" : "70%",
^in /lib/simile_tiki/tiki-timeline.js - line 73
brb
[13:05]
jonnybthat means if scale2 (the lower band) is empty use 100%, if not use 70% [13:07]
xaviok, then as I thought, changing percentages would not afect
since we want the absolute size of the simile timeline to be higher, to show all data points
and as far as I understand, changing those % would not affect the absolute height of the simile timeline
[13:08]
jonnybthought you had changed the height? [13:09]
xavijonnyb: we need the height to be set to whatever number is needed (500px is not enough) in each call to timeline plugin
like what is achieved when we say simile_timeline=n
example: http://ueb.vhir.org/Gantt
[13:10]
jonnybsaw that yes
so what happens if you tell it to be more than 500px?
[13:10]
xavithis gantt page, is using the same code as the page which says "simile", with the only difference that the param simile_timeline="n"
>500px: it will display more data
for this case, maybe I'll need 1000px?
but what it in another page simile timeline needs just 300 px?
[13:11]
jonnybso adding those new params would do it? [13:11]
xaviyes, but param for the height set as "auto" if possible, and if not, at least, let the user choose by hand how many pixel of height
in my case, I thought that all data was displayed, until I saw the same page with "simile_timeline = n"
[13:12]
jonnybcurrently trying to work out why tracker import (or export) is broken [13:15]
xaviok
xavi back to other things
[13:15]
jonnybwas going to just send the files over to you ;) [13:16]
rodrigoprimojoined #tikiwiki [13:18]
ricks99sf reports 70+ downloads of 8.4. is it ok to announce? my install tests seem fine
anyone see issues with 8.4?
[13:25]
jonnybis that what's running on tiki.org?
cos tracker import seems to be failing for me :(
[13:26]
ricks99says svn pre 8.4 [13:27]
jonnybi've imported 44 items but the don't show up [13:27]
ricks99i'll send note to dev list for confirmation [13:27]
jonnybblimey! finally - https://tiki.org/TikiFest+Timeline
xavi, i'll try and get back to your timeline thing later...
bbl
[13:34]
fidel_hi - is there a plan to make the tiki-calendars accessible from classic cal apps via i.e. caldav or similar? if so - with what tiki version?
right now 8.3 offers just a download - which is nice for sure- but not that practical for real daily cal-usage
[13:40]
jonnybthere are wishes, but no plan fidel_ as far as i know [13:46]
ricks99you can export to ical format and rss
then import into most calendar apps
[13:46]
fidel_ricks99: i know we can download and then import - but thats not really useable - at least i ncase the cal gets updated on the wiki side again
which would mean that all users would need to download & import the cal daily to the local cal-apps ;)
ok - so tiki9 will for sure not include any kind of syncable cal. thanks for the replies
[13:48]
ricks99rss
in the past, ive used an online rss-o-ical converter, so that the ical feed is always up-to-date
then simply import the ical feed
[13:51]
fidel_not really an option either for hosts without network access. not searching a hack anyways . i was just wondering if there is a plan in the nearer future (9/10) to add such a function or not
*network/internet*
[13:54]
jonnybcaldav would be best [13:55]
fidel_it would add a major core-function from my point of view [13:55]
ricks99+1 [13:55]
fidel_what a pity - well lets surprise if it comes with any not so near version ;) [13:56]
chibaguybbl [13:58]
fidel_just to be sure: ricks99 jonnyb - are you project-devs or users as me? or in other words: sure about the fact that caldav or similar support will not come in the next 2 releases? [14:04]
jonnybi'm mainly a dev but user too [14:04]
ricks99im mainly a user, but a dev too
you can see http://dev.tiki.org/tiki10 for details about whats i n10
[14:05]
jonnybwe need to change the webdav library we have now, and that should add caldav support too
it's probably a few days work (i.e. not totally trivial)
[14:06]
D21Sorry to be off topic from you guys but I just have some questions about the tiki-forum system.
Is it possible using the tiki-forum sytem to make a sub-forum in a sub-forum in a sub-form in the forum? (Hope that makes sense)
[14:07]
ricks99D21: there's not a concept of "sub" forums. you can organize forum "breaks" (as shown on http://tiki.org/forums)
an alternative is to use cateogries to organize the forums. then present the list of cateogries (which support unlimited "sub"categories) to users, prior to selecting a forum
[14:09]
D21Okay thanks, I will give categories another attemp [14:12]
fidel_ok thanks to both of you. according to the 9 and 10 plans i dont see webdav mentioned. so my assumption not coming in the near future seems correct [14:15]
ricks99zend ical, caldev/sabredav are on the "todo" list, but no set date.
pls see http://dev.tiki.org/Calendar
[14:17]
fidel_thanks [14:25]
....... (idle for 34mn)
radek82joined #tikiwiki [14:59]
marclaportejoined #tikiwiki [15:01]
xaviback
fidel_: see pm
[15:13]
jonnybi'm off! :)
bbl
[15:13]
xavirodrigoprimo: ? [15:15]
rodrigoprimohi xavi [15:15]
xavihi rodrigo :-)
I'm using tiki90 at work (production) and we are testing the daily reports there
I've noticed that emails from new or modified calendar items (from group watches) come out of the daily report
if easy to fix, could you guide me on where I need to look to fix it? (so that I learn how to fix and extend, maybe) the actions that need being included in teh daily report?
rodrigoprimo: false alarm, no worries. human error (I was getting the emails from anotehr test user that I have with an alias email)
rodrigoprimo: sorry for the "false positive" report
[15:15]
rodrigoprimoxavi: ok :) [15:19]
xavibut anyway: rodrigoprimo, another similar thing for my request: I noticed that I edited a page yesterday and I ended up deleting the page at the end. The page deletion didn't come in the daily report [15:19]
fidel_xavi: got it [15:20]
xaviagain, what should I look for when checking the code to see that everything is working as expected (an email is set in the queue, etc)? [15:20]
RobertPlummerjoined #tikiwiki
polom all
[15:21]
xavihi RobertPlummer
rodrigoprimo: I mean I recall receiving emails in 6x (or earlier) when a page was deleted
but I don't recall them in tiki9
(not sure yet, too early to know for sure, and so many degrees of freedom in my tests)
[15:22]
sandroandradejoined #tikiwiki [15:24]
nkoth|nelsonjoined #tikiwiki [15:26]
.... (idle for 16mn)
rodrigoprimoxavi: to check if daily reports is being used make sure that the function ReportsManager::addToCache() is called [15:42]
xaviok, thnks for the info, rodrigoprimo
xavi grepping for addToCache
ok, rodrigoprimo :-), I think I'm moving forward. I found in lib/tikilib.php line 2553:
sendWikiEmailNotification('wiki_page_deleted', $page, $user, $comment, 1, $page_info['data'], $machine);
but I can't find in that php file, any reference to addToCache
for the uses of addToCache elsewehere, I should add something in line 2554 or similar, regarding addToCache...
xavi guessing the syntax to add
[15:44]
rodrigoprimoxavi: the call to addToCache is inside sendWikiEmailNotification [15:55]
xaviah, ok, .... [15:56]
rodrigo, I confirm that page edition send email notification. page deletion doesn't
where could the bug be?
xavi investigating...
I mean, the problem is not with daily report, but with the user watch not working for page deletion (at least)
[16:01]
rodrigoprimoxavi: are you familiar with debugging php with xdebug? [16:05]
CIA-36tikiwiki: 03nkoth * r41294 10/branches/9.x/lib/ (2 files in 2 dirs): [ENH] Add daterange filter interface for customsearch [16:05]
rodrigoprimoxavi: this is probably the easiest way to find where is the problem [16:05]
xavihe he, no, but i need to learn once and for all :-)
can you guide me (voice with skype?)
rodrigoprimo: which app are you using to debug with xdebug?
I can install that in my computer... (you were using debian-based distro, like me, weren't you? :-)
[16:05]
jonnybjoined #tikiwiki [16:10]
rodrigoprimoxavi: I'm using aptana. note that only versions 2.x or 3.2, the development release, support xdebug. the current version of the 3.x does not have xdebug support.
xavi: eclipse or netbeans are good options as well
[16:11]
xaviok, eclipse installed already... [16:11]
rodrigoprimoxavi: yes, I'm running ubuntu 11.10 [16:11]
xavichecking.... [16:11]
rodrigoprimoxavi: there are plenty of good tutorials guiding you to install xdebug in ubuntu with eclipse [16:11]
xaviok thanks, I'll do so, thanks for pointers
and I'll ask again when needed :-)
[16:12]
CIA-36tikiwiki: 03robertplummer * r41295 10/third_party/jquery/jtrack/js/domcached-0.1-jquery.js:
tikiwiki: [FIX] Call to an undefined function jQuery.evalJSON, I fixed and submitted a patch here: http://code.google.com/p/jtrack/issues/detail?id=1&thanks=1&ts=1336054163
tikiwiki: Hopefully it will be updated the next go around.
[16:12]
rodrigoprimoxavi: sure :) [16:12]
jonnybhi rodrigoprimo and xavi [16:14]
rodrigoprimohi jonnyb [16:14]
xavihi jonnyb [16:14]
jonnybby far the best IDE out there for php dev is phpStorm - wins by about a million miles
and i believe changi|work managed to get us a license for it, yes? (i paid for mine for the past 2 years but happy - i tried to get them to give us a license but they refused me twice)
[16:15]
rodrigoprimojonnyb: I will give it a try [16:19]
jonnybRobertPlummer: you there? [16:28]
RobertPlummerI am
polom jonnyb
[16:28]
jonnybjonnyb was just wondering what the state of the 9.x branch now that the alpha is out
like surely we should be into a feature freeze by now, no?
[16:29]
Treblyjoined #tikiwiki [16:30]
RobertPlummerThe converter is fixed as far as I can tell.
jonnyb: Why do you ask?
*hopes he didn't violate any freeze*
[16:30]
jonnybno, not you - two [ENH] commits already this month
40 (approx) since we branched, and a few [NEW] ones
[16:31]
RobertPlummerjonnyb: I saw that, made me uncomfortable.
I didn't know if they were fixes as new items or what.
I know I know, I need to be the bad guy at times.
[16:33]
jonnybi'm just checking out Nelson's one to custom search as i know it quite well, but maybe a slightly stern email to the dev list saying further ones will be rolled back
there's a lot of new stuff coming in (new params etc), also refactoring and fixes of unnecessary (imho) notices etc
[16:34]
RobertPlummerok [16:35]
jonnybit's not being a "bad guy" - just managing the release process otherwise either 9.0 will go out unusable (bad) or never (worse)
i'm sure everyone will support you - we all just want to get one last little thing in For A Good Reason, but we should all wait a week or two and put it in for 9.1
[16:36]
.... (idle for 19mn)
benoitgjoined #tikiwiki [16:56]
Trebly<jonnyb> Hi, how are you. I am ending a curious job : set fine the image galleries with a 8.3+ quite ended with enhancements (waiting for a tested and stabilized 9.0). I found a lot of problems. I will test if they are solved in 9.0 (no time till now).
Please do you know Where there is a document in tiki doc which describes the classes and inherit structure ?
[17:00]
CIA-36tikiwiki: 03nkoth * r41296 10/branches/9.x/ (3 files in 3 dirs): [ENH] Add daterange filter interface for customsearch (part 2) [17:02]
.... (idle for 16mn)
olinuxxjoined #tikiwiki [17:18]
benoitgjoined #tikiwiki [17:23]
xaviRobertPlummer: quick css question for jquery.s5... [17:24]
RobertPlummeryes [17:24]
xavihow can I add some more line spacing between items in a list? [17:24]
nkoth|nelsonsorry, I shd wait for 9.1, alpha is out right.... i was trying to rush it in before that [17:24]
xaviexample:
http://ueb.vhir.org/show:2012-05-04+Xavier+de+Pedro+Tiki+Seminar#s2
it's from a seminar I'm presenting tomorrow in our reseach institute
[17:24]
RobertPlummerok [17:24]
jonnybhi nkoth|nelson - naughty indeed, but i'm just trying to test it here now (before i update my client's site) [17:25]
xaviRobertPlummer: I tried #s5-size-detector { line-height: 250% ! important; }
but it's not the solution, it seems
[17:25]
RobertPlummerxavi what are you trying to accomplish? [17:25]
xavi"line spacing"
get more space between each line (or each item) in the list
[17:25]
RobertPlummerbody * {line-height: 2em ! important;} doesn't work? [17:26]
xaviok, trying
xavi newbie in css still, that's why those (probably) easy questions
[17:26]
RobertPlummerxavi, beautiful presentation by the way. [17:28]
xaviRobertPlummer: thanks, but btw, I want more line spacing just in the jquery.s5 presentation :-)
not everywhere like with your body * :-)
[17:28]
RobertPlummerxavi, would you like to be added to the s5 committers? [17:29]
xavihow do I say, body only in jquery.s5?
s5 committers: as you wish
[17:29]
RobertPlummer.s5-slide {line-height: 2em ! important} [17:29]
xaviok [17:29]
jonnybhmm, nkoth|nelson - date range seems to have totally locked up my localhost (but date ranges on my 12,000 items was always very very slow, might just have broken Lucene) [17:30]
RobertPlummerxavi: Have a gmail account? [17:31]
xaviRobertPlummer: I don't check it, and I don't want to rely on it :-/ [17:31]
nkoth|nelsonjonnyb: the stuff I added shouldn't affect any existing flows [17:31]
RobertPlummerxavi, I need it for access to s5 I think [17:31]
jonnybno indeed, everything else seems fine [17:32]
xaviRobertPlummer: .s5-slide {line-height: 1.5em ! important;} didn't work for me [17:32]
jonnybi just wanted to play with it! :) [17:32]
RobertPlummer.s5-slide * {line-height: 1.5em ! important;}
xavi try that, sorry
forgot ampersand
[17:32]
nkoth|nelsonjonnyb: I see. so the search is really slow. [17:32]
xaviRobertPlummer: gmail account, then don't worry, don't add me to it, if you can only add me with a gmail account (I don't want to be forced to use gmail accounts or google services... if not necessary) [17:33]
nkoth|nelsonit is pretty slow and is limited to 1000 unique dates in between because of a End lucene default as well
but that was a problem that already existed before
[17:33]
jonnybunderstood
yes, the request timed out
[17:33]
RobertPlummerxavi: I put in xavi@tiki.org and IT CHANGED IT AUTOMATICALLY!
to xavidp@gmail.com
[17:34]
xaviRobertPlummer: wohooo, nicely added some spacing everywhere in the slides with your css trick :-) [17:35]
jonnybnkoth|nelson: anyway, must get on - confirmed no regression there i can see [17:35]
RobertPlummer*waves hands and chants "ooga booga"* [17:35]
xavi:) [17:35]
RobertPlummerjk [17:35]
xaviRobertPlummer: and if only some spacing between items in ordered or unordered lists?
I mean, for instance, only between bullet points in the slide, and not betwen the lines of the same bullet point (line wrapping, etc). like here: http://ueb.vhir.org/show:2012-05-04+Xavier+de+Pedro+Tiki+Seminar#s2
[17:36]
RobertPlummer.s5-slide * li {padding-bottom: 2em ! important;}
(maybe)
[17:38]
xaviRobertPlummer: thanks, I'll paly with it, thanks for pointers and code samples
I'll add them to the doc page of slideshow :-)
[17:38]
jonnybnkoth|nelson: for tiki 10 (maybe 9.1) i'd like to change how customsearch saves it's state (from session to url hash) which will be more scalable and allow users to use their back buttons to navigate, what do you think? [17:39]
fabriciusjoined #tikiwiki [17:40]
jonnybi also plan to add an automagic mode for pagination to append the next page when you scroll to the bottom like facebook et al [17:41]
_qPjoined #tikiwiki [17:42]
xaviRobertPlummer: I'll add those 2 fixes of spacing for items in layout.css in 9.x in order to make them fixed in 9.0 (unless someone is against about it)
.s5-slide * li {padding-top: 0.3em ! important; padding-bottom: 0.3em ! important;}
[17:50]
RobertPlummerfine with me [17:50]
xavi^this is better default values (a "fix" for me)
ok, there I go...
Robert, do I need the !important part if they are commited to layour.css in tiki9?
RobertPlummer: ^
s/layour.css/layout.css
[17:50]
RobertPlummertest without if possible. [17:52]
xaviok [17:52]
nkoth|nelsonjonnyb: sounds good. If there are multiple custom search is still keeps the distinction right? BTW, I was wondering why the Services are in Services/Tracker, I meann it can potentially be used even without tracker [17:53]
jonnybwith different identifiers?
should be fine
[17:54]
rakwajoined #tikiwiki [17:55]
jonnybi'll also add a way to change the prefix from customsearch_ (makes ever so long urls!) [17:55]
xavigood witout !important [17:56]
CIA-36tikiwiki: 03jonnybradley * r41297 10/branches/9.x/lib/parser/parserlib.php: [FIX] maketoc: Fix html mangling on wiki pages when wysiwyg enabled but testing for the parse option is_html rather than the prefs (thanks changi)
tikiwiki: 03jonnybradley * r41298 10/branches/9.x/lib/setup/editmode.php: [FIX] allowhtml: Let the allow html checkbox to be saved unchecked for wiki or htmltowiki pages
tikiwiki: 03Jyhem * r41299 10/branches/9.x/templates/tiki-view_tracker.tpl: [FIX] It sent users on the wrong tab
[17:56]
rakwahello! does anyone know how tikiwiki stores its structures? is there a file on the server which is similar to the page tree? or is it all stored in the DB? [18:02]
CIA-36tikiwiki: 03xavidp * r41300 10/branches/9.x/styles/layout/layout.css: [FIX]Spacing between items in jquery.s5 lists (ugly reading without them as default values) [18:04]
changi|workrakwa: it's in DB
jonnyb: thx for the fix
[18:04]
rakwachangi: thanks! [18:05]
changi|awayrakwa: tiki_structures [18:05]
rakwaawesome, thanks! [18:06]
xaviRobertPlummer: see pm [18:13]
...... (idle for 25mn)
ok, I run out of time for today. cheers
left #tikiwiki
[18:38]
nkoth|nelsonjonnyb: should i be waiting also for commites of new features into trunk? [18:42]
jonnybnkoth|nelson: sorry - how do you mean? [18:42]
nkoth|nelsonI ahve some new features and enhancements, kind of raw stuff. I had meant them to be committed into trunk [18:43]
jonnyb9.0 alpha was released a few days ago, so only fixes should be committed in 9.x until 9.0 is release [18:43]
nkoth|nelsonwhat abt trunk? [18:44]
jonnybtrunk is fine, but try not to move stuff around too much as we're merging from 9.x (until 9.1)
so no big refactoring etc for a while pls
(unless it's really vital of course)
[18:44]
.......... (idle for 47mn)
arildbjoined #tikiwiki [19:32]
.... (idle for 16mn)
CIA-36tikiwiki: 03robertplummer * r41301 10/branches/9.x/ (lib/sheet/grid.php tiki-export_sheet.php): [FIX] export sheet, a few problems and call to non-exiting global sheetlib [19:48]
RobertPlummerxavi, just fixed timesheet, waiting on my svn to commit. [19:49]
CIA-36tikiwiki: 03robertplummer * r41303 10/branches/9.x/tiki-timesheet.php: [FIX] Forgot to remove debugging stuff [19:49]
tikiwiki: 03robertplummer * r41304 10/branches/9.x/tiki-timesheet.php: [FIX] Remove console.log [19:55]
tikiwiki: 03robertplummer * r41305 10/branches/9.x/tiki-timesheet.php: [FIX] Handle error, display to user [20:05]
tikiwiki: 03jonnybradley * r41306 10/branches/9.x/lib/search/shell.php:
tikiwiki: [FIX] search: exit with an error code (1) and raise log level to err when
tikiwiki: processing can't continue due to rebuild already occurring, as usually this
tikiwiki: means the previous rebuild failed and the unified-index-new dir has been left
tikiwiki: behind from last time (requiring intervention)
tikiwiki: 03robertplummer * r41302 10/branches/9.x/tiki-timesheet.php: [FIX] Bring timesheet back online
[20:13]
.... (idle for 17mn)
radek82joined #tikiwiki [20:31]
.... (idle for 16mn)
redflojoined #tikiwiki [20:47]
rodrigoprimojoined #tikiwiki [20:57]
Tiki|botNew Forum Posts: Probleme mit der Indizierung von Dateianhängen - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=43956
New Forum Posts: Probleme mit dem Internetexplorer 8 - CKEditor Konfiguration - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=43955
[21:02]
littledjoined #tikiwiki [21:04]
littledovejoined #tikiwiki [21:10]
nkoth|nelsonanyone knows where can I find the rules for those filters for plugins parameters? e.g. digits?
digits does not support negative numbers and I need that...
[21:22]
jonnybTikiFilter i think
int should be ok for negatives, no?
[21:22]
nkoth|nelsonit's digits right now and negative gets stripped [21:23]
jonnybyes, minus sign is not a digit [21:23]
nkoth|nelsonint is probbably better
thanks jonnyb
[21:23]
jonnybnp - have spent many an hour trying to work all that out :)
it's very strict, but then i guess it should be
[21:25]
Tiki|botInfo: Tiki Releases 8.4 - http://info.tiki.org/article191-Tiki-Releases-8-4 [21:30]
CIA-36tikiwiki: 03robertplummer * r41307 10/trunk/ (23 files in 18 dirs): [MRG] Automatic merge, branches/9.x 41266 to 41306 [21:42]
ricks99ping: someone pls update irc welcome message: 8.4 [21:43]
Jyhem_laptopThat would be sylvieg [21:44]
..... (idle for 20mn)
redflojoined #tikiwiki [22:04]
joined #tikiwiki
joined #tikiwiki
[22:09]
chealerjoined #tikiwiki
polom
[22:12]
jonnybhi chealer [22:14]
chealerhi jonnyb :-)
I'm surprised by your answer on HTML diff previews. it's not a Tiki 9 regression but if you're available I'd like to discuss it now
[22:14]
jonnybok, fire away
jonnyb assumes the "brace brace brace" position
[22:16]
Tiki|botNew Forum Posts: Problems with IE 8 and the CKEditor - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43958 [22:17]
chealerjonnyb: so can you get it to work anywhere? say on demo?
I'll try 9.x locally
[22:18]
jonnybit worked fine here (localhost) - will try and recreate on demo
jonnyb turns off wysiwyg_htmltowiki
[22:19]
chealerjonnyb: it's broken on my local 9.x: http://ido.ath.cx:8080/tiki/9.x/tiki-editpage.php?page=Produits
(r41307)
[22:22]
jonnybseems fine to me on http://demo.tiki.org/9x/tiki-editpage.php?page=wysiwyg_sample_page
again apart from the <em> '' confusion
brb
[22:23]
chealerjonnyb: hum, interesting, it's also mostly working here [22:27]
jonnybb
mostly's near enough, isn't it? (no!) :D
[22:27]
chealerjonnyb: except for that italics issue, the img plugin call is not parsed in the preview. but OK, that's fair enough. can you get it to work with a page in normal syntax though? [22:29]
jonnybyou mean wiki syntax?
ah, ok - no, just just does compare on the wiki source but all sort of mangled (no linebreaks)
hmm...
[22:30]
chealerjonnyb: yes... right
it's completely raw source
[22:33]
jonnybcan't see it's a major issue is it? and an old "feature disappointment" - side by side is best for wiki markup - maybe html diff shouldn't appear there for wiki pages [22:36]
JyhemHmm, I'm testing a Tiki9 site, and I notice that for each page I create, a similarly-named file gallery is automatically created. [22:41]
jonnybwow, spooky [22:41]
JyhemWhat have they activated ???? Does anyone know ? [22:41]
jonnybsomething to do with webdav maybe?
there was some odd webdav wiki stuff arrived a while back, not looked at it
[22:42]
CIA-36tikiwiki: 03robertplummer * r41308 10/trunk/lib/core/Feed/ (ForwardLink/Search.php ForwardLink.php):
tikiwiki: [ENH] General cleanup and added author info for metadata
tikiwiki: [NEW] Added method findAuthorData to search
[22:43]
JyhemJyhem looks at webdav config while wondering why that would create file galleries [22:44]
chealerjonnyb: it's not a major issue (it's not a regression). I think the HTML diff is nice (although it may be more buggy than text diff)
jonnyb: are you suggesting HTML diff shouldn't appear only on previews? or in the history as well?
Jyhem: there's an experimental feature to store wiki attachments in file galleries
I don't know for sure but if other people admin the site, I'd bet on that one
[22:44]
CIA-36tikiwiki: 03changi67 * r41309 10/branches/9.x/templates/tiki-sheets.tpl: [FIX] fix colspan [22:47]
jonnybchealer: it's only wiki page preview html diff that's borked right? so the cheapest fix i can think of is hiding the option for now (on preview wiki only) [22:48]
JyhemThey don't so much admin as discover the power of Tiki by testing every possible option in light of trying to decide if it will be used in production :-) [22:49]
chealerjonnyb: yes. I was wondering if you were suggesting that because you thought people shouldn't use it or as a workaround. I agree, that may be a little inconsistent, but it would be cheap [22:53]
CIA-36tikiwiki: 03changi67 * r41310 10/branches/9.x/lang/fr/language.php: [TRA] French translation [22:54]
jonnybchealer: no, it would be great if it worked, but i fear all sort of entity entanglement etc, and we have lots of real regressions to fix for 9.0 [22:58]
JyhemI upgraded to Tiki9 from right now and all seems to work fine. Woohoo!
I have some pretty elaborate plugins into plugin pages :-)
[22:59]
chealerjonnyb: OK. sorry if I suggested that was a regression, that wasn't my intention [23:00]
JyhemDid you know one can do: {TRACKER(trackerId="15" showmandatory="y" url="{{page}}")} or even build page names like (({{page}} management)) ? Tiki is awesome [23:00]
chealer(Marc added it to the list of regressions, he probably didn't test correctly) [23:01]
jonnybchealer: no, i understand, it just not quite right [23:01]
CIA-36tikiwiki: 03jonnybradley * r41311 10/branches/9.x/backups/: [KIL] re-delete old backups dir [23:11]
tikiwiki: 03jonnybradley * r41312 10/branches/9.x/lib/jquery_tiki/tiki-themegenerator.js: [FIX] themegen: Handle units without a unit specifier properly (also remove some dead comments - some reformatting seems to have happened accidentally, but it looks all ok and is quite experimental anyway) [23:18]
...... (idle for 27mn)
tikiwiki: 03jonnybradley * r41313 10/branches/9.x/templates/tiki-tracker_view_history.tpl: [FIX] tracker: Use Smarty 3 assign syntax for array elements - seems to fix tracker history old/new display [23:45]

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