←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
brolin_empey_joined #tikiwiki [06:27]
.................. (idle for 1h27mn)
gezzajoined #tikiwiki [07:54]
............... (idle for 1h10mn)
Tiki-KGB03chibaguy 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.
[09:04]
........................ (idle for 1h58mn)
Cr0vaXpolom [11:02]
...... (idle for 27mn)
chibaguyjoined #tikiwiki [11:29]
Jyhempolom [11:42]
..... (idle for 22mn)
Tiki-KGB03chibaguy 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).
[12:04]
chibaguyI 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:13]
gilles_is it possible in Menu to add an other menu as submenu ? [12:22]
chibaguygilles_, I don't think so. Anyway, I haven't seen that in the docs, etc. [12:23]
gilles_ok ..chibaguy [12:24]
Cr0vaXgilles_:why not create a new menu with both?
I mean, with options from both
[12:25]
gilles_in option I can add menu ? [12:25]
Cr0vaXno I mean, create a brand new menu, with all menu options from both menus [12:26]
gilles_yes of course but I asked i I was able to merge by {menu id= } inside menu [12:27]
Cr0vaXnever saw that done before [12:27]
Tiki-KGB03chibaguy r55273 10branches/ 10(54 files in 53 dirs) * [FIX] Corrected misspelling of inheritance (thanks to Bernard). [12:36]
.... (idle for 17mn)
fabriciusjoined #tikiwiki [12:53]
Tiki-KGB03chibaguy 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. [12:54]
..... (idle for 24mn)
03chibaguy r55275 10branches/14.x/templates/browse_file_gallery.tpl * [FIX] Add a panel-file_metadata class for specific styling. [13:18]
..... (idle for 20mn)
leagrisjoined #tikiwiki [13:38]
Cr0vaXusing Watches, is it possible to be notified only when the page is approved? [13:43]
fabriciusjoined #tikiwiki [13:55]
Tiki-KGB03chibaguy 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:04]
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
[14:14]
chibaguyאופס [14:26]
gilles_on tiki theme admin page with has no effect ...
for bootstrap theme/unity
[14:31]
chibaguyhi gilles_. Is that a theme named unity? And what site is it on? [14:34]
gilles_no on all theme boostrap in style directory [14:36]
chibaguyAlso 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
I can't se fixed width in control panel
[14:36]
chibaguyIs this tiki 14 or 13? [14:37]
gilles_13.1 [14:39]
chibaguyUnder the "funnel" icon at the top of the page there are "preference filters", basic - advanced - experimental. Is yours set to advanced?
or "filter" icon
[14:40]
gilles_experimental advanced and basic [14:42]
chibaguyhmm. [14:42]
gilles_I can't reduce the with of my site [14:42]
chibaguyIf "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)
.container {
width: 1170px;
}
[14:43]
chibaguyok
yeah, 1170px
[14:44]
gilles_I want 900 px [14:44]
chibaguySo if you input 900px, there is no change? [14:44]
gilles_no change
i inspection I see the size if fixed in unity.css
the min-css=900 is reset by unity.css
[14:45]
chibaguyWhat is unity.css? [14:46]
gilles_united.css sorry [14:46]
chibaguyI see.
Yes, fixed-width is kind of broken in tiki 13.
You could add a rule in the Look and feel customization / CSS textarea.
[14:47]
gilles_how can I do this ?
I changed the css
[14:49]
chibaguy@media (min-width: 1200px) {.container {width: 900px;}} [14:51]
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;}}
[14:57]
gilles_thanks chibaguy [14:59]
chibaguysure. did it work? [15:00]
gilles_YES ! [15:02]
chibaguyyay [15:02]
...... (idle for 27mn)
bbl [15:29]
....... (idle for 33mn)
Tiki-KGB03luciash 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)
[16:02]
....... (idle for 34mn)
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
[16:36]
MagicFab_joined #tikiwiki [16:47]
Tiki-KGB03jonnybradley r55282 10(98 files in 93 dirs) * [MRG] Automatic merge, branches/14.x 55266 to 55281 [16:54]
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
[17:06]
Telesightjoined #tikiwiki [17:10]
chibaguyIt'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.
[17:16]
Tiki-KGB03chibaguy 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
[17:20]
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)
[17:32]
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)
[17:42]
....... (idle for 30mn)
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:14]
03luciash r55291 10branches/12.x/lang/fr/language.php * [bp/r55286] updated French translation for trackercalendar plugin [18:20]
.... (idle for 18mn)
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?
[18:38]
........ (idle for 36mn)
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?
[19:16]
fabriciusjoined #tikiwiki [19:25]
.... (idle for 16mn)
amette_joined #tikiwiki [19:41]
........... (idle for 53mn)
fabriciusjoined #tikiwiki [20:34]
...... (idle for 25mn)
joined #tikiwiki
joined #tikiwiki
[20:59]
arildbejoined #tikiwiki [21:06]
fabriciusjoined #tikiwiki [21:19]
joined #tikiwiki [21:30]
joined #tikiwiki [21:37]
........... (idle for 52mn)
arildbeWhen is the Tiki 14 release planned? [22:29]
Tiki|botjoined #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
[22:40]
Recent Bug: - http://dev.tiki.org/item5660 [22:52]
.............. (idle for 1h7mn)
fabriciusjoined #tikiwiki [23:59]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)