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

WhoWhatWhen
Jyhemstructure drill-down feature is awesome :)
And importing structuure dumps also :)
Guest58175: there might be some little difference, but I'd guess not enough difference rhat you can't test 12.3 while everyone else uses 12.2 using the same DB?
[00:04]
........ (idle for 35mn)
Tiki-KGB03luciash r53998 10branches/12.x/styles/layout/design.css * [FIX] Fix for too wide images in jQuery mobile view [00:40]
................ (idle for 1h19mn)
Caarriejoined #tikiwiki [01:59]
......... (idle for 40mn)
chibaguyjoined #tikiwiki [02:39]
Tiki-KGB03chibaguy r53999 10trunk/templates/tiki-list_blogs.tpl
[FIX] Div to center "find" form wasn't closed, causing blog list table to also be text-centered. Thanks to gezza for spotting.
[02:40]
03chibaguy r54000 10trunk/templates/tiki-list_blogs.tpl * [REF] Indentation fixed after previous commit. No code changes.
03chibaguy r54001 10trunk/themes/base_files/ 10less/tiki-cssmenus.less 10css/tiki_base.css
[REF] Partially commented-out rule completed, to prevent empty selector. Minor background property change on cssmenus.
[02:46]
........ (idle for 37mn)
Tiki|botNew Forum Posts: Strange page-not-found message - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54958 [03:27]
........... (idle for 53mn)
Tiki-KGB03chibaguy r54002 10trunk/ 10(58 files in 55 dirs)
[ENH] Change instances of "My Tiki" to "My Account". Translators should update the translations in the language files accordingly.
[04:20]
lindonbleft #tikiwiki [04:27]
....... (idle for 33mn)
Tiki-KGB03chibaguy r54003 10trunk/ 10(57 files in 56 dirs)
[ENH] Change instances of "MyTiki" (no space) to "My Account". Translators should update the translations in the language files accordingly.
[05:00]
..... (idle for 20mn)
03chibaguy r54004 10trunk/ 10templates/tiki-my_tiki.tpl 10tiki-setup.php
[FIX] Corrected link to see my contributions. (But why does this link get a line of text in the tab content instead of just being a link similar to others on the page? Maybe "My Account" should open to user-preferences or user-information instead of an empty screen except for one line of text.)
[05:20]
......... (idle for 41mn)
chibaguyjoined #tikiwiki [06:01]
........ (idle for 38mn)
joined #tikiwiki [06:39]
........ (idle for 39mn)
Tiki-KGB03chibaguy r54005 10trunk/ 10(57 files in 57 dirs)
[ENH] Change instances of "Freetags" to "Tags" and "Wiki, Search, Menu & Freetags" to "Wiki, Search, Menu & Tags" in interface strings. Translators should update the translations in the language files accordingly. Todo: database-stored instances.
[07:18]
........ (idle for 37mn)
chibaguyjoined #tikiwiki [07:55]
..... (idle for 24mn)
redflojoined #tikiwiki [08:19]
.... (idle for 17mn)
Tiki-KGB03gezzzan r54006 10trunk/templates/tiki-view_blog.tpl * [MOD] change spaces to tabs, tooltips, adding numrow to find [08:36]
................ (idle for 1h19mn)
fabriciusjoined #tikiwiki [09:55]
..................... (idle for 1h41mn)
Tiki-KGB03robertplummer r54007 10trunk/ 10templates/wiki-plugins/wikiplugin_trackerlist.tpl 10lib/wiki-plugins/wikiplugin_trackerlist.php * [ENH] Expose who last modified the tracker item [11:36]
03luciash r54008 10branches/12.x/ 10styles/mobile.css 10styles/layout/design.css
[rb53998][FIX] Fix for too wide images in jQuery mobile view - better in mobile.css - thanks Jonny :)
03luciash r54009 10branches/12.x/styles/mobile.css * [FIX] corrected information in the code comment
[11:44]
............ (idle for 55mn)
chibaguyjoined #tikiwiki [12:43]
...... (idle for 25mn)
Telesightjoined #tikiwiki [13:08]
.... (idle for 17mn)
fabriciuspolom
anybody there?
[13:25]
Tiki-KGB03gezzzan r54010 10trunk/templates/tiki-admin_notifications.tpl * [ENH] bootstrappification [13:26]
fabriciusI need to seta background image backround: url ( etc. -> from look and feel custom css -> do not find the path to the image
I have a folder themes/img and cannot get the image, I have it n themes/cosmo and in themes/cosmo/images
I tried various paths, but I cannot get the image
I seem to have the right selector, as I can set a plain color to the div
but not an image
[13:26]
Tiki-KGB03gezzzan r54011 10trunk/templates/tiki-admin_notifications.tpl * [MOD] missed bootstrappification of one input field [13:32]
.... (idle for 15mn)
wolfgangajoined #tikiwiki [13:47]
.............. (idle for 1h8mn)
MagicFab_joined #tikiwiki [14:55]
............... (idle for 1h12mn)
wolfgangajoined #tikiwiki [16:07]
jonnybjoined #tikiwiki [16:10]
........ (idle for 35mn)
dhazeljoined #tikiwiki [16:45]
....... (idle for 30mn)
Telesightjoined #tikiwiki [17:15]
.............. (idle for 1h8mn)
arildbjoined #tikiwiki [18:23]
dhzjoined #tikiwiki [18:29]
wolfgangaCan someone check what this [] is for in templates/trackerinput/category.tpl? i mean this line #6 and their the [] in the name: <select name="{$field.ins_id}"{if $field.options_array[1] eq 'm'} multiple="multiple"{/if} class="form-control">
sry that was my test: this is the original one:
<select name="{$field.ins_id}[]"{if $field.options_array[1] eq 'm'} multiple="multiple"{/if} class="form-control">
this causes issues somewhere else name="{$field.ins_id}[]" where this: name="{$field.ins_id}" works ok. Not sure where those [] could be needed...
[18:31]
jonnybthe [] brackets make the inputs return an array
but that's usually used for checkboxes - maybe not needed there
[18:35]
wolfgangamaybe for a multi-select...
it breaks the binding of the eventlistener in lib/coreTracker/field/dynamicList.php:
$("input[name=ins_' . $filterFieldIdHere . '], select[name=ins_' . $filterFieldIdHere . ']").change(function(e, val) {
[18:36]
jonnybi tihnk they're not needed for a select, it's only when you have several inputs (checkboxes or radio buttons) you use that to make the reposnse into a single array in $_REQUEST
does it still work wihtout?
[18:39]
wolfgangayes
even better
[18:39]
jonnybshould be fine to remove them then :) thanks [18:40]
wolfgangathank you ;-) [18:40]
jonnybbye all, have good weekends :) [18:52]
.......... (idle for 48mn)
gezzajoined #tikiwiki [19:40]
.......... (idle for 49mn)
fabriciusjoined #tikiwiki [20:29]
................. (idle for 1h20mn)
polom [21:49]
..... (idle for 23mn)
redflojoined #tikiwiki [22:12]
.......... (idle for 49mn)
fabriciusjoined #tikiwiki [23:01]
............ (idle for 58mn)
joined #tikiwiki [23:59]

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