aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-04bug 2825: add maintenance action to clean the database and avoid integrity ↵plegall3-0/+38
errors git-svn-id: http://piwigo.org/svn/trunk@20544 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-03bug:2822 editing photo replaces date_creation time to 00:00:00 mistic1002-4/+9
git-svn-id: http://piwigo.org/svn/trunk@20531 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-30language changed to match the one defined in lang filesflop251-2/+2
git-svn-id: http://piwigo.org/svn/trunk@20489 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-30feature:65 Add support for PHP mysqli extension, activated by default, ↵mistic1002-7/+11
remove returns of link_identifier git-svn-id: http://piwigo.org/svn/trunk@20462 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-29feature:2826mistic1003-7/+9
git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14try to fix buggy admin menu since jquery updatemistic1003-2/+4
git-svn-id: http://piwigo.org/svn/trunk@20156 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06feature:2718 errors when no photo on the gallery, use arbitrary values insteadmistic1001-4/+14
git-svn-id: http://piwigo.org/svn/trunk@19920 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-05minor optimization on photos_add_direct mistic1002-1/+3
git-svn-id: http://piwigo.org/svn/trunk@19828 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall76-76/+76
expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-23cleanup admin cssrvelices2-18/+13
git-svn-id: http://piwigo.org/svn/trunk@19530 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-05bug:2425flop251-2/+2
New interface like the Batch Mananger : language files and keys git-svn-id: http://piwigo.org/svn/trunk@19292 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-05bug:2425flop252-20/+98
New interface like the Batch Mananger : merge & interface finished git-svn-id: http://piwigo.org/svn/trunk@19290 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-04bug:2425flop252-71/+192
New interface like the Batch Mananger : rename, delete, duplicate and toggle-default TODO soon merge & finalisation of the interface git-svn-id: http://piwigo.org/svn/trunk@19286 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-29bug:2425flop251-25/+187
New interface like the Batch Mananger : select menu and js to handle the actions git-svn-id: http://piwigo.org/svn/trunk@19230 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-25bug:2793 use "include_once" instead of "include" when including pclzipmistic1004-4/+4
git-svn-id: http://piwigo.org/svn/trunk@19167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-21feature:2718 Add batch manager filters for photo dimensions, small cleaning ↵mistic1002-18/+18
in the code git-svn-id: http://piwigo.org/svn/trunk@19121 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-19feature 2718: Batch Manager filter on dimensions, only display existing valuesplegall4-52/+212
improved colors on ui-slider git-svn-id: http://piwigo.org/svn/trunk@19069 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-18feature:2780 Differentiate graphically physical album vs virtual albums, ↵mistic1002-2/+2
only apply to direct descendants git-svn-id: http://piwigo.org/svn/trunk@19066 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-10feature:2718 Add batch manager filters for photo dimensions, redesign with ↵mistic1002-42/+118
sliders git-svn-id: http://piwigo.org/svn/trunk@18988 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-10clean HTML+JS code on cat_list.tplmistic1001-36/+37
git-svn-id: http://piwigo.org/svn/trunk@18986 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-10feature:2780 Differentiate graphically physical album vs virtual albumsmistic1004-0/+8
git-svn-id: http://piwigo.org/svn/trunk@18985 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-08cleanup admin cssrvelices5-42/+17
git-svn-id: http://piwigo.org/svn/trunk@18976 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-08js code simplificationrvelices1-24/+14
git-svn-id: http://piwigo.org/svn/trunk@18974 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06move a lot of inline js code (raphael icons) from inline to external async ↵rvelices2-19/+13
script git-svn-id: http://piwigo.org/svn/trunk@18956 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-02feature 2727: improve password security with the use of PasswordHash class.plegall1-6/+1
This class performs salt and multiple iterations. Already used in Wordpress, Drupal, phpBB and many other web applications. $conf['pass_convert'] is replaced by $conf['password_hash'] + $conf['password_verify'] git-svn-id: http://piwigo.org/svn/trunk@18889 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27feature:2718 Add batch manager filters for photo dimensions, redisgnmistic1002-50/+62
git-svn-id: http://piwigo.org/svn/trunk@18758 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27doctype is html5 - less restrictivie than html 4 strict (which we are not ↵rvelices1-2/+1
compatible with anyway)... git-svn-id: http://piwigo.org/svn/trunk@18756 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13feature 2773: add pwg_db_close() methodmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@18634 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-12feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 ↵rvelices2-2/+2
to 1.9.0 Attention plugins: jquery ui effect script ids change when using combine_script because file names changed ... git-svn-id: http://piwigo.org/svn/trunk@18630 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-12- remove unsed code; shorten existing code and improve readability ...rvelices1-0/+26
git-svn-id: http://piwigo.org/svn/trunk@18629 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-12- remove unsed code; shorten existing code and improve readability ...rvelices2-91/+23
git-svn-id: http://piwigo.org/svn/trunk@18628 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-11upgrade cluetip version from 1.0.7 to 1.2.6rvelices3-7/+7
git-svn-id: http://piwigo.org/svn/trunk@18610 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-11feature 2770: Add bottom pagination on batch manager unit mistic1001-0/+2
git-svn-id: http://piwigo.org/svn/trunk@18607 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-09some code simplificationrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@18579 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-09batch manager - remove unused code, less sql queries and avoid 4 calls to ↵rvelices2-69/+13
same display_select function git-svn-id: http://piwigo.org/svn/trunk@18573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-05added "are you sure?" confirmation before deleting all derivatives in ↵rvelices2-11/+15
maintenance or before deleting more than 500 derivatives in the batch manager git-svn-id: http://piwigo.org/svn/trunk@18484 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04bug:2756 feature:2737 on batch manager use "tag" url parameter instead of ↵mistic1003-13/+13
re-use "cat" git-svn-id: http://piwigo.org/svn/trunk@18459 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04fix - when applying default image order to an album , same behaviour (null ↵rvelices1-1/+1
versus empty string db field) for parent and children git-svn-id: http://piwigo.org/svn/trunk@18456 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-282756: Batch Manager is unusable in some cases, due to tags managementmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@18332 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23feature 2614: pagination on albums mistic1002-1/+14
git-svn-id: http://piwigo.org/svn/trunk@18165 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23feature 2754: Add "Email" field for user comments + mandatory "Author" mistic1002-1/+17
git-svn-id: http://piwigo.org/svn/trunk@18164 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20feature 2737: improve tag administration screen, rename tags action labels mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@18080 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20minor fix: comments where not correctly highlightedmistic1001-2/+2
git-svn-id: http://piwigo.org/svn/trunk@18064 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18little code refactoring over r17424plegall2-1/+14
bug fixed on Edit Photo page when associating with no album. git-svn-id: http://piwigo.org/svn/trunk@17980 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-17feature 2737: improve tag administration screen, rename "Edit" into "Batch ↵mistic1001-1/+1
Manager" planned for 2.5: "View" -> "View in gallery" "Edit" -> "Manage photos" git-svn-id: http://piwigo.org/svn/trunk@17970 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-15feature 2718: Add batch manager filters for photo dimensions mistic1002-4/+88
git-svn-id: http://piwigo.org/svn/trunk@17931 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-15small css fixes: mistic1002-1/+2
make disabled options visible with clear, remove border on .showInfo:hover, avoiding clipping on some pages with roma git-svn-id: http://piwigo.org/svn/trunk@17928 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-11fix batch manager unit photo titles with quotes (+ send all photo data to ↵rvelices3-23/+23
template) fix batch manager global fix tiptip selector for thumbs git-svn-id: http://piwigo.org/svn/trunk@17856 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-05feature 2737: improve tag administration screen rvelices5-55/+123
show for every tag - the number of photos - link to public index page - link to batch manager edit add an event for extended description multi language strings (used for autocompletion and shown in the tag admin screen) instead of hard coded in the core [lang=.. git-svn-id: http://piwigo.org/svn/trunk@17765 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-03bug 2732: when new tags must be added, also look first for existing tags ↵rvelices1-58/+41
with different case git-svn-id: http://piwigo.org/svn/trunk@17724 68402e56-0260-453c-a942-63ccdbb3a9ee