mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
fixes #1968 new values for date_posted filter
* add 24h, 3m and yNNNN (year 2023 or 2022...) * remove 1y * provide labels from backend instead of managing it in javascript
This commit is contained in:
@@ -1414,7 +1414,7 @@ enabled_high, registration_date, registration_date_string, registration_date_sin
|
||||
),
|
||||
'date_posted' => array(
|
||||
'flags' => WS_PARAM_OPTIONAL,
|
||||
'info' => 'files posted within 7 days (7d) or 30 days (30d) or 6 months (6m) or 1 year (1y). Value among 7d|30d|6m|1y',
|
||||
'info' => 'files posted within 24 hours, 7 days or 30 days or 3 months or 6 months or year NNNN. Value among 24h|7d|30d|3m|6m|yNNNN',
|
||||
),
|
||||
),
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user