←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
fabricius | joined #tikiwiki | [01:09] |
.... (idle for 19mn) | ||
Tiki-KGB | 03lindonb r61949 10trunk/templates/admin/include_profiles.tpl * [REF] remove leftover debug code (thanks chealer) | [01:28] |
jonnyb | joined #tikiwiki | [01:29] |
...... (idle for 28mn) | ||
amette__ | left #tikiwiki | [01:57] |
.... (idle for 16mn) | ||
patrickproulx | joined #tikiwiki
joined #tikiwiki | [02:13] |
........... (idle for 53mn) | ||
joined #tikiwiki | [03:10] | |
joined #tikiwiki | [03:23] | |
left #tikiwiki | [03:32] | |
............................................................................. (idle for 6h22mn) | ||
redflo | joined #tikiwiki | [09:54] |
.... (idle for 16mn) | ||
amette__ | joined #tikiwiki | [10:10] |
left #tikiwiki
joined #tikiwiki | [10:17] | |
...... (idle for 28mn) | ||
RadoS | joined #tikiwiki | [10:45] |
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6309 | [10:55] |
.... (idle for 19mn) | ||
jonnyb | joined #tikiwiki | [11:14] |
........ (idle for 38mn) | ||
joined #tikiwiki | [11:52] | |
amette__ | left #tikiwiki
joined #tikiwiki | [11:59] |
Tiki-KGB | 03kroky6 r61950 03trunk/installer/schema/20170329_add_color_to_groups_tiki.sql * [ENH] add missing migration for group colors from r61923 | [12:04] |
amette__ | left #tikiwiki | [12:10] |
jonnyb | moloq | [12:13] |
amette__ | joined #tikiwiki
p�l�m | [12:16] |
fabricius | joined #tikiwiki | [12:29] |
Tiki-KGB | 03jonnybradley r61951 10trunk/ 10(6 files in 5 dirs)
[KIL] wiki: Remove previous defective feature_hidden_links for anchor links (from r48367) and replace with wiki_heading_links added recently. Note, i changed the default for the new wiki_heading_links pref to 'y' as the previous one was also enabled by default. (Thanks for pointing this out Bsfez, i didn't even know it existed as it never worked, afaik) | [12:36] |
luciash | polom | [12:42] |
amette__ | hey bro | [12:43] |
..... (idle for 20mn) | ||
torsten | joined #tikiwiki | [13:03] |
............ (idle for 59mn) | ||
Tiki-KGB | 03icc0rz r61952 10trunk/ 10lib/filegals/h5plib.php 10lib/core/H5P/H5PTiki.php 10vendor_bundled/composer.lock 10vendor_bundled/composer.json * [FIX] h5p: Update filegal record when export is generated | [14:02] |
Jyhem_laptop | joined #tikiwiki | [14:06] |
amette__ | left #tikiwiki | [14:16] |
montefuscolo | joined #tikiwiki | [14:18] |
Tiki-KGB | 03icc0rz r61953 10trunk/lib/filegals/h5plib.php * [FIX] h5p: Upload new version of h5p file will update content | [14:22] |
....... (idle for 34mn) | ||
03icc0rz r61954 10trunk/lib/core/ 10Services/H5P/Controller.php 10H5P/H5PTiki.php * [FIX] h5p: Updating of libraries metadata | [14:56] | |
jonnyb | polom amette_ | [14:56] |
amette__ | joined #tikiwiki | [14:57] |
Jyhem_laptop | hi amette, hi jonnyb | [15:04] |
jonnyb | pompom Jyhem_laptop | [15:04] |
amette__ | heya peeps | [15:04] |
Jyhem_laptop | I suppose calendar revamp can start happening in trunk with no adverse impact on the Tiki 17 release process?
amette__: did the database dump heisenbug vanish after moving doc/dev to new servers? | [15:04] |
amette__ | Jyhem_laptop : no, haven't moved them yet, but it seems to have vanished by moving the backup time into the afternoon
I figured I'd try that since usually I had to stop debugging in the afternoon. | [15:08] |
nobodyyy | joined #tikiwiki
left #tikiwiki | [15:11] |
nelsonko | joined #tikiwiki | [15:21] |
Jyhem_laptop | lol. This is weirder and weirder. Didn't you have the issue on afternoons in Brussels? | [15:26] |
jonnyb | joined #tikiwiki | [15:33] |
...................... (idle for 1h45mn) | ||
amette__ | Yeah, might be, but it got less and less the later the day got... I first thought that it's just about having run the backup multiple times... but apparantly it's not... weird indeed. *sigh*
Jyhem, Jyhem_laptop : I have a Tiki 12 that throws a 500 when switching to French as a language. Problem is line 149 in templates/tiki-page_bar.tpl in which it says "{tr}{$atts|@count} files attached{/tr}" - removing the {tr}{/tr} fixes it. Any ideas!? | [17:18] |
left #tikiwiki | [17:28] | |
..... (idle for 20mn) | ||
jonnyb | joined #tikiwiki | [17:48] |
amette__ | joined #tikiwiki | [17:59] |
..... (idle for 21mn) | ||
Jyhem_laptop | amette__: weird, what do you get for this?: grep -r 'files attached' lang/fr/language.*
I get lang/fr/language.php:"{$atts|@count} files attached" => "{$atts|@count} fichiers attach�s", and I get lang/de/language.php:"{$atts|@count} files attached" => "{$atts|@count} angeh�ngte Dateien", so I don't understand why it fails in french and not in german unless you have an outdated lang/fr/language.php with different content | [18:20] |
amette__ | Jyhem_laptop : ok, language.php was the culprit... it said here:
but why... that is a mystery to me...!? It is an SVN checkout at r61954 and it didn't/doesn't say anything about changes in that file before or after. Is lang/ being svn ignored!? | [18:29] |
Jyhem_laptop | No, not in my 12.x branch
12.x$ svn status lang/ M lang/fr/language.php It's not ignored | [18:39] |
amette__ | Right, but it's here. Because I had custom changes in that file, I guess. (would make sense, old project, no proper docs, but I think I remember)
So did the handling of such things change? Was it triple-backslash before? | [18:41] |
Tiki-KGB | 03drsassafras r61955 10trunk/ 10lib/parser/parserlib.php 10lib/wiki-plugins/wikiplugin_footnote.php * [REF] parse_data_plugin, moved first paragraph inline-block as option | [18:42] |
amette__ | $ svn status lang/ | [18:42] |
Jyhem_laptop | triple what? I did not get what you thought you typed after "it said here:" | [18:42] |
amette__ | oooh.. ok... I had {\$atts|@count} in the translation | [18:42] |
Tiki-KGB | 03drsassafras r61956 10trunk/lib/wiki-plugins/wikiplugin_quote.php
[FIX] plugin quote - evaluate code within quote, remove option to not-evaluate, some minor performance improvements. | [18:44] |
Jyhem_laptop | I see it now. Someone goofed in Tiki 7.x:
../7.x/lang/fr/language.php:"{$atts_cnt} files attached" => "{$atts_cnt} fichiers joints", ../7.x/lang/fr/language.php:"{\$atts|@count} files attached" => "{\$atts|@count} fichiers attach�s", ../7.x/lang/fr/language.php:// "{$atts|@count} files attached" => "{$atts|@count} files attached", ../8.x/lang/fr/language.php.bak:"{$atts|@count} files attached" => "{$atts|@count} fichiers attach�s", all is good in all other Tiki versions. This Tiki was probably upgraded from the dreaded �7.x developpers release� | [18:46] |
amette__ | aaaah, ok, and I probably just kept merging that error
didn't know it was that dreaded... :) but no, I think it went from 6 to 9 to 12 | [18:47] |
Jyhem_laptop | Well, permission revamp, I think | [18:48] |
amette__ | always released versions, just taken from svn
aah, makes sense, yep amette__ thought perm revamp was earlier | [18:48] |
Jyhem_laptop | maybe i confuse with Tiki 4 | [18:48] |
amette__ | yeeeah... that sounds more like it to me...!? | [18:49] |
Jyhem_laptop | anyway, this issue is not in the latest 6.x or 9.x | [18:49] |
amette__ | yep, good detective work, Jyhem - cheers! | [18:49] |
Jyhem_laptop | np | [18:49] |
Telesight | joined #tikiwiki | [18:53] |
.... (idle for 15mn) | ||
fabricius | joined #tikiwiki | [19:08] |
Tiki-KGB | 03jonnybradley r61957 10trunk/ 10lib/core/Services/Edit/PluginController.php 10templates/plugin/edit.tpl
[ENH] plugins: Add object selectors for params with profile_reference set (also supports parent, parentkey and sort_order) Thanks marclaporte and Bsfez | [19:10] |
fabricius | polom
hello everybody | [19:11] |
jonnyb | polom fabricius | [19:12] |
fabricius | jonnyb, have you seen my bug report regarding forum/mailing-list? | [19:12] |
jonnyb | yes, but haven't had time to read it properly | [19:13] |
fabricius | might brake tiki.org forum devlist sync or display of dev forum
after upgrade trunk -> 17 | tiki.org -> 17 | padam | [19:13] |
jonnyb | ok, maybe you can check on next.t.o?
i'm struggling to get new fun things into trunk before branching currently, fixes can wait :P | [19:14] |
fabricius | I could create a temporary test-eMail account, but generally I do not want to publish eMail accounts. | [19:15] |
Tiki-KGB | 03luciash r61958 10users/ 10cartograf/cartograf_tiki15/themes/CartoGraf/less/CartoGraf.less 10cartograf/cartograf_tiki15/themes/CartoGraf/css/CartoGraf.css * [FIX] Remove the horiz scrollbar on wiki pages | [19:16] |
fabricius | So when I setup, it should be checked quickly, once I confirm the bug there, for that I can switch off the eMail account shortly
and I assume you need me to setup quickly for not delaying the release process with the issue aye luciash work on Cartograf ... very cool I have one CartoGraf 15 in use productively sicne two or three weeks and found minor issues since | [19:16] |
jonnyb | fabricius: is there a bug for the forum thing on dev? | [19:21] |
Tiki-KGB | 03jonnybradley r61959 10trunk/lib/wiki-plugins/wikiplugin_tracker.php * [FIX] plugins: Add missing profile reference properties to plugin tracker params | [19:22] |
fabricius | I check | [19:27] |
Tiki-KGB | 03luciash r61960 10users/ 10cartograf/cartograf_tiki15/themes/CartoGraf/less/CartoGraf.less 10cartograf/cartograf_tiki15/themes/CartoGraf/css/CartoGraf.css * [FIX] login/logout alignment fixes | [19:28] |
fabricius | or jonnyb is dev on 17 and do we have forum on dev connected to a mail account? I guess NOT | [19:28] |
jonnyb | no, i mean did you file a bug report? | [19:29] |
fabricius | I just recently tried to add a mailaccount on a productive test-trunk (a mebers area) and got a blank page when activaiting email synchronisation - blank age only fao the specific forum
yes I did file few days ago ... monday or so I will check and add a mailaccount to a show instance and then coe back to you not in the next few minutes | [19:29] |
jonnyb | thanks | [19:30] |
fabricius | sure
will do later on today few phone cals first calls | [19:30] |
Tiki-KGB | 03luciash r61961 10users/ 10cartograf/cartograf_tiki15/themes/CartoGraf/less/CartoGraf.less 10cartograf/cartograf_tiki15/themes/CartoGraf/css/CartoGraf.css * [FIX] 100% height no longer needed
03luciash r61962 10users/ 10cartograf/cartograf_tiki15/themes/CartoGraf/less/CartoGraf.less 10cartograf/cartograf_tiki15/themes/CartoGraf/css/CartoGraf.css * [FIX] but introduce min-height on col1 | [19:34] |
03luciash r61963 10users/ 10cartograf/cartograf_tiki15/themes/CartoGraf/less/CartoGraf.less 10cartograf/cartograf_tiki15/themes/CartoGraf/css/CartoGraf.css * [FIX] hide the quickadmin when assigned to top_modules zone
03luciash r61964 10users/ 10cartograf/cartograf_tiki15/themes/CartoGraf/less/CartoGraf.less 10cartograf/cartograf_tiki15/themes/CartoGraf/css/CartoGraf.css * [FIX] make the footer full width | [19:46] | |
03luciash r61965 10users/ 10cartograf/cartograf_tiki15/themes/CartoGraf/less/CartoGraf.less 10cartograf/cartograf_tiki15/themes/CartoGraf/css/CartoGraf.css
[FIX] little fix for appframe position and add some padding to bottom of pages to not hide behind footer and buttons | [20:00] | |
......... (idle for 44mn) | ||
olinuxx | joined #tikiwiki | [20:44] |
Tiki-KGB | 03jonnybradley r61966 10trunk/ 10lib/jquery_tiki/pluginedit_list.js 10lib/core/Services/Edit/ListPluginHelper.php 10lib/core/Services/Edit/PluginController.php
[ENH] listgui: Allow wiki markup within output and format plugins - drag and drop needs more work but basically functional | [20:54] |
03jonnybradley r61967 10trunk/lib/jquery_tiki/pluginedit_list.js
[FIX] listgui: Slightly better drag and drop - wiki text name still disappears though... | [21:08] | |
jonnyb | joined #tikiwiki | [21:16] |
.......... (idle for 46mn) | ||
Tiki-KGB | 03jonnybradley r61968 10trunk/lib/jquery_tiki/pluginedit_list.js * [FIX] listgui: Avoid parsing wiki text as a possible plugin | [22:02] |
........... (idle for 52mn) | ||
torsten | joined #tikiwiki | [22:54] |
....... (idle for 30mn) | ||
Tiki-KGB | 03drsassafras r61969 10trunk/lib/parser/parserlib.php * [REF] parse_data_plugin - spacing and comments | [23:24] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |