]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Removed is_public in Entry edit form 3030/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 13 Apr 2017 10:57:31 +0000 (12:57 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 13 Apr 2017 13:54:19 +0000 (15:54 +0200)
29 files changed:
app/DoctrineMigrations/Version20160410190541.php
app/DoctrineMigrations/Version20160812120952.php
app/DoctrineMigrations/Version20160911214952.php
app/DoctrineMigrations/Version20160916201049.php
app/DoctrineMigrations/Version20161001072726.php
app/DoctrineMigrations/Version20161022134138.php
app/DoctrineMigrations/Version20161024212538.php
app/DoctrineMigrations/Version20161031132655.php
app/DoctrineMigrations/Version20161104073720.php
app/DoctrineMigrations/Version20161106113822.php
app/DoctrineMigrations/Version20161117071626.php
app/DoctrineMigrations/Version20161214094402.php
app/DoctrineMigrations/Version20161214094403.php
app/DoctrineMigrations/Version20170127093841.php
app/DoctrineMigrations/Version20170407200919.php
src/Wallabag/CoreBundle/Form/Type/EditEntryType.php
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/edit.html.twig

index 6294d84206683656ff2d8e55e9027b47cac0707d..5e5cae35c3185f84d8bd470d11b7918bf7f3f2e7 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added foreign keys for account resetting
+ * Added foreign keys for account resetting.
  */
 class Version20160410190541 extends AbstractMigration implements ContainerAwareInterface
 {
index bd6e8d6369ae03499333109557b39d340cc6697a..13272267046514d58c502b54d9af4d09453d27b0 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added name field on wallabag_oauth2_clients
+ * Added name field on wallabag_oauth2_clients.
  */
 class Version20160812120952 extends AbstractMigration implements ContainerAwareInterface
 {
index edef81ed558b895dd71270afa788e0cc1570b9c1..4eae46e7060e63f933f3aec1a20cee5cbfbe7764 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added settings for RabbitMQ and Redis imports
+ * Added settings for RabbitMQ and Redis imports.
  */
 class Version20160911214952 extends AbstractMigration implements ContainerAwareInterface
 {
index 9f8e77e73f926bb7e60d426b745e13cf7c572d95..ff34c8944e2ab3c2dd024713380a7a57ea9dc4ee 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added pocket_consumer_key field on wallabag_config
+ * Added pocket_consumer_key field on wallabag_config.
  */
 class Version20160916201049 extends AbstractMigration implements ContainerAwareInterface
 {
index f247c236f08c7d71ab166f234104ca07b6c56956..ad761541c86c9b9fa466ea0eb9b81cf7d4231432 100644 (file)
@@ -9,7 +9,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
 use Doctrine\DBAL\Migrations\SkipMigrationException;
 
 /**
- * Added pocket_consumer_key field on wallabag_config
+ * Added pocket_consumer_key field on wallabag_config.
  */
 class Version20161001072726 extends AbstractMigration implements ContainerAwareInterface
 {
index c71166a00aca3fcc32ab03d292681daac4d63c96..39949e7d5d1edaa7b504076f225023a5d80f00b3 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Converted database to utf8mb4 encoding (for MySQL only)
+ * Converted database to utf8mb4 encoding (for MySQL only).
  */
 class Version20161022134138 extends AbstractMigration implements ContainerAwareInterface
 {
index ecb872d1059ec99b0d723e494b40e9c9d3cb2c6a..b2f6aaf86334d591c70d64ee2f64e6cbe7d24be0 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added user_id column on oauth2_clients to prevent users to delete API clients from other users
+ * Added user_id column on oauth2_clients to prevent users to delete API clients from other users.
  */
 class Version20161024212538 extends AbstractMigration implements ContainerAwareInterface
 {
index 83b97ca99b7d82d116cd45e078fcc6da7ff14663..ef846412680d307cd2e16ac3be1360ce91694b23 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added the internal setting to enable/disable downloading pictures
+ * Added the internal setting to enable/disable downloading pictures.
  */
 class Version20161031132655 extends AbstractMigration implements ContainerAwareInterface
 {
index fb8f5fa1e5eee653bcf6664c72236f9f598d6ede..0e05f02eb8221d33a74f43d0cabba9fb5e4b4a32 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added created_at index on entry table
+ * Added created_at index on entry table.
  */
 class Version20161104073720 extends AbstractMigration implements ContainerAwareInterface
 {
index de3702a406246e379a19de7bd2e8f9e9452eebc2..facc14f4a1bba1acf5729f440f010edc275571bd 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added action_mark_as_read field on config table
+ * Added action_mark_as_read field on config table.
  */
 class Version20161106113822 extends AbstractMigration implements ContainerAwareInterface
 {
index 8daa2142b1afa3f5303616aaeaab6531c97129cc..e779eacfba9e16217b6b1fee758e69277390f7cf 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added the internal setting to share articles to unmark.it
+ * Added the internal setting to share articles to unmark.it.
  */
 class Version20161117071626 extends AbstractMigration implements ContainerAwareInterface
 {
index db125f7635bbfbb855c0e2e792e1e71c4fe1a874..8ca32b0991c659d77d36462cda54ac43b2afc1ae 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Renamed uuid to uid in entry table
+ * Renamed uuid to uid in entry table.
  */
 class Version20161214094402 extends AbstractMigration implements ContainerAwareInterface
 {
index 5948b5fa52d7b1938d1072d130e6c04b880c6e0b..c7326f9573e3ff7ffc70803ed042ed4d92d8fd83 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added index on wallabag_entry.uid
+ * Added index on wallabag_entry.uid.
  */
 class Version20161214094403 extends AbstractMigration implements ContainerAwareInterface
 {
index 20c79479b97c79376f31b2b51650a54d62b4ec9e..5bfd967025d9d029d59ea179de0dd63d35029c7b 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Added indexes on wallabag_entry.is_starred and wallabag_entry.is_archived
+ * Added indexes on wallabag_entry.is_starred and wallabag_entry.is_archived.
  */
 class Version20170127093841 extends AbstractMigration implements ContainerAwareInterface
 {
index 71f53b857b531e01dbf5250b191c7b37c450fed6..4b9d475aca426f52da24e9e9d2433c69fb95c69f 100644 (file)
@@ -8,7 +8,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Remove isPublic in Entry Table
+ * Remove isPublic in Entry Table.
  */
 class Version20170407200919 extends AbstractMigration implements ContainerAwareInterface
 {
index 40e5b5b9a2cd88e120cd32a96cf0ddbb71208a08..1627cc445e60035047fa9d1926a1e0866750e3e2 100644 (file)
@@ -3,7 +3,6 @@
 namespace Wallabag\CoreBundle\Form\Type;
 
 use Symfony\Component\Form\AbstractType;
-use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
 use Symfony\Component\Form\Extension\Core\Type\TextType;
 use Symfony\Component\Form\FormBuilderInterface;
@@ -18,10 +17,6 @@ class EditEntryType extends AbstractType
                 'required' => true,
                 'label' => 'entry.edit.title_label',
             ])
-            ->add('is_public', CheckboxType::class, [
-                'required' => false,
-                'label' => 'entry.edit.is_public_label',
-            ])
             ->add('url', TextType::class, [
                 'disabled' => true,
                 'required' => false,
index dfac7a65a5f28236ef4f5ab7378602d166a26725..ff89a6d1fa32ffb7e6bc1e139f1079031541ef2c 100644 (file)
@@ -235,7 +235,6 @@ entry:
         # page_title: 'Edit an entry'
         # title_label: 'Title'
         url_label: 'Url'
-        # is_public_label: 'Public'
         save_label: 'Gem'
     public:
         # shared_by_wallabag: "This article has been shared by <a href=%wallabag_instance%'>wallabag</a>"
index 0b9df325b023064c8235b30edb56318da5e5edd9..99b15b0d5925db3967b675c79bb96db752050ffd 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: 'Eintrag bearbeiten'
         title_label: 'Titel'
         url_label: 'URL'
-        is_public_label: 'Öffentlich'
         save_label: 'Speichern'
     public:
         shared_by_wallabag: "Dieser Artikel wurde mittels <a href='%wallabag_instance%'>wallabag</a> geteilt"
index 2fa3192ed5c51a77018bd20699b44bc0b08d90d8..273ba25dabaad11c11cc0da1b9f5ec88289e5b1e 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: 'Edit an entry'
         title_label: 'Title'
         url_label: 'Url'
-        is_public_label: 'Public'
         save_label: 'Save'
     public:
         shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
index ce581d8998f4b182ee28591b0d4ba34beaaf7635..87c6954ff6543d2d07f4ef10507cc4b195f7c1bf 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: 'Editar un artículo'
         title_label: 'Título'
         url_label: 'URL'
-        is_public_label: 'Es público'
         save_label: 'Guardar'
     public:
         shared_by_wallabag: "Este artículo se ha compartido con <a href='%wallabag_instance%'>wallabag</a>"
index 3e3ee12c307580563bc705bf83bec6cb684c60e3..caafd6d79667b593b6cb6723dd810e633f285a4f 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: 'ویرایش مقاله'
         title_label: 'عنوان'
         url_label: 'نشانی'
-        is_public_label: 'عمومی'
         save_label: 'ذخیره'
     public:
         # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
index 074593a6f13d565d52ef40087c91b2bbdfc3653e..72366513bfcb23581c8a6b0360004ba24cafd76c 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: "Éditer un article"
         title_label: "Titre"
         url_label: "Adresse"
-        is_public_label: "Public"
         save_label: "Enregistrer"
     public:
         shared_by_wallabag: "Cet article a été partagé par <a href=\"%wallabag_instance%\">wallabag</a>"
index 0d86756ab4c2234fd1f5a3010ebba4a0a293e3ad..52f05b870caa8052d14077ad9a372e1a997e4b71 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: 'Modifica voce'
         title_label: 'Titolo'
         url_label: 'Url'
-        is_public_label: 'Pubblico'
         save_label: 'Salva'
     public:
         # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
index d2949c503accb81d8afb4864d7058dffee0c1bc6..c8b0e7839d03eb5d32f3c7de5cef6ca4a8e93e6b 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: 'Modificar un article'
         title_label: 'Títol'
         url_label: 'Url'
-        is_public_label: 'Public'
         save_label: 'Enregistrar'
     public:
         shared_by_wallabag: "Aqueste article es estat partejat per <a href='%wallabag_instance%'>wallabag</a>"
index 1f512942b6709692d6f5673f2661386031843b92..e586ea8453eb874376788c1b5dc3735370e4eb3a 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: 'Edytuj wpis'
         title_label: 'Tytuł'
         url_label: 'Adres URL'
-        is_public_label: 'Publiczny'
         save_label: 'Zapisz'
     public:
         shared_by_wallabag: "Ten artykuł został udostępniony przez <a href='%wallabag_instance%'>wallabag</a>"
index 2e8152304f12597040ea668c00c9f9b8277838c6..09ddd7f8af66492e4e47eaeaa24ffd66fe989c7a 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: 'Editar uma entrada'
         title_label: 'Título'
         url_label: 'Url'
-        is_public_label: 'Público'
         save_label: 'Salvar'
     public:
         shared_by_wallabag: "Este artigo foi compartilhado pelo <a href='%wallabag_instance%'>wallabag</a>"
index 16401efd12ab5c1f45f088c071b37945efaae5ea..cdd0be9fa8561aedda5a0e9481cf542246b9a5de 100644 (file)
@@ -235,7 +235,6 @@ entry:
         # page_title: 'Edit an entry'
         # title_label: 'Title'
         url_label: 'Url'
-        # is_public_label: 'Public'
         save_label: 'Salvează'
     public:
         # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
index a4bf7dfe2541569ea95ff63ea150cd8a196336d8..ae05e036b5ea33f8026974e05129d369feb0042f 100644 (file)
@@ -235,7 +235,6 @@ entry:
         page_title: 'Makaleyi düzenle'
         title_label: 'Başlık'
         url_label: 'Url'
-        is_public_label: 'Herkes tarafından erişime açık olsun mu?'
         save_label: 'Kaydet'
     public:
         # shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
index 1c5e2aab55db0df0e4b414d47e21a5e1e0097bbd..b95379758dc5de2cb15bf7e0d4ebd66cd9e7db10 100644 (file)
                             {{ form_label(form.url) }}
                             {{ form_widget(form.url) }}
                         </div>
-
-                        <div class="input-field s12">
-                            {{ form_widget(form.is_public) }}
-                            {{ form_label(form.is_public) }}
-                        </div>
                         <br>
 
                         {{ form_widget(form.save, {'attr': {'class': 'btn waves-effect waves-light'}}) }}