plegall
73e61749fe
search filters optimized, fetch authors only once from db
2023-08-08 14:29:34 +02:00
plegall
0761e43d5f
make sure template does not break when TAGS_FOUND or ALBUMS_FOUND not provided
2023-08-03 12:45:02 +02:00
MatthieuLP
c16da5e492
related to #1931 add data display for tag and album popin, this is placeholder data for now
2023-07-28 10:22:21 +02:00
plegall
65bf665513
issue #1946 provide list of date_posted with counters
2023-07-26 12:15:51 +02:00
MatthieuLP
1e944ca49a
related to #1931 Filetypes widget fully functionnal
2023-07-11 10:59:56 +02:00
MatthieuLP
7a132f1933
related to #1931 Added file type widget with
...
* The new widget
* Translations line
Still need to connect to back and add icons
2023-07-10 16:55:08 +02:00
plegall
6c6c297b2a
fixes #1934 deduplicate counter for added_by search filter
2023-06-30 10:54:16 +02:00
plegall
0534202c40
fixes #1930 remove search_rules
2023-06-27 15:20:41 +02:00
plegall
c01ec38bc4
issue #1869 search filters, optimize filter data loading and match permissions
...
* only load list of authors if this filter is active (same for tags, added_by...)
* if the search_rules include album 123 but this album is not available to current user, remove it from search_rules before sending it to template
2023-06-22 12:00:43 +02:00
Pierrick Le Gall
60363ecd42
Issue #1869 multi-criteria search ( #1927 )
...
* First implementation of the new multi-criteria search. It replaces the old search.php form.
* Displays live search criteria above search results. Each change reloads the list of results (displayed as thumbnails).
* New API method pwg.images.filteredSearch.update called in AJAX to live change the filters.
* New kind of filter: added_by
2023-06-21 16:11:08 +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
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
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
b0ae23e34d
fixes #428 , ability to hide "sizes" icon on index.php or picture.php
2017-04-06 15:55:23 +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
modus75
25e2954490
fixes #563 quick search filter, wrong limits on upper range limit
2016-12-09 21:59:34 +01:00
plegall
c789347c51
happy new year 2016, all headers updated
2016-01-14 12:17:58 +01:00
rvelices
c06d7bc2e5
bug 3148: quick search fix html special chars
...
git-svn-id: http://piwigo.org/svn/trunk@29852 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-30 21:07:59 +00:00
rvelices
b3a6125892
git-svn-id: http://piwigo.org/svn/trunk@29804 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-26 20:15:53 +00:00
mistic100
4bd32005b5
feature 3010 : replace trigger_action/event by trigger_notify/change
...
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 07:55:46 +00:00
rvelices
fc20ee6b69
move QUERY_SEARCH template ssignment from index to menubar.inc.php (works also on photo pages)
...
git-svn-id: http://piwigo.org/svn/trunk@28316 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30 18:31:00 +00:00
rvelices
3ab9ee5b47
bug 3056: quick search - fix warning; better management of variants and short words
...
git-svn-id: http://piwigo.org/svn/trunk@28128 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-08 20:45:48 +00:00
rvelices
f46b85bc85
bug 3056: quick search
...
- added inflectors for english and french languages
- current quick search is kept in the quick search input box
- small fixes
git-svn-id: http://piwigo.org/svn/trunk@27884 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 05:38:05 +00:00
rvelices
dc17fc9ba9
bug 3056: quick search OR operator priority taken into account
...
search for 'mary qwerty' will ignore 'qwerty' and return only results for 'mary' if there is no such thing as 'qwerty' in the photos (if there was 'mary' and 'qwerty', the results for both 'mary' AND 'qwerty' would be shown)
git-svn-id: http://piwigo.org/svn/trunk@27882 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-22 13:03:45 +00:00
mistic100
636650309a
Update headers to 2014. Happy new year!!
...
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05 00:19:25 +00:00
mistic100
e6722ac1b4
delete replace_space function, modify get_cat_display_name_* functions
...
git-svn-id: http://piwigo.org/svn/trunk@25425 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 16:18:55 +00:00
mistic100
067b4c567c
bug:2931 photos sort order, "default" is meaningless
...
check the first criteria if available
git-svn-id: http://piwigo.org/svn/trunk@23533 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 11:37:44 +00:00
mistic100
863bce7f13
feature:2832 Provide better integration of plugins adding a all new section
...
don't need for an extra file
git-svn-id: http://piwigo.org/svn/trunk@23399 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20 14:35:16 +00:00
mistic100
2d15ba1746
feature:2832 Provide better integration of plugins adding a all new section
...
see future version of skeleton/trunk for usage
git-svn-id: http://piwigo.org/svn/trunk@23396 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20 11:06:38 +00:00
rvelices
ec50a59f75
replaced page_messages.php with a function to call
...
git-svn-id: http://piwigo.org/svn/trunk@20609 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-07 21:17:08 +00:00
plegall
4bc775e479
update Piwigo headers to 2013 (the end of the world didn't occur as expected on r12922)
...
git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 12:35:02 +00:00
mistic100
457dbb4dac
feature:2781 Add template method to sort actions buttons
...
git-svn-id: http://piwigo.org/svn/trunk@18760 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27 12:32:43 +00:00
rvelices
aace3770ae
- improved page title when viewing tags, fix canonical url on index page if the webmaster changes the default number of thumbnails per page
...
git-svn-id: http://piwigo.org/svn/trunk@18667 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-16 19:58:12 +00:00
rvelices
7f75c131ed
bug 2772: remove "Home" from html title pages on index pages
...
git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13 15:55:35 +00:00
rvelices
1e6e762643
feature 2760: allow tag exclusion in quick search
...
git-svn-id: http://piwigo.org/svn/trunk@18636 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13 15:40:14 +00:00
mistic100
b1cec7bf86
feature:2614 pagination on albums
...
return to old fashioned way (one query in category_cats), restoring recent_cats feature and "menubar optimization", rename "starta" into "startcat"
git-svn-id: http://piwigo.org/svn/trunk@18462 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 15:03:55 +00:00
mistic100
4e65d9af46
feature 2614: pagination on albums
...
git-svn-id: http://piwigo.org/svn/trunk@18165 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 11:19:26 +00:00
rvelices
9571cf5e45
refactor code when selected derivative on index page is changed by a plugin ...
...
git-svn-id: http://piwigo.org/svn/trunk@16987 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:34:52 +00:00
rvelices
81e869eaa0
fix checkbox of selected derivative on index page when a plugin overrides the default value (merge from 2.4 to trunk)
...
git-svn-id: http://piwigo.org/svn/trunk@16986 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 19:14:39 +00:00
mistic100
8c4a87a0f5
feature:2538 little rework of messages system, now can be used on 'loc_end_index' and 'loc_end_picture'
...
git-svn-id: http://piwigo.org/svn/trunk@15578 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 20:29:30 +00:00
rvelices
5a05371627
- is_homepage not set for flat view/calendar modes
...
- added require jquery for some footer_script
- removed unused/unnecesary css (hope I'm done for now)
- if page[start] is greater than number of items than page not found (google+bing bots automatically detect patterns and increment start parameter)
git-svn-id: http://piwigo.org/svn/trunk@13872 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 18:18:26 +00:00
plegall
65bb5d44b6
feature 2368: better canonical URL for homepage
...
git-svn-id: http://piwigo.org/svn/trunk@13458 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 15:28:43 +00:00
plegall
9788bf8e7b
feature 2368: also add canonical URL on index page.
...
git-svn-id: http://piwigo.org/svn/trunk@13062 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-08 21:27:09 +00:00
plegall
14f3e134e7
feature 2561: fix links on album administration screens
...
git-svn-id: http://piwigo.org/svn/trunk@13025 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-03 21:33:47 +00:00
rvelices
e693ef60cd
feature 2548 multisize - ability to choose displayed size on index page
...
-added some logs on i.php (configurable) to measure the perf
git-svn-id: http://piwigo.org/svn/trunk@12908 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 06:09:32 +00:00
patdenice
e859d5ac6d
feature:2322
...
feature:2493
Add a trigger for multi language tags in quick search and url
git-svn-id: http://piwigo.org/svn/trunk@12553 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-05 16:15:58 +00:00
plegall
6db359c622
Happy new year 2011
...
Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery"
git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 00:02:52 +00:00
rvelices
621ed0b391
- css sprites - attempt to auto align plugin image links on the index page and picture pages
...
- css sprites - a couple of rel nofolloz dissapeared
- hide the flat icon if there are no sub albums for the current album
git-svn-id: http://piwigo.org/svn/trunk@8463 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03 20:47:15 +00:00