Matthieu Leproux
fd82502f7c
related to #1679 fixing glitches on page titles
2022-07-05 14:13:30 +02:00
Ana Els
65acb988db
A couple of minor PHP 8 fixes that can be applied now
2021-08-03 10:54:52 +02:00
Sam Wilson
35f0450699
Sort filters by localized name
...
The `UC_name_compare` function isn't defined, but was being used
to sort the prefilter list. This change adds a anonymous function
to do the sort comparison (on the filters' NAME attribute).
2020-11-07 16:54:17 +01:00
Zacharie
842a8dff45
Adding the new batch manager implemented by Yann
2020-07-09 13:25:22 +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
72094c5f88
fixes #1090 move warning about missing checksums from dashboard to sync page
...
* avoid scaring users for a minor issue
* convert the warning message into a simple info
* simplify algorithm for detection and only search on relevant pages (batch manager + sync page)
2019-10-14 14:14:54 +02:00
plegall
e49c217441
fixes #1099 avoid JS error when there is no album associated to current photo set
2019-10-14 12:27:41 +02:00
plegall
ac5d00e89b
fixes #1098 make checksum computation block size configurable, and smaller by default
2019-10-14 12:22:53 +02:00
Sam Wilson
05fb7aafd4
Order by the field(s) used to find duplicates
...
When searching for duplicates, also sort the results by the
fields used to find the duplicates.
2019-07-17 15:22:53 +02:00
plegall
fc193f7474
issue #830 simplify PHP files header, remove copyright/license info
2019-06-04 17:13:51 +02:00
plegall
940d1d2e8c
issue #552
...
* many more admin actions are logged into activity table
* use the activity.details as an associative array (serialized in database)
2019-04-01 16:19:09 +02:00
Teatek
b8d6f01b38
fixes #966 progression bar for sync metadata
...
* [Batch Manager] adding progression bar for metadata sync action
* [Batch Manager] display the number of synchronized photos in the success message
2019-01-27 17:16:13 +01:00
Teatek
b05241f508
Fixes #272 missing md5sum
...
* dashboard: add warning if missing checksums
* add a "compute all missing md5sum" option in batch manager (inspired by delete orphans)
* progress bar when computing md5sums
2019-01-22 10:26:52 +01:00
plegall
b6d61a78bb
fixes #838 , tells PHP how many photos were deleted in Batch Manager
2018-02-08 13:03:26 +01:00
plegall
1a348ab30b
fixes #224 , batch manager, ability to configure default number of images per page
2017-04-10 13:38:47 +02:00
plegall
e6e7465b9d
fixes #593 , delete by blocks of 100 photos, with a progress bar
2016-12-26 23:24:29 +01:00
plegall
419538a149
fixes #545 , add dimensions/filesize on batch manager thumbnail tooltips
2016-11-10 11:51:07 +01:00
plegall
18791eb440
bug #529 , protect batch manager against CSRF
2016-09-27 14:21:55 +02:00
plegall
f9f077bb15
fixes #452 , update images.lastmodified when changing tag list
2016-06-23 12:37:43 +02:00
plegall
d1cb1f86a8
bug #466 fixed, new album listed when moving photos
...
In the batch manager, merge action blocks "associate" and "move" because they
follow the same pattern (list of albums + create new).
2016-05-02 16:09:50 +02:00
plegall
c789347c51
happy new year 2016, all headers updated
2016-01-14 12:17:58 +01:00
plegall
92224bcbf4
fix #357 make orphans photos more obvious
...
... and easy to delete them all in one click. The orpans, if any, is shown as an entry in the "Photos" menu (link on Batch Manager). In the Batch Manager, new action "delete_orphans" next to prefilter.
2015-10-09 20:17:27 +02:00
mistic100
9d0357e889
filter "dissociate" action + display bug of Selectize widget
...
git-svn-id: http://piwigo.org/svn/trunk@29760 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23 09:28:26 +00:00
mistic100
06cc578798
too much redirects
...
git-svn-id: http://piwigo.org/svn/trunk@28701 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 08:28:59 +00:00
mistic100
a02717a879
on batch manager global move "invalidate_user_cache" AFTER database updates (SmartAlbums compatibility)
...
git-svn-id: http://piwigo.org/svn/trunk@28700 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 08:14:59 +00:00
mistic100
4bd32005b5
feature 3010 : replace trigger_action/event by trigger_notify/change
...
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 07:55:46 +00:00
rvelices
8aaa3612eb
simplify batch manager overly complicated and expensive sql call
...
git-svn-id: http://piwigo.org/svn/trunk@28559 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-29 05:20:21 +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
mistic100
ad10a97f4a
feature 3077 : use selectize on batch_manager_global, cat_modify and photos_add_direct
...
+ rewrite "add album" popup (more flexible and working with selectize)
git-svn-id: http://piwigo.org/svn/trunk@28533 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24 16:24:52 +00:00
mistic100
fea2a4efd1
feature 3077 : improve cache invalidation
...
- add "lastmodified" automatic field for categories, groups, users, tags and images tables
- provide a "server key" to the client cache manager
git-svn-id: http://piwigo.org/svn/trunk@28532 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24 14:18:04 +00:00
mistic100
40fa9b3cdb
feature 3077 : use Selectize on batch_manager_global
...
git-svn-id: http://piwigo.org/svn/trunk@28502 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-18 15:15:25 +00:00
mistic100
97ffdb2edc
feature 2679 : allow to change creation time
...
git-svn-id: http://piwigo.org/svn/trunk@28500 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-18 10:58:53 +00:00
mistic100
914b6d96d2
feature 3080 : simpler date inputs (one input + fontello + picker selects)
...
git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 22:04:36 +00:00
rvelices
99ea8d67d4
- dont't invalidate_user_cache on batch manager refresh photo set or add/remove caddie or generate/delete derivatives
...
- removed double sql query from batch_manager_global
git-svn-id: http://piwigo.org/svn/trunk@28490 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 05:58:07 +00:00
rvelices
1f3f5ff73f
bug 3069: add quick search as filter in batch manager
...
git-svn-id: http://piwigo.org/svn/trunk@28087 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-05 19:24:27 +00:00
mistic100
636650309a
Update headers to 2014. Happy new year!!
...
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05 00:19:25 +00:00
mistic100
ae707279a1
remove all array_push (50% slower than []) + some changes missing for feature:2978
...
git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 17:43:04 +00:00
mistic100
2f08283864
feature 2978: remove useless sprintf in the core
...
git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 11:04:11 +00:00
mistic100
cfdfeb989d
feature 2969: Unified Batch Manager URL
...
git-svn-id: http://piwigo.org/svn/trunk@24834 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 11:07:45 +00:00
ddtddt
1a49137acc
[trunk] - bug l'indentation
...
git-svn-id: http://piwigo.org/svn/trunk@24526 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 21:29:44 +00:00
ddtddt
fe8e2c9a06
[trunk] - feature:2961 Thanks to msakik for report
...
git-svn-id: http://piwigo.org/svn/trunk@24525 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 21:20:30 +00:00
flop25
46040738d8
bug:2808
...
add "Your Favorites" to the filters of the Batch Manager
git-svn-id: http://piwigo.org/svn/trunk@23746 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-02 19:59:34 +00:00
flop25
3edee07252
language changed to match the one defined in lang files
...
git-svn-id: http://piwigo.org/svn/trunk@20489 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-30 19:04:35 +00:00
plegall
4bc775e479
update Piwigo headers to 2013 (the end of the world didn't occur as expected on r12922)
...
git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 12:35:02 +00:00
rvelices
05671cf18c
batch manager - remove unused code, less sql queries and avoid 4 calls to same display_select function
...
git-svn-id: http://piwigo.org/svn/trunk@18573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-09 04:58:57 +00:00
mistic100
b5f020ee66
bug:2756 feature:2737 on batch manager use "tag" url parameter instead of re-use "cat"
...
git-svn-id: http://piwigo.org/svn/trunk@18459 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 14:14:25 +00:00
rvelices
4eb43c1406
batch manager improvements/fixes:
...
- when refreshing photo set, start is set to 0 (otherwise if the new set is smaller that start, it looks like it is empty)
- correct positioning of thumbnails (width/height) is done in template instead of javascript (immediate instead on ready + no reflows)
- less space lost on batch manager page
- fix wrong page title in batch manager because of global variable $title overriden
- fix language keys in element_set_ranks (capital/lowercase issue)
git-svn-id: http://piwigo.org/svn/trunk@17289 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 16:59:06 +00:00
rvelices
1b54eb8e9c
bug 2615 php notice in calendar amd web service
...
multisize improve handling of cases where the original is smaller than a requested derivative, but rotation/watermarking is required
git-svn-id: http://piwigo.org/svn/trunk@14143 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-14 04:52:20 +00:00
rvelices
b95925dcaa
multisize: remove 2 php warnings, delete custom derivatives (batch man + maintenance), watermark applied to custom derivatives
...
git-svn-id: http://piwigo.org/svn/trunk@13651 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-20 04:13:35 +00:00
plegall
adf689b9c9
feature 2596: Batch Manager, improve ergonomy on privacy level filter
...
git-svn-id: http://piwigo.org/svn/trunk@13646 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 11:07:08 +00:00