253 Commits

Author SHA1 Message Date
HWFord 4b68edbd5c issue #2516 update message colors 2026-02-19 15:58:46 +01:00
HWFord 3195a33b76 fixes #2516 update message colors and design 2026-01-27 16:02:46 +01:00
Linty 77c1fdd138 fixes #2225 redesign quick search help popin 2025-09-11 16:54:52 +02:00
HWFord aed52cc79a issue #2353 update color for previous commit 2025-09-03 11:51:17 +02:00
Linty 613dd410e5 issue #2364 fix guest author name and language key
Added support for bulk comment validation and deletion with updated confirmation messages and translations. Improved modal dialog behavior, including keyboard accessibility and button visibility. Updated CSS for consistent button styling across themes. Fixed author name display for guest comments.
2025-08-26 16:38:11 +02:00
Linty 57042cc475 fixes #2364 redesign admin comments management
Replaces legacy PHP comment management with a new interface for listing, filtering, selecting, validating, and deleting user comments. Updates templates and CSS for a modern, interactive experience, adds advanced filters, selection mode, and modal comment viewing. Removes obsolete server-side logic from comments.php and introduces new api methods for comment actions.
2025-08-26 14:35:31 +02:00
Martin R 80ab463808 Issue #2364 redesign user comment manager (PR #2400)
*Ability to reject or validate one by one

*Filter by : status : validated, user, user status, begin date, end date

*refreshed design to match current piwigo design

*[TODO] search input does not work, 

*[TODO] user name duplicate in user filter (use user id instead of user name to filter)

*[TODO] filter by image is missing

*[TODO] confirmation when a comment is validated or deleted is missing
2025-08-08 15:47:56 +02:00
Perrom 4dc2fc9f8d fixes #2386 update filters in users activity logs (#2399)
* Add an action filter and a date filter. 

* Additional filters on a specific object (photo/album/group) are available from their dedicated administration page.

* Performances of the page was improved : instead of loading 100k lines in activity table, we loop on 500 activity lines until 100 aggregated lines are found for the current page.
2025-08-08 15:17:50 +02:00
Perrom 2465654752 fixes #2362 add gallery filters options in admin (#2395)
Add a config page in admin for the search filters in the gallery. Privacy and default filters can be selected. Needs a database update.
2025-08-08 15:07:02 +02:00
Perrom d0ac05d951 fixes #2353 update images with upload form (#2385)
Add a mode to update photos with the upload form. Modify the upload formats form, so that it will update the photo with the same file extension.
2025-07-31 10:41:01 +02:00
Perrom b6b0f51c66 relates #2350 visual adjustments 2025-04-15 13:04:03 +02:00
Perrom 32d97ba55b relates #2350 small fixes 2025-04-15 12:03:08 +02:00
Perrom 38e771aa8a fixes #2350 highlight edited tag with a checkmark 2025-04-14 11:20:31 +02:00
HWFord 41d5c8a258 fixes #2306 move save buttons to bottom of page (PR #2346)
For these pages :
 picture modify, album notification, category permission, comments, menubar, all configurations, site update, element set ranks, notification by mail

