Commit Graph

225 Commits

Author SHA1 Message Date
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
Matthieu Leproux 9fe74c9617 fixed #1742 added default case for history lines and contact form case 2022-10-04 11:36:56 +02:00
Zacharie Guet 5781810348 Adding a Formats Tab on Edit photo page
* Add 3 new files for the tab creation (php, tpl and js)
* Creation of a new API method : pwg.images.formats.remove
* Adding translation in en_GB and fr_FR for the formats
* Minor change on the head-button css class
2022-07-29 15:56:53 +02:00
Matthieu Leproux 83eeab2ee8 related to #1679 Added breadcrumb to page title (WIP) 2022-07-05 10:21:17 +02:00
Zacharie Guet 0081e0178b Factorization of the css on the admin part
* Factorization of the head-button component
2022-06-19 14:42:18 +02:00
Zacharie Guet c79a7e14d2 issue #389 Adding an optional parameter to the format upload page
* When using the url parameter formats={photo id}, we can upload format for this picture only
Exemple admin.php?page=photos_add&formats=2
* Adding a new css compnent : info-framed
* Small design and bug fixes
2022-06-06 16:31:54 +02:00
Matthieu Leproux 5d19c0d4c8 [Tag Manager] If there are no tags, highlight the add tag btn 2022-05-11 12:39:46 +02:00
Matthieu Leproux 11b51ff2b8 related to #1609 replacing squeleton in the search album tab 2022-05-04 15:20:30 +02:00
Matthieu Leproux 32be54734f related to #1609 changed color of dot when an album is highlighted 2022-05-04 15:20:04 +02:00
Matthieu Leproux c6e272346e related to #1609 Added dark mode for new album manager 2022-05-04 15:20:04 +02:00
Matthieu Leproux 6518bd0136 related to #1609 added create album and album deletion
Album creation bug, it places the ne album at the root
Album deletion bug, when deleting an album, the other click event are removed I don't  know why yet
2022-05-04 15:18:39 +02:00
Matthieu Leproux 627a9ec0d4 Advanced filters darkmode for User manager and plugins_new 2022-03-21 11:53:14 +01:00
Matthieu Leproux 1f6cdc08d8 related to #1614 darkmode for add btn when 0 relatd cats 2022-03-16 15:11:41 +01:00
Matthieu Leproux fde4e392ef related to #1614 dark mode for selectize alternative 2022-03-16 15:11:19 +01:00
Matthieu Leproux a62acc2fd7 fixing edge effects caused by commit 21a021d 2022-03-15 10:32:43 +01:00
Matthieu Leproux bfdf3b38a1 related to #1628 card's background for application page in darkmode 2022-03-14 11:08:49 +01:00
Matthieu Leproux 349b3b9811 related to #1628 better box shadow for cards in application page 2022-03-14 10:54:59 +01:00
Matthieu Leproux c5724e862f related to ##1628 dark mode for cards descriptionin application page 2022-03-14 10:35:55 +01:00
Matthieu Leproux c1304616cb related to #1628 dark mode for application page 2022-03-14 10:16:14 +01:00
Zacharie Guet 21a021da9c #1467 Redesign of the extension update page 2022-03-05 11:52:53 +01:00
Zacharie Guet f38d63ccd8 #1467 Plugin Update refresh
- Style the update plugin and update extension page to match with pluginBoxes design
- Move the css of plugin installed from .tpl to .css
- Change class name of pluginBox forms (classic, line and compact in classic-form, line-form...)
- Factorize the code of the update extension page
2022-03-05 11:52:53 +01:00
Zacharie Guet 1a6fadb468 #1467 Minor fixes and comment adding 2022-03-05 11:52:53 +01:00
guetz 0b51ba3720 #1467 Plugin download page general redesign
Implements the new general design (thanks to Clement's and Jule's mockup)
Allows the display or the hiding of non-compatible plugins
Add advanced filters in the page (harmonization with the advanced filters in the user manager)
Add the display of a screenshot, the rating and the tags for each plugins
Add Piwigo's Certification levels for each plugins
Add the file admin/themes/default/css/components/general.css to save css compnents that will be used in diffenrent places in the admin
2022-03-05 11:52:53 +01:00
Matthieu Leproux e6cfb068ce related to #1465 better UI if no results + borders + better refresh 2022-03-02 12:46:29 +01:00
Matthieu Leproux 5723f99056 related to #1465 added better pagination + dark mode for lines 2022-03-02 12:46:29 +01:00
Matthieu Leproux ef063f77cc better summary positionning and dark mode filters added 2022-03-02 12:46:29 +01:00
Matthieu Leproux 1ada02c1b6 related to #1465 better indent, new translation line + add guest as filter 2022-03-02 12:46:29 +01:00
Matthieu Leproux 7c950f5c84 related to #1465 dark mode done 2022-03-02 12:45:47 +01:00
Matthieu Leproux 37433d659b fixes #1535 good settings btn color in dark mode now 2021-10-20 12:27:58 +02:00