Linty
e4e9662d60
(cp 5da20bf1f) fixes #2131 changing the icon prefix
2024-03-08 15:42:11 +01:00
plegall
3e1fa7094d
(cp 4ecaa9153) fix #2102 wrong value on reset
2024-02-02 10:27:42 +01:00
plegall
73a8722977
(cp c485997) issue #2086 change of default fontello file name in piwigo
...
Adapting piwigo's new default fontello file and changing the icon prefix in the code
2024-01-10 14:32:59 +01:00
plegall
bde88d4674
(cp 5c90a44) fixes #2076 remove an unnecessary line
...
When clear is clicked in the "album" filter but the "tag" filter is activated, the clear action in the "album" filter does not work. Because of this line.
Clear action in the album filter was clearing both album and tag filters.
2023-12-26 10:27:33 +01:00
Willy "Linty
4f5d7e6b91
issue #2060 mobile version of search filters added
...
In mobile mode, filters now occupy 100% of the page width. A small arrow is added when the filter is open.
2023-12-11 11:33:04 +01:00
Willy "Linty
8103c48461
Fixes #2051 Move the widget as space becomes available
...
I calculate the overflow and if it is too much we align the widget to the right of the filter and calculation takes place each time the window is resized
2023-11-27 18:35:06 +01:00
plegall
fdd2177e78
fixes #2007 no longer possible to update a filteredSearch
...
* Piwigo will create a new search for any modification in the filters
* we keep the "origin" of the new search with piwigo_search.forked_from field
2023-09-27 16:30:05 +02:00
HWFord
e07f7d3868
related #1986 add comments
2023-09-20 16:14:26 +02:00
HWFord
236c997d6d
fixes #1986 remove document on click
...
the document on click gets all click and triggers more clicks. This has been removed.
Too hide a dropdown when we open another, now is specific to clicks on the filters or the filter button. We remove the class and hide the dorpdown if we have clicked on another filter
2023-09-20 15:47:58 +02:00
HWFord
3f95b007a3
fixes #1984 class being removed on same class
2023-09-19 11:02:59 +02:00
plegall
682de10ddb
fixes #1983 switch added_by filter from selectize to filetypes-style
2023-09-18 19:12:27 +02:00
plegall
e0a82909fa
fixes #1968 new values for date_posted filter
...
* add 24h, 3m and yNNNN (year 2023 or 2022...)
* remove 1y
* provide labels from backend instead of managing it in javascript
2023-08-26 12:55:12 +02:00
MatthieuLP
a215db600b
related to #1931 Moved the search filter in a dedicated template
2023-07-31 15:04:49 +02:00
MatthieuLP
f62d255e0a
related to #1931 & #1946 Date posted filter made like filetype filter
...
* Also reload page on filter deletion even if it is filled or not
2023-07-26 16:21:53 +02:00
MatthieuLP
4b02f70f3d
related to #1931 added popins for albums and tags found
2023-07-26 11:49:59 +02:00
MatthieuLP
528db63bea
related to #1931 & #1946 Can remove date filter with filter manager popin now
2023-07-26 09:43:32 +02:00
MatthieuLP
b5dc413b40
related to #1931 & #1946 Added Posted date filter
2023-07-25 16:47:25 +02:00
MatthieuLP
6907bf26f5
related to #1931 Added empty all filters button
2023-07-24 15:22:10 +02:00
MatthieuLP
01e3bb61ea
related to #1945 & #1931 Clearer code
2023-07-24 11:47:15 +02:00
MatthieuLP
da62e80e82
related to #1931 New message if no filters are filled
2023-07-19 10:26:48 +02:00
MatthieuLP
356f6ff83a
related to #1931 Moved delete btn inside filter forms and added a "Clear" btn.
2023-07-18 15:57:52 +02:00
MatthieuLP
cabb080d91
related to #1931 Clicking outside a filter closes the openned filter
2023-07-17 15:41:30 +02:00
MatthieuLP
0266278561
related to #1931 You can now press Enter to validate filters
2023-07-12 14:53:08 +02:00
MatthieuLP
98fa5b697a
related to #1931 can click outside the filter manager popin to close it
2023-07-12 11:37:05 +02:00
MatthieuLP
91fed53ec2
related to #1931 Changed filter btn title, fixed filetypes widget bug where it disapears when empty
2023-07-11 16:21:57 +02:00
MatthieuLP
c6325f2e5d
related to #1931 Set back widget manager reload on validation to true
2023-07-11 11:00:54 +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
MatthieuLP
d50d7ba620
related to #1869 added translations for MCS
2023-06-26 16:04:47 +02:00
MatthieuLP
d515364622
related to #1869 Fixed author widget remove with filter manager. Also updates filter when closing them without validating
2023-06-26 11:37:20 +02:00
MatthieuLP
3d6c533e98
related to #1869 Adjustements for beta1
...
* Removed console.log()
* Changed widget labels
* Set back all reloads params to true
* Changed icons for add album btn in album widget
2023-06-21 16:39:23 +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
plegall
9cebf85c82
fixes #1336 alternate views for album manager
...
* in addition to "tile" view introduced in Piwigo 11, we add "compact" and "lines" views
* implemented by @MatthieuLP as cat_list_new in a custom branch, manually merged by @plegall on master
2021-03-04 14:42:06 +01:00
Zacharie
3b1c929e5c
Issue #1200 : Design implementation and ajax implementation of changing parent and rank
2020-08-13 11:40:52 +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
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
1928125edc
fixes #425 , update piecon.js
2016-02-26 19:39:36 +01:00
modus75
8b51eb1b40
upgrade datatables to 1.10.11 (issue #378 )
2016-02-18 21:33:06 +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
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
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
rvelices
09228a746f
upgrade jquery ui from 1.10.1 to 1.10.4
...
git-svn-id: http://piwigo.org/svn/trunk@28780 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-24 20:16:59 +00:00
rvelices
03a3d1830c
upgrade jquery from 1.11.0 to 1.11.1
...
git-svn-id: http://piwigo.org/svn/trunk@28776 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-24 20:06:28 +00:00
mistic100
84d94906d2
add dark selectize theme + "ternary" template modifier
...
git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 14:15:05 +00:00
plegall
70bcfb5b86
feature 2616: HTML5 upload (with plupload 2.1.2). First basic implementation. Needs customization.
...
Chunked upload + Drag & drop (no more Flash)
use a new specific API method pwg.images.upload
git-svn-id: http://piwigo.org/svn/trunk@28545 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27 14:11:23 +00:00