Ph. SW.
Ph. SW.
Hello, I have the following settings: ```php $conf['toptoclevel'] = '2'; $conf['tocminheads'] = '1'; $conf['maxtoclevel'] = '5'; ``` If I have a page with the following content: ``` ====== Page title...
Hello, I find the log messages of importing links from a JSON file a bit confusing. If I want to add JSON file with the following structure (as produced by...
Hi, I added an option to compute the total of a column and display it in a row just under the header row. Requires PR #836, #816, #837.
Hi, I added some attributes to column, and changed a little bit the way of generating the data response: there is now two rows arrays: the first one contains the...
Hi. Second try, I adapted my first pull-request #800 to add `colReorder` as an extension. I hope this time my pull request will be ok. 😃
With the following input: ``` The following table is correctly rendered in PDFs: | Column 1 | Column 2 | Column 3 | | -------- | -------- | -------- |...
With the following input: ``` Du texte [[secret]] | ### Title before table in secret block | | Column 1 | Column 2 | Column 3 | | -------- |...
L'image `ubuntu-18.04` qu'on utilise actuellement pour la CI est dépréciée depuis le 8 août (cf https://github.com/actions/runner-images/issues/6002). Cette PR passe la version d'Ubuntu à 22.04 (qui est aussi une LTS). Malheureusement,...
Cette PR ajoute un bouton pour supprimer le message d'accueil en place (actuellement, il faut vider les champs du formulaire pour supprimer le message). ### QA 1. Appliquer les migrations...
Cette PR corrige la route pour dissocier un ticket GitHub d'un sujet du forum (probablement un oubli lors de la refactorisation des URLs) et ajoute un test pour s'assurer que...