2027 Commits

Author SHA1 Message Date
plegall
8d18c6d16d (cp e5ed68e) Fixes #1399 Added mesage at the end of result list if result limit reached
Related to #1387 changed variables names for more clarity
2021-05-14 15:49:22 +02:00
plegall
fec62fc52b next release is 11.5.0 2021-05-14 14:53:18 +02:00
plegall
83d22c0849 (cp 1ce3877) fixes #1241 do not use no_photo_yet for normal users 2021-05-13 13:54:04 +02:00
plegall
1cb52de35d (cp b6a6227) related to #1387 3 sec delay before auto openning albums
The variable is given in php files and used in js
2021-05-13 13:53:37 +02:00
plegall
b066930b4a (cp 4b6c64b) fixes #1397 deactivating a user deletes all his sessions 2021-05-13 13:04:21 +02:00
plegall
9042c71807 (cp 444c653) fixes #1368 user with "guest" status get refused connection 2021-05-13 13:03:45 +02:00
plegall
22f4608b2e (cp 3e5acb7) fixes #1392 improve performances to find related albums
* new conf setting related_albums_maximum_items_to_compute (1000 by default). Beyond this number of photos in current set, do not try to find related albums.

* new conf setting related_albums_display_limit : only display the heaviest (most related) albums.
2021-05-04 17:22:20 +02:00
plegall
11e806d290 next version is 11.4.0 2021-03-19 11:16:55 +01:00
plegall
5f5836b61e (cp 5bc04d1) issue #1118 missing code in d0497f0 2021-03-09 11:53:25 +01:00
plegall
76a1124d61 (cp d0497f0) fixes #1118 competition between regexp models 2021-03-09 11:35:49 +01:00
plegall
a4a70c4ac3 (cp 649e73c) fixes #1334 change syntax to be compatible with PHP 5.3 2021-03-08 14:27:56 +01:00
plegall
08bba6830b (cp 26cc5d1) fixes #1361 check related albums against permissions 2021-03-08 12:56:18 +01:00
plegall
2b99e1aabd (cp 917c733) fixes #1344 add auth exception for pwg.images.uploadAsync
This method handles its own authentication and can be called by an anonymous request. Thus it should not be blocked by a $conf[guest_access] setting set to false.
2021-03-05 16:37:16 +01:00
plegall
f4fd186afb (cp e64acd0) fixes #1358 automatic call to pwg.extensions.checkUpdates can be deactivated 2021-03-05 12:21:13 +01:00
plegall
d5bf7aab8b next release is 11.3.0 2021-02-05 18:05:14 +01:00
plegall
2cb67c43d3 next release is 11.2.0 2021-01-31 16:28:05 +01:00
plegall
3fcafe3baa (cp 86047e2) fixes #1307 render album name on 11.x new features
* related albums
* move albums
* search albums
2021-01-31 14:00:49 +01:00
plegall
62e70504e6 next release is 11.1.0 2021-01-22 13:08:39 +01:00
plegall
1653a49704 (cp 86d212f) fixes #1292 ability to avoid the reserved words escape in pwg_query
Useful for conf_update_param because we don't want any modification in the config.value and we know we won't use the reserved words in the SQL.
2021-01-21 16:12:46 +01:00
plegall
0e7531515c (cp 17f4b8d) fix issue 1284 2021-01-21 10:06:28 +01:00
plegall
dcfbf54cd3 (cp 355e05a) fix issue 1284 2021-01-21 10:05:48 +01:00
plegall
9bbd53aff2 (cp a58d87e) change default configuration settings for a stable branch. Developers who need previous configuration settings can modify them in their local configuration
git cherry-pick 39d3c6883b
2021-01-08 12:14:49 +01:00
plegall
411ddc553f next release will be 11.0.0 2021-01-08 12:07:06 +01:00
plegall
7d7943b3ed fixes #1275 delete password reset key when email address is changed 2020-12-22 15:04:30 +01:00
plegall
a641b9eb08 fixes #1266 improve url parsing after bugs introduced for #626
* /categories/123-album/start-10 now works
* /categories/permalink1/permalink2/start-20 now works (each permalink can contain several "/")
2020-12-17 16:31:51 +01:00
plegall
af7e4028b0 fixes #1203 add API method pwg.images.uploadAsync
Available as a plugin for Piwigo 2.10, this method is now embedded in Piwigo 11. Designed to work with iOS app, can be used by any remote application.
2020-11-19 18:14:05 +01:00
plegall
ebab72b539 next version is 11.0.0beta5 (and not 2.11.0beta5) 2020-11-12 11:29:08 +01:00
plegall
56fd5dccd2 The branch is now only the first digits before the first dot in version number.
In order to change from versions 2.10.x to 11.x.y, Piwigo needs to only consider 11 as the branch, and not 11.x. Or else it will mess up with minor and major updates.
2020-11-12 11:29:08 +01:00
plegall
4f3880af89 fixes #626 related albums (menu, combine, url)
* ability to combine albums in URL index.php?/category/1/2/3 will consider 1 as $page['category'] and {2,3} as $page['combined_categories']

