Commit graph

389 commits

Author SHA1 Message Date
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
Linty
95e85f264e fixes #2253 use only bulk_manager_filter category for album selection
I've also adapted the tpl and js files
2024-10-31 12:13:52 +01:00
Linty
65e29ab26d fixes #2243 removed fixed height 2024-10-14 17:23:48 +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
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
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
HWFord
74e2c33bea fixes #2224 Remove css on hover inactive plugin
The problem was caused by the class 'inactive' staying on plugins once they are activated, so the background was transparent and the font white (from another css rule)
2024-09-13 10:06:52 +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
653b03aacc fixes #2132 implementing and improving new album selector
- Moved all related logic into album_selector.js for better maintainability and separation of concerns.

- Removed duplicates in TPL and CSS files, consolidating them into a single CSS file and a single TPL file for better organization and efficiency.

- Implementation of the album selector in the pages: photo editing, album editing and batch manager unit.

- Improved the album selector by adding a creation mode to create and select an album (only in admin pages).
2024-07-31 11:49:44 +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
10a8db2102
fixes #2164 batch manager unit mode redesign (#2179)
* Interface Update

Update front end according to web design

Completed the implementation of album manager

* Added image delete mechanism

* Update Validation

* Added filters according to global mode

Page is now fully translated from EN_uk to FR_fr
Harmonized global and unit mode by creating a template for the filters

TODO :

Uncomment updateBlock calls in metaSync and implement tags update

Uncomment pluginSave method and test it with an updated plugin

---------

Co-authored-by: marsooooo <marso.tison@gmail.com>
2024-07-02 11:20:16 +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
badc7c76b9 fixes #2167 add max-width for storage tooltips 2024-06-11 17:23:33 +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
plegall
179a69cbf7 fixes #2129 only adjust selectize box height on picture_modify and batch_manager/unit 2024-03-06 12:37:47 +01:00
plegall
e57b8b8449 fixes #1612 auto adjust height on selectize input (tags) 2024-03-01 15:54:49 +01:00
HWFord
a8f4dc7569 fixes #2113 use flex to align icon and text
use flex on message block, align items to center
2024-02-09 11:23:31 +01:00
Willy "Linty
dca43a71bc issue #2072 Expand and Shrink album description field 2023-12-19 17:48:07 +01:00
Willy "Linty
fbae0b735c fixes #2071 sorts users by date and username 2023-12-18 18:05:09 +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
HWFord
605ba091ba fixes #1975 with margin bottom 2023-09-04 16:49:39 +02:00
HWFord
9e5f9bd04e fixes #1973 with padding bottom 2023-09-04 16:10:20 +02:00
MatthieuLP
ebcdb34305 fixed #1925 photo resume does not show horizontal scroll 2023-05-31 16:07:31 +02:00
plegall
4b33001c15 fixes #1902 ability to set a specific group to notify user registrations 2023-04-22 17:21:29 +02:00
MatthieuLP
87926235ca fixed #1901 fixed dark mode colors for validation messages 2023-04-19 16:27:47 +02:00
MatthieuLP
55610206ee fixed #1868 centered first album btn div 2023-02-13 16:54:42 +01:00
MatthieuLP
9ca48379e1 related to #1859 New design for mobile app banner 2023-02-06 17:12:53 +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
7e5b7f8b7c related to #1851 fixed dark mode icon color for actions in album editor 2023-01-11 15:49:42 +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
MatthieuLP
28466e0ce6 related to #1704 Breadcrumb icon is now clickable 2023-01-10 10:33:36 +01:00
MatthieuLP
9bccc8588f related to #1704 Better 'visible' attribute implementation in API
* fixed SQL error
* Use correct function to save 'visible' attribute
* Underlined the 'Unlock it' button on the orange alert
2023-01-09 14:49:07 +01:00
MatthieuLP
d5c3689da9 related to #1704 Radio btn and text are aligned properly in delete popin 2023-01-04 18:14:03 +01:00
MatthieuLP
4e899b5eae related to #1704 Added alert is album is locked
* Corrected french sentences spelled wrong
* Added max length for album names in breadcrumbs
* Added attribute 'visible' in categories.setInfos
* Can now unlock an album by clicking on the alert
* Switch used to lock an album works properly now
2023-01-04 18:06:10 +01:00
MatthieuLP
4729504aac related to #1704 Adjustements for new album edit page
* Delete popin options aligned
* Changed 'Authorized publication' to 'Unlocked album'
* Changed 'Lineage' wording for comments to 'for sub-albums'
* Better breadcrumb size management when the hierarchy is large
2023-01-03 16:46:38 +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
MatthieuLP
896125194c related to #1837 added dropdown for album badges 2022-12-21 14:25:19 +01:00
HWFord
5e4739b470 related #1724 center svg if svg is portrait size 2022-12-15 12:05:02 +01:00
Matthieu Leproux
ac845f040a related to #1803 added css to make the click on icons easier 2022-11-22 16:47:54 +01:00
Matthieu Leproux
bd05d9e4ab related to #1787 scroll bar is visible only when needed 2022-11-14 10:29:07 +01:00