plegall
d651fe38cd
fixes #583 check PHP version requirement before update
...
* piwigo.org can now tell Piwigo which version of PHP is required for each version of Piwigo. If the installed version of PHP is too old, do not let the user update.
* slight visual enhancements on the update page
2020-11-04 17:38:09 +01:00
Adrian Siemieniak
f09e3e7c0a
Some (most) of downloaded pictures came corrupted (completelly different binary file, but of the right size). After investigation, it looks like we need to "ob_clean — Clean (erase) the output buffer" and "flush — Flush system output buffer" before doing readfile().
2020-11-01 16:34:47 +01:00
Louis
eacad2a4b8
fixes #1240 use a modern and customizable confirmation popins
...
* plugins: install, restore, deactivate all, uninstall, delete
* themes: delete
* languages: delete
* maintenance: lock gallery, purge history detail, purge history summary, purge search history and delete all sizes butto
* rates: delete user rates
* sites: remove a site
* updates: update all extensions
* users: delete
batch manager now confirms deletion of derivative like deletion of photos (no more alert popin)
theme manager: box styling like plugins, delete is in dropdown, with icon for activate and delete
2020-10-31 16:53:45 +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
Louis
d343959372
fixes #1248 translate escape
...
added escape to the str_no translation so it doesn t crash js
2020-10-30 16:47:56 +01:00
plegall
4bb4071a8a
fixes #670 change default date to 1970 instead of year 0000
...
It was already this default value for Piwigo installed on version 2.9+. This upgrade script is for Piwigo installed previously. The 0000 default year might cause issues with MySQL 5.7+
2020-10-30 11:10:40 +01:00
plegall
7a74f06037
fixes #553 smartly remove the old history.summarized column
...
Only when we have as few lines as possible in the history table, not before.
2020-10-28 18:08:59 +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
ff47637ce2
fixes #1215 only activate installation language, not all available languages
2020-10-28 15:55:58 +01:00
Louis
c464cdc7c1
Merge branch 'master' of github.com:Piwigo/Piwigo
2020-10-27 18:20:42 +01:00
Louis
5b352275be
fixes #1244 easier exit
...
easier exit out of the group list window via escp or right click outside, also added clearer message of whichi user is added when adding a user inside a group
2020-10-27 18:20:12 +01:00
plegall
3e58f67c0f
fixes #525 add trigger at the end of add_uploaded_file
2020-10-26 16:26:31 +01:00
Louis
f8f219b6ee
#1237 menubar closed in dashboard/plugin
...
menubar doesn t open an extension like it used to, for example dashboard opend photos and plugins opened tools below
2020-10-22 15:40:29 +02:00
Louis
5ac32db33e
plugin lnik is now standalone like dashboard
2020-10-22 15:40:29 +02:00
Louis
ba6b119e0c
fixes #1239 tags refresh
...
tags now refresh when creating a new one, also remove wrong translation of display and input focus when clicking on the add button
2020-10-15 11:48:18 +02:00
Louis
b2c03527db
fixes #1238 tag input decay
...
tag input decays by 1 pixel, fixed padding in the input and icon validate to stay at 38 px
2020-10-15 11:21:23 +02:00
Louis
4cec6f77e2
Merge branch 'master' of github.com:Piwigo/Piwigo
2020-10-13 17:56:53 +02:00
Louis
73b149d5ed
fixes #1236 adding translation in album edit page
...
album edit page translation in en_UK and fr_FR
2020-10-13 17:56:22 +02:00
Louis
cbec7a29cb
fixs #1236 adding translation in album edit page
...
album edit page translation in en_UK and fr_FR
2020-10-13 17:55:09 +02:00
Louis
37f90c90c3
fixes #1235 capitalized words in actions
...
In album edit page, the actions had every word capitalized, so I removed text-transform:capitalize from theme.css, then added translation for french and UK but with Capitlalized actions names who where modified in cat_modify template
2020-10-13 17:49:41 +02:00
Louis
54eac47699
fixes #1234 added translation for tag manager page
...
added translations for the strings used in this page especially the format strings, added the base entries in en_UK and some translations for fr_FR
2020-10-13 16:31:28 +02:00
plegall
ba28f1276c
[FR] album is masculine
2020-10-13 09:51:58 +02:00
plegall
6cd492174a
remove useless tooltip on createFirstAlbum button
2020-10-13 09:50:32 +02:00
Louis
04f8d055a6
fixes #1233 better skeleton template
...
better skeleton template which starting at 2 divs adds more until there is a scrollbar then removes one to have as much <div> as possible in the skeleton template
2020-10-12 16:55:06 +02:00
Louis
993b8a190b
fixes #1232 unnecessary help button
...
unnecessary help button in search album page, hidden via display none in thme.css and commenting the show help in cat_search.tpl
2020-10-12 16:42:11 +02:00
Louis
a3cedff225
fixes #1231 translation search album
...
adding translation in en_UK and fr_FR for the search album page
2020-10-12 16:35:45 +02:00
Louis
ca49e25e1b
fixes #1230 no groups error
...
Avoid using count on the groups variables if it is empty or undefined with ternary expression
2020-10-12 16:24:31 +02:00
Louis
4908e31565
fixes #1229 album properties table css
...
Fix the css of the double select on the app by setting the width to 100% to the categoryList, the doubleSelect and to 50% to the <td> inside the table
2020-10-12 16:15:29 +02:00
plegall
6756838c0f
next release is 2.11.0beta4
2.11.0beta4
2020-10-02 11:21:53 +02:00
plegall
c2040f6243
issue #1069 forgot to set new settings at install
2020-10-02 10:10:10 +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
83242047f1
fixes #662 replace obsolete dump (database export) by a simple message
...
The message is copied from update guide on piwigo.org
2020-09-28 12:55:19 +02:00
plegall
494d99598d
fixes #1223 clean variables to manage lock/unlock
2020-09-22 16:18:54 +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
Zacharie
e541bd036f
Minor changes on search album page
2020-09-03 17:13:42 +02:00
Zacharie
ad621844b3
Fixes on search album page
2020-09-03 16:41:11 +02:00
Zacharie
563e781ca0
Design change on Search album page
2020-09-03 16:01:45 +02:00
Zacharie
6b7a4938f7
Merge branch 'master' of https://github.com/Piwigo/Piwigo
2020-09-03 15:20:32 +02:00
Zacharie
d527c47023
Add a new tab to manage album page : search album (based on Hannah mock up), minor changes in button behaviour on add photo page
2020-09-03 15:18:44 +02:00
plegall
1e382f50a0
batch manager: move and simplify the displayed level, due to new buttons organization and better support for modern CSS
2020-09-01 19:07:50 +02:00
Zacharie
34bff6fec4
Change buttons behaviour on add photo page (change buttonLike to buttonGradient and vice versa)
2020-09-01 13:52:12 +02:00
plegall
5841e2d34c
next version is 2.11.0beta3
2.11.0beta3
2020-08-30 11:31:10 +02:00
Hannah
5bdbb332bc
Dark mode css changes
...
plugin title color made #aaa
2020-08-20 10:43:29 +02:00
Hannah
3e599c7ce2
Small css changes mainly to dark mode colors
...
Changes to colors in dark mode
Changes to padding for "?" on group manager page
Adds padding to theme page buttons
Changes weight of icon-toggle-off
2020-08-19 11:12:47 +02:00
Hannah
de1613cead
Changes "jump to ..." to "open in gallery"
...
String open in gallery added to EN and FR
String on edit photo and edit album page changed
2020-08-18 17:02:22 +02:00
plegall
c0a30aad85
do not reset specific macos font rendering everywhere, only in dropdowns
2020-08-18 16:11:08 +02:00
Zacharie
69cee6540a
Global redesign and bug fix
...
* Redesign of album manager to correspond to the group manager
* Bug fix on move album : album can now be moved in first place
* Design fixes on album edit, especially on thumbnail
* Minor design fixes
2020-08-13 18:32:36 +02:00
Zacharie
e1dd8ab3ce
Adding a dice icon
2020-08-13 18:08:14 +02:00