Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Theme updated with bugfixes from S1709 #55

Merged
merged 5 commits into from
Nov 6, 2017

Conversation

ebreton
Copy link
Contributor

@ebreton ebreton commented Oct 21, 2017

From issues on repo jahiap

Id Description
240 Texte centré en vertical sur WP mais pas sur Jahia
129 Les titres sont tout en majuscule
188 Mauvais format des listes à puce
92 Les ligne de tableau invisible sont visibles
85 Menu déroulant "personnes" en haut à droite ne déroule pas
192 Affichage d'un rectangle gris à la place d'une division vide
170 La boite rouge dans le corps de page ne se colle pas à droite
169 Une div se colle à gauche au lieu de flotter à droite
89 Séparateur gris clair en trop dans les tableaux
239 couleur de background de paragraphe manquante
225 Dans les paragraphes des pages, il manque le surlignage en couleur de cert[...]

Targetted version: 2.5.6

@codecov
Copy link

codecov bot commented Oct 21, 2017

Codecov Report

Merging #55 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   88.56%   88.56%           
=======================================
  Files          18       18           
  Lines        1006     1006           
=======================================
  Hits          891      891           
  Misses        115      115

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7d6cc6...555f2ab. Read the comment docs.

@codecov
Copy link

codecov bot commented Oct 21, 2017

Codecov Report

Merging #55 into master will decrease coverage by 0.7%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
- Coverage   83.59%   82.88%   -0.71%     
==========================================
  Files          21       20       -1     
  Lines        1359     1221     -138     
==========================================
- Hits         1136     1012     -124     
+ Misses        223      209      -14
Impacted Files Coverage Δ
src/tests/test_jahia2wp.py 97.82% <0%> (-0.26%) ⬇️
src/veritas/validators.py 96.77% <0%> (-0.2%) ⬇️
src/utils.py 96.42% <0%> (-0.13%) ⬇️
src/jahia2wp.py 74.71% <0%> (-0.03%) ⬇️
src/wordpress/tests/test_wordpress.py 100% <0%> (ø) ⬆️
src/wordpress/__init__.py 100% <0%> (ø) ⬆️
src/veritas/tests/test_veritas.py 100% <0%> (ø) ⬆️
src/veritas/veritas.py 100% <0%> (ø) ⬆️
src/settings.py 100% <0%> (ø) ⬆️
src/wordpress/backup.py
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3120798...47ed85b. Read the comment docs.

…-container-wp-volumes

* origin: (34 commits)
  added doc
  moved WPTheme/PluginConfig to dedicated files themes/plugin.py
  Use var defined in 'settings.py' instead of hard-coded string
  Use site folder as 'wp_site_id'
  Small bug fix
  Change way to generate path, add var for plugin source
  Change function/option name
  Use wp_site_id instead of site_name (which is not unique)
  Use WPSite to create instance instead of openshift_env and wp_site_url
  Small bug fix
  Workaround for relative path to fix Travis checks
  Change how class is displayed
  Change display way
  PEP8 compliant
  Add short doc (very short)
  Add feature to dump plugin configuration
  Updated configuration for Add-To-Any, fits to new way to do things
  Change WP tables infos location (now outside class), prepare to use 'wp site id' instead of 'wp site name', PEP8
  Use values defined in 'settings.py' and some cosmetic changes
  Replace way to configure plugin options. No more WPCLI...
  ...
…-container-wp-volumes

* origin: (23 commits)
  add same parameters for generate as for generate-one
  mention git clone over HTTPS (not only SSH)
  merged in PR #54
  do not decrease coverage
  PEP8
  declare BACKUP_PATH in .env.sample
  added doc
  generate DB dump directly in proper directory
  added $BACKUP_PATH to override BACKUP_PATH (in travis)
  added tests and command to backup one site only
  gitignore backups
  same strategy for WPBackup as for WPGenerator for constructor and config
  roll run_wp_cli back into WPConfig
  removed relative path for backups. Added WP_PATH & BACKUP_PATH in settings
  using /tmp to generate tar in tests (for travis to pass)
  added tests for generate_tar
  not using site_id quite yet. name instead
  precision in doc for content of incremental files
  change description of tar file: all files are tared, not only php ones
  do not log twice command
  ...
@ebreton ebreton merged commit 40ec49c into master Nov 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant