Merge e842858db2c2ff0f022542e5984ef91cc4e45fa7 into 832e47e94a4529cfba09dc205a1173c4a9d26b67

This commit is contained in:
Frédéric K 2016-09-07 00:20:18 +00:00 committed by GitHub
commit 4b03c90023
129 changed files with 90 additions and 7 deletions

10
bl-kernel/admin/themes/default/css/default.css Normal file → Executable file
View File

@ -659,6 +659,16 @@ div.plugin-links > span.separator {
display: inline-block; display: inline-block;
} }
<<<<<<< HEAD
/* ----------- PLUGINS FILTER ----------- */
tr.plugin-installed.hide, tr.plugin-notInstalled.hide{
width:0%;
opacity:0;
display:none;
transition:all 0.1s;
=======
#jsformplugin p { #jsformplugin p {
margin-bottom: 0; margin-bottom: 0;
>>>>>>> dignajar/master
} }

View File

@ -3,6 +3,12 @@
HTML::title(array('title'=>$L->g('Plugins'), 'icon'=>'puzzle-piece')); HTML::title(array('title'=>$L->g('Plugins'), 'icon'=>'puzzle-piece'));
echo ' echo '
<div class="uk-button-group">
<a class="uk-button" href="#all">ALL</a>
<a class="uk-button" href="#plugin-installed">'.$L->g('Activate').'</a>
<a class="uk-button" href="#plugin-notInstalled">'.$L->g('Deactivate').'</a>
</div>
<table class="uk-table"> <table class="uk-table">
<thead> <thead>
<tr> <tr>
@ -59,4 +65,17 @@ foreach($plugins['all'] as $Plugin)
echo ' echo '
</tbody> </tbody>
</table> </table>
';
<script>
$(".uk-button-group a").click(function (e) {
e.preventDefault();
var a = $(this).attr("href");
a = a.substr(1);
$("tbody tr").each(function () {
if (!$(this).hasClass(a) && a != "all")
$(this).addClass("hide");
else
$(this).removeClass("hide");
});
});
</script>';

11
bl-languages/fr_FR.json Normal file → Executable file
View File

@ -3,10 +3,10 @@
{ {
"native": "Français (France)", "native": "Français (France)",
"english-name": "French", "english-name": "French",
"last-update": "2016-02-29", "last-update": "2016-08-18",
"author": "Frédéric K.", "author": "Frédéric K.",
"email": "stradfred@gmail.com", "email": "stradfred@gmail.com",
"website": "http://flatboard.co.nf" "website": "http://flatboard.free.fr"
}, },
"username": "Nom dutilisateur", "username": "Nom dutilisateur",
@ -235,5 +235,10 @@
"delete-image": "Supprimer limage", "delete-image": "Supprimer limage",
"image-description": "Description de limage", "image-description": "Description de limage",
"social-networks-links": "Liens vers les réseaux sociaux" "social-networks-links": "Liens vers les réseaux sociaux",
"email-access-code": "Code daccès par email",
"current-format": "Format actuel",
"welcome": "Bienvenue"
} }

View File

@ -0,0 +1,7 @@
{
"plugin-data":
{
"name": "À propos",
"description": "Description de votre site ou de vous-même."
}
}

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "1.3", "version": "1.4",
"releaseDate": "2016-05-28", "releaseDate": "2016-05-28",
"license": "MIT", "license": "MIT",
"compatible": "1.4", "compatible": "1.5beta",
"notes": "" "notes": ""
} }

0
bl-plugins/api/languages/en_US.json Normal file → Executable file
View File

0
bl-plugins/api/languages/es_AR.json Normal file → Executable file
View File

View File

@ -0,0 +1,7 @@
{
"plugin-data":
{
"name": "API",
"description": "Interface dintéraction avec Bludit en utilisant le protocole HTTP."
}
}

0
bl-plugins/api/languages/ru_RU.json Normal file → Executable file
View File

0
bl-plugins/api/metadata.json Normal file → Executable file
View File

0
bl-plugins/api/plugin.php Normal file → Executable file
View File

0
bl-plugins/disqus/languages/bg_BG.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/de_CH.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/de_DE.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/en_US.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/es_AR.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/fr_FR.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/ja_JP.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/pl_PL.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/ru_RU.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/tr_TR.json Normal file → Executable file
View File

0
bl-plugins/disqus/languages/uk_UA.json Normal file → Executable file
View File

0
bl-plugins/disqus/metadata.json Normal file → Executable file
View File

0
bl-plugins/disqus/plugin.php Normal file → Executable file
View File

0
bl-plugins/googletools/languages/de_CH.json Normal file → Executable file
View File

