aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2012-08-30bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark ↵rvelices3-11/+20
upload errors git-svn-id: http://piwigo.org/svn/trunk@17675 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30merge r17668 from branch 2.4 to trunkplegall1-36/+53
bug 2733 fixed: when creating a sub-album in a private album with pwg.categories.add, it is automatically private too. git-svn-id: http://piwigo.org/svn/trunk@17669 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-27bug 2730: multi size not deleted when physical directory deletedrvelices1-1/+13
git-svn-id: http://piwigo.org/svn/trunk@17650 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-27remove deprecated function get_thumbnail_url + $conf['local_data_dir']rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@17649 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-15merge r17573 from branch 2.4 to trunkplegall1-2/+2
bug 2724 fixed: tooltip on thumbnails is back on photos sort order manager git-svn-id: http://piwigo.org/svn/trunk@17574 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-14bug:2719flop251-4/+4
no need to array diff : the system check after to not reinsert existing lines git-svn-id: http://piwigo.org/svn/trunk@17561 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-09removed some unused language keys and fix lower/uppercase discrepanciesrvelices2-8/+8
git-svn-id: http://piwigo.org/svn/trunk@17509 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-06bug 2716: modifying a photo reset it's rankmistic1001-21/+45
modify associate_images_to_categories() and move_images_to_categories() to preserve ranks please test before 2.4.4 ! :-D git-svn-id: http://piwigo.org/svn/trunk@17424 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-04bug 2717: Warning + no content on help page mistic1001-0/+1
git-svn-id: http://piwigo.org/svn/trunk@17381 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03bug 2714: missing icons on jgrowl notificationsmistic1004-5/+8
git-svn-id: http://piwigo.org/svn/trunk@17347 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01merge-r17295 from branch 2.4 feature 2708: in admin, display allowed custom ↵rvelices5-40/+90
derivatives and ability to delete them git-svn-id: http://piwigo.org/svn/trunk@17302 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01batch manager improvements/fixes:rvelices7-116/+98
- when refreshing photo set, start is set to 0 (otherwise if the new set is smaller that start, it looks like it is empty) - correct positioning of thumbnails (width/height) is done in template instead of javascript (immediate instead on ready + no reflows) - less space lost on batch manager page - fix wrong page title in batch manager because of global variable $title overriden - fix language keys in element_set_ranks (capital/lowercase issue) git-svn-id: http://piwigo.org/svn/trunk@17289 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-30remove debug code from r17002mistic1001-1/+0
git-svn-id: http://piwigo.org/svn/trunk@17210 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-27merge r17166 from branch 2.4 to trunkplegall1-1/+2
bug 2707 fixed: display tabs in the language manager git-svn-id: http://piwigo.org/svn/trunk@17167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25merge r17008 from branch 2.4 to trunkplegall2-1/+15
feature 2693 added: automatically show link to caddie if caddie not empty git-svn-id: http://piwigo.org/svn/trunk@17009 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25merge r17006 from branch 2.4 to trunkplegall3-3/+3
bug 2655 fixed: maximum length for album name is 255 chars git-svn-id: http://piwigo.org/svn/trunk@17007 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25merge r17003 from branch 2.4 to trunkplegall1-0/+5
bug 2705 (related to): if rotate function is called with a 0 (zero) angle, like plugin RotateImage may do, ExtIM fails with the same error "convert: invalid argument for option `-rotate': -orient" git-svn-id: http://piwigo.org/svn/trunk@17004 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25merge r17001 from branch 2.4 to trunkplegall1-0/+25
bug 2627 fixed: photos added with the web form or pwg.images.addSimple now have a correct image_category.rank. git-svn-id: http://piwigo.org/svn/trunk@17002 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23merge r16934 from branch 2.4 to trunkplegall1-1/+1
bug 2705 fixed: if the rotation is "0", no rotation is needed, we skip the rotate function which behaves badly (in ExtIM) with a zero degree rotation. git-svn-id: http://piwigo.org/svn/trunk@16936 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23feature 2703: make it easy for plugins to add tabs in admin screensmistic10019-180/+169
centralize all core tabs in one file git-svn-id: http://piwigo.org/svn/trunk@16928 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23feature 2703: make it easy for plugins to add tabs in admin screensmistic10018-1/+26
add a trigger a give an id to each core tabsheets git-svn-id: http://piwigo.org/svn/trunk@16925 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18bug:2698flop251-7/+7
at the bottom! git-svn-id: http://piwigo.org/svn/trunk@16829 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18bug:2698flop251-27/+28
2 id identical fieldset instead of a span moving up the field for autoorder hiding the link to set a autoorder if there is no album (clicking on it didn't do anything) git-svn-id: http://piwigo.org/svn/trunk@16827 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18bug:2698flop251-50/+51
moving the forms git-svn-id: http://piwigo.org/svn/trunk@16825 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09code cleanupflop251-2/+0
git-svn-id: http://piwigo.org/svn/trunk@16529 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09feature:2424flop252-2/+140
ability to duplicate tags git-svn-id: http://piwigo.org/svn/trunk@16526 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06feature 2680: styles for jQuery UI slider mistic1002-0/+8
still need to include "themes/default/js/ui/theme/jquery.ui.slider.css" git-svn-id: http://piwigo.org/svn/trunk@16390 68402e56-0260-453c-a942-63ccdbb3a9ee