Tiki|bot: New Forum Posts: Tiki Migration - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60268
New Forum Posts: Tiki not upgrading (12.4 > 12.9) - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60262
New Forum Posts: MapQuest direct access has been discontinued - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60272
New Forum Posts: Tiki Migration - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60268
New Forum Posts: Tiki not upgrading (12.4 > 12.9) - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60262 Gwayne: joined #tikiwiki fabricius: joined #tikiwiki giesen: joined #tikiwiki RadoS: joined #tikiwiki giesen: joined #tikiwiki redflo: joined #tikiwiki xavi: joined #tikiwiki jonnyb: joined #tikiwiki pbiendl: joined #tikiwiki Tiki|bot: New Forum Posts: getting 3rd toolbar visible in wysiwyg editor - video clip - https://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60279
New Forum Posts: MapQuest direct access has been discontinued - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60272
New Forum Posts: Tiki Migration - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60268
New Forum Posts: getting 3rd toolbar visible in wysiwyg editor - video clip - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60279
New Forum Posts: MapQuest direct access has been discontinued - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60272
New Forum Posts: Tiki Migration - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60268
New Forum Posts: getting 3rd toolbar visible in wysiwyg editor - video clip - https://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60279
New Forum Posts: MapQuest direct access has been discontinued - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60272
New Forum Posts: Tiki Migration - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60268
New Forum Posts: getting 3rd toolbar visible in wysiwyg editor - video clip - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60279
New Forum Posts: MapQuest direct access has been discontinued - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60272
New Forum Posts: Tiki Migration - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60268 chibaguy: joined #tikiwiki
polom torsten1: joined #tikiwiki jonnyb: pompom chibaguy chibaguy: anyone notice sourceforge lists might be down? I sent a dev list message and never received it.
hi jonnyb
maybe just my email quirk - I don't know. jonnyb: i'm looking at Oliver's upload on trunk bug https://dev.tiki.org/item6028 wondering if anyone else is getting this? (seems ok no my local)
No sf mails today, that's true, there should be a few usually... chibaguy: I could upload an image file (.jpg) locally in trunk, although I did have to reset its file type. It showed up as application rather than image. jonnyb: yes, there's been some work in there while i was concntrating on 15.x :( chibaguy: That was using Firefox.
yes, I need to test some more. xavi: polom chibaguy: hi xavi xavi: hi chibaguy chibaguy: "?
Twitter Bird
The sourceforge.net website is temporarily in static offline mode.
Only a very limited set of project pages are available until the main website returns to service."
I was wondering why I hadn't gotten emails. fabricius: joined #tikiwiki
joined #tikiwiki Tiki|bot: New Forum Posts: getting 3rd toolbar visible in wysiwyg editor - video clip - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60279
New Forum Posts: MapQuest direct access has been discontinued - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60272
New Forum Posts: Tiki Migration - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60268 jonnyb: woot woot, new phpstorm is here! :) Tiki|bot: New Forum Posts: getting 3rd toolbar visible in wysiwyg editor - video clip - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60279
New Forum Posts: MapQuest direct access has been discontinued - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60272
New Forum Posts: Tiki Migration - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=60268 Jyhem: polom jonnyb: hi Jyhem Jyhem: hi jonnyb, having fun with the new phpstorm? :-D jonnyb: always :)
hi Jyhem -: Jyhem is puzzled since jyhem had been led to understand the previous phpstorm was already the pinnacle of software perfection. oh well… :-) jonnyb: Tiki 3 was good once too :P Jyhem: Yes, just the reverse of FF, seemingly. I thought we had a problem with checkbox styling (i.e. they don't show up), then I encoutenered the exact same issue on plenty of other sites
like my bank's :-(
so... apparently, it's FF which decided we'd like to guess at checkbox locations jonnyb: ;) nelsonko: joined #tikiwiki xavi: question about responsiveness. for some reason this code is not properly working:
{DIV(class="col-sm-9")}map plugin here{DIV}{DIV(class="col-sm-3")}custom search here{DIV}
I mean, in computer, full width in monitor, everything is fine. If you make the window narroer then the customserch div disappears below the map
how shall I avoid this issue, so that the custom search is shown below the map, for instance, when in narrow devices? Jyhem: disappears??
as in, it's below, but in display: none ? jonnyb: ah, or is it "underneath" the map div? possibly becasue the map has a fixed hight? (i thought not but..)
you could sawp the order of the divs around and make the col-3 one float right? Jyhem: Then again, I'd say the bootstrap solution might be:
{DIV(class="col-xs-12 col-sm-9")}map plugin here{DIV}{DIV(class="col-xs-12 col-sm-3")}custom search here{DIV}
^xavi jonnyb: don't col-sm-? turn into full width divs on xs size screens anyway? worht a go though probably ;) Jyhem: Well, at least this clearly states what is expected. I never saw that col-sm- was meant to change anything about sizes smaller than sm. It's more like "xs will display default unspecified behaviour" chibaguy: I think col-xs- is for screens smaller than 768px wide. col-sm- is for screens over 768px up to 970px, etc.
col divs in xs screens will be full width unless they have a col-xs-11 or smaller class.
col-xs-12 is essentially redundant because that's the default at that screen size.
yes, col-sm- divs are full width in xs screens because there's no col-xs- definition for them.
(if they don't have a col-xs-<12 class) jonnyb: thanks chibaguy - that's what i thought (but wasn't 100% sure) chibaguy: xavi, is the customsearch div in a div that has a height set? If so, it's probably wrapping, but below the visible area. Jyhem: Does anyone know how to make checkboxes visible in Firefox ?
The cookie consent requires checking one, but it's invisible :-( RadoS: Jyhem, style invisible, i.e. "display: none;"? fabricius: joined #tikiwiki Jyhem: RadoS: no. Firefox just decided not to show unstyled checkboxes. Chrome does show them. xavi: back RadoS: Once I'm done with deployment, I want to catch up with all reports. What's your preferred proceeding: directly create defect reports, or post issues on furums to discuss first? xavi: reading backlog RadoS: forums Jyhem: It's there and can be checked, if you guess where it is. this is for all checkboxes, even de admin panel ones RadoS: Jyhem, heh, maybe unlucky choice of default/background colors on FF. Jyhem: for me, the simplest is the dev mailing-list.
Firefox's mistake, our problem :-(
I've had the same issues on non-Tiki sites yesterday RadoS: Jyhem, does this happen with other sites, too?
Ok... Jyhem: :) xavi: mmm no heigth set, chibaguy, on the div for the custom search. Neither it is in the div manually set for the map. But map plugin has params for width and height
jonnyb: the pull-right class added didn't make any difference in my tests RadoS: Jyhem, which FF version? xavi: and jonnyb, I had to surround the whole customsearch with that div class RadoS: Jyhem, I can't reproduce with 38/45 esr.
Even if I had default white bg, the box has a black border/ frame. xavi: Jyhem: using col-xs-12 besides the col-sm-9 and col-sm-3 didn't make any difference for me either Jyhem: RadoS: FF 47.0 chibaguy: xavi, can you find it in the page source, to get a clue about its location? xavi: it's underneath chibaguy: is the map on top of it? xavi: yes, when the window is narrow
sorry, an intranet for a client (no public url) Jyhem: xavi: is there a "container" class somewhere around ?
if there's none, all that col-sm-* is ignored, I think xavi: ah ok, I didnt' add any container class RadoS: Jyhem, you have access to FF45 somewhere? xavi: shall I add one by hand? a common div class=container or something surrounding the other 2 divs? chibaguy: The col- divs should be inside a row div. They don't need to be directly inside a container div; I assume there's one above them in the DOM somewhere.
(the col divs are floated, so need to be in a div that has clearfix. div.row usually is the one for that. xavi: Jyhem and chibaguy: see pm chibaguy: ) Jyhem: RadoS: no FF45
chibaguy: yes, what I meant. There needs to be one above them in the DOM somewhere. Easy to forget
RadoS: I think I found my checkbox issue: apparently, not fully a FF issue but a KDE theme issue: https://bbs.archlinux.org/viewtopic.php?id=206542 chibaguy: For the record, the disappearing div was due to the lack of a div.row around the col-sm-9 and col-sm-3 divs.
(solved in pm) Jyhem_laptop: joined #tikiwiki gagnere: joined #tikiwiki Tiki|bot: New Forum Posts: help using LIST plugin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=60283 jonnyb: joined #tikiwiki xavi: ah, thanks chibaguy for reporting the solution here!
sorry, I was kidnapped by a meeting
chibaguy: see pm (again) Tiki|bot: New Forum Posts: what is the best way to increase margin on the right hand side of the page? - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60284 Telesight: joined #tikiwiki fabricius: joined #tikiwiki
joined #tikiwiki gagnere_: joined #tikiwiki fabricius: joined #tikiwiki Tiki|bot: New Forum Posts: RSS feed doubling or quadrupling items - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60293 jonnyb: joined #tikiwiki fabricius: joined #tikiwiki Tiki-KGB: 03patrick-proulx r59167 10trunk/lib/filegals/filegallib.php
[FIX] Fixed issue with error on file upload. [deleteAfter(int) was set to empty string rather than NULL] Tiki|bot: New Forum Posts: RSS feed doubling or quadrupling items - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60293
New Forum Posts: what is the best way to increase margin on the right hand side of the page? - https://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60284
New Forum Posts: help using LIST plugin - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=60283
New Forum Posts: RSS feed doubling or quadrupling items - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60293
New Forum Posts: what is the best way to increase margin on the right hand side of the page? - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60284
New Forum Posts: help using LIST plugin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=60283
New Forum Posts: RSS feed doubling or quadrupling items - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60293
New Forum Posts: what is the best way to increase margin on the right hand side of the page? - https://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60284
New Forum Posts: help using LIST plugin - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=60283
New Forum Posts: RSS feed doubling or quadrupling items - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=60293
New Forum Posts: what is the best way to increase margin on the right hand side of the page? - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=60284
New Forum Posts: help using LIST plugin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=60283 Tiki-KGB: 03amnabilal r59168 10trunk/lib/ 10wiki-plugins/wikiplugin_include.php 10pdflib.php
[Fix]PDF generation has problem when pdf data needs to access protected images, protected images access added in pdflib.php, three new functions added _getImages(&$html,&$tempImgArr) to access images paths, file_get_contents_by_fget($url) to get image file contents and create temp images, clearTempImg($tempImgArr)to unlink all temp images after pdf is created. Theme main css is
tikiwikipassed to pdf to preserve main website style. Second fix in this update is wikiplugin_include.php was getting plugin include icons and links for edit, added check to bypass link in case pdf needs to be created.