0
bl-plugins/googletools/languages/de_DE.json Normal file → Executable file
View File

0
bl-plugins/googletools/languages/en_US.json Normal file → Executable file
View File

0
bl-plugins/googletools/languages/es_AR.json Normal file → Executable file
View File

View File

@ -0,0 +1,12 @@
{
"plugin-data":
{
"name": "Outils Google",
"description": "Ce plugin génère la balise meta pour valider votre site avec Google Webmasters Tools et le code JavaScript pour suivre votre site avec Google Analytics."
},
"google-webmasters-tools": "Google Webmasters tools",
"google-analytics-tracking-id": "Code de suivis Google Analytics",
"complete-this-field-with-the-google-site-verification": "Remplissez ce champ avec la clé de vérification Google Site pour vérifier le propriétaire du site.",
"complete-this-field-with-the-tracking-id": "Remplissez ce champ avec l'ID de suivi pour générer le code de suivi Javascript pour Google Analytics."
}

0
bl-plugins/googletools/languages/ja_JP.json Normal file → Executable file
View File

0
bl-plugins/googletools/languages/pl_PL.json Normal file → Executable file
View File

0
bl-plugins/googletools/languages/ru_RU.json Normal file → Executable file
View File

0
bl-plugins/googletools/languages/tr_TR.json Normal file → Executable file
View File

0
bl-plugins/googletools/languages/uk_UA.json Normal file → Executable file
View File

0
bl-plugins/googletools/metadata.json Normal file → Executable file
View File

0
bl-plugins/googletools/plugin.php Normal file → Executable file
View File

0
bl-plugins/latest_posts/languages/bg_BG.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/languages/de_CH.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/languages/de_DE.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/languages/en_US.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/languages/es_AR.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/languages/es_ES.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/languages/es_VE.json Normal file → Executable file
View File

View File

@ -0,0 +1,9 @@
{
"plugin-data":
{
"name": "Derniers messages",
"description": "Affiche les derniers messages publiés."
},
"amount-of-posts": "Nombre de messages à afficher"
}

0
bl-plugins/latest_posts/languages/ja_JP.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/languages/ru_RU.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/languages/uk_UA.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/metadata.json Normal file → Executable file
View File

0
bl-plugins/latest_posts/plugin.php Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/bg_BG.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/de_CH.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/de_DE.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/en_US.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/es_AR.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/fr_FR.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/ja_JP.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/pl_PL.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/ru_RU.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/tr_TR.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/uk_UA.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/languages/zh_TW.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/metadata.json Normal file → Executable file
View File

0
bl-plugins/maintenancemode/plugin.php Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/bg_BG.json Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/de_CH.json Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/de_DE.json Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/en_US.json Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/es_AR.json Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/fr_FR.json Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/ja_JP.json Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/pl_PL.json Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/ru_RU.json Normal file → Executable file
View File

0
bl-plugins/opengraph/languages/zh_TW.json Normal file → Executable file
View File

0
bl-plugins/opengraph/metadata.json Normal file → Executable file
View File

0
bl-plugins/opengraph/plugin.php Normal file → Executable file
View File

0
bl-plugins/pages/languages/bg_BG.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/de_CH.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/de_DE.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/en_US.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/es_AR.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/fr_FR.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/ja_JP.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/pl_PL.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/ru_RU.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/tr_TR.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/uk_UA.json Normal file → Executable file
View File

0
bl-plugins/pages/languages/zh_TW.json Normal file → Executable file
View File

0
bl-plugins/pages/metadata.json Normal file → Executable file
View File

0
bl-plugins/pages/plugin.php Normal file → Executable file
View File

View File

@ -0,0 +1,7 @@
{
"plugin-data":
{
"name": "Flux RSS",
"description": "Ce plugin génére un flux RSS pour votre site."
}
}

0
bl-plugins/simplemde/css/simplemde.min.css vendored Normal file → Executable file
View File

0
bl-plugins/simplemde/js/README.md Normal file → Executable file
View File

0
bl-plugins/simplemde/js/simplemde.min.js vendored Normal file → Executable file
View File

0
bl-plugins/simplemde/languages/bg_BG.json Normal file → Executable file
View File

0
bl-plugins/simplemde/languages/de_CH.json Normal file → Executable file
View File

0
bl-plugins/simplemde/languages/de_DE.json Normal file → Executable file
View File

0
bl-plugins/simplemde/languages/en_US.json Normal file → Executable file
View File

0
bl-plugins/simplemde/languages/es_AR.json Normal file → Executable file
View File

0
bl-plugins/simplemde/languages/fr_FR.json Normal file → Executable file
View File

0
bl-plugins/simplemde/languages/ja_JP.json Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More