Matthieu Leproux
4a56b871d0
related to #1245 removed console.log
2021-07-23 09:34:59 +02:00
Matthieu Leproux
7d67afcb6a
related to #1245 Added badge with number of plugin and it now handles errors
2021-07-23 09:34:12 +02:00
Matthieu Leproux
bde0a246ea
related #1245 displaying the activated plugin list in environnement section
2021-07-22 17:07:02 +02:00
Matthieu Leproux
f4612bc6e6
related to #1451 adjuted card heigth in tile mode
2021-07-16 09:38:10 +02:00
Matthieu Leproux
f1ea76242b
fixes #1451 Can now open move album from album manager
2021-07-15 13:05:45 +02:00
Matthieu Leproux
fc7fb1b7d7
Fixes #1446 Dark mode for add user popin done + focus on input
2021-07-09 11:38:07 +02:00
Matthieu Leproux
b64b7ea168
fixed #1441
2021-07-08 10:38:07 +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
932439b94c
related to #1316 method cache size added, data fetched from php not js
...
Real data need to be created now
2021-06-24 17:12:09 +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
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
9656d0459e
Push before checkout
...
Only indents
2021-06-22 14:59:12 +02:00
MatthieuLP
6fbb6a22fc
Getting "fake" cache size from getInfos.
...
Displaying infos in maintenance page
2021-06-22 14:59:12 +02:00
Matthieu Leproux
8561d48f69
related to #1434 quit edition mode when changin page
2021-06-18 15:23:04 +02:00
Matthieu Leproux
ca588168f6
related to #1265 update user in not clickable until ajax call ends
2021-06-17 10:21:02 +02:00
Matthieu Leproux
c1c9030e6d
Added spinner on modify user btn
2021-06-16 15:03:49 +02:00
Matthieu Leproux
eef63740f0
related to #1265 Selection mode in darkmode colors adjusted
2021-05-21 16:30:25 +02:00
Matthieu Leproux
bc7117dbd8
related to #1265 Added spinner when modifying user.
2021-05-21 10:44:54 +02:00
Matthieu Leproux
f494b05718
related to #1265 Email hidden in selection mode in line view
2021-05-19 12:23:11 +02:00
Matthieu Leproux
1a5d08f242
related to #1403 removing guest from associable users in group manager
2021-05-17 23:47:22 +02:00
Matthieu Leproux
9838c1955c
Related to #1323 changeRank is called after the end of ajax call
...
Before the changeRank function was called in then() after changeParent.
Now it is called in case of success in the changeParent ajax call
2021-05-14 14:43:01 +02:00
Matthieu Leproux
ee38fbe4ce
Fixes #1412 Plugin view selector's bug on first reload fixed
2021-05-14 10:01:04 +02:00
Matthieu Leproux
b6a6227210
related to #1387 3 sec delay before auto openning albums
...
The variable is given in php files and used in js
2021-05-12 15:07:10 +02:00
Matthieu Leproux
66a2d546e8
related to #1362 removing console.log
2021-05-12 12:04:17 +02:00
Matthieu Leproux
4156702b51
Fixes #1369 correct number of photos on filtered tags
2021-05-12 10:29:00 +02:00
plegall
308f7109b4
issue #1306 also close bracket for deleteOrphans and setMd5sum
2021-05-11 17:53:05 +02:00
7tonin
e16368982d
Batchmanager metadata sync bug ( #1306 )
...
* closing square brakets is better
2021-05-11 17:51:38 +02:00
Matthieu Leproux
f14f10f4a4
Fixes #1362 If duplicated group has little star the new group has the star too.
2021-05-07 16:41:48 +02:00
Matthieu Leproux
4060183b2d
Fixes #1405 Now the password in the input is taken in the user creation
2021-05-07 12:31:27 +02:00
Matthieu Leproux
c38ceb9b7f
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-06 09:26:07 +02:00
Matthieu Leproux
37575395ab
Fixes #1395
...
Translation line added and message displayed properly.
2021-05-05 15:34:48 +02:00
Matthieu Leproux
eaa007b458
Fixes issue #1394
...
Now the focus is made on the input for the name of the new group.
2021-05-05 14:29:53 +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
Matthieu Leproux
ea39b734fa
Fixes #1387
...
Albums with sub-albums don't open when dragging albums over them
2021-04-28 12:17:34 +02:00
MatthieuLP
1fce0f7c97
Fixes #1382 gracefully recovers from local storage write error
2021-04-14 16:12:29 +02:00
MatthieuLP
3a91c30e1e
Fix title lenght in album manager (line)
2021-04-02 16:14:42 +02:00
MatthieuLP
54320d4043
fixes #1355 alternative view for plugin manager
2021-03-18 15:29:56 +01: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
MatthieuLP
1233694048
Issue #1323 : Fixing random album ranking in album manager.
...
Fixed when moving ONE album but moving 4+ sub-albums to root still makes random result :/
2021-02-26 15:37:45 +01:00
MatthieuLP
86c5611562
fixes #1319
...
* Fixing parent definition when moving sub-album "Before" other album
2021-02-05 18:00:41 +01:00
plegall
9c1f6c0c04
fixes #1322 class attributes must be defined in contructor
2021-02-05 11:36:56 +01:00
plegall
82f6371955
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:39:14 +01:00
plegall
c88daa88fa
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-02 16:16:56 +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