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
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
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
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
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
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
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
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
plegall
47838a23b3
fixes #345 , forget about filesize limit on upload
...
... but check upload_max_filesize (PHP setting) is bigger than upload_form_chunk_size (Piwigo setting)
2016-02-13 14:35:23 +01:00
plegall
6290be46f2
fixes #419 , an admin can't change webmaster password
2016-02-12 14:56:00 +01:00
plegall
77888174cf
fixes #411 , auth keys details on notification forms
2016-01-29 11:47:30 +01:00
plegall
417a6b77b2
bug #409 fixed: handle error returned by pwg.users.setInfo
2016-01-28 12:33:31 +01:00
plegall
39fc4a604e
Merge branch 'feature/259-album-notify-users'
2016-01-11 09:28:37 +01:00
plegall
a3f80046b6
feature #397 , close popin when user deleted
2016-01-09 18:47:50 +01:00
plegall
d78caf8603
move new CSS rules to theme.css instead of {html_style}
2016-01-09 18:28:26 +01:00
plegall
041065a824
feature #398 , update user list when user is modified
2016-01-09 18:01:18 +01:00
plegall
c4678c37a2
feature #397 , edit user in a popin
2016-01-09 17:55:44 +01:00
plegall
7bd36e0240
feature #259 , notify an album to a list of users
...
... and not just to a group
2016-01-06 13:42:30 +01:00
plegall
6ba0148e64
Merge branch 'feature/379-multiple-format'
2015-12-30 16:08:54 +01:00
plegall
8e098d502a
feature #379 multiple format, step 1: add formats
...
* new table piwigo_image_format (each photo can have 0 to many formats)
* only compatible with synchronization for now. Formats must be in sub-directory pwg_format
* formats are visible on edition page only for now
2015-12-03 16:04:02 +01:00
plegall
64d6beb13e
improved use of jQuery, by @mistic100
2015-12-01 13:50:28 +01:00
plegall
be6afad731
fixes #377 use Ajax calls to refresh/delete album thumbnail
2015-12-01 12:08:10 +01:00
modus75
d7fef70c4c
fix #361 - Watermark Y repeat
2015-10-15 22:05:20 +02:00
plegall
92224bcbf4
fix #357 make orphans photos more obvious
...
... and easy to delete them all in one click. The orpans, if any, is shown as an entry in the "Photos" menu (link on Batch Manager). In the Batch Manager, new action "delete_orphans" next to prefilter.
2015-10-09 20:17:27 +02:00
plegall
5579b1e1a3
closes #346 chunk_size is now a config setting
2015-08-12 14:06:55 +02: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
f1a7d6b66e
bug 3183: Improve album creation
...
update popup selectize with new album
init popup selectize with main selectize value
git-svn-id: http://piwigo.org/svn/trunk@30630 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30 12:47:59 +00:00
rvelices
a8f4ebc06e
bug 3149: admin image preview (colorbox) does not work for small originals
...
git-svn-id: http://piwigo.org/svn/trunk@30358 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-03 20:50:50 +00:00
plegall
f5c35f818f
bug 3159: wrong URL for IE11 on "Add another set of photos" after upload
...
git-svn-id: http://piwigo.org/svn/trunk@29983 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-10 13:42:47 +00:00
plegall
596c34b51a
bug 3153: fix the AddPhotos buttons on Iceweasel (and on iOS 8.0.2... sometimes). Patch by mmoy
...
git-svn-id: http://piwigo.org/svn/trunk@29900 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 09:17:22 +00:00
mistic100
9d0357e889
filter "dissociate" action + display bug of Selectize widget
...
git-svn-id: http://piwigo.org/svn/trunk@29760 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23 09:28:26 +00:00
plegall
b0cc8f1bc2
* feature 3142: upgrade script to Piwigo 2.7
...
* link to Tour 2_7_0 at the end of upgrade
* activate plugin Take a Tour by default
git-svn-id: http://piwigo.org/svn/trunk@29665 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 11:43:01 +00:00
plegall
8c8c982924
enlarge album list to 600px
...
git-svn-id: http://piwigo.org/svn/trunk@29619 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 11:12:22 +00:00
plegall
1826f53714
enlarge selectize boxes to 600px (like on picture_modify)
...
git-svn-id: http://piwigo.org/svn/trunk@29618 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 10:40:31 +00:00