diff --git a/CHANGELOG.md b/CHANGELOG.md index d8bc171..6838d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,21 @@ - [README](https://github.com/flatpressblog/flatpress/blob/master/README.md): added "help and support" section ## Plugins +### Additions - PhotoSwipe plugin added: Displays images and galleries with [PhotoSwipe](https://photoswipe.com/) ([#109](https://github.com/flatpressblog/flatpress/issues/109)) - Gallery captions plugin added: Manages image captions for gallery images ([#108](https://github.com/flatpressblog/flatpress/issues/108)) - SEO Meta Tag Info plugin added: Manages SEO meta tags ([#145](https://github.com/flatpressblog/flatpress/issues/145)) - FlatPress Protect plugin added: Adds HTTP headers for hardening your blog ([#146](https://github.com/flatpressblog/flatpress/issues/146)) +### Changes - jQuery plugin: Updated jQuery (3.5.1 => 3.6.1) and jQueryUI (1.12.1 => 1.13.2) - Media Manager plugin shows 50 items per page, not 10 +### Bugfixes - LastCommentsAdmin plugin will not even attempt to delete or rebuild LastComments caches if LastComments plugin is not available ([#43](https://github.com/flatpressblog/flatpress/issues/43)) - Comment Center plugin: Fixed errors on the config page ([#90](https://github.com/flatpressblog/flatpress/issues/90)) - Comment Center plugin: Fixed error on sending mails with umlaut subjects ([#211](https://github.com/flatpressblog/flatpress/issues/211)) - Akismet plugin: Fixed PHP warnings ([#83](https://github.com/flatpressblog/flatpress/issues/83)) - BBCode plugin: Allows local video files ("attachs/video.mp4") and outputs valid HTML ([#192](https://github.com/flatpressblog/flatpress/issues/192)) +- BBCode plugin: Initial settings after fresh install shown correctly ([#102](https://github.com/flatpressblog/flatpress/issues/102)) ## Themes - Leggero diff --git a/fp-defaults/settings-defaults.php b/fp-defaults/settings-defaults.php index deb93bb..f8f2ac9 100755 --- a/fp-defaults/settings-defaults.php +++ b/fp-defaults/settings-defaults.php @@ -28,7 +28,13 @@ $fp_config = array( 'pages' => array( 'menu', 'about' - ) - ) - ) + ), + ), + 'bbcode' => array ( + 'escape-html' => true, + 'comments' => false, + 'editor' => true, + 'url-maxlen' => 40, + ), + ), ); \ No newline at end of file diff --git a/fp-interface/lang/it-it/lang.admin.php b/fp-interface/lang/it-it/lang.admin.php index 3d8a719..ed77096 100644 --- a/fp-interface/lang/it-it/lang.admin.php +++ b/fp-interface/lang/it-it/lang.admin.php @@ -4,17 +4,17 @@ $lang ['admin'] ['head'] = 'Pannello di controllo'; $lang ['admin'] ['panels'] = array( 'main' => 'Principale', 'config' => 'Opzioni', - // 'users' => 'Users', + // 'users' => 'Utenti', 'entry' => 'Articoli', 'static' => 'Pagine statiche', 'uploader' => 'Caricatore', 'widgets' => 'Widget', - // 'add' => 'Add', - // 'edit' => 'Edit/Delete', + // 'add' => 'Aggiungi', + // 'edit' => 'Modifica/Elimina', 'maintain' => 'Manutenzione', 'plugin' => 'Plugin', 'themes' => 'Temi' - // 'updates' => 'Updates', + // 'updates' => 'Aggiornamenti', ); $lang ['admin'] ['general'] = array( @@ -23,7 +23,7 @@ $lang ['admin'] ['general'] = array( 'title' => 'Titolo', # for entry/posts/static titles 'comments' => '#Commenti', 'author' => 'Autore', - 'actdel' => 'Eliimina', + 'actdel' => 'Elimina', 'actedit' => 'Modifica', 'actenable' => 'Abilita', 'actdisable' => 'Disabilita', diff --git a/fp-interface/lang/it-it/lang.default.php b/fp-interface/lang/it-it/lang.default.php index 8459d07..2c9df51 100644 --- a/fp-interface/lang/it-it/lang.default.php +++ b/fp-interface/lang/it-it/lang.default.php @@ -61,7 +61,7 @@ $lang ['staticauthor'] = array( $lang ['entryauthor'] = array( // "Posted by" in entry pages - 'posted_by' => 'Postato da', + 'posted_by' => 'Pubblicato da', 'at' => 'a' ); diff --git a/fp-interface/sharedtpls/contact.tpl b/fp-interface/sharedtpls/contact.tpl old mode 100755 new mode 100644 diff --git a/fp-plugins/accessibleantispam/lang/lang.it-it.php b/fp-plugins/accessibleantispam/lang/lang.it-it.php index 3e8c1e8..02dbf1e 100644 --- a/fp-plugins/accessibleantispam/lang/lang.it-it.php +++ b/fp-plugins/accessibleantispam/lang/lang.it-it.php @@ -6,7 +6,7 @@ $lang['plugin']['accessibleantispam'] = array( 'dobbiamo chiederti di provare che sei una persona vera. Quanto fa ', 'sum' => '%s più %s ?', - 'sub' => '%2$s meno %1$s ?', + 'sub' => '%1$s meno %2$s ?', 'prod' => '%s per %s ?', 'error' => 'Spiacenti, hai sbagliato. Riprova.' diff --git a/fp-plugins/categories/lang/lang.cs-cz.php b/fp-plugins/categories/lang/lang.cs-cz.php index 9321422..25afaf4 100644 --- a/fp-plugins/categories/lang/lang.cs-cz.php +++ b/fp-plugins/categories/lang/lang.cs-cz.php @@ -1,7 +1,6 @@ 'Kategorie' - // Posted by Frank "in" Categorie FlatPress + 'subject' => 'Kategorie', 'in' => 'v' ); ?> diff --git a/fp-plugins/categories/lang/lang.de-de.php b/fp-plugins/categories/lang/lang.de-de.php index bb99f51..81aef3b 100644 --- a/fp-plugins/categories/lang/lang.de-de.php +++ b/fp-plugins/categories/lang/lang.de-de.php @@ -1,7 +1,6 @@ 'Kategorien', - // Posted by Frank "in" Categorie FlatPress 'in' => 'in' ); ?> diff --git a/fp-plugins/categories/lang/lang.el-gr.php b/fp-plugins/categories/lang/lang.el-gr.php index b872a3c..a0b80e6 100644 --- a/fp-plugins/categories/lang/lang.el-gr.php +++ b/fp-plugins/categories/lang/lang.el-gr.php @@ -1,7 +1,6 @@ 'Κατηγορίες', - // Posted by Frank "in" Categorie FlatPress 'in' => 'στο' ); ?> diff --git a/fp-plugins/categories/lang/lang.en-us.php b/fp-plugins/categories/lang/lang.en-us.php index 0d1dd63..6fe77a2 100644 --- a/fp-plugins/categories/lang/lang.en-us.php +++ b/fp-plugins/categories/lang/lang.en-us.php @@ -1,7 +1,6 @@ 'Categories', - // Posted by Frank "in" Categorie FlatPress 'in' => 'in' ); ?> diff --git a/fp-plugins/categories/lang/lang.es-es.php b/fp-plugins/categories/lang/lang.es-es.php index 80473be..aeef3c1 100644 --- a/fp-plugins/categories/lang/lang.es-es.php +++ b/fp-plugins/categories/lang/lang.es-es.php @@ -1,7 +1,6 @@ 'Categorías', - // Posted by Frank "in" Categorie FlatPress 'in' => 'en' ); ?> diff --git a/fp-plugins/categories/lang/lang.fr-fr.php b/fp-plugins/categories/lang/lang.fr-fr.php index 561220e..f8a39f7 100644 --- a/fp-plugins/categories/lang/lang.fr-fr.php +++ b/fp-plugins/categories/lang/lang.fr-fr.php @@ -1,7 +1,6 @@ 'Catégories', - // Posted by Frank "in" Categorie FlatPress 'in' => 'dans' ); ?> diff --git a/fp-plugins/categories/lang/lang.it-it.php b/fp-plugins/categories/lang/lang.it-it.php index dc40463..960f11a 100644 --- a/fp-plugins/categories/lang/lang.it-it.php +++ b/fp-plugins/categories/lang/lang.it-it.php @@ -1,7 +1,6 @@ 'Categorie' - // Posted by Frank "in" Categorie FlatPress + 'subject' => 'Categorie', 'in' => 'in' ); ?> diff --git a/fp-plugins/categories/lang/lang.ja-jp.php b/fp-plugins/categories/lang/lang.ja-jp.php index 1881b3b..2f73733 100644 --- a/fp-plugins/categories/lang/lang.ja-jp.php +++ b/fp-plugins/categories/lang/lang.ja-jp.php @@ -1,7 +1,6 @@ 'カテゴリ', - // Posted by Frank "in" Categorie FlatPress 'in' => 'in' ); ?> diff --git a/fp-plugins/categories/lang/lang.nl-nl.php b/fp-plugins/categories/lang/lang.nl-nl.php index eda432e..2ab2d8b 100644 --- a/fp-plugins/categories/lang/lang.nl-nl.php +++ b/fp-plugins/categories/lang/lang.nl-nl.php @@ -1,7 +1,6 @@ 'Categorie' - // Posted by Frank "in" Categorie FlatPress + 'subject' => 'Categorie', 'in' => 'in' ); ?> diff --git a/fp-plugins/categories/lang/lang.pt-br.php b/fp-plugins/categories/lang/lang.pt-br.php index 08ac2e7..87fe7ed 100644 --- a/fp-plugins/categories/lang/lang.pt-br.php +++ b/fp-plugins/categories/lang/lang.pt-br.php @@ -1,8 +1,7 @@ 'Categorias' - // Posted by Frank "in" Categorie FlatPress + 'subject' => 'Categorias', 'in' => 'na' ); ?> diff --git a/fp-plugins/commentcenter/lang/lang.it-it.php b/fp-plugins/commentcenter/lang/lang.it-it.php index 023e66c..972e6c4 100644 --- a/fp-plugins/commentcenter/lang/lang.it-it.php +++ b/fp-plugins/commentcenter/lang/lang.it-it.php @@ -23,10 +23,10 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array( 'entries' => 'Articoli', 'categories' => 'Categorie', 'nopolicies' => 'Non c\'è nessuna regola.', - 'all_entries' => 'Tutti i post', - 'fol_entries' => 'La regola è applicata ai seguenti post:', + 'all_entries' => 'Tutti gli articoli', + 'fol_entries' => 'La regola è applicata ai seguenti articoli:', 'fol_cats' => 'La regola è applicata ai post nelle seguenti categorie:', - 'older' => 'La regola è applicata ai post più vecchi di %d giorno/i.', + 'older' => 'La regola è applicata agli articoli più vecchi di %d giorno/i.', 'allow' => 'Permetti di commentare', 'block' => 'Blocca i commenti', 'approvation' => 'I commenti devono essere approvati', @@ -105,7 +105,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array( 'delc_descm' => 'Stai per eliminare questi commenti: ', // Manage comments page - 'man_searcht' => 'Cerca un post', + 'man_searcht' => 'Cerca un articolo', 'man_searchd' => 'Inserisci l\'id dell\'articolo di cui vuoi gestire i commenti.', 'man_search' => 'Cerca', 'man_commfor' => 'Commenti di %s', @@ -136,7 +136,7 @@ $lang ['admin'] ['entry'] ['commentcenter'] = array( -2 => 'Si è verificato un errore durante il salvataggio della regola (forse le tue opzioni sono scorrette).', 3 => 'Regola spostata.', - -3 => 'Si è verificato un errore nello spostamento della regola (o non la si può muovere).', + -3 => 'Si è verificato un errore nello spostamento della regola (o non la si può spostare).', 4 => 'Regole rimosse.', -4 => 'Si è verificato un errore durante la rimozione delle regole (o non hai selezionato nessuna regola).', diff --git a/fp-plugins/seometataginfo/lang/lang.it-it.php b/fp-plugins/seometataginfo/lang/lang.it-it.php index 99d5dc4..1ce215c 100644 --- a/fp-plugins/seometataginfo/lang/lang.it-it.php +++ b/fp-plugins/seometataginfo/lang/lang.it-it.php @@ -19,7 +19,7 @@ $lang ['plugin'] ['seometataginfo'] = array( 'blog_page' => 'Blog', 'archive' => 'Archivio', 'category' => 'Categoria', - 'tag' => 'Tag', + 'tag' => 'Etichetta', 'contact' => 'Contatto', 'comments' => 'Commenti', 'pagenum' => 'Pagina #' diff --git a/setup/lib/step2.lib.php b/setup/lib/step2.lib.php index 03acbc4..79689d6 100644 --- a/setup/lib/step2.lib.php +++ b/setup/lib/step2.lib.php @@ -12,7 +12,8 @@ function check_step() { 'subject' => $vl ['entry'] ['subject'], 'content' => $vl ['entry'] ['content'], 'date' => time(), - 'version' => system_ver() + 'version' => system_ver(), + 'author' => 'FlatPress' )); if (!static_exists('menu')) { @@ -20,7 +21,8 @@ function check_step() { 'subject' => $vl ['menu'] ['subject'], 'content' => $vl ['menu'] ['content'], 'date' => time(), - 'version' => system_ver() + 'version' => system_ver(), + 'author' => 'FlatPress' ), 'menu'); } if (!static_exists('about')) { @@ -28,7 +30,8 @@ function check_step() { 'subject' => $vl ['about'] ['subject'], 'content' => $vl ['about'] ['content'], 'date' => time(), - 'version' => system_ver() + 'version' => system_ver(), + 'author' => 'FlatPress' ), 'about'); } }