[06:27] brolin_empey_ joined #tikiwiki [07:54] gezza joined #tikiwiki [09:04] Tiki-KGB 03chibaguy r55269 10branches/ 10(36 files in 35 dirs) [09:04] Tiki-KGB [FIX] Remove overlap between thumbnail div and its container and clean up appearance in browse-images view. [11:02] Cr0vaX polom [11:29] chibaguy joined #tikiwiki [11:42] Jyhem polom [12:04] Tiki-KGB 03chibaguy r55270 10branches/14.x/templates/tiki-list_file_gallery.tpl * [FIX] Apply Bootstrap classes. [12:08] Tiki-KGB 03chibaguy r55271 10branches/14.x/templates/tiki-list_file_gallery.tpl [12:08] Tiki-KGB [FIX] No need to abbreviate "maximum"; change button text from "go" to more-standard "submit". [12:12] Tiki-KGB 03chibaguy r55272 10branches/14.x/lang/ 10(52 files in 52 dirs) * [FIX] Change "max width" to "maximum width" (less techie). [12:13] chibaguy I wonder why in the page view of a gallery (like tiki-list_file_gallery.php?view=page&galleryId=1), there's a tab set with apparently just one tab. What condition creates more tabs? [12:22] gilles_ is it possible in Menu to add an other menu as submenu ? [12:23] chibaguy gilles_, I don't think so. Anyway, I haven't seen that in the docs, etc. [12:24] gilles_ ok ..chibaguy [12:25] Cr0vaX gilles_:why not create a new menu with both? [12:25] Cr0vaX I mean, with options from both [12:25] gilles_ in option I can add menu ? [12:26] Cr0vaX no I mean, create a brand new menu, with all menu options from both menus [12:27] gilles_ yes of course but I asked i I was able to merge by {menu id= } inside menu [12:27] Cr0vaX never saw that done before [12:36] Tiki-KGB 03chibaguy r55273 10branches/ 10(54 files in 53 dirs) * [FIX] Corrected misspelling of inheritance (thanks to Bernard). [12:53] fabricius joined #tikiwiki [12:54] Tiki-KGB 03chibaguy r55274 10branches/ 1014.x/templates/metadata/meta_view_tabs.tpl 1014.x/templates/browse_file_gallery.tpl * [FIX] Organize appearance by applying Bootstrap classes, etc. [13:18] Tiki-KGB 03chibaguy r55275 10branches/14.x/templates/browse_file_gallery.tpl * [FIX] Add a panel-file_metadata class for specific styling. [13:38] leagris joined #tikiwiki [13:43] Cr0vaX using Watches, is it possible to be notified only when the page is approved? [13:55] fabricius joined #tikiwiki [14:04] Tiki-KGB 03chibaguy r55276 10branches/ 1014.x/templates/metadata/meta_view_tabs.tpl 1014.x/templates/browse_file_gallery.tpl * [FIX] Changed panel to remarksbox (more appropriate for the information). [14:14] Tiki-KGB 03yonixxx r55277 10branches/14.x/lang/he/language.php * [TRA] hebrew translation progress [14:16] Tiki-KGB 03yonixxx r55278 10branches/14.x/lang/he/language.js * [TRA] hebrew translation progress [14:26] chibaguy אופס [14:31] gilles_ on tiki theme admin page with has no effect ... [14:31] gilles_ for bootstrap theme/unity [14:34] chibaguy hi gilles_. Is that a theme named unity? And what site is it on? [14:36] gilles_ no on all theme boostrap in style directory [14:36] chibaguy Also if you have a personal theme choice, such as made with the switch-theme module, set to another theme, changing the theme at the admin page won't override the personal choice. [14:36] gilles_ the witoh on the site is alwasy 1200 [14:37] gilles_ I can't se fixed width in control panel [14:37] chibaguy Is this tiki 14 or 13? [14:39] gilles_ 13.1 [14:40] chibaguy Under the "funnel" icon at the top of the page there are "preference filters", basic - advanced - experimental. Is yours set to advanced? [14:40] chibaguy or "filter" icon [14:42] gilles_ experimental advanced and basic [14:42] chibaguy hmm. [14:42] gilles_ I can't reduce the with of my site [14:43] chibaguy If "fixed-width" checkbox is not checked/ticked, the site should be 1027px wide; the control is broken, or backwards. [14:43] gilles_ @media (min-width: 1200px) [14:43] gilles_ .container { [14:43] gilles_ width: 1170px; [14:43] gilles_ } [14:44] chibaguy ok [14:44] chibaguy yeah, 1170px [14:44] gilles_ I want 900 px [14:44] chibaguy So if you input 900px, there is no change? [14:45] gilles_ no change [14:45] gilles_ i inspection I see the size if fixed in unity.css [14:46] gilles_ the min-css=900 is reset by unity.css [14:46] chibaguy What is unity.css? [14:46] gilles_ united.css sorry [14:47] chibaguy I see. [14:47] chibaguy Yes, fixed-width is kind of broken in tiki 13. [14:48] chibaguy You could add a rule in the Look and feel customization / CSS textarea. [14:49] gilles_ how can I do this ? [14:50] gilles_ I changed the css [14:51] chibaguy @media (min-width: 1200px) {.container {width: 900px;}} [14:57] chibaguy If that rule is being applied but is being overridden by another .container width rule, then you could make this url stronger, like [14:57] chibaguy @media (min-width: 1200px) {.tiki .container {width: 900px;}} [14:59] gilles_ thanks chibaguy [15:00] chibaguy sure. did it work? [15:02] gilles_ YES ! [15:02] chibaguy yay [15:29] chibaguy bbl [16:02] Tiki-KGB 03luciash r55279 10branches/14.x/templates/wiki-plugins/trackercalendar.tpl [16:02] Tiki-KGB [FIX] trackercalendar plugin: add support for translation on resource day, month and week buttons (thanks marclaporte) [16:36] Tiki-KGB 03jonnybradley r55280 10branches/ 1014.x/lib/wiki-plugins/wikiplugin_trackercalendar.php 1014.x/templates/wiki-plugins/trackercalendar.tpl [16:36] Tiki-KGB [FIX] trackercalendar: Make it possible to use external links in a more simple way, by only appending the event itemId on to the URL for use with standard Pretty Tracker pages. Previous behaviour should be preserved by default, which appends all the fields to the url and saved the values in js window.sessionStorage (thanks marclaporte and skinut for the feedback) [16:38] Tiki-KGB 03luciash r55281 10branches/14.x/lang/ 10(52 files in 52 dirs) * Updated all translation strings in language.php files using php get_strings.php [16:47] MagicFab_ joined #tikiwiki [16:54] Tiki-KGB 03jonnybradley r55282 10(98 files in 93 dirs) * [MRG] Automatic merge, branches/14.x 55266 to 55281 [17:06] Tiki-KGB 03chibaguy r55283 10branches/ 1014.x/themes/base_files/css/tiki_base.css 1014.x/themes/base_files/less/tiki-modules.less * [FIX] 10em minimum module height prevented collapsing module. [17:10] Tiki-KGB 03luciash r55284 10branches/14.x/lang/ 10(52 files in 52 dirs) * Updated all translation strings in language.php files using php get_strings.php [17:10] Telesight joined #tikiwiki [17:16] chibaguy It'd be nice if someone could figure out how Chosen calculates (wrong) the px widths for its selectors. Often they are too narrow to display their content. [17:17] chibaguy I tried overriding with width: auto, but that causes problems, too. [17:20] Tiki-KGB 03chibaguy r55285 10branches/14.x/templates/tiki-blog_post.tpl * [FIX] Fix uneven appearance by using form-horizontal for post body also. [17:24] Tiki-KGB 03luciash r55286 10branches/14.x/lang/fr/language.php * updated French translation for trackercalendar plugin [17:32] Tiki-KGB 03jonnybradley r55287 10branches/ 1012.x 1012.x/templates/wiki-plugins/trackercalendar.tpl 1012.x/lib/wiki-plugins/wikiplugin_trackercalendar.php [17:32] Tiki-KGB [bp/r53811][ENH] Added 'External' and 'URL' parameters to tracker calendar plugin [17:32] Tiki-KGB [bp/r55260][FIX] trackercalendar: Repair indentation prior to backporting [17:32] Tiki-KGB [bp/r55265][FIX] trackercalendar: Prevent js error if event.description was not set, and use ? or & properly depending on the url entered in the data.url [17:32] Tiki-KGB [bp/r55266][FIX] trackercalendar: Obey the external param [17:32] Tiki-KGB [bp/r55279][FIX] trackercalendar plugin: add support for translation on resource day, month and week buttons (thanks marclaporte) [17:32] Tiki-KGB [bp/r55280][FIX] trackercalendar: Make it possible to use external links in a more simple way, by only appending the event itemId on to the URL for use with standard Pretty Tracker pages. Previous behaviour should be preserved by default, which appends all the fields to the url and saved the values in js window.sessionStorage (thanks marclaporte and skinut for the feedback) [17:42] Tiki-KGB 03jonnybradley r55288 10branches/14.x/templates/wiki-plugins/trackercalendar.tpl [17:42] Tiki-KGB [FIX] trackercalendar: Remove trailing commas on last object items (not valid in JavaScript) [17:44] Tiki-KGB 03jonnybradley r55289 10branches/ 1012.x 1012.x/templates/wiki-plugins/trackercalendar.tpl [17:44] Tiki-KGB [bp/r55288][FIX] trackercalendar: Remove trailing commas on last object items (not valid in JavaScript) [18:14] Tiki-KGB 03luciash r55290 10branches/12.x/ 10(52 files in 52 dirs) * Updated all translation strings in language.php files using php get_strings.php [18:20] Tiki-KGB 03luciash r55291 10branches/12.x/lang/fr/language.php * [bp/r55286] updated French translation for trackercalendar plugin [18:38] Tiki-KGB 03jonnybradley r55292 10branches/14.x/lib/core/Services/Tracker/CalendarController.php [18:38] Tiki-KGB [FIX] trackercalendar: Resource ids were forced to be lower case for some reason (r53811 again) so use lowercase in the search results for resources (thanks marclaporte) Probably fixes wish5177 Xavi? [18:40] Tiki-KGB 03jonnybradley r55293 10branches/ 1012.x/lib/core/Services/Tracker/CalendarController.php 1012.x [18:40] Tiki-KGB [bp/r55292][FIX] trackercalendar: Resource ids were forced to be lower case for some reason (r53811 again) so use lowercase in the search results for resources (thanks marclaporte) Probably fixes wish5177 Xavi? [19:16] Tiki-KGB 03jonnybradley r55294 10branches/ 1013.x/lib/wiki-plugins/wikiplugin_trackercalendar.php 1013.x/templates/wiki-plugins/trackercalendar.tpl 1013.x 1013.x/lib/core/Services/Tracker/CalendarController.php [19:16] Tiki-KGB [combined forward-port from 12.x/r55287, r55289 & r55293] [19:16] Tiki-KGB [bp/r53811][ENH] Added 'External' and 'URL' parameters to tracker calendar plugin [19:16] Tiki-KGB [bp/r55260][FIX] trackercalendar: Repair indentation prior to backporting [19:16] Tiki-KGB [bp/r55265][FIX] trackercalendar: Prevent js error if event.description was not set, and use ? or & properly depending on the url entered in the data.url [19:16] Tiki-KGB [bp/r55266][FIX] trackercalendar: Obey the external param [19:16] Tiki-KGB [bp/r55279][FIX] trackercalendar plugin: add support for translation on resource day, month and week buttons (thanks marclaporte) [19:16] Tiki-KGB [bp/r55280][FIX] trackercalendar: Make it possible to use external links in a more simple way, by only appending the event itemId on to the URL for use with standard Pretty Tracker pages. Previous behaviour should be preserved by default, which appends all the fields to the url and saved the values in js window.sessionStorage (thanks marclaporte and skinut for the feedback) [19:16] Tiki-KGB [fp/r55289][bp/r55288][FIX] trackercalendar: Remove trailing commas on last object items (not valid in JavaScript) [19:16] Tiki-KGB [fp/r55293][bp/r55292][FIX] trackercalendar: Resource ids were forced to be lower case for some reason (r53811 again) so use lowercase in the search results for resources (thanks marclaporte) Probably fixes wish5177 Xavi? [19:25] fabricius joined #tikiwiki [19:41] amette_ joined #tikiwiki [20:34] fabricius joined #tikiwiki [20:59] fabricius joined #tikiwiki [21:03] fabricius joined #tikiwiki [21:06] arildbe joined #tikiwiki [21:19] fabricius joined #tikiwiki [21:30] fabricius joined #tikiwiki [21:37] fabricius joined #tikiwiki [22:29] arildbe When is the Tiki 14 release planned? [22:40] Tiki|bot joined #tikiwiki [22:41] Tiki|bot New Forum Posts: Inheritence or Inheritance ? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56049 [22:41] Tiki|bot New Forum Posts: Internacionalizacion de autoToc - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=56041 [22:41] Tiki|bot Recent Bug: - http://dev.tiki.org/item5659 [22:52] Tiki|bot Recent Bug: - http://dev.tiki.org/item5660 [23:59] fabricius joined #tikiwiki