Matthieu Leproux
e3d08b74bf
related to #1452 Changed filters inputs to search input
2021-07-16 15:11:31 +02:00
Matthieu Leproux
286e8ad5b1
related to #1316 Calculates cache size and cache size derivatives
2021-07-07 18:14:00 +02:00
Matthieu Leproux
05ca000f78
related to #1415 Adjustments for new plugin manager
...
Removed "!" from alerts better hover on lines
2021-06-23 14:54:58 +02:00
Matthieu Leproux
1c29b84932
related to #1378 language mistakes + csv error + changed logout icon
2021-06-23 13:57:06 +02:00
Matthieu Leproux
a86684ebc4
issue #1415 plugin manager redesigned
...
* actions on plugins are down in AJAX (no more page reload)
* plugins can be filtered but plugins do not move from a section (active) to another (inactive)
2021-06-22 18:35:46 +02:00
MatthieuLP
ec4d677cf7
issue #1378 add Activity tab in user manager
2021-06-22 18:15:17 +02:00
MatthieuLP
49aaeeaf51
Translation added for Maintenance page
2021-06-22 14:59:09 +02:00
Matthieu Leproux
83cc54ce4f
Writing mistake
2021-06-17 09:51:48 +02:00
Matthieu Leproux
45b460c11f
related to #1265 Modified "high definition enabled" to "allow download".
...
Makes more sense because it is what the checkbox does
2021-06-16 15:24:01 +02:00
Matthieu Leproux
a69dc82722
related to #1265 Little style adjutments + translation lines corrected
2021-05-21 12:16:14 +02:00
plegall
2b57000980
issue #1396 missing/duplicate translations
2021-05-11 17:19:41 +02:00
Matthieu Leproux
451cbdbbc9
Fixes #1377 Associate / Move album's selectize in batch manager
...
Selectize for choosing album when associating or moving has now a place holder and no default value.
Also added translation line for placeholder
2021-05-07 15:33:32 +02:00
Matthieu Leproux
0996526e4b
Fixes #1399 Search result limit set to 100. + translation lines.
...
Variable to limit the number of results is set to 100.
Added some translation lines to notice the user that he has ti refine the search.
One translation line corrected because it was in french in the uk_UK file
2021-05-06 12:33:50 +02:00
Matthieu Leproux
722fae2e82
Fixes #1396
...
Translation lines added for Album Move.
2021-05-05 16:51:33 +02:00
Matthieu Leproux
37575395ab
Fixes #1395
...
Translation line added and message displayed properly.
2021-05-05 15:34:48 +02:00
plegall
fe3147d601
issue #1265 user manager new design by @GitBluub and @MatthieuLP
...
Because we had a ghost page user_list_new, I didn't simply merged the feature branch, but I reproduced the new code in a single commit on master.
2021-05-05 13:49:17 +02:00
plegall
9cebf85c82
fixes #1336 alternate views for album manager
...
* in addition to "tile" view introduced in Piwigo 11, we add "compact" and "lines" views
* implemented by @MatthieuLP as cat_list_new in a custom branch, manually merged by @plegall on master
2021-03-04 14:42:06 +01:00
plegall
1b7c1a7249
translate latest strings for Piwigo 11 in fr_FR (to check all is translated)
2021-01-05 20:34:34 +01:00
plegall
5c9f28765e
missing language string
2021-01-05 20:27:46 +01:00
plegall
2aad7dba0c
add missing language strings for version 11
2021-01-05 20:25:06 +01:00
Louis
b0d4199d20
dashboard storage format
...
changing storage format of a mb used, no decimal on mb and two decimals on gb, gb format is used if more than 1GB is used in the storage
2020-11-12 10:59:08 +01:00
plegall
4f3880af89
fixes #626 related albums (menu, combine, url)
...
* ability to combine albums in URL index.php?/category/1/2/3 will consider 1 as $page['category'] and {2,3} as $page['combined_categories']
* new menu block "related albums" which displays only the hierarchy of albums related to the current set of photos, excluding current album(s). In the hierarchy, only the related albums have a link, not ancestors
2020-11-09 14:28:55 +01:00
plegall
d651fe38cd
fixes #583 check PHP version requirement before update
...
* piwigo.org can now tell Piwigo which version of PHP is required for each version of Piwigo. If the installed version of PHP is too old, do not let the user update.
* slight visual enhancements on the update page
2020-11-04 17:38:09 +01:00
Louis
eacad2a4b8
fixes #1240 use a modern and customizable confirmation popins
...
* plugins: install, restore, deactivate all, uninstall, delete
* themes: delete
* languages: delete
* maintenance: lock gallery, purge history detail, purge history summary, purge search history and delete all sizes butto
* rates: delete user rates
* sites: remove a site
* updates: update all extensions
* users: delete
batch manager now confirms deletion of derivative like deletion of photos (no more alert popin)
theme manager: box styling like plugins, delete is in dropdown, with icon for activate and delete
2020-10-31 16:53:45 +01:00
Louis
ba6b119e0c
fixes #1239 tags refresh
...
tags now refresh when creating a new one, also remove wrong translation of display and input focus when clicking on the add button
2020-10-15 11:48:18 +02:00
Louis
73b149d5ed
fixes #1236 adding translation in album edit page
...
album edit page translation in en_UK and fr_FR
2020-10-13 17:56:22 +02:00
Louis
54eac47699
fixes #1234 added translation for tag manager page
...
added translations for the strings used in this page especially the format strings, added the base entries in en_UK and some translations for fr_FR
2020-10-13 16:31:28 +02:00
plegall
ba28f1276c
[FR] album is masculine
2020-10-13 09:51:58 +02:00
Louis
a3cedff225
fixes #1231 translation search album
...
adding translation in en_UK and fr_FR for the search album page
2020-10-12 16:35:45 +02:00
plegall
b24c6c48f1
fixes #1069 config settings to promote mobile app (iOS only for now)
2020-09-29 15:12:19 +02:00
plegall
83242047f1
fixes #662 replace obsolete dump (database export) by a simple message
...
The message is copied from update guide on piwigo.org
2020-09-28 12:55:19 +02:00
Hannah
de1613cead
Changes "jump to ..." to "open in gallery"
...
String open in gallery added to EN and FR
String on edit photo and edit album page changed
2020-08-18 17:02:22 +02:00
Zacharie
0ada6754ef
Change legend's tags css, add icon to a grand part of legend's tags
2020-08-04 15:22:30 +02:00
plegall
f52787b2db
issue #639 never sends the admin password by email on install
2020-07-22 17:42:27 +02:00
Zacharie
14172f7b66
Design fixes on Batch Manager Global, picture modify and tags manager, especially concerning the dark mode
2020-07-21 15:58:43 +02:00
Zacharie
d23971901b
Design and bug fixes :
...
* Change batch manager checkbox to correspond to tag manager
* See button on picture edit page is now unavailable if the picture is in a private album
* Language correction
* Design fixes on batch manager selects (and general design fixes on batch manager)
* Minor design fixes
2020-07-20 14:39:46 +02:00
Zacharie
842a8dff45
Adding the new batch manager implemented by Yann
2020-07-09 13:25:22 +02:00
Zacharie
05be2625ab
Issue #1044 : Design fixes
2020-06-12 15:50:17 +02:00
plegall
d365e2d216
fixes #1114 the Piwigo for Android app comes back
...
Revert "issue #420 , remove Piwigo for Android, not up-to-date"
This reverts commit 069581b80d
2020-02-10 16:41:52 +01:00
plegall
6a25b9efea
update language directory from the "translation" branch
...
simple copy, based on commit 28e0a2c089
2019-10-07 16:05:10 +02:00
plegall
38f4d6199d
update language directory from the "translation" branch
...
simple copy, based on commit 2d46a7599e
2019-08-19 14:58:22 +02:00
plegall
0ef2193471
fixes #93 automatically hide the newsletter link when clicked
2019-06-28 14:45:05 +02:00
plegall
9bc9bae2cc
fixes #1035 translate the visit link
2019-06-20 14:55:23 +02:00
plegall
fc193f7474
issue #830 simplify PHP files header, remove copyright/license info
2019-06-04 17:13:51 +02:00
plegall
63ca304ff4
issue #1019 missing l10n
2019-05-31 11:26:25 +02:00
Yann Le Boudec
f5f555e1f2
issue #1019 photo upload redesign, new language strings
2019-05-22 16:49:35 +02:00
Teatek
339c54fa23
issue #273 improve labels
2019-02-04 10:46:16 +01:00
Teatek
1907e678b8
Fixes #273 (Add ui option to display or not the date of an album)
2019-02-04 10:46:16 +01:00
Julien Samson
64819ae2a0
changing order in permission page for UK
2019-02-01 14:10:25 +01:00
Teatek
b8d6f01b38
fixes #966 progression bar for sync metadata
...
* [Batch Manager] adding progression bar for metadata sync action
* [Batch Manager] display the number of synchronized photos in the success message
2019-01-27 17:16:13 +01:00