Gwayne: joined #tikiwiki MichaelC1: joined #tikiwiki SkiNut1: joined #tikiwiki dabright: joined #tikiwiki Tiki-KGB: 03chibaguy r49342 10trunk/templates/categorize.tpl * [ENH] Layout improved (button aligned with label, and bottom margin added).
03chibaguy r49343 10trunk/templates/tiki-admin_forums.tpl
[REF] Replace table.formcolor with Bootstrap form layout. Todo: improve tr strings, indentation, duplicate-forum layout. Telesight: joined #tikiwiki redflo: joined #tikiwiki Tiki-KGB: 03gezzzan r49344 10trunk/templates/tiki-likepages.tpl * [ENH] added remarksbox to feedback when no pages found chibaguy: joined #tikiwiki
polom Tiki|bot: New Forum Posts: Admin form improvement - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856 Tiki-KGB: 03gezzzan r49345 10trunk/templates/tiki-removepage.tpl
[MOD] boostrap related modifications, also simplified and translation friendly text
03chibaguy r49346 10trunk/templates/tiki-admin_forums.tpl * [REF] Form details fixed, improved. xavi: joined #tikiwiki Tiki-KGB: 03gezzzan r49347 10trunk/templates/tiki-rename_page.tpl * [ENH] some boostrap additions, minor text changes rodrigoprimo: joined #tikiwiki arildb: joined #tikiwiki chibaguy: joined #tikiwiki arildb_: joined #tikiwiki xavi: polom
css question... chibaguy or luciash , for instance around? chibaguy: Hi xavi xavi: hi Gary!
how are things going in Japan? (are you still there?) chibaguy: I've forgotten to log into irc lately, so this is a good coincidence. ;-) xavi: :-) yep chibaguy: Yes, still here. Things are going pretty well. How is life on your side? 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).
One day, no sticks at all, but normal walking :-) chibaguy: That's good to hear. xavi: yes :-)
css question.... chibaguy: ok xavi: when in slideshow mode, I still see those little icons to allow editing plugins and images lphuberdeau: joined #tikiwiki xavi: is there any easy way to indicate that those icons do not show when in slidshow mode?
g'day lph ( lphuberdeau ), and Happy New Year! chibaguy: I don't see them, as an anonymous viewer. lphuberdeau: good morning xavi chibaguy: I guess they're only visible to people with the permissions. xavi: @ chibaguy: oups, you are right. lphuberdeau: happy new year to you as well xavi: thks lphuberdeau lphuberdeau: be careful with the motorcycle this time ;) chibaguy: lphuberdeau, seasons greetings also from me (a little late) ;-) 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 :-) )
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?
because there are not intended to be shown in slideshow mode, as far as I see the UI
I wonder if they show in print mode... -: xavi checking 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. arildb__: joined #tikiwiki 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 :-) ) 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. xavi: got it: div.s5-slide a.editplugin {display:none;}
thks!
next, try to fix in the print mode.... chibaguy: ok, good. I'm going to eat now. will be back soon. xavi: ok 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 xavi: this other css rule seems to fix the issue in print mode:
div#tiki-clean a.editplugin {display:none;}
I wonder if there would be other side effects... (I'll grep tiki-clean, just in case...)
ok, no side effects. committed Tiki-KGB: 03xavidp r49349 10branches/12.x/styles/layout/design.css * [FIX]Hide editplugin icons from print and slideshow modes. Thanks chibaguy luciash: polom
hi chibaguy , xavi
i wonder until when the semi auto-merge period happens ? chibaguy: hi luciash luciash: i am tempted to refactor those repeated rules to one... it would save some bytes significantly i think
but i am worried of creating conflicts in the design.css
when merged to trunk
hi lphuberdeau ! lphuberdeau: hello xavi: hi luciash
bbl (lunch) luciash: I see: "This period typically ends when merging becomes too difficult, because the code in trunk starts to differ significantly." :)
http://dev.tiki.org/Semi-automatic%20merging%20period lphuberdeau: that's the rule ;) luciash: :) chibaguy: luciash, what repeated rules are you talking about? 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 luciash: chibaguy: {display: none;} Telesight: joined #tikiwiki chibaguy: oh, ok. luciash: chibaguy: like xavi just commited chibaguy: Yeah, probably a good idea. luciash: chibaguy: did u notice when tags are enabled and you want to submit new forum topic it loos bit awkward ?
s/loos/looks/ chibaguy: luciash, no, I didn't notice that.
This is in trunk? -: luciash wonders if he should submit bug report about it or fix it right away somehow ;-) luciash: yes, trunk
it displays the new topic form fields next to the tags input field side by side chibaguy: well, tiki-view_forum.tpl is still using a mix of table.formcolor and bootstrap layout.
mostly old code still.
(if I'm looking at the right file)
although I don't see the side by side effect that you describe. luciash: chibaguy: it is only when you click the "New Topic" button chibaguy: Yeah, that's what I looked at. luciash: ah
freetags enabled ? chibaguy: yep
I see the Tags field, then a remarks box below it, then the topic title field, etc. below that.
This is in Opera Windows 8, using any of the themes. luciash: it renders <div class="col-sm-10"> 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
FF here 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. luciash: i wonder why it renders differntly for you... good night anyway ! 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.
Well, I'll check further. Good night. :-) luciash: nite ! chibaguy: joined #tikiwiki
joined #tikiwiki joelobrecht: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49350 10trunk/ 10(9 files in 6 dirs)
[ENH] Improved error handling from database errors and present jquery-validate errors in a more bootstrap fashion Tiki|bot: New Forum Posts: Admin form improvement - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856
New Forum Posts: Smarty template inheritance parse order problem - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50852
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
New Forum Posts: Admin form improvement - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856
New Forum Posts: Smarty template inheritance parse order problem - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50852
New Forum Posts: Running a site on two different SVN versions - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50850 Tiki-KGB: 03lphuberdeau r49351 10trunk/ 10(7 files in 5 dirs)
[MOD] Adding unique key constraint on stored query labels, adding description field
03luciash r49352 10branches/12.x/styles/layout/design.css * [REF] put one-line rules for display: none together luciash: resolving the conflict now Tiki-KGB: 03luciash r49353 10trunk/styles/layout/design.css 10trunk
[MRG] Automatic merge, branches/12.x 49341 to 49352
conflict in styles/layout/design.css resolved manually arildb: joined #tikiwiki Tiki-KGB: 03jonnybradley r49354 10branches/12.x/tiki-edit_draw.php
[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
03jonnybradley r49355 10branches/12.x/lib/ 10tikiaccesslib.php 10init/tra.php
[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) bozmankn: joined #tikiwiki jonnyb: joined #tikiwiki 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 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 rodrigoprimo: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49357 10trunk/ 10(9 files in 8 dirs) * [NEW] Add support for bootstrap modals in Tiki
03lphuberdeau r49358 10branches/12.x/lib/smarty_tiki/function.object_link.php * [ENH] Mark tracker field url's links as external 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
New Forum Posts: Admin form improvement - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856
New Forum Posts: Smarty template inheritance parse order problem - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50852
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
New Forum Posts: Admin form improvement - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50856
New Forum Posts: Smarty template inheritance parse order problem - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50852 xavi: left #tikiwiki marclaporte: joined #tikiwiki Tiki-KGB: 03lphuberdeau r49359 10trunk/ 10lib/jquery_tiki/tiki-jquery.js 10templates/tiki-searchfacets.tpl 10templates/filter.tpl
[ENH] Use the bootstrap modal dialog when selecting stored query, using the javascript API to override the result handling lphuberdeau: hmmm... kind of annoyed that tiki-editpage.tpl is badly broken now...
mixed indent... missing closing tags... Tiki-KGB: 03lphuberdeau r49360 10trunk/templates/ 10tiki-editpage.tpl 10categorize.tpl * [FIX] tiki-editpage.tpl was broken... unclosed quotes, extra closing tab luciash: lphuberdeau: thx Tiki|bot: Recent Bug: - Diff does not display non-ascii characters anymore - http://dev.tiki.org/item5091 fabricius1: joined #tikiwiki arildb_: joined #tikiwiki arildb__: joined #tikiwiki