Appel propre de header et footer généraux et mise à jour du changelog

This commit is contained in:
Zatalyz 2020-06-03 19:51:00 +02:00
parent 989cd03e0d
commit 8d25b5d7c4
2 changed files with 47 additions and 15 deletions

View file

@ -4,20 +4,56 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
- Wait improve plugin "childpage" and work again on its integration.
- Fix default color template.
- Test a lot of plugin.
- Inclusion of footer and header's Khaganat (work on this needed).
- Finish todo listed (on this pad)[https://pad.khaganat.net/p/khum1].
## [2.0.1] - 2020-06-03
FR :
EN: This version is considered acceptable for production, it meets the requests listed so far.
FR : Cette version est considérée comme acceptable pour la prod, elle répond aux demandes listées jusque là.
### Added
#### EN
- Inclusion of footer and general menu header. Just add a symbolic link to the real files :)
#### FR
- Inclusion d'un pied de page et d'un menu d'en-tête général. Il suffit d'ajouter un lien symbolique vers les fichiers réels :)
### Removed
#### EN
- Removal of a css file for testing.
#### FR
- Enlèvement d'un fichier css pour les tests.
### Changed
#### EN
- "childpage" plugin updated , finishing of its cosmetics
- Improved integration of the "translation" plugin.
- Homogenization of colors. All css colors are variables in the ini file.
- "Back to Top" transformed into an icon, without sacrificing accessibility if all is good.
- Various modifications of details on the css (height, width, margins, etc).
- Modification of the display of links: more consistency, everything is "underlined" (no underlining via borders).
- The buttons to fold/unfold the sidebar and the table of contents are bigger and better placed: more visible, easier to handle.
- Modification of the default height of the editing area (80% of the screen height).
#### FR
- Plugin "childpage" mis à jour, finition de sa cosmétique
- Amélioration de l'intégration du plugin "translation".
- Homogénéisation des couleurs. Toutes les couleurs css sont des variables dans le fichier ini.
- "Retour en Haut de page" transformé en icone, sans sacrifier à l'accessibilité en principe.
- Diverses modifications de détails sur le css (hauteur, largeur, marges, etc).
- Modification de l'affichage des liens : plus de cohérence, tout est "souligné" (pas de soulignement via des bordures).
- Les boutons pour plier/déplier la sidebar et le sommaire sont plus grosses et mieux placées : plus visibles, plus faciles à manipuler.
- Modification de la hauteur par défaut de la zone d'édition (80% de la hauteur de l'écran).
Bug
- Correction d'un bug sur les onglets lorsque les polices chargées ne sont pas les bonnes
### Fixed
#### EN
- Fixed a bug on the tabs when the loaded fonts are not the right ones.
- The table of contents is displayed again when previewing articles.
- The articles take all the width when previewing, there is no more strange margin on the right.
- The "article" part keeps the same width between reading and editing.
#### FR
- Correction d'un bug sur les onglets lorsque les polices chargées ne sont pas les bonnes.
- Le sommaire s'affiche à nouveau lors de la prévisualisation des articles.
- Les articles prennent toutes la largeur lors de la prévisualisation, il n'y a plus de marge étrange à droite.
- La partie "article" garde la même largeur entre la lecture et l'édition.
## [2.0.0] - 2020-04-09

View file

@ -27,8 +27,7 @@ $showSidebar = $hasSidebar && ($ACT=='show');
</head>
<body>
<!-- <div id="gen_bar"> Barre générale </div> TODO inclure vraie barre et vérifier syntaxe -->
<?php //include('khanav.php') ?>
<?php tpl_includeFile('header.php'); ?>
<div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php
echo ($showSidebar) ? 'showSidebar' : ''; ?> <?php echo ($hasSidebar) ? 'hasSidebar' : ''; ?>">
@ -262,13 +261,10 @@ $showSidebar = $hasSidebar && ($ACT=='show');
</div><!-- /wrapper -->
</div><!-- dokuwiki__site-->
<?php //tpl_includeFile('footer.html'); ?>
</div><!-- /site -->
<div class="no"><?php tpl_indexerWebBug() /* provide DokuWiki housekeeping, required in all templates */ ?></div>
<div id="screen__mode" class="no"></div><?php /* helper to detect CSS media query in script.js */ ?>
<?php tpl_includeFile('footer.php'); ?>
</body>
</html>