Commit Graph

10101 Commits

Author SHA1 Message Date
plegall c5cd5cd216 issue #343, quick search takes album into account
I basically duplicated qsearch_get_tags as qsearch_get_categories and replaced
"tag" by "cat" + obvious changes like table name to query. I also used the
resulting $qsr->cat_iids for merging with other results.
2017-03-30 15:27:20 +02:00
plegall d50aa7476c fixes #191, auto reset $_SESSION['need_update'] on new version
To avoid saying the user a new version is available after a manual upgrade
(which didn't reset the $_SESSION['need_update'] variable)
2017-03-30 11:41:01 +02:00
plegall 0a85001ae8 feature #471, bug fixed (wrong variable in condition) 2017-03-29 18:55:14 +02:00
plegall 3371ef1734 only versions x.y.z can be checked against new version, not x.y.zbetaN 2017-03-29 18:54:08 +02:00
plegall 37c7902879 fixes #471, launch check for new version on page_tail 2017-03-29 15:44:07 +02:00
plegall ae34f3859a feature #471, new method notify_piwigo_new_versions
to detect if there are new versions to notify (and if notification should be done at all)
2017-03-29 15:41:42 +02:00
plegall 5d5e6e2b59 pwg_mail_admins: ability to include current user + filter on webmasters 2017-03-29 15:07:34 +02:00
plegall 609a3f1c1a feature #471, move check new versions in updates class 2017-03-27 12:17:50 +02:00
plegall 48c4b88fec fixes #638, improve speed on finding sub-categories 2017-03-20 11:58:52 +01:00
plegall 5a80c0a604 user manager, ability to open the user add form with url parameter
to prepare the Tour of 2.9 new features
2017-03-16 15:42:58 +01:00
plegall a51fdb3cfd batch manager: ability to filter on a specific duplicates option
example : admin.php?page=batch_manager&filter=prefilter-duplicates-checksum

this is to prepare Tour of 2.9 new features
2017-03-16 15:33:38 +01:00
plegall 44724ff7b2 syntax error in language file 2017-03-09 17:22:03 +01:00
plegall 0ef1ef83f4 issue #471, prepare language strings
... for notification email of new version available
2017-03-09 14:08:12 +01:00
plegall e59f69c3a5 fixes #300, album sort by date, make obvious we use photo dates 2017-03-09 11:58:06 +01:00
plegall 45cacb4ebd fixes #543, cleaner/simpler "remove filter" icon 2017-03-08 11:30:58 +01:00
plegall d93af0030f issue #420, language strings for MacShareToPiwigo + Piwigo Remote Sync 2017-03-07 15:57:39 +01:00
plegall 7d3c4e17e4 issue #420, missing url for Piwigo Remote Sync 2017-03-07 15:53:26 +01:00
plegall 10a64e134a issue #420, move Piwigo Remote Sync in first position 2017-03-07 15:50:23 +01:00
plegall ced366456c issue #420, add MacShareToPiwigo 2017-03-07 15:22:10 +01:00
plegall 6258a0c9cf issue #420, add Piwigo Remote Sync 2017-03-07 14:50:11 +01:00
plegall 069581b80d issue #420, remove Piwigo for Android, not up-to-date 2017-03-06 16:30:49 +01:00
plegall e62f90fe4c issue #420, remove pLoader from list of applications 2017-03-06 15:32:02 +01:00
plegall 479204bd17 fixes #304, disable autoWidth on dataTables
Seems to avoid misalignement on Internet Explorer and offers a better user
experience when you modify width of your web browser.
2017-03-02 16:30:45 +01:00
plegall 294fb8c728 fixes #257, admin ratings, filter on album 2017-03-02 16:11:30 +01:00
plegall 4d800292c2 fixes #178, hide menu identification on identification page
+ redirect to gallery root when opening idenfication page while identified
2017-03-02 14:25:01 +01:00
plegall ea7e6d76e6 fixes #291, add function categories_integrity
to check and repair integrity on categories. For example,
image_category.category_id should always be linked to a categorie.id,
if not we delete the orphan line.
2017-03-02 12:27:31 +01:00
plegall c594112746 fixes #424, update mdetect.php to version 2015.05.13 2017-03-02 11:15:52 +01:00
plegall 58ccafd443 fixes a few issues on alignement/color with dataTables 1.10 2017-02-10 19:59:59 +01:00
plegall 370bc6e8f4 bug fixed: no blank space under admin menu separator for plugins 2017-02-10 15:39:42 +01:00
plegall 812892e6be next version is 2.9.0beta2 2.9.0beta2 2017-01-28 19:52:47 +01:00
plegall 4c475174d3 fixes #591, add links on dashboard items 2017-01-27 17:11:40 +01:00
plegall 32ca0a088d fixes #590, "history" menu goes to current month 2017-01-27 16:49:40 +01:00
plegall 6ec3f2d0fa fixes #600, avoid html in web uploaded filenames 2017-01-27 11:13:00 +01:00
plegall 746c796d9d add language strings for new dashboard 2017-01-25 14:20:47 +01:00
plegall ce8b99bda0 add icons on Batch Manager 2017-01-25 14:19:00 +01:00
plegall a793a35f09 add 2 icons for Batch Manager tabs (global/unit) 2017-01-25 14:16:06 +01:00
plegall 309b2f4476 feature #606, check pwg_token and display error (if any) 2017-01-24 17:29:28 +01:00
plegall 446b616eea Merge branch 'feature/606-delete-orphans-by-block' 2017-01-24 15:18:48 +01:00
plegall c43a73c3a0 feature #606, add new language string 2017-01-24 15:17:36 +01:00
plegall 53ebd7a663 feature #606, deletion of orphans managed on frontend
recursive loop on pwg.images.deleteOrphans as long as there are orphans
remaining.
2017-01-24 15:13:10 +01:00
plegall a93dba2f52 feature #606, make sure we delete oldest images first 2017-01-24 15:12:13 +01:00
plegall 3466c432e1 feature #606, backend API method pwg.images.deleteOrphans
This method will delete a block of orphans and return the number of remaining orphans.
2017-01-24 15:09:52 +01:00
modus75 828bb42ce3 Fix quick search (in php 0=='' but 0!=='') !!! 2017-01-13 21:22:20 +01:00
plegall a5afce8af0 replace tabs by space for indentation 2017-01-12 14:35:13 +01:00
plegall 50860ffdb6 feature #593, send image_ids as a coma separated string
... as in 3fb5651143
2017-01-12 14:33:56 +01:00
modus75 37fc55e6b6 issue 593 - batch manager block deletion; simpler php code + exact progress feed back ... 2017-01-10 21:24:25 +01:00
plegall bf5b50c979 Merge branch 'feature/593-delete-by-blocks' 2017-01-10 16:15:11 +01:00
plegall 743bbb61f4 feature #593, simplify detailed output for pwg.images.delete 2017-01-09 14:33:26 +01:00
plegall edff7540eb feature #593, dynamic bloc size instead of fixed at 100.
1000 by default or half of the element list. The action should alway require at
least 2 ajax calls, even for 2 photos to delete (exception for 1 photo, of
course)
2017-01-09 14:10:39 +01:00
plegall 3fb5651143 feature #593, send image_ids as a coma separated string
... instead of a list, because default behavior of web servers is to limit
the number of input fields and we don't want such a limit.
2017-01-09 14:07:47 +01:00