←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When | |
---|---|---|---|
amette_ | left #tikiwiki | [02:35] | |
.................... (idle for 1h37mn) | |||
giesen | joined #tikiwiki | [04:12] | |
......... (idle for 42mn) | |||
Jyhem_ | joined #tikiwiki | [04:54] | |
.............................. (idle for 2h28mn) | |||
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6392 | [07:22] | |
...... (idle for 27mn) | |||
fabricius | joined #tikiwiki | [07:49] | |
................ (idle for 1h18mn) | |||
redflo | joined #tikiwiki | [09:07] | |
......................... (idle for 2h3mn) | |||
jonnyb | joined #tikiwiki | [11:10] | |
........ (idle for 36mn) | |||
chibaguy | joined #tikiwiki | [11:46] | |
jonnyb | pompom polom | [11:46] | |
chibaguy | [polom
uh, . . . ] | [11:46] | |
jonnyb | anyone else finding dev and doc incredibly slow today? (20 seconds+ per page)
[hi] chibaguy | [11:46] | |
chibaguy | hi jonnyb
I only looked at one or two doc pages today but didn't notice too much lag.
| [11:46] | |
Ah, there is a long wait after submitting a page edit at doc.t.o.
I've been giving the top paragraph or so the "lead" style (larger text) on doc pages. Maybe it's my aging eyeballs, but this seems to make it easier for the reader to get a quick understanding of the page. | [11:58] | ||
........ (idle for 37mn) | |||
jonnyb | sorry chibaguy - phone... checking doc again
which pages have this "lead" style? all of them? | [12:37] | |
..... (idle for 23mn) | |||
amette_ | joined #tikiwiki | [13:02] | |
.... (idle for 16mn) | |||
chibaguy | jonnyb, just a few that I've edited lately, like https://doc.tiki.org/Packages | [13:18] | |
jonnyb | Nice, i like it, thanks! (but also have old eyes ;) ) | [13:19] | |
chibaguy | But I think it's a good idea, so will suggest using on other pages, along with removing outdated info. Just to make the docs a little more user friendly.
Maybe time for a new styleguide for doc pages. (medium to long term project ;-) ) I like the feature icon in the page title, too, where appropriate. (in the h1 heading) | [13:19] | |
.... (idle for 19mn) | |||
robertokir | joined #tikiwiki | [13:40] | |
............ (idle for 58mn) | |||
chibaguy_ | joined #tikiwiki | [14:38] | |
Jyhem_laptop_ | joined #tikiwiki | [14:39] | |
Tiki-KGB | 03chealer r63239 10trunk/templates/modules/mod-quickadmin.tpl
[FIX] Scheduler item From r63123 | [14:42] | |
.... (idle for 18mn) | |||
qP | joined #tikiwiki
joined #tikiwiki | [15:00] | |
..... (idle for 22mn) | |||
jonnyb | joined #tikiwiki | [15:26] | |
............. (idle for 1h2mn) | |||
Tiki-KGB | 03lfagundes r63240 10trunk/lib/core/Services/Wiki/Controller.php
[FIX] Perms::simpleFilter was being called with wrong parameter type. Page removal (and probably other actions) was breaking in AdoDB, while PDO is tolerant with wrong parameter. | [16:28] | |
luis_asa | first commit in this decade. cheers o/ | [16:29] | |
Tiki-KGB | 03chealer r63241 10branches/17.x/lang/fr/language.php * [FIX] "Move files from {database,directory} to ..." | [16:34] | |
amette_ | w00t, congrats, luis_asa :) | [16:42] | |
Jyhem_laptop | congrats luis_asa o/ | [16:46] | |
robertokir1 | joined #tikiwiki
left #tikiwiki joined #tikiwiki | [16:47] | |
........ (idle for 39mn) | |||
Tiki-KGB | 03jonnybradley r63242 10branches/17.x/templates/tiki-upload_file.tpl * [FIX] filegals: Better width for file description textarea
03jonnybradley r63243 10branches/17.x/lib/jquery_tiki/elfinder/tiki-elfinder.js [FIX] elfinder: elFinder now has a proper way to add custom data to the info dialog, so use that and add link to file properties form | [17:28] | |
03jonnybradley r63244 10(10 files in 10 dirs)
[MRG] Automatic merge, branches/17.x 63218 to 63243 Conflicts resolved in templates/admin/include_semantic.tpl | [17:40] | ||
......... (idle for 40mn) | |||
Telesight | joined #tikiwiki | [18:20] | |
ipfreely | joined #tikiwiki | [18:26] | |
............... (idle for 1h14mn) | |||
luis_asa | can anyone help with CSRF? I got a ticket from $_SESSION['ticket'], but later on tikiaccesslib.php:335 the ticket I got is not present in $_SESSION['tickets']. Do I need to do anything else to obtain a ticket? | [19:40] | |
Tiki-KGB | 03jonnybradley r63245 10branches/17.x/ 10themes/base_files/iconsets/default.php 10lib/jquery_tiki/pluginedit_list.js 10lib/core/Services/Edit/ListPluginHelper.php
[FIX][MOD] listgui: Add icon toolbars for commands (sub-plugins), and simplify interface to add the initial parameter when adding the command (usually) - more to come... (thanks marclaporte) 03jonnybradley r63246 10trunk/themes/base_files/iconsets/default.php 10trunk/lib/jquery_tiki/pluginedit_list.js 10trunk/lib/core/Services/Edit/ListPluginHelper.php 10trunk * [MRG] Automatic merge, branches/17.x 63243 to 63245 | [19:52] | |
...... (idle for 27mn) | |||
luis_asa | got the ticket generation solved, now, a different issue | [20:21] | |
amette_ | left #tikiwiki
joined #tikiwiki | [20:21] | |
luis_asa | In wikiplugin sheet, there's an automatic form submission using javascript, and this gives an CSRF error, even with proper ticket. If instead of using javascript I put a submit button and click it, everything works
if instead of submitting the form immediately I schedule it for 1 milisecond later using setTimeout (just to execute on next available cpu cycle), it works great (but that might be influenced by the network time, I'm in localhost) any hints on why this happens? hmmm, suddenly worked, funny maybe some cache related stuff | [20:22] | |
Tiki-KGB | 03lfagundes r63247 10trunk/lib/wiki-plugins/wikiplugin_sheet.php * [FIX] Error when trying to add a spreadsheet from a wiki page | [20:32] | |
............. (idle for 1h2mn) | |||
amette_ | left #tikiwiki
joined #tikiwiki | [21:34] | |
...................... (idle for 1h49mn) | |||
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6393 | [23:23] | |
...... (idle for 27mn) | |||
amette_ | left #tikiwiki
joined #tikiwiki | [23:50] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |