Commit Graph

11342 Commits

Author SHA1 Message Date
plegall d58a24c882 fixes #302, file extension case insensitive for sync
if $conf['picture_ext'] contains "jpg", Piwigo sync will accept {jpg,JPG,Jpg,jPg,jpG,...}
2017-04-07 15:25:10 +02:00
plegall 1c5b36f734 fixes #235, show/hide edit/caddie/representative icons on index.php or picture.php 2017-04-07 14:20:19 +02:00
plegall 03c2d12991 add icon on "save settings" button for configuration tabs 2017-04-06 16:01:41 +02:00
plegall b0ae23e34d fixes #428, ability to hide "sizes" icon on index.php or picture.php 2017-04-06 15:55:23 +02:00
plegall 1d5279e4a8 fixes #647, use the constant instead of hard coded table name 2017-04-04 15:19:24 +02:00
Piwigo-TranslationTeam dfefe94138 Update vi_VN, thanks to dummy 2017-04-04 06:54:51 +02:00
Piwigo-TranslationTeam 95c6ad92ed Update sl_SI, thanks to MarkoAm 2017-04-04 06:54:25 +02:00
Piwigo-TranslationTeam b77c6345a9 Update de_DE, thanks to e-dschungel 2017-04-04 06:54:17 +02:00
Piwigo-TranslationTeam ec0041c39e Update de_DE, thanks to e-dschungel 2017-04-04 06:54:01 +02:00
plegall df1c665e62 fixes #309, ability to show album descriptions on all pages
(not just the first page)
2017-04-02 17:36:00 +02:00
Piwigo-TranslationTeam 26ca7f94e7 Update ja_JP, thanks to ryoon 2017-03-31 23:08:05 +02:00
Piwigo-TranslationTeam d7ff1f8eb3 Update fr_FR, thanks to plg 2017-03-31 23:07:56 +02:00
plegall 6011ae152d update language directory from the "translation" branch
simple copy, based on commit cb0d43c596
2.9.0RC1
2017-03-31 15:55:26 +02:00
plegall e249232684 new version is 2.9.0RC1 2017-03-31 15:34:43 +02:00
plegall ef76264a62 Merge branch 'feature/343-quick-search-albums' 2017-03-31 14:56:01 +02:00
plegall 2ea5a359fe fixes #506, additional checks before deleting files
During upgrade of theme/plugin/language, we add some more test to prevent
transversal path
2017-03-31 14:45:30 +02:00
plegall 2ef52d20b5 filter search on albums with permissions 2017-03-30 16:10:18 +02:00
plegall f0195903c2 typo: fill $qsr->cat_iids and not tag_iids 2017-03-30 16:04:31 +02:00
plegall 9783a61490 fixes #571, album deletion, do not alert about deleting 0 (zero) orphan photos 2017-03-30 15:49:05 +02:00
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
Piwigo-TranslationTeam cb0d43c596 Update es_ES, thanks to petaqui 2017-03-30 06:23:34 +02:00
Piwigo-TranslationTeam cda6b4a170 Update nb_NO, thanks to paulen 2017-03-30 06:23:26 +02:00
Piwigo-TranslationTeam 9b98434d05 Update de_DE, thanks to Joergen 2017-03-30 06:23:17 +02:00
Piwigo-TranslationTeam 4c98a089e0 Update es_ES, thanks to petaqui 2017-03-30 06:23:09 +02:00
Piwigo-TranslationTeam cb9ea3f571 Update vi_VN, thanks to dummy 2017-03-30 06:23:00 +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
Piwigo-TranslationTeam 9dc74cb228 Update ro_RO, thanks to enels 2017-03-27 20:48:56 +02:00
Piwigo-TranslationTeam 895f8ad5cb Update eo_EO, thanks to axel584 2017-03-27 20:48:46 +02:00
plegall 609a3f1c1a feature #471, move check new versions in updates class 2017-03-27 12:17:50 +02:00
Piwigo-TranslationTeam 0bc1c0ecd0 Update mn_MN, thanks to Ulzii 2017-03-27 06:26:18 +02:00
Piwigo-TranslationTeam f9414b8c0c Update uk_UA, thanks to StreamThreader 2017-03-26 22:36:49 +02:00
Piwigo-TranslationTeam c4d4006f43 Update ca_ES, thanks to josep.torne 2017-03-26 21:34:01 +02:00
Piwigo-TranslationTeam 21b4fe7869 Update tr_TR, thanks to Nakre 2017-03-26 21:33:52 +02:00
Piwigo-TranslationTeam 303865c4a0 Update tr_TR, thanks to katpatuka 2017-03-26 21:33:43 +02:00
Piwigo-TranslationTeam 01ea727ea2 Update ro_RO, thanks to enels 2017-03-26 21:33:33 +02:00
Piwigo-TranslationTeam 931202b7b5 Update fr_FR, thanks to rio 2017-03-26 07:55:04 +02:00
Piwigo-TranslationTeam e1e6c2e370 Update it_IT, thanks to rio 2017-03-26 07:54:55 +02:00
Piwigo-TranslationTeam 169472e482 Update it_IT, thanks to rio 2017-03-26 07:54:46 +02:00
Piwigo-TranslationTeam 39abaf2d51 Update lv_LV, thanks to agrisans 2017-03-24 23:18:29 +01:00
Piwigo-TranslationTeam ee10b88287 Update da_DK, thanks to Kaare 2017-03-21 17:48:47 +01:00
Piwigo-TranslationTeam 04a131c9fc Update da_DK, thanks to Kaare 2017-03-21 17:48:39 +01:00
Piwigo-TranslationTeam 288e5b7398 Update da_DK, thanks to Kaare 2017-03-21 17:48:30 +01:00
Piwigo-TranslationTeam 6a43866c3b Update da_DK, thanks to Kaare 2017-03-21 17:48:22 +01:00
Piwigo-TranslationTeam 0f6fb15d63 Update da_DK, thanks to Kaare 2017-03-21 17:48:13 +01:00
Piwigo-TranslationTeam f1c253e09c Update da_DK, thanks to Kaare 2017-03-21 17:45:17 +01:00