gezza: joined #tikiwiki Tiki-KGB: 03chibaguy r55269 10branches/ 10(36 files in 35 dirs)
[FIX] Remove overlap between thumbnail div and its container and clean up appearance in browse-images view. Cr0vaX: polom chibaguy: joined #tikiwiki Jyhem: polom Tiki-KGB: 03chibaguy r55270 10branches/14.x/templates/tiki-list_file_gallery.tpl * [FIX] Apply Bootstrap classes.
03chibaguy r55271 10branches/14.x/templates/tiki-list_file_gallery.tpl
[FIX] No need to abbreviate "maximum"; change button text from "go" to more-standard "submit".
03chibaguy r55272 10branches/14.x/lang/ 10(52 files in 52 dirs) * [FIX] Change "max width" to "maximum width" (less techie). 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? gilles_: is it possible in Menu to add an other menu as submenu ? chibaguy: gilles_, I don't think so. Anyway, I haven't seen that in the docs, etc. gilles_: ok ..chibaguy Cr0vaX: gilles_:why not create a new menu with both?
I mean, with options from both gilles_: in option I can add menu ? Cr0vaX: no I mean, create a brand new menu, with all menu options from both menus gilles_: yes of course but I asked i I was able to merge by {menu id= } inside menu Cr0vaX: never saw that done before Tiki-KGB: 03chibaguy r55273 10branches/ 10(54 files in 53 dirs) * [FIX] Corrected misspelling of inheritance (thanks to Bernard). fabricius: joined #tikiwiki 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.
03chibaguy r55275 10branches/14.x/templates/browse_file_gallery.tpl * [FIX] Add a panel-file_metadata class for specific styling. leagris: joined #tikiwiki Cr0vaX: using Watches, is it possible to be notified only when the page is approved? fabricius: joined #tikiwiki 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).
03yonixxx r55277 10branches/14.x/lang/he/language.php * [TRA] hebrew translation progress
03yonixxx r55278 10branches/14.x/lang/he/language.js * [TRA] hebrew translation progress chibaguy: אופס gilles_: on tiki theme admin page with has no effect ...
for bootstrap theme/unity chibaguy: hi gilles_. Is that a theme named unity? And what site is it on? gilles_: no on all theme boostrap in style directory 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. gilles_: the witoh on the site is alwasy 1200
I can't se fixed width in control panel chibaguy: Is this tiki 14 or 13? gilles_: 13.1 chibaguy: Under the "funnel" icon at the top of the page there are "preference filters", basic - advanced - experimental. Is yours set to advanced?
or "filter" icon gilles_: experimental advanced and basic chibaguy: hmm. gilles_: I can't reduce the with of my site chibaguy: If "fixed-width" checkbox is not checked/ticked, the site should be 1027px wide; the control is broken, or backwards. gilles_: @media (min-width: 1200px)
.container {
width: 1170px;
} chibaguy: ok
yeah, 1170px gilles_: I want 900 px chibaguy: So if you input 900px, there is no change? gilles_: no change
i inspection I see the size if fixed in unity.css
the min-css=900 is reset by unity.css chibaguy: What is unity.css? gilles_: united.css sorry chibaguy: I see.
Yes, fixed-width is kind of broken in tiki 13.
You could add a rule in the Look and feel customization / CSS textarea. gilles_: how can I do this ?
I changed the css chibaguy: @media (min-width: 1200px) {.container {width: 900px;}}
If that rule is being applied but is being overridden by another .container width rule, then you could make this url stronger, like
@media (min-width: 1200px) {.tiki .container {width: 900px;}} gilles_: thanks chibaguy chibaguy: sure. did it work? gilles_: YES ! chibaguy: yay
bbl Tiki-KGB: 03luciash r55279 10branches/14.x/templates/wiki-plugins/trackercalendar.tpl
[FIX] trackercalendar plugin: add support for translation on resource day, month and week buttons (thanks marclaporte)
03jonnybradley r55280 10branches/ 1014.x/lib/wiki-plugins/wikiplugin_trackercalendar.php 1014.x/templates/wiki-plugins/trackercalendar.tpl
[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)
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 MagicFab_: joined #tikiwiki Tiki-KGB: 03jonnybradley r55282 10(98 files in 93 dirs) * [MRG] Automatic merge, branches/14.x 55266 to 55281
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.
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 Telesight: joined #tikiwiki 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.
I tried overriding with width: auto, but that causes problems, too. Tiki-KGB: 03chibaguy r55285 10branches/14.x/templates/tiki-blog_post.tpl * [FIX] Fix uneven appearance by using form-horizontal for post body also.
03luciash r55286 10branches/14.x/lang/fr/language.php * updated French translation for trackercalendar plugin
03jonnybradley r55287 10branches/ 1012.x 1012.x/templates/wiki-plugins/trackercalendar.tpl 1012.x/lib/wiki-plugins/wikiplugin_trackercalendar.php
[bp/r53811][ENH] Added 'External' and 'URL' parameters to tracker calendar plugin
[bp/r55260][FIX] trackercalendar: Repair indentation prior to backporting
[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
[bp/r55266][FIX] trackercalendar: Obey the external param
[bp/r55279][FIX] trackercalendar plugin: add support for translation on resource day, month and week buttons (thanks marclaporte)
[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)
03jonnybradley r55288 10branches/14.x/templates/wiki-plugins/trackercalendar.tpl
[FIX] trackercalendar: Remove trailing commas on last object items (not valid in JavaScript)
03jonnybradley r55289 10branches/ 1012.x 1012.x/templates/wiki-plugins/trackercalendar.tpl
[bp/r55288][FIX] trackercalendar: Remove trailing commas on last object items (not valid in JavaScript)
03luciash r55290 10branches/12.x/ 10(52 files in 52 dirs) * Updated all translation strings in language.php files using php get_strings.php
03luciash r55291 10branches/12.x/lang/fr/language.php * [bp/r55286] updated French translation for trackercalendar plugin
03jonnybradley r55292 10branches/14.x/lib/core/Services/Tracker/CalendarController.php
[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?
03jonnybradley r55293 10branches/ 1012.x/lib/core/Services/Tracker/CalendarController.php 1012.x
[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?
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
[combined forward-port from 12.x/r55287, r55289 & r55293]
[bp/r53811][ENH] Added 'External' and 'URL' parameters to tracker calendar plugin
[bp/r55260][FIX] trackercalendar: Repair indentation prior to backporting
[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
[bp/r55266][FIX] trackercalendar: Obey the external param
[bp/r55279][FIX] trackercalendar plugin: add support for translation on resource day, month and week buttons (thanks marclaporte)
[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)
[fp/r55289][bp/r55288][FIX] trackercalendar: Remove trailing commas on last object items (not valid in JavaScript)
[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? fabricius: joined #tikiwiki amette_: joined #tikiwiki fabricius: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki arildbe: joined #tikiwiki fabricius: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki arildbe: When is the Tiki 14 release planned? Tiki|bot: joined #tikiwiki
New Forum Posts: Inheritence or Inheritance ? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56049
New Forum Posts: Internacionalizacion de autoToc - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=56041
Recent Bug: - http://dev.tiki.org/item5659
Recent Bug: - http://dev.tiki.org/item5660 fabricius: joined #tikiwiki