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
ef02933d57
feature #554 , add tabs on tag manager
2016-11-28 13:35:40 +01:00
plegall
9d913e3c3d
fixes #555 , add icon on delete orphan tags link
2016-11-28 13:25:49 +01:00
plegall
c6ec8b87ab
fixes #206 , password generator on user creation form
2016-11-28 12:00:54 +01:00
plegall
a2e6a2670a
Merge branch 'feature/optimize-history'
2016-11-25 18:38:56 +01:00
plegall
8564f1e773
fixes #537 , do not consider new tags as orphan
...
Wait a least 1 day before!
2016-11-25 18:31:58 +01:00
plegall
eef8a27f5e
feature #370 , automatic purge on history
2016-11-21 12:13:21 +01:00
plegall
5fb18eda36
feature #509 summarize history more often
...
Every 1000 log entry inserted, Piwigo performs an history summarize.
The summarize process has also been optimized: no longer used column
history.summarized (no longer need to update it, which took a lot in time),
we now save the history_id_from and history_id_to in history_summary table.
This way we know from where to start on next summarize.
For now, for a simple performance reason, we keep column history.summarized,
because removing it may take a long time on huge tables. Once we will have
automatic purge on history, it will be safer to drop this column.
2016-11-18 15:08:03 +01:00
plegall
419538a149
fixes #545 , add dimensions/filesize on batch manager thumbnail tooltips
2016-11-10 11:51:07 +01:00
plegall
21bb14db42
feature #541 , dark colors for menubar on admin clear theme
2016-10-17 10:36:08 +02:00
plegall
0320a29dce
fixes #536 , no longer use resizable
2016-10-14 11:52:20 +02:00
plegall
ff476fe7d3
add icons icon-television (for dashboard) and icon-chart-bar
2016-10-14 11:09:28 +02:00
plegall
c6b45f1772
feature #535 , modernize admin header/footer
...
* [header] replace the color switcher by a light/dark (sun/moon) action link
* [footer] add icons for piwigo.org doc & forum
* [footer] replace Piwigo logo with a clean SVG version, created by @mistic100
* [header/footer] remove "|" separators
* [header] limit title display to 50% of page width (with ellipsis on overflow)
* [header] media query to hide link labels below 800px
* [header] switch color of home icon on hover
* on clear theme, change header/footer background color to #333 (dark grey) like on current Piwigo.org
2016-10-13 11:53:34 +02:00
plegall
733833ce45
Add a few admin icons in Fontello
...
* icon-ccw (restore plugin)
* icon-eye-off (hide details)
* replace icon-user
* icon-moon-inv (switch to roma dark admin theme)
* icon-sun-inv (switch to clear admin theme)
* icon-book (piwigo.org doc)
* icon-lifebuoy (piwigo.org forum)
2016-10-13 11:17:27 +02:00
plegall
5d6b4915bd
feature #534 , modernize admin home
...
* make stat boxes conditionnal
2016-10-07 19:41:21 +02:00
plegall
2629ea51c8
feature #534 , modernize admin home
...
* move "check upgrade" as action link (but to be removed later)
* move "subscribe to newsletter" as action link (but to be redesigned later)
2016-10-07 17:12:47 +02:00
plegall
56339a0601
feature #534 , modernize admin home
...
* convert the big button "Quick Local Sync" into a simpler action link
* simplify the "quick sync" as a specific action on site_update.php
2016-10-07 16:11:20 +02:00
plegall
5dbc6c85a9
feature #534 , modernize admin homepage {wip}
...
* add tab
* display the pending comments as a "message" (new blue box)
* remove anything related to environment #532
* display stats as big icon + big number + caption
* new stat "storage used"
2016-10-07 14:30:54 +02:00
plegall
41fe517590
feature #532 , also move Piwigo version to Admin>Tools>Maintenance
2016-10-06 15:56:29 +02:00
plegall
c1d2733378
add icons, back-in-time (for first added photo), hdd (storage space used), right (arrow)
2016-10-06 15:56:06 +02:00
plegall
0a753a9162
fixes #532 , "environment" infos moved to "maintenance" page
2016-10-06 12:23:19 +02:00
plegall
4e24768989
fixes #533 , add a "messages" box (blue colorscheme)
2016-10-06 11:46:42 +02:00
plegall
6a8e158206
fixes #529 , protect delete_orphans against CSRF
2016-09-27 14:25:13 +02:00
plegall
18791eb440
bug #529 , protect batch manager against CSRF
2016-09-27 14:21:55 +02:00
plegall
83a30a9e23
feature #528 , less borders!
2016-09-26 15:18:55 +02:00
plegall
43ab69002e
feature #526 : hide the bullet on infos/errors/warnings
...
... unless we have several items to display in the box
2016-09-26 13:43:04 +02:00
plegall
b1f13e3657
fixes #526 , cleaner and more modern infos/errors/warnings boxes
2016-09-26 12:46:24 +02:00
plegall
af1c0c69d9
feature #526 , add icon-attention for warnings
2016-09-26 12:45:16 +02:00
plegall
80f5523892
fixes #469 , add download link on photo edit/admin page
2016-07-18 23:08:31 +02:00
plegall
ee737aeed7
Merge branch '2.8'
2016-07-07 18:22:22 +02:00
plegall
f9f077bb15
fixes #452 , update images.lastmodified when changing tag list
2016-06-23 12:37:43 +02:00
jeremydurand
4d75cf35b5
fixes #450 enlarge size text field for adding a permalink ( #501 )
...
fixes #450 enlarge size text field for adding a permalink
2016-06-09 15:57:23 +02:00
jeremydurand
e580e7d31f
Bug/430 placeholder ( #494 )
...
fixes #430 placeholder
2016-06-03 14:51:46 +02:00
jeremydurand
43ecfbf60a
fixes #488 make user input watermark filename safe ( #492 )
2016-06-02 11:17:57 +02:00
plegall
105ccb8d0f
Merge branch '2.8'
2016-05-03 15:16:34 +02:00
plegall
d1cb1f86a8
bug #466 fixed, new album listed when moving photos
...
In the batch manager, merge action blocks "associate" and "move" because they
follow the same pattern (list of albums + create new).
2016-05-02 16:09:50 +02:00
mistic100
40dd6bc2ff
Merge branch '2.8'
2016-03-09 22:08:31 +01:00
mistic100
de99e91b40
Fix #434 Deprecated constructor for LocalSiteReader
2016-03-09 22:07:32 +01:00
modus75
7dd5029fc6
Merge branch 'feature/378-upgrade-datatables'
2016-03-09 21:54:47 +01:00
plegall
f1f206f1bd
dynamic list of image_types from history
...
... because a plugin can add types in history.image_type
code by @ddtddt
2016-02-29 18:30:42 +01:00
plegall
1928125edc
fixes #425 , update piecon.js
2016-02-26 19:39:36 +01:00
plegall
be671c1401
fixes #322 , add {m4v,ogg,ogv,webm,webmv} for ffmpeg on upload
2016-02-23 13:50:52 +01:00
modus75
8b51eb1b40
upgrade datatables to 1.10.11 (issue #378 )
2016-02-18 21:33:06 +01:00
plegall
8ffed40003
bug #325 , use original TIFF for EXIF/IPTC read
2016-02-16 17:15:10 +01:00
plegall
a9a17a27cb
feature #295 , proxy support for fetchRemote
2016-02-15 15:02:16 +01:00
plegall
a6fbaf69c7
fixes #383 , purge sessions on invalid user ids
2016-02-13 15:32:06 +01:00