Gwayne: joined #tikiwiki
joined #tikiwiki chibaguy: joined #tikiwiki
polom rodrigoprimo: joined #tikiwiki Tiki-KGB: 03lindonb 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 marclapo1: joined #tikiwiki fabricius: joined #tikiwiki chibaguy: joined #tikiwiki Tiki-KGB: 03lindonb r48056 10branches/12.x/templates/ 10(17 files) * Some wording suggestions for the admin wizard. Tiki|bot: New Forum Posts: Fwd: Admin Wizard - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49726 92AAAOGNH: joined #tikiwiki marclaporte: joined #tikiwiki marclaporte1: joined #tikiwiki Tiki|bot: New 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 redflo: joined #tikiwiki arildb: joined #tikiwiki Tiki-KGB: 03arildb r48057 10branches/12.x/templates/wizard/admin_look_and_feel.tpl * [ENH] More compact display for wizard page: Set up Look & Feel Telesight: joined #tikiwiki xavi1: joined #tikiwiki Tiki-KGB: 03xavidp 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 ). xavi1: left #tikiwiki Tiki-KGB: 03xavidp 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 Tiki|bot: New Forum Posts: Search does not index articles - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49732 rodrigoprimo: joined #tikiwiki rodrigoprimo1: joined #tikiwiki ricks99: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki Tiki|bot: Recent Bug: - Hidden article - body - when reediting an article - http://dev.tiki.org/item4808 marclaporte: joined #tikiwiki Tiki|bot: New 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 MagicFab_: joined #tikiwiki jonnyb: joined #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 lphuberdeau: oo 3 digit rev, those are rare 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 :) lphuberdeau: hmmm
that does not seem useful jonnyb: indeed - something to clean out before tiki13... rodrigoprimo: joined #tikiwiki Tiki-KGB: 03jonnybradley 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 rodrigoprimo1: joined #tikiwiki fabricius: joined #tikiwiki rodrigoprimo: joined #tikiwiki Telesight: joined #tikiwiki Jyhem: jonnyb: 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)"); jonnyb: oh? nice! :) Jyhem: Yes, very nice ! jonnyb: wonder if that's on doc.t.o somewhere? Jyhem: I'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 jonnyb: Xavi made an advanced jquery tracker tips page somewhere... Jyhem: Yes, but I helped on that page so I'm sure this wasn't there at the time jonnyb: guess it could go on here: https://doc.tiki.org/PluginJq Jyhem: Yes, I just looked it up from top to bottom and no, nothing of the kind -: Jyhem was bout to paste t here arildb: joined #tikiwiki fabricius: polom jonnyb: hi fabricius fabricius: Hi jonnyb .. did some work for Tiki-Bootstrap - I think, I came a bit further jonnyb: coo - bootstrap's still a bit of a mystery to me (well, totally) fabricius: it 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 jonnyb: yes, afaiui lite and design css will go (scary ;) ) fabricius: the 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 jonnyb: yes, we'll still need some sort of tiki.css basic thing fabricius: the 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 jonnyb: i was once tempted to split the css up into sections, like wiki.css, blog.css etc - might be an idea for this fabricius: I am not sure about that jonnyb: i thought bootstrap had it's own, better grid thing? fabricius: haha .. yes and no
please mind, that #col2 and #col3 are module zones jonnyb: they're just divs - i expect this id's to change fabricius: what 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 rodrigoprimo: joined #tikiwiki fabricius: no! #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!?) jonnyb: is that compatible with this responsive design stuff? I thought the page had to be laid out differently... fabricius: have 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 jonnyb: nice - seems to work :) fabricius: check the articles - there is a module in #col3
on the HomePage, there are no #col2 or #col3, but 3 {DIV()} instead with grid-classes MeanderingCode: heyhey. i'd love some help figuring out why gmaps doesn't seem to be working on my install :/ jonnyb: looks like #secondarysitemenu doesn't go full width on a narrow view, but apart from that it "responds" fabricius: yes, "it responds" - woohoo :D jonnyb: MeanderingCode: 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) MeanderingCode: i'm on 9 Telesight: Hello; version 12.0 will be released soon, when is the last date to update the translations for this version? MeanderingCode: 9.6, i think
documentation is a little confusing...what "steps" should i ensure have happened? jonnyb: Telesight: translation updates can go on until release (more or less) i think - good question
MeanderingCode: you upgraded recently then? (and did tiki-install.php?
) Telesight: Jonnyb: So a quick sprint is usefull .... MeanderingCode: no, 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 jonnyb: go for it Telesight :) MeanderingCode: nor do i know what WebPI refers to fabricius: jonnyb 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
jonnyb: MeanderingCode: so what's the problem, sorry? Telesight: jonnyb: Thanks, I will try ... fabricius: MeanderingCode: no idea - never heard about WebPI in context of Tiki (actually not at all) MeanderingCode: i got & added a google api key, for a project w/ maps api turned on, and put that key in the tiki control panel fabricius: MeanderingCode: maybe you had an idea, why you wanted to rename it this way and then forgot about the idea? MeanderingCode: but no maps show, nor fields anywhere on the "front" side for geolocating users, posts, etc
fabricius: WebPI was one of the download choices fabricius: MeanderingCode: maps is a bit tricky and I think not the best documented feature MeanderingCode: not so well doc'd, no :(
integration was one of the reasons i'm looking at tiki jonnyb: also you should try the {maps} plugin and use Open Layers, not the old google maps fabricius: ah 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) MeanderingCode: http://sourceforge.net/projects/tikiwiki/files/Tiki_9.x_Herbig_Haro/9.6/ has a "WebPI" zip fabricius: much faster and easier to handle than via FTP) jonnyb: or at least try 11.0? MeanderingCode: hrm...9.x is LTS
i like LTS for s'th that i don't plan to spend much attn on :) jonnyb: anyway, i have to go - more tomorrow/later MeanderingCode: thanks, jonnyb
aside from that, anyone else here use maps features (in 9.x or otherwise)? MagicFab_: joined #tikiwiki MeanderingCode: i 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 fabricius: fine MeanderingCode: fine? fabricius: that you solved a part of the problem marclaporte: joined #tikiwiki arildb: joined #tikiwiki MeanderingCode: thanks all
left #tikiwiki fabricius: I want to include a "contact us form" into a wikipage ... anybody here a clue how to achieve this?