plegall
4c475174d3
fixes #591 , add links on dashboard items
2017-01-27 17:11:40 +01:00
plegall
ce8b99bda0
add icons on Batch Manager
2017-01-25 14:19:00 +01:00
plegall
a793a35f09
add 2 icons for Batch Manager tabs (global/unit)
2017-01-25 14:16:06 +01:00
plegall
309b2f4476
feature #606 , check pwg_token and display error (if any)
2017-01-24 17:29:28 +01:00
plegall
53ebd7a663
feature #606 , deletion of orphans managed on frontend
...
recursive loop on pwg.images.deleteOrphans as long as there are orphans
remaining.
2017-01-24 15:13:10 +01:00
plegall
a5afce8af0
replace tabs by space for indentation
2017-01-12 14:35:13 +01:00
plegall
50860ffdb6
feature #593 , send image_ids as a coma separated string
...
... as in 3fb5651143
2017-01-12 14:33:56 +01:00
modus75
37fc55e6b6
issue 593 - batch manager block deletion; simpler php code + exact progress feed back ...
2017-01-10 21:24:25 +01:00
plegall
743bbb61f4
feature #593 , simplify detailed output for pwg.images.delete
2017-01-09 14:33:26 +01:00
plegall
edff7540eb
feature #593 , dynamic bloc size instead of fixed at 100.
...
1000 by default or half of the element list. The action should alway require at
least 2 ajax calls, even for 2 photos to delete (exception for 1 photo, of
course)
2017-01-09 14:10:39 +01:00
plegall
3fb5651143
feature #593 , send image_ids as a coma separated string
...
... instead of a list, because default behavior of web servers is to limit
the number of input fields and we don't want such a limit.
2017-01-09 14:07:47 +01:00
plegall
ba3ddf01ff
feature #593 , use the standard pwg_token available in the form
2017-01-09 14:07:03 +01:00
plegall
e6e7465b9d
fixes #593 , delete by blocks of 100 photos, with a progress bar
2016-12-26 23:24:29 +01:00
plegall
3a8b26726f
fixes #592 , typo on new button id prevent ajax action from working
2016-12-26 17:11:53 +01:00
plegall
497e6ec54f
fixes #588 , add JS to handle show/hide parameters
2016-12-22 14:38:13 +01:00
plegall
222cd8c5b6
fixes #587 modernize menubar manager
...
- #567 add icon on button
- font-icon checkboxes
- #554 add tab
- #528 remove borders
- remove action "reset" which was actually "restore default settings" and was not really useful, so let's simplify
2016-12-22 11:10:40 +01:00
plegall
812c2350cb
fixes #585 , darker grey for watermark positions box
2016-12-21 14:25:42 +01:00
plegall
5473f057b0
on album list, replace "|" by · to separate actions
2016-12-15 19:07:20 +01:00
plegall
b8cd5912c9
feature #561 , use font icons for checkbox
2016-12-15 19:05:46 +01:00
plegall
c2da5ccc67
feature #561 , use font icons for radio
2016-12-15 19:03:25 +01:00
plegall
d6f7f9f295
feature #567 , add icons on buttons
2016-12-15 19:02:05 +01:00
plegall
e9c3534f7c
add icon-sort-number-up (for sorting actions)
2016-12-15 18:20:21 +01:00
plegall
1781477f95
feature #561 , font-checkbox (radio/checkbox) on photos sort order
2016-12-15 15:10:01 +01:00
plegall
417a5cacce
remove useless specific CSS rule (no common to all pages)
2016-12-15 15:09:05 +01:00
plegall
cb964ad340
feature #561 , font-checkbox (radio/checkbox) on album permission
2016-12-15 14:21:15 +01:00
plegall
9063ebc57d
feature #561 , font-icons radio for album notification
2016-12-15 14:02:36 +01:00
plegall
5f5aff1a04
feature #567 , icons on batch manager buttons
2016-12-15 12:12:29 +01:00
plegall
4df36903b9
feature #565 , check the checkbox state
...
...before we apply the appropriate checked/unchecked icon. This problem was
obvious when using the shoft-click selection feature on Batch Manager.
2016-12-12 15:53:17 +01:00
plegall
31bc360f7c
feature #656 , make shift-click compliant
...
... with font-icon checkboxes on Batch Manager
2016-12-12 15:53:17 +01:00
plegall
ed0d053699
feature #565 , Batch Manager, font-icons checkboxes
...
For each photo.
And we use full colors for "hover" thumbnails, ie orange on "clear" theme and pink on "dark" theme.
2016-12-12 15:53:17 +01:00
plegall
b6442677eb
fixes #210 , filter duplicates on checksum
...
But it only works for images having their md5sum filled in database. Which is
never the case for photos added by synchronization.
2016-12-11 19:51:20 +01:00
plegall
16e41e6434
use font-icons for duplicate options on batch manager
2016-12-11 19:07:45 +01:00
plegall
11bf464e77
feature #561 , use font icon radio on config pages
2016-12-11 18:17:50 +01:00
plegall
e64f282a58
feature #561 , make font icon radio work with any name
...
Like input name like "w[position]"
2016-12-10 20:05:12 +01:00
plegall
806a3b7ae7
feature #378 , bug fixed on draw() call
...
The oTable javascript variable is built with jQuery('#userList').dataTable(),
which returns a jQuery object, while jQuery(...).Datatable() would directly
return a DataTables API object. So now, to access the draw() function, we need
to get the api() first from the jQuery object.
https://datatables.net/manual/api#Accessing-the-API
2016-12-09 15:04:48 +01:00
plegall
3959df9d45
modernize admin design, save icon on button
2016-12-02 15:10:47 +01:00
plegall
b2fba913e6
#561 font icon radio/checkbox everywhere on cat_modify
2016-12-02 15:10:25 +01:00
plegall
cda81bbad2
feature #561 , use radio font icons on album edition page
2016-12-02 14:46:13 +01:00
plegall
9113490ad7
fixes #561 , font icons for radio buttons
...
Use the following syntax in HTML:
<label class="font-checkbox">
<span class="icon-dot-circled"></span>
<input type="radio" name="radio-name" value="my-value"{if template condition} checked="checked"{/if}>
A nice label
</label>
2016-12-02 14:40:25 +01:00
plegall
e07b4688cc
add icons {floppy, circle-empty, dot-circled}
2016-12-02 14:37:16 +01:00
flop25
90424e6c75
fixes #560 typo fix the missing tooltip when activating themes without parent
2016-12-02 11:46:12 +01:00
plegall
7a369b2299
feature #153 , l10n
2016-12-01 18:30:44 +01:00
plegall
7620b47309
feature #153 , photo deletion mode when deleting album
...
Administrator can decide to delete all photos (even those associated to another
albums) or delete orphan photos or delete no photo at all.
2016-12-01 18:13:24 +01:00
plegall
309a079e39
tag manager, no top links if sub-form active on page edit/merge/duplicate
2016-11-29 14:03:11 +01:00
plegall
7c3c6701d8
fixes #558 , tag manager selection mode
...
By default, we're in "view mode", with the showInfo icon on each tag. We can
switch to the "selection mode" and the showInfo icon is replaced by a
font-checkbox.
2016-11-29 13:26:17 +01:00
plegall
8670a83031
remove debug code in javascript
2016-11-29 11:27:32 +01:00
plegall
7dcbe20a8e
feature #556 , adapt checks to new design
2016-11-29 11:26:04 +01:00
plegall
6d2812cf24
fixes #557 , on-demand tag creation form
2016-11-29 11:17:18 +01:00
plegall
c5725f3108
fixes #556 , tag manager actions in a list, not buttons
...
The actions are no longer displayed a individual submit buttons, but as a
select, like on other managers (users, photos, groups).
The edit/duplicate/merge forms are still displayed only after a first submit.
To be improved to be available right after the action selection.
When we display an action form edit/duplicate/merge, we don't show other
fieldsets on the page to focus on the important action.
2016-11-29 10:51:11 +01:00
plegall
c6ec8b87ab
fixes #206 , password generator on user creation form
2016-11-28 12:00:54 +01:00