Tiki-KGB: 03lindonb r61949 10trunk/templates/admin/include_profiles.tpl * [REF] remove leftover debug code (thanks chealer) jonnyb: joined #tikiwiki amette__: left #tikiwiki patrickproulx: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
left #tikiwiki redflo: joined #tikiwiki amette__: joined #tikiwiki
left #tikiwiki
joined #tikiwiki RadoS: joined #tikiwiki Tiki|bot: Recent Bug: - http://dev.tiki.org/item6309 jonnyb: joined #tikiwiki
joined #tikiwiki amette__: left #tikiwiki
joined #tikiwiki Tiki-KGB: 03kroky6 r61950 03trunk/installer/schema/20170329_add_color_to_groups_tiki.sql * [ENH] add missing migration for group colors from r61923 amette__: left #tikiwiki jonnyb: moloq amette__: joined #tikiwiki
pölöm fabricius: joined #tikiwiki 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) luciash: polom amette__: hey bro torsten: joined #tikiwiki 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 Jyhem_laptop: joined #tikiwiki amette__: left #tikiwiki montefuscolo: joined #tikiwiki Tiki-KGB: 03icc0rz r61953 10trunk/lib/filegals/h5plib.php * [FIX] h5p: Upload new version of h5p file will update content
03icc0rz r61954 10trunk/lib/core/ 10Services/H5P/Controller.php 10H5P/H5PTiki.php * [FIX] h5p: Updating of libraries metadata jonnyb: polom amette_ amette__: joined #tikiwiki Jyhem_laptop: hi amette, hi jonnyb jonnyb: pompom Jyhem_laptop amette__: heya peeps 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? 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. nobodyyy: joined #tikiwiki
left #tikiwiki nelsonko: joined #tikiwiki Jyhem_laptop: lol. This is weirder and weirder. Didn't you have the issue on afternoons in Brussels? jonnyb: joined #tikiwiki 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!?
left #tikiwiki jonnyb: joined #tikiwiki amette__: joined #tikiwiki 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 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!? Jyhem_laptop: No, not in my 12.x branch
12.x$ svn status lang/
M lang/fr/language.php
It's not ignored 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? 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 amette__: $ svn status lang/ Jyhem_laptop: triple what? I did not get what you thought you typed after "it said here:" amette__: oooh.. ok... I had {\$atts|@count} in the translation 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. 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» 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 Jyhem_laptop: Well, permission revamp, I think amette__: always released versions, just taken from svn
aah, makes sense, yep -: amette__ thought perm revamp was earlier Jyhem_laptop: maybe i confuse with Tiki 4 amette__: yeeeah... that sounds more like it to me...!? Jyhem_laptop: anyway, this issue is not in the latest 6.x or 9.x amette__: yep, good detective work, Jyhem - cheers! Jyhem_laptop: np Telesight: joined #tikiwiki fabricius: joined #tikiwiki 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 fabricius: polom
hello everybody jonnyb: polom fabricius fabricius: jonnyb, have you seen my bug report regarding forum/mailing-list? jonnyb: yes, but haven't had time to read it properly fabricius: might brake tiki.org forum devlist sync or display of dev forum
after upgrade
trunk -> 17 | tiki.org -> 17 | padam 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 fabricius: I could create a temporary test-eMail account, but generally I do not want to publish eMail accounts. 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 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 jonnyb: fabricius: is there a bug for the forum thing on dev? Tiki-KGB: 03jonnybradley r61959 10trunk/lib/wiki-plugins/wikiplugin_tracker.php * [FIX] plugins: Add missing profile reference properties to plugin tracker params fabricius: I check 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 fabricius: or jonnyb is dev on 17 and do we have forum on dev connected to a mail account? I guess NOT jonnyb: no, i mean did you file a bug report? 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 jonnyb: thanks fabricius: sure
will do later on today
few phone cals first
calls 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
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
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 olinuxx: joined #tikiwiki 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
03jonnybradley r61967 10trunk/lib/jquery_tiki/pluginedit_list.js
[FIX] listgui: Slightly better drag and drop - wiki text name still disappears though... jonnyb: joined #tikiwiki Tiki-KGB: 03jonnybradley r61968 10trunk/lib/jquery_tiki/pluginedit_list.js * [FIX] listgui: Avoid parsing wiki text as a possible plugin torsten: joined #tikiwiki Tiki-KGB: 03drsassafras r61969 10trunk/lib/parser/parserlib.php * [REF] parse_data_plugin - spacing and comments