Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
afi
opacce
Commits
03bdc69e
Commit
03bdc69e
authored
Feb 22, 2021
by
Henri-Damien LAURENT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
8.0.103
parent
581ba01f
Pipeline
#12542
passed with stage
in 53 minutes and 39 seconds
Changes
8
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
8 deletions
+17
-8
VERSIONS
VERSIONS
+16
-0
VERSIONS_HOTLINE/119099
VERSIONS_HOTLINE/119099
+0
-1
VERSIONS_HOTLINE/125582
VERSIONS_HOTLINE/125582
+0
-1
VERSIONS_HOTLINE/126552
VERSIONS_HOTLINE/126552
+0
-1
VERSIONS_HOTLINE/127085
VERSIONS_HOTLINE/127085
+0
-1
VERSIONS_HOTLINE/127534
VERSIONS_HOTLINE/127534
+0
-1
VERSIONS_HOTLINE/128127
VERSIONS_HOTLINE/128127
+0
-2
library/startup.php
library/startup.php
+1
-1
No files found.
VERSIONS
View file @
03bdc69e
22/02/2021 - v8.0.103
- ticket #119099 : Administration : Ajout d'un script de suppression des auteurs inutilisés dans les notices
- ticket #125582 : Modération : Correction de la validation des avis
- ticket #127534 : Magasin de thèmes : correction de la pagination en bas de page du résultat de recherche.
- ticket #128127 : Magasin de thèmes : Amélioration du comportement de la boite de recherche dans un menu.
Le champs de saisie prend le focus à l'ouverture du menu.
- ticket #127085 : Magasin de thèmes : amélioration des performances d'affichage des pages.
- ticket #126552 : Magasin de thèmes : Amélioration de l'affichage des pistes audio dans l'onglet médias du thème Chili.
15/02/2021 - v8.0.102
Nouvelles fonctionnalités :
...
...
VERSIONS_HOTLINE/119099
deleted
100644 → 0
View file @
581ba01f
- ticket #119099 : Administration : Ajout d'un script de suppression des auteurs inutilisés dans les notices
\ No newline at end of file
VERSIONS_HOTLINE/125582
deleted
100644 → 0
View file @
581ba01f
- ticket #125582 : Modération : Correction de la validation des avis
\ No newline at end of file
VERSIONS_HOTLINE/126552
deleted
100644 → 0
View file @
581ba01f
- ticket #126552 : Magasin de thèmes : Amélioration de l'affichage des pistes audio dans l'onglet médias du thème Chili.
\ No newline at end of file
VERSIONS_HOTLINE/127085
deleted
100644 → 0
View file @
581ba01f
- ticket #127085 : Magasin de thèmes : amélioration des performances d'affichage des pages.
\ No newline at end of file
VERSIONS_HOTLINE/127534
deleted
100644 → 0
View file @
581ba01f
- ticket #127534 : Magasin de thèmes : correction de la pagination en bas de page du résultat de recherche.
\ No newline at end of file
VERSIONS_HOTLINE/128127
deleted
100644 → 0
View file @
581ba01f
- ticket #128127 : Magasin de thèmes : Amélioration du comportement de la boite de recherche dans un menu.
Le champs de saisie prend le focus à l'ouverture du menu.
\ No newline at end of file
library/startup.php
View file @
03bdc69e
...
...
@@ -84,7 +84,7 @@ class Bokeh_Engine {
function
setupConstants
()
{
defineConstant
(
'BOKEH_MAJOR_VERSION'
,
'8.0'
);
defineConstant
(
'BOKEH_RELEASE_NUMBER'
,
BOKEH_MAJOR_VERSION
.
'.10
2
'
);
defineConstant
(
'BOKEH_RELEASE_NUMBER'
,
BOKEH_MAJOR_VERSION
.
'.10
3
'
);
defineConstant
(
'BOKEH_REMOTE_FILES'
,
'https://git.afi-sa.net/afi/opacce/'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment