Commit Graph

88 Commits

Author SHA1 Message Date
Linty 1be0527523 issue #2405 update smarty
and made Piwigo compatible with smarty 5.x
2025-09-17 12:05:48 +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
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
plegall 2faa45e6b0 escape translation string to avoid JS error (in French) 2024-09-23 15:00:35 +02:00
Linty 9a46f14f1c issue #2226 refactor album selector to class-based structure
- Update existing album selectors to new instantiation method
2024-09-23 12:40:33 +02:00
HWFord f2e07e460d fixes #2205 set object-fit contain
also center svgs to square
2024-08-12 14:26:04 +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
plegall 411ae43c19 fixes #2095 make "who can see..." more obviously related to privacy level 2024-01-24 15:10:03 +01:00
Willy "Linty d838ab3f17 Fixes #2053 Move script and add a user interaction
Now, to let the selectize plugin initialize, at onChange we check whether one of the inputs has been focused
2023-12-05 14:44:38 +01:00
Willy "Linty 57f8dd5c36 Issue #2033 Redesign open in gallery buttons 2023-11-08 11:57:17 +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
plegall ea89357618 fixes #1800 escape javascript strings (page broken in Catala) 2022-11-22 11:04:57 +01:00
Matthieu Leproux 85f73e87fb related to #1783 added proper title for the new button 2022-11-09 15:47:51 +01:00
Matthieu Leproux 453de4a3d1 fixed #1783 added image filter from the edit image page 2022-11-09 12:41:49 +01:00
Matthieu Leproux 0d63a78686 related to #1644 Changed tiptip sentence and better css for album links 2022-09-21 14:18:27 +02:00
Matthieu Leproux fb197e6a3e related to #1644 Conform UI for linked albums 2022-09-20 16:09:40 +02:00
Matthieu Leproux f3e34767fd related to #1644 Allow back the UI to remove a physically linked album to a picture. The backend won't let it happend on form validation. 2022-09-20 14:19:59 +02:00
Matthieu Leproux ddaef775cf related to #1644 Added UI and translation lines for physically linked album list 2022-09-19 17:25:24 +02:00
HWFord 5461da6d36 fix #1724 add svg class and specific css for svg format 2022-09-12 14:21:31 +02:00
Matthieu Leproux 3c61b46484 related to #1717 no more padding for svg 2022-09-07 14:00:35 +02:00
Matthieu Leproux 77b156df18 fixes #1657 SVG support (both gallery and admin sides) 2022-09-01 15:20:55 +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 66bd06176c related to #1614 replacing selectize in photo editor for related categories 2022-03-16 15:09:12 +01:00
Matthieu Leproux 7a22359a14 relatd to #1525 fix undifined variable in picture modif 2021-10-15 16:28:26 +02:00
Matthieu Leproux 2abbce677a Setting style of selectize input items like in user popIn (related to #1265) 2021-05-21 12:42:23 +02:00
plegall baa2a2190d picture_modify: do not show link to gallery if user level is too low 2021-01-06 10:14:45 +01:00
plegall 4ec03c58ec bug fixed: lost during redesign, only local file can be sync/deleted 2020-12-30 15:02:08 +01:00
plegall 1fa59cbbd6 set admin page title only once for all edit photo tabs 2020-12-29 16:42:22 +01:00
Louis d343959372 fixes #1248 translate escape
added escape to the str_no translation so it doesn t crash js
2020-10-30 16:47:56 +01:00
Hannah de1613cead Changes "jump to ..." to "open in gallery"
String open in gallery added to EN and FR
String on edit photo and edit album page changed
2020-08-18 17:02:22 +02:00
Zacharie 14172f7b66 Design fixes on Batch Manager Global, picture modify and tags manager, especially concerning the dark mode 2020-07-21 15:58:43 +02:00
Zacharie d23971901b Design and bug fixes :
* Change batch manager checkbox to correspond to tag manager
 * See button on picture edit page is now unavailable if the picture is in a private album
 * Language correction
 * Design fixes on batch manager selects (and general design fixes on batch manager)
 * Minor design fixes
2020-07-20 14:39:46 +02:00
Zacharie 292836da4c Issue #1044 : Minor design fixes 2020-06-12 15:50:17 +02:00
Zacharie 05be2625ab Issue #1044 : Design fixes 2020-06-12 15:50:17 +02:00
Zacharie 97ef03eead Issue #1044 : Picture edition redesign
* Add a larger and responsive image preview
 * Use Jconfirm popin for deletion confirmation
 * Change general actions to icons on the image preview
2020-06-12 15:50:17 +02:00
plegall bef09018fb fixes #872, CVE-2018-7724, protect photo admin page from CSRF 2018-07-06 14:38:39 +02:00
plegall 80f5523892 fixes #469, add download link on photo edit/admin page 2016-07-18 23:08:31 +02:00
plegall 8e098d502a feature #379 multiple format, step 1: add formats
* new table piwigo_image_format (each photo can have 0 to many formats)
* only compatible with synchronization for now. Formats must be in sub-directory pwg_format
* formats are visible on edition page only for now
2015-12-03 16:04:02 +01:00
rvelices a8f4ebc06e bug 3149: admin image preview (colorbox) does not work for small originals
git-svn-id: http://piwigo.org/svn/trunk@30358 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-03 20:50:50 +00:00
mistic100 96d27d9791 use icon-ok for forced multi sizes + icon-zoom-in for preview boxes
git-svn-id: http://piwigo.org/svn/trunk@29557 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 11:24:38 +00:00
mistic100 62cdffb50c feature 3138: Add photo zoom when editing a photo
git-svn-id: http://piwigo.org/svn/trunk@29480 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 09:05:00 +00:00
plegall ab00c52430 feature 3133: add colorscheme parameter for themes. This way we can use the
appropriate CSS for selectize (and other things)


git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 09:02:07 +00:00
rvelices 45887f5d46 removed unused js from picture_modify.tpl
git-svn-id: http://piwigo.org/svn/trunk@28991 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 20:34:21 +00:00
mistic100 275e810c5f feature 3080: add cancel button, one minute granularity, fix missing css
git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22 12:44:43 +00:00
mistic100 84d94906d2 add dark selectize theme + "ternary" template modifier
git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 14:15:05 +00:00
plegall bb1ca0faae syntax error
git-svn-id: http://piwigo.org/svn/trunk@28616 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-03 08:23:51 +00:00
mistic100 4c1066c8f6 redefine selectize templates without escaping + translate "Add"
git-svn-id: http://piwigo.org/svn/trunk@28613 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 21:56:54 +00:00
mistic100 9a842dd86a feature 3077 : fix addAlbum process when creating the first ever album, improve data API
git-svn-id: http://piwigo.org/svn/trunk@28555 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28 19:04:40 +00:00
mistic100 82b52dd0c0 feature 3077 : factorize code for cache/selectize
git-svn-id: http://piwigo.org/svn/trunk@28550 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27 21:47:57 +00:00
mistic100 a5b2cf8200 feature 3077 : factorize code for categories cache (TODO for other collections) + fix incorrect categories list for dissociation
git-svn-id: http://piwigo.org/svn/trunk@28542 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-26 22:03:57 +00:00