Change how success and errors messages are displayed and handled
2025-03-21 16:28:37 +01:00
HWFord 02653495ee fixes #2342 change edit tag popin color 2025-03-07 16:08:44 +01:00
HWFord b0905ac88c relates #2234 follow up dark mode standardisation
Finish updating dark mode colours
Also make some general CSS changes
2025-01-28 16:28:57 +01:00
Linty 24293ef7c8 issue #2234 continue colour updates for dark mode 2024-11-25 11:08:39 +01:00
HWFord bf3beb9bdd fixes #2268 add whats new popin
set popin display in user pref, if user closes don't display again
keep bell notification displayed for 30 days so user can reopen modal
for next version add user pref to install
Add css for template
when close popin call api method to update user pref to hide popin
2024-11-08 16:35:27 +01:00
HWFord 91ba4d943a issue #2234 continue colour updates for dark mode
Courtesy of Alice
2024-10-24 08:35:13 +02:00
Linty 6e964af343 issue #2234 continue colour updates for dark mode
courtesy of Alice
2024-10-16 15:01:42 +02:00
HWFord 2211c12856 issue #2234 continue colour updates for dark mode
courtesy of Alice
2024-10-10 16:06:44 +02:00
HWFord e12a54a8d8 issue #2234 continue colour updates for dark mode
fix some colours in admin curtesy of Alice
also some colours for light mode
2024-10-08 14:26:17 +02:00
HWFord 93b14089a2 issue ##2234 continue dark mode changes
fix some colours in admin curtesy of Alice
2024-10-01 13:54:54 +02:00
Linty c81e2b7f8b issue #2234 standardize input focus colors
for input, select and textarea
2024-09-26 16:10:38 +02:00
Linty 1d8aa035fc issue #2234 standardize datepicker colors 2024-09-26 15:52:51 +02:00
Linty b0bd8e83ad issue #2234 standardize user list and user popin colors 2024-09-24 16:30:18 +02:00
Linty 91bb79c893 fixes #2226 implement album selector in batch manager filter and action 2024-09-23 12:44:00 +02:00
marsooooo 12ca607727 issue #2164 updated & fixed bugs on batch manager
Added dark mode for unit mode
Templatized filter block for both unit and global mode
Optimized JS functions and added extensibility for unit mode
Modified images.setInfo method so unit mode could save orphan images
Fixed a bug where php would break if filter selection was empty in unit mode
2024-08-26 14:14:57 +02:00
Linty 7bd8b7e274 fixes #2206 add album selector on the add photo page
- replace older selector with the new album selector
- moving javascript to a js file
- changed the logic for the first album (now its work with api)
- changed labels in album selector and also added an escape event (to close modal)
2024-08-19 16:09:50 +02:00
Linty d1cd5b11ef fixes #2187 resize activity tooltips
...when the tooltip extends beyond the page.
I've also added the tooltips (for both storage and activity) logic to a js file `intro_tooltips.js` and imported it into `intro.tpl`
2024-07-15 17:41:18 +02:00
HWFord c8ccbd1cd1 fixes #2178 change color of second button
add class to change specific button color
update light and dark mode css
2024-07-02 10:37:44 +02:00
Linty c8d7503d4e related to #2165 new add user popin
- add field for add user
- in the `pwg.users.add` method, the params `send_password_by_mail` does nothing anymore. Because we no longer want to send passwords in clear text.
- in the `pwg.users.add` add a new `auto_password` parameter to generate a random password when a user is created
- use this parameter (`auto_password`) in user_list.js
- change mail content et password page on first login
2024-06-28 18:56:28 +02:00
Linty 27cd5cde9e related to #2158 update user and guest pop in
- Implementation of a new modal for modifying a user or guest
- Addition of a function to allow plugins to add a tab to the new user modal
- Fix bug: "badger-number" is updated when a user is added or deleted
- Fix bug: When the user who is editing has permissions to delete the user he is modifying, the delete icon is now displayed correctly
- Added a new api method for modifying the main user and generating a link to reset a password
- Passed $conf[‘webmaster_id’] in database configuration
2024-05-31 18:12:52 +02:00
marsooooo acf63a700d Fixes #2144 Harmonized button colors
Switched every buttonGradient iteration to buttonLike and deleted buttonGradient class.

Added hover transition to themeActions and head-button classes.
2024-04-05 17:04:55 +02:00
Willy "Linty dca43a71bc issue #2072 Expand and Shrink album description field 2023-12-19 17:48:07 +01:00
HWFord 913be14b1a fixes #2044 change roma css for album manager
for jqtree when moving album use same color as hover over album
change arrow down color to white
add color to icon dropdown
2023-11-20 16:07:23 +01:00
Willy "Linty 9ca0b7bec0 Issue #1710 New storage bar tooltips
For each kind of files give the number and for each file extension give number of files and total files size
2023-11-08 12:30:21 +01:00
Willy "Linty 57f8dd5c36 Issue #2033 Redesign open in gallery buttons 2023-11-08 11:57:17 +01:00
Willy "Linty 466b82a934 Issue #1710 New tooltips for storage details
Waiting for new data details provided by PHP before closing issue
2023-11-03 12:10:13 +01:00
MatthieuLP 87926235ca fixed #1901 fixed dark mode colors for validation messages 2023-04-19 16:27:47 +02:00
MatthieuLP 13ba5f2ac1 related to #1879 fixed more dark mone colors 2023-03-14 16:30:07 +01:00
MatthieuLP 443d41ea97 fixed #1879 Changed dark mode banners and icon colors 2023-03-13 16:41:37 +01:00
MatthieuLP b27abf42e7 related to #1862 Placeholder color is brighter 2023-02-07 11:05:52 +01:00
MatthieuLP 505b323e69 related to #1861 dark mode for breadcrumb for photo add form 2023-02-07 10:17:20 +01:00
MatthieuLP be056399b6 related to #1851 Album manager dark mode update for line hover and popin inputs 2023-01-23 12:37:00 +01:00
MatthieuLP 69171539d5 related to #1851 dark mode adjustments
* Group input place holder
* Tag pagination items and oprhan tags warning
* New album comments dropdown font size
2023-01-16 17:32:59 +01:00
MatthieuLP f992c30a3e related to #1851 fixed succes message in dark mode 2023-01-11 16:13:27 +01:00
MatthieuLP 9e3968dd03 related to #1851 Fixing dark mode issues 2023-01-11 12:18:50 +01:00
MatthieuLP 4f9136e7c3 reltated to #1837 dark mode for new tooltip for badges 2023-01-10 12:31:02 +01:00
Matthieu Leproux f4a4473f37 Issue #1704 New album edition page
* Front end development according to the mockup
* Save changes in ajax
* Implement the delete album behaviour with Jconfirm in ajax
* Adding a new Css component : infos (factorized in the tag page)
* Add a new general admin template variable : ADMIN_PAGE_OBJECT_ID (adding the id of an object on the page)
* Modify the pwg.categories.setInfo api method to fit the need of the album edition pages
* Slightly change the method time_since, add a parameter to display only the greates time unit
* Popin to change parent album, and changed it as a re-usable component
* Dropdown to replace the checkbox for comments
2023-01-02 16:24:41 +01:00