* new menu block "related albums" which displays only the hierarchy of albums related to the current set of photos, excluding current album(s). In the hierarchy, only the related albums have a link, not ancestors
2020-11-09 14:28:55 +01:00
plegall
1be34f33a4 fixes #1221 optionnaly include photos from sub-albums of an album matching the search request.
* use configuration setting quick_search_include_sub_albums (default=false) to activate this feature.
* the list of sub-albums is not displayed in the list of album results (to avoid too long lists).
2020-10-30 18:01:10 +01:00
plegall
d06637b755 fixes #1192 use HTTPS to call piwigo.org 2020-10-28 17:05:00 +01:00
plegall
6111b9a99c fixes #1247 remove hu.piwigo.org 2020-10-28 16:13:11 +01:00
plegall
6756838c0f next release is 2.11.0beta4 2020-10-02 11:21:53 +02:00
Maxime BOURMAUD
32ff00caec Feature#765 now it's possible to login with your email address (#770)
First we check for the username, if not found we check among email addresses.
2020-09-30 10:51:29 +02:00
plegall
b24c6c48f1 fixes #1069 config settings to promote mobile app (iOS only for now) 2020-09-29 15:12:19 +02:00
plegall
0530a64e91 fixes #1222 define calendar constants in calendar_base.class
So that we can include both calendar_weekly and calendar_monthly in the same script.
2020-09-11 10:34:06 +02:00
plegall
5841e2d34c next version is 2.11.0beta3 2020-08-30 11:31:10 +02:00
Zacharie
d4436b825d Issue #1208 : Implementation of the new album edit page 2020-08-13 11:56:57 +02:00
plegall
1fda692749 next version is 2.11.0beta2 2020-07-21 20:34:33 +02:00
Zacharie
16b6c399e8 Issue #1193 : Tag Manager Redesign
* Add a select dropdown to chose how many tag is displayed per page
 * Add a message beside selection's buttons to apply selection to all tags
 * Bug and design fixes
2020-07-08 18:18:24 +02:00
Zacharie
14cd4d3990 Issue #1193 : Add a pagination to the tag manager and fix design on dropdown 2020-07-08 18:18:23 +02:00
Zacharie
5deba88a5c Issue #1193 : Improvement of tag's manager
* Hide Tag item when there are more than 5
 * Change data format in Ajax calls
 * Remove useless code in tag.php
 * Remove pwg_token in pwg.tags.add
 * Minor design fixes
2020-07-08 18:12:50 +02:00
Zacharie
a3ab495446 Issue #1193 : Tag Manager redesign
* Create the new design of tag manager
 * Replace all actions by ajax actions
 * Add delete, rename, duplicate and merge tag's functions in the Piwigo API
 * Modification of group manager to match both designs
2020-07-08 18:12:50 +02:00
Zacharie
fd8394df07 Bug fixes on statistic page
* Statistic page is now more clean with 0 or 1 values (for new Piwigos)
 * Rectification of a mistake in functions_mysqli.inc.php (replace 'groups' by 'rank')
2020-06-17 14:31:15 +02:00
Zacharie
2e70ebf777 Several bug fixes
* Batch Manager no longer have a php error
 * Intro Graph display the actual week when it's monday
 * fix the "groups" reserved word
 * History is now summarize on the stats pag access
 * New piwigo no longer have PHP error due to stats.php
2020-06-16 12:20:04 +02:00
plegall
cb1d7522d8 next version is 2.11.0beta1 2020-06-12 16:12:02 +02:00
Zacharie
5aef3ebbbd Issue #1190 : Dashboard Charts Modifications
* Number of weeks for Activity Chart is now in configuration file
 * Tooltip change for activity chart and add for storage chart
 * General page design change
2020-06-12 15:47:15 +02:00
Zacharie
5d24541dca Issue #1189 : Add a compare mode on years and month in the statistic page.
* Number of years compared is a configuration variable (default 5)
 * Months compared are the actual, the last and the actual month the last year (you can also visualize the average last 12 months)
2020-06-12 15:33:35 +02:00
Zacharie
d4926f31aa Issue #1167 : Group manager action and design fixes
* Icon colour standardized with intro page in css
 * Dark mode colour changes
 * Load state changes on several actions (especially in delete popin)
 * Rename group action is now effective if the name didn't change
2020-05-19 17:28:22 +02:00
Zacharie
9a293dc1c5 Issue #1167 : Add pwg.groups.duplicate to API methods, add the merge action in group manager (and small code fixes) 2020-05-19 17:28:22 +02:00