Matthieu Leproux
319dd11629
related to #1657 added conditions to previous and next btns
2022-08-31 14:50:37 +02:00
Matthieu Leproux
3c832257b8
related to #1657 added condition to path-etx and file-ext classes
2022-08-31 14:13:31 +02:00
Matthieu Leproux
7946a33780
related to #1657 remove is_svg from code in gallery
2022-08-29 14:09:44 +02:00
Matthieu Leproux
fba93e05b9
related to #1684 SVG support compatibility with php 8.0 and 8.1
2022-07-06 16:47:13 +02:00
Matthieu Leproux
6c17ccfaee
related to #1657 adjusted svg size limit
2022-05-18 11:41:02 +02:00
Matthieu Leproux
d0f5eec188
related to #1657 added unit for svg max size
2022-05-09 13:29:19 +02:00
Matthieu Leproux
3743a53edc
related to #1657 Support svg with no height and width attribute
...
If the svg doesn't have height of width attributes, it takes it's dimentions in the viewBox attribute.
2022-05-09 12:49:13 +02:00
Matthieu Leproux
b768183807
related to #1657 Added support of svg for previous and next buttons in gallery navigation
2022-05-03 15:47:24 +02:00
Matthieu Leproux
17b16c7e3d
related to #1657 shorter 'if' condition
2022-05-03 15:14:21 +02:00
Matthieu Leproux
252a22bada
related to #1657 removed test text...
2022-05-03 15:08:50 +02:00
Matthieu Leproux
c4c950c1c8
related to #1657 SVG support in gallery for default template
2022-05-03 14:46:34 +02:00
HWFord
722c26a1b3
Issue #1625 body class definition in section init
...
Initialize body_classes in common.inc.php
Add class for section and section id
also add class with search id
Class is added to $page in section_init now
Also add tis info to the body dataset for javascript use
2022-04-07 14:30:47 +02:00
HWFord
d7af491a81
Fixes #1625 adds class to body
...
Adds class to body, get id for category tag or picture, add dynamic class to body using id
Also used on page where albums and tags are combined
TODO make compatible with modus
2022-04-06 09:51:08 +02:00
Louis
791e019d41
fixes #1261 rm old resizable
...
deleting files related to the old resizable, the icons in roma and clear directories, what made them apper in theme.css in roma and clear too, and what activated resizable in site update. delted resize.inc as it is not used anywhere else and deleting some old comments in search.tpl
2020-11-13 16:25:57 +01:00
plegall
4f3880af89
fixes #626 related albums (menu, combine, url)
...
* ability to combine albums in URL index.php?/category/1/2/3 will consider 1 as $page['category'] and {2,3} as $page['combined_categories']
* new menu block "related albums" which displays only the hierarchy of albums related to the current set of photos, excluding current album(s). In the hierarchy, only the related albums have a link, not ancestors
2020-11-09 14:28:55 +01:00
plegall
b24c6c48f1
fixes #1069 config settings to promote mobile app (iOS only for now)
2020-09-29 15:12:19 +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
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
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
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
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
9f8835ab23
center the .bigbutton for only one bigButton (and not 2 with Take a tour)
...
git-svn-id: http://piwigo.org/svn/trunk@29647 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 13:46:51 +00:00
plegall
d16180d731
bug fixed: adapt the maxOptions to each listbox to display all items
...
git-svn-id: http://piwigo.org/svn/trunk@29614 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 09:54:04 +00:00
rvelices
594a946b47
add a home link and hide close this window link in popuphelp if the page is not opened through javascript
...
git-svn-id: http://piwigo.org/svn/trunk@29601 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 18:43:20 +00:00
plegall
5a1bc79d8f
feature 3094: display the author list if at least 1 author (but not 0)
...
git-svn-id: http://piwigo.org/svn/trunk@29432 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 09:52:09 +00:00
plegall
ab00c52430
feature 3133: add colorscheme parameter for themes. This way we can use the
...
appropriate CSS for selectize (and other things)
git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 09:02:07 +00:00
plegall
98c1dd5035
more appropriate tooltip
...
git-svn-id: http://piwigo.org/svn/trunk@29359 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 13:29:08 +00:00
plegall
f29a7f698c
bug 3129: remove maxlength on login at template level
...
git-svn-id: http://piwigo.org/svn/trunk@29347 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 07:34:22 +00:00
flop25
12fc034d82
bug:3090
...
don't restrict the maxlength of the password
git-svn-id: http://piwigo.org/svn/trunk@29195 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-10 16:06:05 +00:00
mistic100
b4b1797530
feature 3095: add "comments_enable_website" param + GUI
...
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22 11:41:47 +00:00
rvelices
c703e2dcd8
feature 3094: redesign of search form - fix space lost in previous commit
...
git-svn-id: http://piwigo.org/svn/trunk@28746 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-20 04:45:09 +00:00
rvelices
a61307e652
feature 3094: redesign of search form
...
- fix comments page filter form (css changes affected also that .filter form - simplified also css rules)
- better query for author list (using id for visible_images instead of image_id field)
- don't show author list if there is only one author
git-svn-id: http://piwigo.org/svn/trunk@28744 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 20:39:12 +00:00
plegall
ad39e42222
feature 3091: remove inline CSS (but doesn't work with selectize)
...
git-svn-id: http://piwigo.org/svn/trunk@28732 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 08:14:38 +00:00
plegall
f894f1208c
feature 3094: redesign on search form, use selectize for categories
...
git-svn-id: http://piwigo.org/svn/trunk@28710 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-17 11:17:34 +00:00
plegall
6f8caf22ba
feature 3093: search form, ability to select the list of properties on which
...
the search terms applies.
feature 3094: minor redesign on search form.
git-svn-id: http://piwigo.org/svn/trunk@28709 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-17 11:11:44 +00:00
plegall
583af81d3d
feature 2563: do not display all tags as checkboxes on search.php. Use jQuery Selectize instead.
...
git-svn-id: http://piwigo.org/svn/trunk@28708 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-16 14:17:53 +00:00
plegall
0511ed2236
feature 3091: search.php (advanced search), display a list of known authors instead of a text field.
...
git-svn-id: http://piwigo.org/svn/trunk@28707 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-16 13:53:16 +00:00
mistic100
b153d19474
clean HTML code of header and footer
...
git-svn-id: http://piwigo.org/svn/trunk@28690 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:10:41 +00:00