[01:41] Gwayne joined #tikiwiki [01:41] Gwayne joined #tikiwiki [01:54] MichaelC1 joined #tikiwiki [03:13] SkiNut1 joined #tikiwiki [03:37] dabright joined #tikiwiki [06:24] Tiki-KGB 03chibaguy r49342 10trunk/templates/categorize.tpl * [ENH] Layout improved (button aligned with label, and bottom margin added). [07:32] Tiki-KGB 03chibaguy r49343 10trunk/templates/tiki-admin_forums.tpl [07:32] Tiki-KGB [REF] Replace table.formcolor with Bootstrap form layout. Todo: improve tr strings, indentation, duplicate-forum layout. [08:39] Telesight joined #tikiwiki [08:52] redflo joined #tikiwiki [09:10] Tiki-KGB 03gezzzan r49344 10trunk/templates/tiki-likepages.tpl * [ENH] added remarksbox to feedback when no pages found [10:14] chibaguy joined #tikiwiki [10:14] chibaguy polom [10:23] Tiki|bot New Forum Posts: Admin form improvement - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856 [11:04] Tiki-KGB 03gezzzan r49345 10trunk/templates/tiki-removepage.tpl [11:04] Tiki-KGB [MOD] boostrap related modifications, also simplified and translation friendly text [11:04] Tiki-KGB 03chibaguy r49346 10trunk/templates/tiki-admin_forums.tpl * [REF] Form details fixed, improved. [11:33] xavi joined #tikiwiki [11:34] Tiki-KGB 03gezzzan r49347 10trunk/templates/tiki-rename_page.tpl * [ENH] some boostrap additions, minor text changes [13:21] rodrigoprimo joined #tikiwiki [13:42] arildb joined #tikiwiki [14:13] chibaguy joined #tikiwiki [14:17] arildb_ joined #tikiwiki [14:40] xavi polom [14:41] xavi css question... chibaguy or luciash , for instance around? [14:41] chibaguy Hi xavi [14:41] xavi hi Gary! [14:41] xavi how are things going in Japan? (are you still there?) [14:42] chibaguy I've forgotten to log into irc lately, so this is a good coincidence. ;-) [14:42] xavi :-) yep [14:42] chibaguy Yes, still here. Things are going pretty well. How is life on your side? [14:43] xavi nice. Things are getting better, after the last surgery I got. My leg is finally improving... (and soon walking with just one stick, etc). [14:43] xavi One day, no sticks at all, but normal walking :-) [14:43] chibaguy That's good to hear. [14:43] xavi yes :-) [14:43] xavi css question.... [14:43] chibaguy ok [14:44] xavi when in slideshow mode, I still see those little icons to allow editing plugins and images [14:44] lphuberdeau joined #tikiwiki [14:45] xavi is there any easy way to indicate that those icons do not show when in slidshow mode? [14:45] xavi g'day lph ( lphuberdeau ), and Happy New Year! [14:45] chibaguy I don't see them, as an anonymous viewer. [14:46] lphuberdeau good morning xavi [14:46] chibaguy I guess they're only visible to people with the permissions. [14:46] xavi @ chibaguy: oups, you are right. [14:46] lphuberdeau happy new year to you as well [14:46] xavi thks lphuberdeau [14:46] lphuberdeau be careful with the motorcycle this time ;) [14:47] chibaguy lphuberdeau, seasons greetings also from me (a little late) ;-) [14:47] xavi lphuberdeau: yes, I will (no motorcycle yet since the accident, but yes, I'll take double care when cycling or riding a motorbike, If I dare to do it again :-) ) [14:48] xavi chibaguy: but do you know what I mean: is there an easy was to remove (hide) those icons also for registered users when in slideshow mode? [14:49] xavi because there are not intended to be shown in slideshow mode, as far as I see the UI [14:49] xavi I wonder if they show in print mode... [14:49] * xavi checking [14:49] chibaguy xavi, there is a class on the slideshow div: s5-slide. So a CSS rule like div.s5-slide img.whatevertheclassname {display:none;} would cause them to not display. [14:50] arildb__ joined #tikiwiki [14:50] xavi ok, thanks, chibaguy, that's what I meant. And yes, in print mode, some of them are hidden, but not others (fix to come, If I manage to apply what you say properly :-) ) [14:51] chibaguy Ok. I'm not sure if it's just the image, or if it's a span or div containing the image, but anyway the element can be targeted and hidden this way. [14:55] xavi got it: div.s5-slide a.editplugin {display:none;} [14:56] xavi thks! [14:56] xavi next, try to fix in the print mode.... [14:56] chibaguy ok, good. I'm going to eat now. will be back soon. [15:00] xavi ok [15:00] Tiki-KGB 03lphuberdeau r49348 10trunk/tiki-edit_draw.php 10trunk/lib/wiki-plugins/wikiplugin_img.php 10trunk * [MRG] Automatic merge, branches/12.x 49339 to 49341 [15:00] xavi this other css rule seems to fix the issue in print mode: [15:00] xavi div#tiki-clean a.editplugin {display:none;} [15:00] xavi I wonder if there would be other side effects... (I'll grep tiki-clean, just in case...) [15:08] xavi ok, no side effects. committed [15:10] Tiki-KGB 03xavidp r49349 10branches/12.x/styles/layout/design.css * [FIX]Hide editplugin icons from print and slideshow modes. Thanks chibaguy [15:21] luciash polom [15:22] luciash hi chibaguy , xavi [15:22] luciash i wonder until when the semi auto-merge period happens ? [15:22] chibaguy hi luciash [15:23] luciash i am tempted to refactor those repeated rules to one... it would save some bytes significantly i think [15:24] luciash but i am worried of creating conflicts in the design.css [15:24] luciash when merged to trunk [15:24] luciash hi lphuberdeau ! [15:25] lphuberdeau hello [15:26] xavi hi luciash [15:26] xavi bbl (lunch) [15:28] luciash I see: "This period typically ends when merging becomes too difficult, because the code in trunk starts to differ significantly." :) [15:28] luciash http://dev.tiki.org/Semi-automatic%20merging%20period [15:28] lphuberdeau that's the rule ;) [15:30] luciash :) [15:30] chibaguy luciash, what repeated rules are you talking about? [15:31] lphuberdeau make sure trunk is up to date, make your commit in 12.x, then merge the changes again - it's much easier for you to fix those conflicts [15:40] luciash chibaguy: {display: none;} [15:41] Telesight joined #tikiwiki [15:41] chibaguy oh, ok. [15:42] luciash chibaguy: like xavi just commited [15:42] chibaguy Yeah, probably a good idea. [15:45] luciash chibaguy: did u notice when tags are enabled and you want to submit new forum topic it loos bit awkward ? [15:46] luciash s/loos/looks/ [15:46] chibaguy luciash, no, I didn't notice that. [15:46] chibaguy This is in trunk? [15:47] * luciash wonders if he should submit bug report about it or fix it right away somehow ;-) [15:47] luciash yes, trunk [15:48] luciash it displays the new topic form fields next to the tags input field side by side [15:54] chibaguy well, tiki-view_forum.tpl is still using a mix of table.formcolor and bootstrap layout. [15:55] chibaguy mostly old code still. [15:56] chibaguy (if I'm looking at the right file) [15:58] chibaguy although I don't see the side by side effect that you describe. [15:58] luciash chibaguy: it is only when you click the "New Topic" button [15:59] chibaguy Yeah, that's what I looked at. [15:59] luciash ah [15:59] luciash freetags enabled ? [16:00] chibaguy yep [16:01] chibaguy I see the Tags field, then a remarks box below it, then the topic title field, etc. below that. [16:02] chibaguy This is in Opera Windows 8, using any of the themes. [16:02] luciash it renders
with the freetagger div in it for me and then the old table class="formcolor" and because col-sm-10 has float: left it causes that effect as the old table is not in any bootstrap grid [16:02] luciash FF here [16:03] chibaguy Sorry, I've got to sleep. But I'll check back here, and also will do the tpl bootstrapping to see if that fixes what you see. [16:05] luciash i wonder why it renders differntly for you... good night anyway ! [16:05] chibaguy oh, in FF for me the vertical order is ok, but there's a big white space below the freetags field and remarks box. [16:06] chibaguy Well, I'll check further. Good night. :-) [16:06] luciash nite ! [16:20] chibaguy joined #tikiwiki [16:28] chibaguy joined #tikiwiki [16:41] joelobrecht joined #tikiwiki [16:42] Tiki-KGB 03lphuberdeau r49350 10trunk/ 10(9 files in 6 dirs) [16:42] Tiki-KGB [ENH] Improved error handling from database errors and present jquery-validate errors in a more bootstrap fashion [16:43] Tiki|bot New Forum Posts: Admin form improvement - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856 [16:43] Tiki|bot New Forum Posts: Smarty template inheritance parse order problem - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50852 [16:43] Tiki|bot New Forum Posts: Running a site on two different SVN versions - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50850 [16:53] Tiki|bot New Forum Posts: Admin form improvement - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856 [16:53] Tiki|bot New Forum Posts: Smarty template inheritance parse order problem - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50852 [16:53] Tiki|bot New Forum Posts: Running a site on two different SVN versions - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50850 [17:06] Tiki-KGB 03lphuberdeau r49351 10trunk/ 10(7 files in 5 dirs) [17:06] Tiki-KGB [MOD] Adding unique key constraint on stored query labels, adding description field [17:20] Tiki-KGB 03luciash r49352 10branches/12.x/styles/layout/design.css * [REF] put one-line rules for display: none together [17:35] luciash resolving the conflict now [17:44] Tiki-KGB 03luciash r49353 10trunk/styles/layout/design.css 10trunk [17:44] Tiki-KGB [MRG] Automatic merge, branches/12.x 49341 to 49352 [17:44] Tiki-KGB conflict in styles/layout/design.css resolved manually [18:42] arildb joined #tikiwiki [18:56] Tiki-KGB 03jonnybradley r49354 10branches/12.x/tiki-edit_draw.php [18:56] Tiki-KGB [FIX] draw: Check perms on the gallery instead of the file as when creating a new drawing there is no file info at this point, thanks eromneg [19:06] Tiki-KGB 03jonnybradley r49355 10branches/12.x/lib/ 10tikiaccesslib.php 10init/tra.php [19:06] Tiki-KGB [FIX] Move function to check for BOM in custom.php from TikiAccessLib as init_language is used in the installer where TikiLib etc is not initialised (thanks arildb) [19:07] bozmankn joined #tikiwiki [19:09] jonnyb joined #tikiwiki [19:10] Tiki-KGB 03jonnybradley r49356 10trunk/lib/init/tra.php 10trunk/tiki-edit_draw.php 10trunk/lib/tikiaccesslib.php 10trunk * [MRG] Automatic merge, branches/12.x 49352 to 49355 [19:53] Tiki|bot New Forum Posts: Tiki 12 / ouvaton.coop déconnexions intempestives après install - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=50862 [19:53] rodrigoprimo joined #tikiwiki [19:56] Tiki-KGB 03lphuberdeau r49357 10trunk/ 10(9 files in 8 dirs) * [NEW] Add support for bootstrap modals in Tiki [20:56] Tiki-KGB 03lphuberdeau r49358 10branches/12.x/lib/smarty_tiki/function.object_link.php * [ENH] Mark tracker field url's links as external [21:03] Tiki|bot New Forum Posts: Tiki 12 / ouvaton.coop déconnexions intempestives après install - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=50862 [21:03] Tiki|bot New Forum Posts: Admin form improvement - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856 [21:03] Tiki|bot New Forum Posts: Smarty template inheritance parse order problem - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50852 [21:13] Tiki|bot New Forum Posts: Tiki 12 / ouvaton.coop déconnexions intempestives après install - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=50862 [21:13] Tiki|bot New Forum Posts: Admin form improvement - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856 [21:13] Tiki|bot New Forum Posts: Smarty template inheritance parse order problem - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50852 [21:19] xavi left #tikiwiki [21:23] marclaporte joined #tikiwiki [22:08] Tiki-KGB 03lphuberdeau r49359 10trunk/ 10lib/jquery_tiki/tiki-jquery.js 10templates/tiki-searchfacets.tpl 10templates/filter.tpl [22:08] Tiki-KGB [ENH] Use the bootstrap modal dialog when selecting stored query, using the javascript API to override the result handling [22:17] lphuberdeau hmmm... kind of annoyed that tiki-editpage.tpl is badly broken now... [22:17] lphuberdeau mixed indent... missing closing tags... [22:30] Tiki-KGB 03lphuberdeau r49360 10trunk/templates/ 10tiki-editpage.tpl 10categorize.tpl * [FIX] tiki-editpage.tpl was broken... unclosed quotes, extra closing tab [22:51] luciash lphuberdeau: thx [22:55] Tiki|bot Recent Bug: - Diff does not display non-ascii characters anymore - http://dev.tiki.org/item5091 [23:13] fabricius1 joined #tikiwiki [23:34] arildb_ joined #tikiwiki [23:52] arildb__ joined #tikiwiki