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

WhoWhatWhen
marclaportejoined #tikiwiki [02:18]
Gwaynejoined #tikiwiki
joined #tikiwiki
[02:25]
.... (idle for 16mn)
chibaguyjoined #tikiwiki
polom
[02:41]
...... (idle for 29mn)
rodrigoprimojoined #tikiwiki [03:11]
...... (idle for 27mn)
Tiki-KGB03lindonb r48055 10branches/12.x/lib/ 10(8 files in 2 dirs)
[bp/r48007][FIX] tablesorter: only set shortcut variables once and use parent static in child classes; don't repeat column-specific code for each column when rendering header; support external filters; better handling of ids[FIX] tablesorter: only set shortcut variables once and use parent static in child classes; don't repeat column-specific code for each column when rendering he
tikiwikiader; support external filters; better handling of ids
[03:38]
marclapo1joined #tikiwiki [03:45]
fabriciusjoined #tikiwiki [03:56]
chibaguyjoined #tikiwiki [04:06]
.......... (idle for 46mn)
Tiki-KGB03lindonb r48056 10branches/12.x/templates/ 10(17 files) * Some wording suggestions for the admin wizard. [04:52]
Tiki|botNew Forum Posts: Fwd: Admin Wizard - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49726 [05:03]
........ (idle for 36mn)
92AAAOGNHjoined #tikiwiki [05:39]
marclaportejoined #tikiwiki [05:46]
...... (idle for 27mn)
marclaporte1joined #tikiwiki [06:13]
................................. (idle for 2h40mn)
Tiki|botNew Forum Posts: Developer question: editing language.php or custom.php in linux with PHPStorm - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49728 [08:53]
......... (idle for 43mn)
redflojoined #tikiwiki [09:36]
............. (idle for 1h4mn)
arildbjoined #tikiwiki [10:40]
Tiki-KGB03arildb r48057 10branches/12.x/templates/wizard/admin_look_and_feel.tpl * [ENH] More compact display for wizard page: Set up Look & Feel [10:42]
................. (idle for 1h24mn)
Telesightjoined #tikiwiki [12:06]
xavi1joined #tikiwiki [12:10]
Tiki-KGB03xavidp r48058 10mods/trunk/ 10wiki-plugins/r/lib/wiki-plugins/wikiplugin_rr.php 10Packages/wikiplugins-r.info.txt
[ENH]Allow the display of pdf files generated by PluginRR on disk. Param echo accepts also y/n or yes/no as values, as well as 1/0. Param customoutput added (thanks Jyhem and joelobrecht ).
[12:12]
xavi1left #tikiwiki [12:15]
......... (idle for 43mn)
Tiki-KGB03xavidp r48059 10branches/12.x/templates/wizard/admin_text_area.tpl * [FIX]Missing string to be fixed according to lindon's recent changes
03xavidp r48060 10branches/12.x/lang/ca/language.php
Changes to admin and user wizard tpl's ported, and a few other fixes and strings translated
[12:58]
Tiki|botNew Forum Posts: Search does not index articles - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49732 [13:03]
...... (idle for 26mn)
rodrigoprimojoined #tikiwiki [13:29]
rodrigoprimo1joined #tikiwiki [13:33]
.......... (idle for 48mn)
ricks99joined #tikiwiki [14:21]
............... (idle for 1h13mn)
joined #tikiwiki [15:34]
...... (idle for 29mn)
joined #tikiwiki [16:03]
....... (idle for 30mn)
Tiki|botRecent Bug: - Hidden article - body - when reediting an article - http://dev.tiki.org/item4808 [16:33]
marclaportejoined #tikiwiki [16:38]
Tiki|botNew Forum Posts: Show item creator and last modifier for Trackers not working - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49742 [16:43]
............ (idle for 58mn)
MagicFab_joined #tikiwiki [17:41]
.... (idle for 15mn)
jonnybjoined #tikiwiki
hi all
does anyone know what all this stuff about $_SESSION["thedate"] is for? seems totally redundant
seems to be from r453, so quite ancient
[17:56]
lphuberdeauoo 3 digit rev, those are rare [18:02]
jonnyb:)
it seems to keep an (old) version of $tikilib->now in the session, then checks that it's out of date (which is usually will be) and uses $tikilib->now instead - nice :)
[18:02]
lphuberdeauhmmm
that does not seem useful
[18:04]
jonnybindeed - something to clean out before tiki13... [18:05]
rodrigoprimojoined #tikiwiki [18:12]
Tiki-KGB03jonnybradley r48061 10branches/12.x/ 10(5 files in 5 dirs)
[FIX] find: From and to date year selectors were hard-coded to -2 to +2, so make those into prefs and use these in tracker fields.
Also stop "Clear Filters" button from sending back maxRecords empty which caused an error, and make the clear button appear more often.
03jonnybradley r48062 10(30 files in 11 dirs) * [MRG] Automatic merge, branches/12.x 48050 to 48061
[18:18]
rodrigoprimo1joined #tikiwiki [18:22]
fabriciusjoined #tikiwiki [18:25]
rodrigoprimojoined #tikiwiki [18:31]
Telesightjoined #tikiwiki [18:39]
Jyhemjonnyb: FWIW, halfway through doing it the hard way I found a perfectly simple solution for setting autocomplete for a tracker field filter in trackerfilter plugin
Just by putting a JQ() plugin with content such as: $("#f_82").tiki("autocomplete", "trackervalue", {trackerId:15,fieldId:82}).after("(Case sensitive)");
[18:47]
jonnyboh? nice! :) [18:48]
JyhemYes, very nice ! [18:48]
jonnybwonder if that's on doc.t.o somewhere? [18:49]
JyhemI'll have to figure out if it _needs_ to be case sensitive, but still great
Jyhem wonders as well. Maybe xavi, lph or marc know if it'sthere
[18:49]
jonnybXavi made an advanced jquery tracker tips page somewhere... [18:51]
JyhemYes, but I helped on that page so I'm sure this wasn't there at the time [18:53]
jonnybguess it could go on here: https://doc.tiki.org/PluginJq [18:54]
JyhemYes, I just looked it up from top to bottom and no, nothing of the kind
Jyhem was bout to paste t here
[18:58]
...... (idle for 25mn)
arildbjoined #tikiwiki [19:23]
............ (idle for 57mn)
fabriciuspolom [20:20]
jonnybhi fabricius [20:21]
fabriciusHi jonnyb .. did some work for Tiki-Bootstrap - I think, I came a bit further [20:22]
jonnybcoo - bootstrap's still a bit of a mystery to me (well, totally) [20:35]
fabriciusit starts to get brighter for me .. but I have looked into this and related stuff every here and then since a while
bootstrap literally provides a standard css with a lot of selectors, which interact and correlate in a logic way.
as far as I came to an understanding, bootstrap.css will replace most of lite.css and design.css, plus adding new usability
it is a bit hard to make Tiki recognising bootstrap, cause we have so many templates using arbitrary css-selectors (from the viewpoint of bootstrap) and we have to change the css classes and ids etc. in the templates
[20:38]
jonnybyes, afaiui lite and design css will go (scary ;) ) [20:44]
fabriciusthe first easy step is to make bootstrap.css know the class .button (lateron change all .button in Tiki to .btn)
ahh jonnyb right at the moment I say lite and design will not go - maybe merged
we need two "layers" around bootstrap.css
[20:44]
jonnybyes, we'll still need some sort of tiki.css basic thing [20:45]
fabriciusthe existing basic css like admin.css or calendar.css etc. might change, but imho will be staying as base
then luciash's lite.css will still provide the base for the 3-column design
[20:46]
jonnybi was once tempted to split the css up into sections, like wiki.css, blog.css etc - might be an idea for this [20:47]
fabriciusI am not sure about that [20:48]
jonnybi thought bootstrap had it's own, better grid thing? [20:48]
fabriciushaha .. yes and no
please mind, that #col2 and #col3 are module zones
[20:48]
jonnybthey're just divs - i expect this id's to change [20:49]
fabriciuswhat you do on the wikipage "canvas" with your grid, when you want to put modules into a column, visible for more than one page - not including in every single page [20:50]
rodrigoprimojoined #tikiwiki [20:50]
fabriciusno! #col1, #col2 and #col3 names stay
I just added a grid selector (class) to the #col3 and limited the lite.css grid with a mediaquery <-> works
basically I just have landcape/portrait at the moment (too many things to consider to make everything in one rush)
in landscape my theme uses luciash's lte.css (which can easily adopted to the bootstrap.css relative measurements
in portrait the #col3 does not use the lite.css and thus flips under #col1
Ok, there are more things to consider, as #col3 uses some space of the grid, whilst #col1 content thinks it has the full grids number of culomns ... but these kind of things seem to be more minor detailed problems
in principle it works
we need a responsive 3-column design and bootstrap doesn't know our module zones (which we surely keep, or!?)
[20:50]
jonnybis that compatible with this responsive design stuff? I thought the page had to be laid out differently... [20:57]
fabriciushave a quick view here (unfinished and in German): http://vafk-wuerzburg.de
argl ): should be ) :
and a direct link to view the #col3 flip effect:
http://vafk-wuerzburg.de/articles
[20:57]
jonnybnice - seems to work :) [20:59]
fabriciuscheck the articles - there is a module in #col3
on the HomePage, there are no #col2 or #col3, but 3 {DIV()} instead with grid-classes
[21:00]
MeanderingCodeheyhey. i'd love some help figuring out why gmaps doesn't seem to be working on my install :/ [21:02]
jonnyblooks like #secondarysitemenu doesn't go full width on a narrow view, but apart from that it "responds" [21:02]
fabriciusyes, "it responds" - woohoo :D [21:03]
jonnybMeanderingCode: which version are you on? gmaps have been replaced with Open Layers around tiki 9 i think (and you can use google maps in them) [21:03]
MeanderingCodei'm on 9 [21:04]
TelesightHello; version 12.0 will be released soon, when is the last date to update the translations for this version? [21:04]
MeanderingCode9.6, i think
documentation is a little confusing...what "steps" should i ensure have happened?
[21:04]
jonnybTelesight: translation updates can go on until release (more or less) i think - good question
MeanderingCode: you upgraded recently then? (and did tiki-install.php?
)
[21:05]
TelesightJonnyb: So a quick sprint is usefull .... [21:07]
MeanderingCodeno, i downloaded a zip (just a few days ago) for a fresh install
tiki_WebPI_9.6.zip
err, p'raps i renamed it that, i don't know
[21:07]
jonnybgo for it Telesight :) [21:07]
MeanderingCodenor do i know what WebPI refers to [21:07]
fabriciusjonnyb to use the 12-column-grid, you use a number of divs from 1 to 12
each div gets a grid class which has a number in its name, representing the width (number of columns)
the sum of the numbers of the grid classes of all grids must be 12
Example:
{DIV(class="col-sm-5")}!Zielgruppen etc.{DIV}
{DIV(class="col-sm-5")}!Willkommen etc.{DIV}
{DIV(class="col-sm-2")}!Termine etc.{DIV}
create the Home page.
As you see, the first two Divs are 5 columns wide and the third one is 2 columns wide - sum is 12
[21:07]
jonnybMeanderingCode: so what's the problem, sorry? [21:09]
Telesightjonnyb: Thanks, I will try ... [21:09]
fabriciusMeanderingCode: no idea - never heard about WebPI in context of Tiki (actually not at all) [21:09]
MeanderingCodei got & added a google api key, for a project w/ maps api turned on, and put that key in the tiki control panel [21:09]
fabriciusMeanderingCode: maybe you had an idea, why you wanted to rename it this way and then forgot about the idea? [21:10]
MeanderingCodebut no maps show, nor fields anywhere on the "front" side for geolocating users, posts, etc
fabricius: WebPI was one of the download choices
[21:10]
fabriciusMeanderingCode: maps is a bit tricky and I think not the best documented feature [21:10]
MeanderingCodenot so well doc'd, no :(
integration was one of the reasons i'm looking at tiki
[21:11]
jonnybalso you should try the {maps} plugin and use Open Layers, not the old google maps [21:11]
fabriciusah MeanderingCode if that's a download choise, it might be a bit newer, as I run my Tikis usually via SVN (direct installation via SSH Linux console) [21:11]
MeanderingCodehttp://sourceforge.net/projects/tikiwiki/files/Tiki_9.x_Herbig_Haro/9.6/ has a "WebPI" zip [21:12]
fabriciusmuch faster and easier to handle than via FTP) [21:12]
jonnybor at least try 11.0? [21:12]
MeanderingCodehrm...9.x is LTS
i like LTS for s'th that i don't plan to spend much attn on :)
[21:12]
jonnybanyway, i have to go - more tomorrow/later [21:12]
MeanderingCodethanks, jonnyb
aside from that, anyone else here use maps features (in 9.x or otherwise)?
[21:13]
MagicFab_joined #tikiwiki [21:25]
MeanderingCodei found at least one of my problems
i was accessing over https...chrome and ff now block mixed content by default
the maps stuff was trying to be loaded over http
so switching to http lets the map content show
errr...it may be my https-everywhere browser addon...not sure
either way, it was the mixed content that was my problem...one problem
[21:30]
......... (idle for 44mn)
fabriciusfine [22:16]
MeanderingCodefine? [22:17]
fabriciusthat you solved a part of the problem [22:25]
marclaportejoined #tikiwiki [22:26]
..... (idle for 20mn)
arildbjoined #tikiwiki [22:46]
MeanderingCodethanks all
left #tikiwiki
[22:57]
fabriciusI want to include a "contact us form" into a wikipage ... anybody here a clue how to achieve this? [23:08]

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