aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2021-01-14 18:14:53 -0500
committerGravatar GitHub <noreply@github.com> 2021-01-15 00:14:53 +0100
commitc5da4e56a690d9e9caf8ca4bad4349684b4d39c5 (patch)
treeb3a46ff845feab6016aa19d55b4885c4a949d9dc /cli
parent29fe125b4a18f7107b50e54c69184c4f1777bbf6 (diff)
Add a query configuration page (#3366)
* Add a query configuration page Before, there was no way to modify a user query. Thus you need to create a new one and delete the old one afterward. Now, every user query can be modified if needed. They have their own configuration page on which it can be modified or deleted. * Change drag and drop action on queries Before, the drag and drop action needed to be validated by submitting the form to be persisted. Now, it's done automatically after the query is dropped to its final location.
Diffstat (limited to 'cli')
-rw-r--r--cli/i18n/ignore/en-us.php10
-rw-r--r--cli/i18n/ignore/fr.php2
2 files changed, 11 insertions, 1 deletions
diff --git a/cli/i18n/ignore/en-us.php b/cli/i18n/ignore/en-us.php
index dea88885f..0e76c7206 100644
--- a/cli/i18n/ignore/en-us.php
+++ b/cli/i18n/ignore/en-us.php
@@ -190,11 +190,19 @@ return array(
'conf.query._',
'conf.query.deprecated',
'conf.query.display',
- 'conf.query.filter',
+ 'conf.query.filter._',
+ 'conf.query.filter.categories',
+ 'conf.query.filter.feeds',
+ 'conf.query.filter.order',
+ 'conf.query.filter.search',
+ 'conf.query.filter.state',
+ 'conf.query.filter.tags',
+ 'conf.query.filter.type',
'conf.query.get_all',
'conf.query.get_category',
'conf.query.get_feed',
'conf.query.get_tag',
+ 'conf.query.name',
'conf.query.no_filter',
'conf.query.none',
'conf.query.number',
diff --git a/cli/i18n/ignore/fr.php b/cli/i18n/ignore/fr.php
index 90f371ebe..d98427fa7 100644
--- a/cli/i18n/ignore/fr.php
+++ b/cli/i18n/ignore/fr.php
@@ -9,6 +9,8 @@ return array(
'admin.user.articles_and_size',
'conf.archiving.maintenance',
'conf.display.width.large',
+ 'conf.query.filter.search',
+ 'conf.query.filter.type',
'conf.sharing.blogotext',
'conf.sharing.diaspora',
'conf.sharing.facebook',