plegall
b24c6c48f1
fixes #1069 config settings to promote mobile app (iOS only for now)
2020-09-29 15:12:19 +02:00
Zacharie
3b1c929e5c
Issue #1200 : Design implementation and ajax implementation of changing parent and rank
2020-08-13 11:40:52 +02:00
Zacharie
0ada6754ef
Change legend's tags css, add icon to a grand part of legend's tags
2020-08-04 15:22:30 +02:00
Zacharie
b32daddafe
Issue #1189 : Statistic page redesign
...
* Statistic page totally redesign, replace by a single graphic which display for last hours, days, months and years
* Add Chart.js plugin for graphic representation
* Add Moment.js plugin for time operations
2020-06-12 15:33:35 +02:00
Zacharie
490f43c52b
Issue #1167 Implement Group Member Manage, Group manager fixes
...
* Adding and removing members now works in the Member manager popup
* Implement an intelligent research input for adding users
* Add the plugin confirm.js
* Add a confirm popup for the group deletion
* Implement the "Set as group for new users" action for groups
2020-05-19 17:28:22 +02:00
Hannah
5bf85c982b
fixes #1179 use standard structure for icons to remove a tag in a combined tags search
...
use standard structure for icons to remove a tag in a combined tags search
The icon displays with 2 tags combined instead of 3
To avoid breaking all themes, we keep the old style by default, but the new style is available. The upgrade to 2.11 documentation will mention it.
2020-04-27 10:00:12 +02:00
plegall
54154eb834
fixes #1052 separate themes from Piwigo core repository
...
* Sylvia : https://github.com/Piwigo/piwigo-Sylvia
* elegant : https://github.com/Piwigo/piwigo-elegant
* smartpocket : https://github.com/Piwigo/piwigo-smartpocket
* dark : https://github.com/Piwigo/piwigo-dark
* clear : https://github.com/Piwigo/piwigo-clear
2019-08-06 17:52:04 +02:00
Wei-Chung Wen
ad6e96b82c
Fixes #1004 Error using Piwigo from Android with smartpocket theme
...
Using SmartPocket theme in Android 9's Chrome gives this error:
"Uncaught TypeError: Cannot read property 'toString' of null"
The error is caused by the following code
e.navigator.userAgent.match(/Android (\d+.\d+)/)
because the userAgent set by Chrome in Android 9 reads:
"Mozilla/5.0 (Linux; Android 9; H4133) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Mobile Safari/537.36"
Signed-off-by: Wei-Chung Wen <morisato3711@gmail.com >
2019-07-12 13:52:29 +02:00
plegall
fc193f7474
issue #830 simplify PHP files header, remove copyright/license info
2019-06-04 17:13:51 +02:00
Teatek
a4187cabf0
Fixes #247 number of photos in breadcrumb
...
* Fixes #247 (Adding a span and a class to modify the picture number in the breadcrumb with css)
* same for menubar categories
2019-02-15 15:34:43 +01:00
flop25
83dac227cf
cleaning code and wrong EOL
...
additional semicolon, uses of === instead of ==
2017-09-05 18:52:15 +02:00
flop25
06a50ca8b0
Feature #759 , choose to display all Tags and/or current ones
...
This commit introduces a new config var and a minor change in a tpl
(language key switch)
It also change the default behaviour; can be set back to the previous
one with $conf['menubar_tag_cloud_content'] = 'current_only'
Potential Performance issue; test needed
2017-09-05 14:47:27 +02:00
flop25
47164bc737
fixes #603 no more use of include in tpl for comment_list
...
so comment_list can be replaced via template extension or extensions
No HTML changes just tpl and php
2017-09-01 17:39:26 +02:00
plegall
9f7363f12c
fixes #326 , no more JS broken when elegant menu switcher is disabled
2017-04-10 12:16:08 +02:00
plegall
a4da0f9cce
remove debug trace
2017-04-09 12:38:36 +02:00
plegall
cd86634b00
fixes #426 , count views on SmartPocket
2017-04-09 12:34:45 +02:00
plegall
e47568b087
fixes #490 , less visible borders on tags by letter
2016-07-13 19:28:15 +02:00
plegall
ee737aeed7
Merge branch '2.8'
2016-07-07 18:22:22 +02:00
plegall
cfb62ec79b
fixes #270 add password reset form to smartpocket
2016-07-05 13:37:51 +02:00
plegall
e4a3b92fa4
fixes #440 , update search page on SmartPocket theme
...
... to include new features of Piwigo 2.7 and 2.8
2016-05-03 15:04:42 +02:00
plegall
b544ee3948
fixes #440 , update search page on SmartPocket theme
...
... to include new features of Piwigo 2.7 and 2.8
2016-05-03 15:02:29 +02:00
modus75
8c1a4a181c
issue #378 upgrade datatables to 1.10.11
2016-03-09 22:01:25 +01:00
modus75
7dd5029fc6
Merge branch 'feature/378-upgrade-datatables'
2016-03-09 21:54:47 +01:00
plegall
2e071ba4a1
merge --squash from translation up to f9fecd0be0
...
git merge --squash is simpler for the first time, then we plan to do cherry-pick
2016-03-08 10:51:10 +01:00
plegall
d80d853a23
fixes #431 , all themes/languages get version "auto"
2016-03-08 10:13:13 +01:00
plegall
1928125edc
fixes #425 , update piecon.js
2016-02-26 19:39:36 +01:00
plegall
ca910609e9
copyright watermark for 2016
2016-02-26 16:06:54 +01:00
modus75
8b51eb1b40
upgrade datatables to 1.10.11 (issue #378 )
2016-02-18 21:33:06 +01:00
plegall
713bc49746
feature #355 , apply search by word on tags
...
we "simulate" a search by tag, but we still perform a "search by words" AND "search by tags", which lead to different result compared to "word on title OR file OR description OR tags"
2016-02-13 18:36:55 +01:00
plegall
718fe065f7
feature #360 , add CSS class on navigation links
...
navPrevNext and navFirstLast, to make it possible to hide them.
2016-02-12 14:09:29 +01:00
plegall
025bc0533d
bug #405 , keep vanilla Smarty and remove {strip} for CSS emails
2016-01-22 22:01:42 +01:00
plegall
c789347c51
happy new year 2016, all headers updated
2016-01-14 12:17:58 +01:00
Damien Sorel
e756ba2d79
Typo in slideshow template
2016-01-10 10:52:41 +01:00
plegall
4aeedb5a2e
feature #392 , authentication keys, album notification
...
* On album notification (for a group), sends one distinct email for each user
with a new authentication key.
* When someone clicks the link with auth=<key> in URL, if the user is not
already connected, Piwigo will automatically connect the user.
2015-12-31 19:59:08 +01:00
plegall
e439de1612
feature #379 , multiple format, consider the original as a format
2015-12-22 19:04:00 +01:00
plegall
e7183e91d9
use window.SwitchBox instead of duplicating code
2015-12-20 20:38:30 +01:00
plegall
89bc74b3f3
feature #379 , multiple format, labels
...
Ability to customize, with $lang['format CR2'] = 'RAW Canon' (in LocalFiles Editor) for example
2015-12-20 15:44:01 +01:00
plegall
b1b9199258
feature #379 , multiple format, hide url on download link
2015-12-17 14:06:04 +01:00
plegall
c3b748ecbf
feature #379 multiple format, step 2: download formats
...
* if formats are available, replace the download link on picture.php by a switchBox with all formats
* register format in the history table for future statistics
2015-12-07 10:54:18 +01:00
modus75
27389102d1
upgrade jquery from 1.11.1 to 1.11.3
2015-11-27 21:58:18 +01:00
mistic100
90809a1185
invalid js in SwitchBox
...
git-svn-id: http://piwigo.org/svn/trunk@31080 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-12 09:55:51 +00:00
plegall
e21c62eb04
bug 3179 fixed: back merge r26971 (bug:2700) which introduced jBreadCrumb with this bug on Safari and not working. Maybe a future plugin instead.
...
git-svn-id: http://piwigo.org/svn/trunk@30970 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16 09:00:29 +00:00
ddtddt
4fc404594d
[Trunk] - theme - Language - update prepare 2.7.4
...
git-svn-id: http://piwigo.org/svn/trunk@30961 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-15 08:15:17 +00:00
Piwigo-TranslationTeam
2a483632f9
Update de_DE, thanks to bigant
...
git-svn-id: http://piwigo.org/svn/trunk@30834 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-01 08:53:11 +00:00
Piwigo-TranslationTeam
039a118a99
Update es_MX, thanks to gsades
...
git-svn-id: http://piwigo.org/svn/trunk@30775 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-18 06:42:40 +00:00
mistic100
932b67e241
Feature 3185 : Add upload progress indicator with Piecon
...
git-svn-id: http://piwigo.org/svn/trunk@30766 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-16 12:12:54 +00:00
mistic100
5f80cb589c
tweak colorbox style2
...
git-svn-id: http://piwigo.org/svn/trunk@30629 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30 11:57:47 +00:00
mistic100
1ac4fb3168
update selectize and colorbox + all colorbox themes and i18n
...
git-svn-id: http://piwigo.org/svn/trunk@30628 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30 11:38:09 +00:00
Piwigo-TranslationTeam
6732721cbd
[elegant] Update de_DE, thanks to bigant
...
git-svn-id: http://piwigo.org/svn/trunk@30599 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-25 06:03:25 +00:00
ddtddt
4d8c9ab56c
[Trunk] - Language -theme- prepare piwigo 2.7.2
...
git-svn-id: http://piwigo.org/svn/trunk@30559 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 11:56:03 +00:00