Commit Graph

11128 Commits

Author SHA1 Message Date
plegall f95bab9e90 fixes 1720 max upload form max_file_size configurable 2022-09-21 15:28:37 +02:00
plegall cce43df25e issue #1710 first implementation of details for each storage category
Needs to be reworked for a better presentation. Expected for Piwigo 14.
2022-09-21 14:43:44 +02:00
plegall 740456e34b fixes #1733 correctly write non-breakable space character and correctly escape it for JS 2022-09-21 14:29:28 +02: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
Matthieu Leproux 4fee0544b7 related to #1644 synced photos are not orphans anymore. 2022-09-19 16:44:18 +02:00
Matthieu Leproux b470b2b360 fix #1732 fixing some php8.1 warnings that made the linked album search unusable. 2022-09-19 16:41:40 +02:00
plegall 92a77c924c typo fixed 2022-09-19 10:57:17 +02:00
plegall 156825d24d fixes #1697 add checks on chronology URL parameters 2022-09-16 10:37:58 +02:00
plegall 79d56beb8a fixes #1730 replace Smarty getVariable by getTemplateVars 2022-09-16 10:04:02 +02:00
Matthieu Leproux e270e1b957 fixes #1729 fixing php error 2022-09-14 16:36:04 +02:00
Matthieu Leproux a494f54416 related to #1728 added description in a tooltip 2022-09-13 15:51:34 +02:00
Matthieu Leproux dc1913e3e5 related to #1727 changed dots to scroll bar 2022-09-13 15:11:17 +02:00
Matthieu Leproux 968d09ac90 related to #1727 fixed with dots for the moment 2022-09-13 12:06:30 +02:00
Matthieu Leproux 0890142a3e fixed #1655 undo commit 7958cd4 and removing confusing section 2022-09-12 16:18:51 +02:00
Matthieu Leproux 217de988b2 related to #1725 added the definition of restore in the validation popin 2022-09-12 15:42:27 +02:00
plegall 0584425320 fixes #1371 filter related albums with filter "Display only recently posted photos" 2022-09-12 15:19:26 +02:00
Matthieu Leproux 017c75c7ef fixed #1725 added definition for "restore" action 2022-09-12 14:56:19 +02:00
plegall e8bef0cf23 fixes #250 escape chars before insert in database
* usefull when you configure your Piwigo to allow special chars like single quotes
* will work for single quote, but not for &
2022-09-12 14:38:57 +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 e939ed43f3 related to #1723 changed eye icon to pulse icon 2022-09-12 12:33:46 +02:00
Matthieu Leproux c4c9822541 related to #1723 Fontello : added pulse icon 2022-09-12 12:33:08 +02:00
Matthieu Leproux 57a28bdfd6 related to #1719 set text to no search when openning popin 2022-09-12 09:47:39 +02:00
plegall 076acc2035 fixes #1709 incorrect pattern to delete custom sizes 2022-09-09 12:42:11 +02:00
plegall 72d3940a40 fixes #1606 filter_var, remove deprecated constants. Requires PHP 5.2+ 2022-09-08 09:47:07 +02:00
Matthieu Leproux 9cb12b4425 fixed #1719 we can click on the line to add the searched album to linked albums 2022-09-07 16:43:50 +02:00
Matthieu Leproux 5be7337777 fixed #1718 search start at first character input for linked albums 2022-09-07 16:09:29 +02:00
Matthieu Leproux 7e8b333bbc related to #1717 even margins on edit picture page 2022-09-07 15:24:01 +02:00
Matthieu Leproux 3c61b46484 related to #1717 no more padding for svg 2022-09-07 14:00:35 +02:00
Matthieu Leproux 60cab44a7b fixed #1714 added size to images in upload summary so svg files are visible 2022-09-06 11:54:23 +02:00
Matthieu Leproux 7d76209add fixed #1713 Removed huge space above photo add form 2022-09-05 13:25:11 +02:00
plegall cb3e11248b next release is 13.0.0RC3 13.0.0RC3 2022-09-02 16:20:48 +02:00
plegall 3826a9dc61 copy all languages (but en_UK and fr_FR) from translation@b357ecb 2022-09-02 16:17:12 +02:00
Matthieu Leproux 6734e36cd9 related to #1693 fix tag menu warning 2022-09-02 10:13:56 +02:00
plegall 495bb56cc7 related to #1693 related tags section in picture infos had bad visibility condition 2022-09-02 10:13:36 +02:00
Matthieu Leproux 77b156df18 fixes #1657 SVG support (both gallery and admin sides) 2022-09-01 15:20:55 +02:00
plegall 8d1e97c8b7 fixes #1712 fallback to fetchRemote function, works best 2022-08-27 17:27:03 +02:00
plegall 002abf87df fixes #911 new method pwg.history.log (to be used by PhotoSwipe, in SmartPocket or BootstrapDarkroom) 2022-08-26 16:58:11 +02:00
Damien Sorel 1b66ca73f9 Fix #1692 Remove Content-Length header on images (HTTP2 compat)
Content-Length header should be the body size after compression (if enabled) and not the size of the original body. In HTTP1.1 such invalid value is not problematic but in HTTP2 it prevents images to display.
2022-08-22 15:09:27 +02:00
Fabian Palacios e909cb19bb issue #1706 change some language keys to english 2022-08-20 16:35:15 +02:00
plegall 870f1a8129 issue #1707 display Piwigo age on maintenance page instead of dashboard 2022-08-19 11:18:57 +02:00
plegall 352e256d41 details about the new input parameter position for pwg.categories.add 2022-08-18 11:34:37 +02:00
plegall c4208c2258 fr_FR move strings from common.lang.php to admin.lang.php (to match en_UK) 2022-08-08 11:22:31 +02:00
plegall 295357d264 import change in en_UK from translation branch (before copying master on translation) 2022-08-08 11:18:17 +02:00
plegall b82a313535 update year for copyright 2022-08-08 10:58:41 +02:00
Zacharie Guet 906d8b85a2 Minor change on plugin new page
* Change native tooltip in tiptip
* On the last revision tooltip on a plugin, add the time since the publication of the revision
2022-08-05 15:10:58 +02:00
Matthieu Leproux 1ed159f7a7 fix #1700 use user_prefs instead of cookies for the view selector in plugin manager 2022-08-01 17:11:25 +02:00
Matthieu Leproux 74e932a5a9 fix #1699 we use user_prefs for the user view selector now 2022-08-01 15:57:58 +02:00