arildb_: joined #tikiwiki MagicFab_: joined #tikiwiki
joined #tikiwiki Tiki|bot: Recent Bug: - Items Link field Doesn't Work - http://dev.tiki.org/item4901 chibaguy: joined #tikiwiki lphuberdeau: joined #tikiwiki chibaguy: polom redflo: joined #tikiwiki Tiki-KGB: 03jonnybradley r48387 10(7 files in 4 dirs) * [MRG] Automatic merge, branches/12.x 48369 to 48386 rodrigoprimo: joined #tikiwiki luciash: polom polom chibaguy: joined #tikiwiki fabricius: joined #tikiwiki chibaguy: joined #tikiwiki jonnyb: joined #tikiwiki
polom polom xavi: joined #tikiwiki
polom jonnyb: hi xavi xavi: hi jonnyb
I'm doing a profile, and at some point, it doesn't load in the admin panel for profiles
http://profiles.tiki.org/Dynamic+items+list
I need some help from some profile (yaml) guru
Tiki 12.x doesn't provide any more info at this point about why it doesn't load Tiki-KGB: 03chibaguy r48388 10trunk/styles/ 04960_gs 04960_gs.css * [KIL] With Bootstrap added, 960.gs grid framework is redundant. jonnyb: ok, having a quick look xavi xavi: thks jonnyb jonnyb: the first object block looks like it's indented 2 spaces - should be one no?
(stupid yaml) xavi: mmmmm (looking) jonnyb: same in the "Service Tracker" section -: jonnyb thinks xavi is brave for trying this xavi: mmm, I mean, everything was working fine, Until I added the sections about "Objects" (Sample data)
by Objects I mean "Objects in Products Tracker" and "Objects in Service Tracker" -: xavi is not "so" brave, but took the oportunity to clone the dynamic items list example created by a user in a show.t.o instance :-) xavi: mmmm, maybe lphuberdeau , when he is around, can have a look, if it's not too obvious for you?
it's not an obvious error for me, at least, and I don't know how to get more info in some magic js console or something about the source of the issue jonnyb: hi chibaguy
you still awake? chibaguy: hi jonny. yes, still awake. :-) xavi: hi Gary jonnyb: think you missed the templates/styles/960_gs? (more to KIL?) chibaguy: hi xavi.
heh, yes, I'll kil that too. jonnyb: hurrah! xavi: Gary-the-Killer :-) chibaguy: Hmm. ;-) jonnyb: xavi: the objects section looks ok to me
there are a few YAML syntax highlighters that might help xavi: OK, Jonny. I'll send a message to lphuberdeau to see if he is more lucky getting why the profile http://profiles.tiki.org/Dynamic+items+list doesn't load Tiki-KGB: 03chibaguy r48389 04trunk/templates/styles/960_gs
[KIL] With Bootstrap added, 960.gs grid framework is redundant. Thanks for reminding me about the tpls, Jonny. jonnyb: :) chibaguy: jonnyb, can you overcome your airport allergy for the TikiFest coming up? Tiki|bot: joined #tikiwiki jonnyb: no sorry, not yet
promised myself no air travel until next year
will be there a lot virtually though xavi: chibaguy: One for you, while you are still around. Do you know how to fix the login popup box in http://iesgogreen.seeds4c.org ?
I added a few css things to try to improve it, but still not full width, I don't know why... chibaguy: Ok, I understand. I hope we can have a good setup for communicating in the sessions. xavi: and I don't get how to make it full width arildb: joined #tikiwiki chibaguy: xavi, I'm looking at it now. xavi: thks chibaguy: I don't know what .css file it's in, but ul.siteloginbar_poppedup has a "width: 12em !important;" that should be removed or changed, it seems. arildb: joined #tikiwiki xavi: ok, I'll try
thanks chibaguy, fixed with something like ul.siteloginbar_poppedup { width:675px !important; } chibaguy: Ok. fabricius: polom xavi: added in the css customization, since I'm reluctant to change the source css files, which I don't fully get why ni that site they don't load properly, etc.
hi fabricius fabricius: I see some guys are working oin the login popup .. cool jonnyb: hi fabricius xavi: fabricius: is the login popup failing in other themes? -: jonnyb reckons that if your CSS line ends in !important you've got something wrong usually... xavi: yes :-), wrong somewhere else, but at least it currently works, and I can't invest much more time into it right now fabricius: yes: in a first test I tried plain "Bootswatch themes" with and without @include design.css and the login popup fails jonnyb: xavi: not meaning to tell you off - i know, sometimes you just need to hit things with a hammer to get them to work in time, it's just there's probably a better fix hidden underneath somewhere ;) fabricius: I think we need somekind of tiki specific design.css at some point for a while xavi: jonnyb, I fully agree :-) fabricius: what you think guys -> I strongly wish, that we go the rout to use "untouched" bootstrap themes .. I mean if a user uses plain Bootstrap based themes like from Bootswatch
if software specific themes would be used (like Wordpress Bootstrap) then I think further custoisation would be acceptable - but then better with a customised set of templates
I do not like the idea to for example download a Bootswatch theme and having to customise the file itself. chibaguy: fabricius, I believe the goal is that a "pure" Bootstrap theme should work with Tiki, and everything will work. But to get to that goal, a lot of modifications are still needed in the templates and Smarty that generate the HTML. Also probably a CSS file will be needed to cover things that the Bootstrap file doesn't cover. fabricius: chibaguy: I absolutely agree chibaguy: That said, a lot of "Bootstrap" themes for Wordpress and Joomla, etc. add divs in their template or php files that Tiki doesn't have, so those themes aren't going to work without special layout_view.tpl files, or some such thing.
I looked at some of those themes, and there's a lot of theme-specific HTML added.
Seems like it's part of the business model for theme-making for those platforms.
"Buy our theme and get special widgets and layouts" etc. fabricius: In my opinion we should research for free plain bootstrap themes and develop some nice own ones.
For free external themes we might have some licence issues to take into account.
For example the Bootswatch themes are GPL and we cannot include them directly in Tiki chibaguy: Yeah, I don't think we need to include/bundle a lot of themes as long as we provide an easy way for people to install them as part of or after the Tiki installation.
But we need to try to accommodate external Bootstrap themes as much as possible. fabricius: If you download the Bootswatch themes, they all are named bootstrap.css ... so I have to rename each one to the original name (amelia.css, simplex.css, etc.) when I want to use them besides each other - for ex to present them and to make them switchable in a module chibaguy: That's right. They are made by compiling the Bootstrap Less files with different variables for color, etc. Tiki-KGB: 03chibaguy r48390 10trunk/styles/ 10(23 files in 5 dirs)
[FIX] Of course the theme stylesheets need many changes, but for now at least the font size property is removed so the text is large enough to read. chibaguy: We'll need to decide on some strategies to support use of generated bootstrap.css files, I imagine.
I imagine in Look and Feel there could be a switch like "Use the default bootstrap.css and I'll override it partially with my custom theme" OR "navigate to my custom bootstrap.css theme". (with more elegant wording of course ;-) ).
By generated bootstrap.css file I mean this: http://getbootstrap.com/customize/ or http://pikock.github.io/bootstrap-magic/app/index.html#!/editor . fabricius: chibaguy: I do not so much understand
another thing: previously we used #header, #col1,2,3, #pagetop,pagebottom, #footer to identify the module zones/columns
How we want to call them in future? are there best practices or common used namings out there we should prefer? -: fabricius has to go shopping around the corner - bbl Tiki|bot: New Forum Posts: How to bring trunk changes into my sites - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50060 dhazel: joined #tikiwiki marclaporte: joined #tikiwiki
joined #tikiwiki rodrigoprimo1: joined #tikiwiki Tiki-KGB: 03manivannans r48391 10branches/12.x/lib/prefslib.php
[FIX] Changes added to fix false feedback to the admin when activating or deactivating prefs. Ref:http://dev.tiki.org/item4742. arildb_: joined #tikiwiki Jyhem_: joined #tikiwiki Tiki|bot: joined #tikiwiki
New Forum Posts: Version 12 LTS - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=50075 dhz: joined #tikiwiki xavi: left #tikiwiki Tiki-KGB: 03jonnybradley r48392 10branches/ 1012.x 1012.x/installer/tiki-installer.php
[bp/r48372][FIX] Installer: Handle access denied case for database connection.
Thanks Arild Telesight: joined #tikiwiki Tiki-KGB: 03jonnybradley r48393 10trunk/lib/prefslib.php 10trunk * [MRG] Automatic merge, branches/12.x 48386 to 48392 Tiki|bot: joined #tikiwiki marclaporte: joined #tikiwiki arildb: joined #tikiwiki arildb_: joined #tikiwiki
left #tikiwiki luciash: fluffy fluff arildb: left #tikiwiki Tiki|bot: New Forum Posts: Version 12 LTS - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=50075
New Forum Posts: How to bring trunk changes into my sites - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50060
New Forum Posts: i18n.t.o. (running svn 13.0 trunk) and where to commit language.php changes - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50052 Tiki-KGB: 03jonnybradley r48394 10branches/12.x/lib/core/Tiki/Profile/Installer.php
[FIX] Profiles: File gals are "file gallery" type objects in category and permission objects - makes it possible to categorise file galleries in profiles (and control their perms)
Thanks Geoff Tiki|bot: New Forum Posts: Version 12 LTS - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=50075
New Forum Posts: How to bring trunk changes into my sites - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50060
New Forum Posts: i18n.t.o. (running svn 13.0 trunk) and where to commit language.php changes - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50052 arildb: joined #tikiwiki Tiki-KGB: 03jonnybradley r48395 10branches/12.x/templates/tiki-user_mailin.tpl
[FIX] mailin: Add perms check for admin wiki link and add a little formatting (also correct url slightly) arildb_: joined #tikiwiki Tiki|bot: Recent Bug: - Auto TOC urls are different than MakeToc - http://dev.tiki.org/item4902 arildb: joined #tikiwiki
joined #tikiwiki Tiki-KGB: 03jonnybradley r48396 10branches/12.x/lib/structures/structlib.php
[FIX] structures: Check perms on pages in structures in s_get_page_info() - fixes WYSIWYCA problems on structure navigation bar next (and prev) buttons and possibly others. Thanks again Geoff MagicFab_: joined #tikiwiki
joined #tikiwiki Tiki-KGB: 03jonnybradley r48397 10branches/12.x/lib/wiki-plugins/wikiplugin_toc.php
[FIX] structures: Make the {toc} plugin work on pages that aren't necessarily in structures as long as the pagename param is valid. Thanks again again Geoff dabright: joined #tikiwiki Tiki|bot: joined #tikiwiki Caarrie: joined #tikiwiki Tiki|bot: New Forum Posts: Create a book - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=50083 Caarrie: joined #tikiwiki Tiki|bot: New Forum Posts: i18n is running and fully operational (on trunk, as in the past) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=50084 arildb: joined #tikiwiki dhazel: joined #tikiwiki