Commit Graph

139 Commits

Author SHA1 Message Date
plegall 6fddfd2179 (cp 4156702) Fixes #1369 correct number of photos on filtered tags 2021-05-13 13:52:01 +02:00
plegall 0aec78b7db (cp 308f710) issue #1306 also close bracket for deleteOrphans and setMd5sum 2021-05-13 13:51:46 +02:00
plegall 3a505d5b5a (cp e163689) Batchmanager metadata sync bug (#1306)
* closing square brakets is better
2021-05-13 13:51:31 +02:00
plegall 6d579c5637 (cp f14f10f) Fixes #1362 If duplicated group has little star the new group has the star too. 2021-05-13 13:50:07 +02:00
plegall 3f9146ed09 (cp c38ceb9) Fixes #1398 Fixed dot size of plugin manager when in line display
Now the size of the dots to display the plugin informations is the same size in compact display and in tile display.
2021-05-13 13:25:00 +02:00
plegall 98b2ed9b28 (cp 3757539) Fixes #1395
Translation line added and message displayed properly.

Conflicts:
	language/fr_FR/admin.lang.php
2021-05-13 13:01:20 +02:00
plegall a1bdb82ee8 (cp eaa007b) Fixes issue #1394
Now the focus is made on the input for the name of the new group.
2021-05-05 15:22:51 +02:00
plegall c8ccf16a5f (cp ea39b73) Fixes #1387
Albums with sub-albums don't open when dragging albums over them
2021-04-28 16:53:48 +02:00
plegall ae7c61f314 (cp 1fce0f7) Fixes #1382 gracefully recovers from local storage write error 2021-04-28 16:53:33 +02:00
plegall 08626b69ab (cp 3a91c30) Fix title lenght in album manager (line) 2021-04-28 16:53:13 +02:00
plegall 07a1678fe2 (cp 54320d4) fixes #1355 alternative view for plugin manager 2021-03-18 15:43:34 +01:00
plegall cd35fba44b (cp 9cebf85) 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

Conflicts:
	language/fr_FR/admin.lang.php
2021-03-04 15:02:03 +01:00
plegall 070a6805ea (cp 86c5611) fixes #1319
* Fixing parent definition when moving sub-album "Before" other album
2021-02-05 18:02:22 +01:00
plegall 319b4f6080 (cp 9c1f6c0) fixes #1322 class attributes must be defined in contructor 2021-02-05 11:37:24 +01:00
plegall 60a9314bff (cp 82f6371) fixes #1315 filter on tags no longer cares about case
* searching "Pa" will find both "Pasta" and "pasta"
* the searched word can be "included" in the result, not only "starting with". "ta" will find "pasta".

Thanks to @dawsk-2021 in issue #1320
2021-02-05 09:48:38 +01:00
plegall ece03b002a (cp c88daa8) fixes #1311 #1312 better transmit the tags array from PHP to TPL/JS
* the quotes needs to be escaped
* simpler (for orphans) to transmit array in the JS instead of HTML attribute (we might need to do the same for the whole list of tags)
2021-02-05 09:48:03 +01:00
plegall 4f2a851940 groups: l10n everything 2021-01-06 10:23:24 +01:00
plegall 246f6fdf40 stats: l10n everything and use existing keys as much as possible 2021-01-06 10:11:50 +01:00
Louis e41a9735b5 no more double reload
double reload on the page tag manager when adding a tag,
simply removed on reload caused by updatePaginationMenu
2020-11-10 16:02:21 +01:00
Louis a46eeb1592 issue #1253 badge style for counter
badge style for counter in the progress bar of batch manager
2020-11-10 14:59:26 +01:00
Louis 1997f311f4 issue #1253 added counter
added counter above progress bar to see where we are like in 2.10
2020-11-10 10:56:21 +01:00
Louis 0fc87320af fixes #1253 progressbar new style
added the style of progress bar like when you upload a photos, from photos add direct tpl
also fixed a php error when calling count on empty var
2020-11-10 10:19:26 +01:00
Louis 7d0f08c5a9 progressBar batch manager
removed confirmDel dialogbox and arrow down from the select option when deleting something
2020-11-06 10:47:23 +01:00
Louis 76201d11d4 batch manager confirm del msg
moved the confirm deletion msg on the actions delete and delete_derivatives so it will be in the middle of select and apply action with visibility hidden
2020-11-06 09:46:00 +01:00
Louis 5ee215ff8d edit tag focus input
when you edit a tag in the tag manager page, the input for the name is focused
2020-11-05 17:30:19 +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 5b352275be fixes #1244 easier exit
easier exit out of the group list window via escp or right click outside, also added clearer message of whichi user is added when adding a user inside a group
2020-10-27 18:20:12 +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
Zacharie 69cee6540a Global redesign and bug fix
* Redesign of album manager to correspond to the group manager
 * Bug fix on move album : album can now be moved in first place
 * Design fixes on album edit, especially on thumbnail
 * Minor design fixes
2020-08-13 18:32:36 +02:00
Zacharie 5bbc2db33b Design fixes due to branch merging 2020-08-13 12:55:38 +02:00
Zacharie cf4a861bdf Issue #1200 : Minor design fixes 2020-08-13 11:43:56 +02:00
Zacharie 74447192b0 Issue #1200 : Implementation of auto-order of categories and design fixes 2020-08-13 11:43:56 +02:00
Zacharie 3b1c929e5c Issue #1200 : Design implementation and ajax implementation of changing parent and rank 2020-08-13 11:40:52 +02:00
Zacharie a16c702c9c Bug fix : dropdown cannot be displayed on group manager 2020-08-07 16:08:51 +02:00
Zacharie 76845da496 Design fixes on theme manager, batch manager, add photos and plugin manager 2020-08-05 16:28:28 +02:00
Zacharie dd381de3c5 Batch manager redesign
* Change the appearance of the filter actions
 * Minor design fixes
 * (Global design) Add a new CSS class : buttonGradient and apply it on the button add photos on add photos page
2020-08-04 11:15:18 +02:00
Zacharie 9dc29c0252 Design fix and clean css
* Add a dark mode to the tag manager
 * Change design of the select number tag per page to correspond to the tag manager
 * Small design fixes
 * Clean and reorder css files
2020-07-09 16:48:10 +02:00
Zacharie 842a8dff45 Adding the new batch manager implemented by Yann 2020-07-09 13:25:22 +02:00
Zacharie a75f07d56f Issue #1193 : minor design fix 2020-07-08 18:18:24 +02:00
Zacharie a2d6f433b7 Issue #1193 : Minor fixes on search info 2020-07-08 18:18:24 +02:00
Zacharie 0eb915a498 Issue #1193 : Minor design fixes, ban navigator cache on tag's page 2020-07-08 18:18:24 +02:00
Zacharie ed06809a38 Issue #1193 : Minor design fixes 2020-07-08 18:18:24 +02:00
Zacharie 5a3a3e4e57 Issue #1193 : Design fixes 2020-07-08 18:18:24 +02:00
Zacharie e658afa0bc Issue #1193 : Bug Fix, select message now don't appear if the actual page contain all the tags 2020-07-08 18:18:24 +02:00
Zacharie 16b6c399e8 Issue #1193 : Tag Manager Redesign
* Add a select dropdown to chose how many tag is displayed per page
 * Add a message beside selection's buttons to apply selection to all tags
 * Bug and design fixes
2020-07-08 18:18:24 +02:00
Zacharie d76747f06a Issue #1193 : Bug Fix (number of images is now displayed on navigation between pages) 2020-07-08 18:18:23 +02:00
Zacharie e84cd23262 Issue #1193 : Tag manager : Fix selection buttons 2020-07-08 18:18:23 +02:00
Zacharie f5f44ac019 Issue #1193 : Redesign Pagination on tag manager
* Chrome bug fixes
 * Redesign pagination menu
 * Add a loader to the page
 * Fix asynchronous bugs
2020-07-08 18:18:23 +02:00
Zacharie 14cd4d3990 Issue #1193 : Add a pagination to the tag manager and fix design on dropdown 2020-07-08 18:18:23 +02:00
Zacharie 023656afc0 Issue #1193 : Design fixes
* Change and universalize dropdown design
 * Add a button for clearing search input and universalize it
 * Minor design fix on tag manager
2020-07-08 18:14:34 +02:00