Commit Graph

2143 Commits

Author SHA1 Message Date
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
plegall
0584425320 fixes #1371 filter related albums with filter "Display only recently posted photos" 2022-09-12 15:19:26 +02:00
plegall
72d3940a40 fixes #1606 filter_var, remove deprecated constants. Requires PHP 5.2+ 2022-09-08 09:47:07 +02:00
plegall
cb3e11248b next release is 13.0.0RC3 2022-09-02 16:20:48 +02:00
Matthieu Leproux
77b156df18 fixes #1657 SVG support (both gallery and admin sides) 2022-09-01 15:20:55 +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
plegall
352e256d41 details about the new input parameter position for pwg.categories.add 2022-08-18 11:34:37 +02:00
Patrick Cronin
8f5cac9266 (Fix #359) mysqli docs use empty string for no db name
PHP docs for mysqli's constructor
(https://www.php.net/manual/en/mysqli.construct.php) show that the
default value for $dbname is an empty string. So, if we want to use
parameters after $dbname in the call without specifying a database
name, we should be using an empty string instead of a NULL.
2022-07-29 19:50:23 +02:00
Zacharie Guet
1e7c092770 Merge branch 'master' of github.com:Piwigo/Piwigo 2022-07-29 15:56:58 +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
balki
f5fa2526be Add option to turn off display_errors 2022-07-29 15:52:54 +02:00
plegall
cef8221122 next release is 13.0.0RC2 2022-07-28 16:29:05 +02:00
Matthieu Leproux
1e85985a0c related to #1693 php8.1 compat for comments in gallery and album edit in admin 2022-07-27 18:46:17 +02:00
Matthieu Leproux
ecfa090d6d related to #1693 changed smarty version to 4.1.0 2022-07-27 18:46:17 +02:00
Eike Rathke
5c0057aa0e Add $conf['sync_chars_regex'] comment about allowed characters (#1269) 2022-07-23 16:47:11 +02:00
Dave Anderson
231d36613c issue #1615 include favorite status in image list API calls 2022-07-23 12:43:02 +02:00
Ludovic Chopin
3239296bf3 issue #1363: Fix crc32 for 32bit processors 2022-07-22 12:36:38 +02:00
Eike Rathke
8889f7ffef issue #1575 PHP 8 compatibility, check for object type
* by using $response instanceof PwgError instead of get_class()
2022-07-21 17:27:37 +02:00
Eike Rathke
8fbc17c392 Add last calculated cache size to Dashboard Storage chart (#1580)
issue #1580 Add last calculated cache size to Dashboard Storage chart

Size of cached files with all derivatives and representatives may be
as large as all image files, actually doubling the needed storage
size. So it may be nice to see it represented in the storage
chart, if one remembers to occasionally recalculate it under
Tools -> Maintenance..

Also make it possible to deactivate this setting.
2022-07-20 16:18:25 +02:00
Thomas Kempf
46954e69d1 some Codestyle changes 2022-07-20 11:29:42 +02:00
Thomas Kempf
7a3d0f2d89 avoid breaking change for other plugins by keeping $search_results 2022-07-20 11:29:42 +02:00
Thomas Kempf
c36ca8712d qsearch_results should change the ids of the result set, otherwise the changed_results will be overwritten by the following code during permission checks 2022-07-20 11:29:42 +02:00
Dave Williams
fedd6c4b42 Fix issue 1662 digikam login 2022-07-19 19:13:08 +02:00
Matthieu Leproux
735b670599 related to #1693 solve deprecated trim and str_replace 2022-07-19 11:57:12 +02:00
plegall
f603bafe70 next release is 13.0.0RC1 2022-07-15 09:58:54 +02:00
plegall
630aba70f9 issue #28 display Piwigo.org news on dashboard 2022-07-15 09:57:52 +02:00
Eike Rathke
40a127424e Include PHPMailer Exception in pwg_mail()
Otherwise if an exception is to be thrown it results in
Fatal error: Uncaught Error: Class 'PHPMailer\PHPMailer\Exception' not found
See https://piwigo.org/forum/viewtopic.php?id=31942
2022-07-06 11:34:40 +02:00
Matthieu Leproux
3d69c6b093 creating user agent column for activities 2022-06-21 13:56:34 +02:00
Matthieu Leproux
0e0ab49fac related to #1672 Quick fix for activity unserializing $details 2022-06-20 14:50:29 +02:00
plegall
758e36e4b4 issue #389 really search image_ids in pwg.images.formats.searchImage 2022-06-06 16:31:54 +02:00
Zacharie Guet
d2f28c6676 issue #389 Bug and design fixes 2022-06-06 16:31:54 +02:00
plegall
3a63eccb0e issue #389 partial back-end implementation of multiple formats web upload 2022-06-06 16:31:54 +02:00
plegall
586369b1fe next release is 13.0.0beta2 2022-05-10 17:02:09 +02:00
Matthieu Leproux
6856a3cff0 bug fix history search, allow data load when images are deleted 2022-05-10 14:02:15 +02:00
Matthieu Leproux
2d6ef34962 related to #1609 badges with default values 2022-05-04 15:18:39 +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
HWFord
5a4a669c08 Issue #1625 add array key for dataset
add array keys for body data helpful when selecting via javascript

also separates ids for combined tags and albums
2022-04-08 09:14:18 +02:00
HWFord
acbf86a6fa Issue #1625 removes forgotton echo 2022-04-07 14:40:41 +02:00
HWFord
722c26a1b3 Issue #1625 body class definition in section init
Initialize body_classes in common.inc.php
Add class for section and section id
also add class with search id
Class is added to $page in section_init now
Also add tis info to the body dataset for javascript use
2022-04-07 14:30:47 +02:00
HWFord
91c965e75e Fixed #1646 Combined tags changes for bootstrap darkroom
add icon for bootstrap darkroom.
Uses bootstrap darkroom icons, and hides by default
2022-04-06 10:38:32 +02:00
HWFord
d7af491a81 Fixes #1625 adds class to body
Adds class to body, get id for category tag or picture, add dynamic class to body using id
Also used on page where albums and tags are combined

TODO make compatible with modus
2022-04-06 09:51:08 +02:00
plegall
c4f0727176 issue #1641 make admin_theme related to user instead of config 2022-03-31 18:23:26 +02:00
plegall
c2f8238e16 issue #1640 user preferences 2022-03-31 18:16:23 +02:00
Matthieu Leproux
238cee07e8 related to #1614 fixed bug when removing a related cat 2022-03-16 15:10:00 +01: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
958031c141 related to #1465 better drop down for images and bugfix on filters 2022-03-02 12:46:29 +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
758a7ef4d1 related to #1465 max page added to pagination 2022-03-02 12:46:29 +01:00