Linty
8f75afd625
fixes #2314 hide the error message when writing or closing the modal
2025-01-22 14:56:56 +01:00
Linty
25b919390e
fixes #2274 load node when moving album in another one
2024-11-12 11:16:26 +01:00
Linty
29b1c32fbc
fixes #2252 add null check for parent_node
...
...before accessing properties
2024-10-25 11:43:47 +02:00
Linty
4f07c75b89
fixes #2247 load child nodes and open the node
...
...before adding a new one
2024-10-24 15:10:55 +02:00
Linty
1634bcf5cf
fixes #2233 use .trigger('focus') instead of .focus()
...
because its deprecated
2024-09-25 14:54:05 +02:00
Linty
77c09413f0
fixes #2233 reset events on children node toggle
...
added preventDefault() to prevent page scroll to top caused by href attribute in `move-cat-add` events.
2024-09-25 14:43:37 +02:00
Linty
2121386ed0
fixes #2231 merging album search into album manager
...
- Delete old files (cat_search.php and cat_search.tpl) and his tab un add_core_tabs.inc.php
- Add search field and result in albums.tpl
- Separate js code from template
- Reuse data of albums.tpl for jqtree for the search algorithm
2024-09-20 16:19:07 +02:00
Linty
d0eeb2852c
fixes #2209 high-volume optimization
...
- Sub-albums in the album manager now load their html content progressively
- Scrolling on album focus corrected
2024-08-23 17:50:02 +02:00
plegall
8c25d7d2a1
fixes #2064 re-use existing code to open an album
2024-07-15 16:47:03 +02:00
Linty
0c53880707
fixes #2149 reset the create sub-albums button click event
...
After an ajax request we need to reset some button events
2024-04-17 11:52:34 +02:00
Linty
0c2b0175dd
fixes #2119 issue #2120 uses nodes to update album UI
...
As we're using selectize.js to display the albums, we need to use the methods provided by selectize.js to update the data returned by the Piwigo API.
Bug correction: when moving an album, the "sub-albums" label disappeared.
2024-02-19 16:53:41 +01:00
Willy "Linty
f98ba25555
Issue #2037 Display new icon-cone on dashboard and album manager
2023-11-10 17:53:52 +01:00
MatthieuLP
fc2bcb6507
fixed #1812 Private sub albums of private sub albums have the lock icon
2023-02-13 10:40:59 +01:00
MatthieuLP
896125194c
related to #1837 added dropdown for album badges
2022-12-21 14:25:19 +01:00
Matthieu Leproux
be63364aa6
fixed #1812 icon-lock are shown for newly created private albums
2022-11-28 16:27:33 +01:00
plegall
f4f5a7a1e3
fixes #1808 use the option selected by the user to delete photos (or not)
2022-11-25 11:09:53 +01:00
Matthieu Leproux
06c0164bdc
related to #1806 changed add album icon and add photo icon
2022-11-23 13:11:44 +01:00
Pierrick Le Gall
683e11320d
Issue #1790 album manager performances ( #1805 )
...
* change the meaning of light_album_manager_threshold to load less user interface (instead of redirecting to the old album manager). In the light mode, do not load tiptip.
* remove dropdown menu, to reduce DOM size
For example, on a 16k albums, load time goes from 18 to 8 seconds on MatthieuLP computer.
Co-authored-by: Matthieu Leproux <matthieu.leproux@gmail.com >
2022-11-23 10:43:31 +01:00
Matthieu Leproux
4b0a54431a
fixed #1794 keyup event is triggered only once for album creation
2022-11-16 15:18:03 +01:00
Matthieu Leproux
964db7dcd5
fixed #1793 the sort order popin validation button label changes properly
2022-11-16 14:41:03 +01:00
Matthieu Leproux
468394af66
related to #1790 optimized back end and front end a bit, but front has to be improved
2022-11-15 16:03:25 +01:00
Matthieu Leproux
532fc743f2
fixed #1781 better UX for the add album popin
2022-11-08 17:23:31 +01:00
Matthieu Leproux
26d61b976e
fixed #1775 proper tooltip style for sort order btn
2022-11-02 16:04:49 +01:00
Matthieu Leproux
3881377d64
fixed #1768 better label for sort order btn
2022-10-25 11:23:19 +02:00
Matthieu Leproux
0a40b38fa2
fix #1695 better split to get cat id in url
2022-07-25 12:57:03 +02:00
Matthieu Leproux
4b4621de22
related to #1666 added proper icon for number of photos in subalbums
2022-06-07 16:45:43 +02:00
Matthieu Leproux
a310d23b35
related to #1666 badge is changed, still needs to have the proper icon
2022-06-07 16:00:32 +02:00
Matthieu Leproux
f4571004b9
related to #1665 Centered tiptips
2022-06-07 14:47:38 +02:00
Matthieu Leproux
64048bd3ec
Added rename validation when "Enter" is pressed, and tiptip working when create/move album
2022-05-10 12:47:21 +02:00
Matthieu Leproux
6956d590d9
New Album Manager bug fixes
2022-05-10 11:42:18 +02:00
Matthieu Leproux
8b8233c0da
related to #1609 Better title loading
2022-05-04 15:20:30 +02:00
Matthieu Leproux
903a2f27ae
related to #1609 added tiptip to action tooltips
2022-05-04 15:20:04 +02:00
Matthieu Leproux
a287505b27
related to #1609 fixing popin title bug and added tooltip on album actions
2022-05-04 15:20:04 +02:00
Matthieu Leproux
a9731cbd94
related to #1609 fixing add album popin title and rename popin title
2022-05-04 15:20:04 +02:00
Matthieu Leproux
7e10455aa3
related to #1609 removing console.log
2022-05-04 15:18:39 +02:00
Matthieu Leproux
594f575a45
related to #1609 added badge to title
2022-05-04 15:18:39 +02:00
Matthieu Leproux
a413748cff
related to #1609 dropdown for small screens positionned and working
2022-05-04 15:18:39 +02:00
Matthieu Leproux
25e9d88373
related to #1609 added beginning of drop down for media queries
2022-05-04 15:18:39 +02:00
Matthieu Leproux
24a11768f6
related to #1609 fixing highlight issues when dragging a node in the tree
2022-05-04 15:18:39 +02:00
Matthieu Leproux
e2c061d6a5
related to #1609 replaced cat_list page by albums page.
...
cat_list page is still accessible but typing in URL
2022-05-04 15:18:39 +02:00
Matthieu Leproux
6e0335c652
related to #1609 fixed gray arrow orientation
2022-05-04 15:18:39 +02:00
Matthieu Leproux
1b84de5eea
related to #1609 when node has no children, arrow is gray and not clickable rather than invisible
2022-05-04 15:18:39 +02:00
Matthieu Leproux
a5237ec889
related to #1609 removed search from album mover
2022-05-04 15:18:39 +02:00
Matthieu Leproux
2ceb5b7d54
related to #1609 album name in input rename
...
Also solved listenner bug when moving albums to root
2022-05-04 15:18:39 +02:00
Matthieu Leproux
f7b97a5235
relate to #1609 rename after move works now
2022-05-04 15:18:39 +02:00
Matthieu Leproux
2f387c71e2
related to #1609 added hover on album nodes
2022-05-04 15:18:39 +02:00
Matthieu Leproux
737b2de5de
related to #1609 new created album is public by default and visit in gallery btn must be clickable
2022-05-04 15:18:39 +02:00
Matthieu Leproux
413d5839fc
related to #1690 bug fix for cat openning not working after cat creation
...
Previously when creating an album and a sub album to this album, the new parent open/close toggler woud not work
2022-05-04 15:18:39 +02:00
Matthieu Leproux
847983bf00
related to #1609 visit gallery button takes in account the privacy
2022-05-04 15:18:39 +02:00
Matthieu Leproux
d5e3c08878
related to #1609 handle badges on album creation
2022-05-04 15:18:39 +02:00