aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug 2992 fixed: escape all file names before searching them as duplicates in ↵plegall2013-10-291-1/+1
| | | | | | batch manager. git-svn-id: http://piwigo.org/svn/branches/2.5@25223 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r25119 from trunk to branch 2.5 flop252013-10-251-2/+12
| | | | | | bug:2980 Fatal error when renaming a group git-svn-id: http://piwigo.org/svn/branches/2.5@25147 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2977 fixed: when moving an album, whatever the previous statusplegall2013-10-181-23/+16
| | | | | | | | | | private/public we must remove irrelevant permissions (a public album can have hidden permission, ie list of groups/users permitted). I've also found a bug in the algorithm that selects users/groups to delete (reverse parameters in array_diff). git-svn-id: http://piwigo.org/svn/branches/2.5@24986 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2967 fixed: avoid display changes when album list is long to load. Replaceplegall2013-10-181-9/+2
| | | | | | | | input text for position to input hidden. It was a fallback when javascript is deactivated, but nowadays Piwigo administration can't work without javascript. git-svn-id: http://piwigo.org/svn/branches/2.5@24982 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2975 fixed: remove useless "," at the end of arrays, because it breaks ↵plegall2013-10-183-4/+4
| | | | | | Internet Explorer 7 :-/ git-svn-id: http://piwigo.org/svn/branches/2.5@24975 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merged revision(s) 24835 from trunk:mistic1002013-10-121-11/+15
| | | | | | bug 2970: Division by zero on batch manager git-svn-id: http://piwigo.org/svn/branches/2.5@24880 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge svn:23248 & svn:23247 from trunk to 2.5flop252013-06-161-0/+9
| | | | | | | | feature:2925 new function theme_delete git-svn-id: http://piwigo.org/svn/branches/2.5@23249 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2915 fixed: really disable synchronization on synchronization and site ↵plegall2013-05-312-0/+12
| | | | | | (directories) manager screens. git-svn-id: http://piwigo.org/svn/branches/2.5@22978 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2909 fixed: make sure the selection of private album is not empty beforeplegall2013-05-291-1/+3
| | | | | | | adding permission to user. The good test had been removed in r11729 git-svn-id: http://piwigo.org/svn/branches/2.5@22949 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22705 from trunk to branch 2.5plegall2013-05-161-2/+2
| | | | | | | | | bug 2901 fixed: batch manager, for "set title" and "set author" actions, |@escape:javascript to avoid problems with single quotes. git-svn-id: http://piwigo.org/svn/branches/2.5@22706 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2895 fixed: replace border-bottom by text-decoration in menubar links forplegall2013-05-071-0/+1
| | | | | | | admin theme roma, to avoid height change on plugins box. git-svn-id: http://piwigo.org/svn/branches/2.5@22525 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge svn:22516 from trunk to branch 2.5flop252013-05-063-15/+15
| | | | | | | bug:2890 for "Manage Permissions" and "Manage the members", don't display the button "apply action" button and style as a button the links git-svn-id: http://piwigo.org/svn/branches/2.5@22517 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2867 fixed: move get_dirs function to a function file, so that it can be ↵plegall2013-03-152-26/+26
| | | | | | used in plugin LocalFiles Editor (see r18629) git-svn-id: http://piwigo.org/svn/branches/2.5@21566 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2852 fixed: ability to use HTML markup in album description for ↵plegall2013-02-281-1/+1
| | | | | | pwg.categories.add git-svn-id: http://piwigo.org/svn/trunk@21070 68402e56-0260-453c-a942-63ccdbb3a9ee
* make batch manager ready for jquery 1.9rvelices2013-02-181-23/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@20823 68402e56-0260-453c-a942-63ccdbb3a9ee
* allow to pass an array to get_tag_ids()mistic1002013-02-181-1/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@20805 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2841 doesn't duplicate using 'merge' action on only one group flop252013-02-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@20740 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:65 fix fatal error at the end of the install process, remove unused ↵mistic1002013-02-121-55/+0
| | | | | | file and function git-svn-id: http://piwigo.org/svn/trunk@20721 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:65 pwg_db_connect doesn't return anything nowmistic1002013-02-122-12/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@20720 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2825: add maintenance action to clean the database and avoid integrity ↵plegall2013-02-043-0/+38
| | | | | | errors git-svn-id: http://piwigo.org/svn/trunk@20544 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2822 editing photo replaces date_creation time to 00:00:00 mistic1002013-02-032-4/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@20531 68402e56-0260-453c-a942-63ccdbb3a9ee
* language changed to match the one defined in lang filesflop252013-01-301-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@20489 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:65 Add support for PHP mysqli extension, activated by default, ↵mistic1002013-01-302-7/+11
| | | | | | remove returns of link_identifier git-svn-id: http://piwigo.org/svn/trunk@20462 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2826mistic1002013-01-293-7/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
* try to fix buggy admin menu since jquery updatemistic1002013-01-143-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@20156 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2718 errors when no photo on the gallery, use arbitrary values insteadmistic1002013-01-061-4/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@19920 68402e56-0260-453c-a942-63ccdbb3a9ee
* minor optimization on photos_add_direct mistic1002013-01-052-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@19828 68402e56-0260-453c-a942-63ccdbb3a9ee
* update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall2013-01-0176-76/+76
| | | | | | expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
* cleanup admin cssrvelices2012-12-232-18/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@19530 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2425flop252012-12-051-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
* bug:2425flop252012-12-052-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
* bug:2425flop252012-12-042-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
* bug:2425flop252012-11-291-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
* bug:2793 use "include_once" instead of "include" when including pclzipmistic1002012-11-254-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@19167 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2718 Add batch manager filters for photo dimensions, small cleaning ↵mistic1002012-11-212-18/+18
| | | | | | in the code git-svn-id: http://piwigo.org/svn/trunk@19121 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2718: Batch Manager filter on dimensions, only display existing valuesplegall2012-11-194-52/+212
| | | | | | | improved colors on ui-slider git-svn-id: http://piwigo.org/svn/trunk@19069 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2780 Differentiate graphically physical album vs virtual albums, ↵mistic1002012-11-182-2/+2
| | | | | | only apply to direct descendants git-svn-id: http://piwigo.org/svn/trunk@19066 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2718 Add batch manager filters for photo dimensions, redesign with ↵mistic1002012-11-102-42/+118
| | | | | | sliders git-svn-id: http://piwigo.org/svn/trunk@18988 68402e56-0260-453c-a942-63ccdbb3a9ee
* clean HTML+JS code on cat_list.tplmistic1002012-11-101-36/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@18986 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2780 Differentiate graphically physical album vs virtual albumsmistic1002012-11-104-0/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@18985 68402e56-0260-453c-a942-63ccdbb3a9ee
* cleanup admin cssrvelices2012-11-085-42/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@18976 68402e56-0260-453c-a942-63ccdbb3a9ee
* js code simplificationrvelices2012-11-081-24/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@18974 68402e56-0260-453c-a942-63ccdbb3a9ee
* move a lot of inline js code (raphael icons) from inline to external async ↵rvelices2012-11-062-19/+13
| | | | | | script git-svn-id: http://piwigo.org/svn/trunk@18956 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2727: improve password security with the use of PasswordHash class.plegall2012-11-021-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
* feature:2718 Add batch manager filters for photo dimensions, redisgnmistic1002012-10-272-50/+62
| | | | git-svn-id: http://piwigo.org/svn/trunk@18758 68402e56-0260-453c-a942-63ccdbb3a9ee
* doctype is html5 - less restrictivie than html 4 strict (which we are not ↵rvelices2012-10-271-2/+1
| | | | | | compatible with anyway)... git-svn-id: http://piwigo.org/svn/trunk@18756 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2773: add pwg_db_close() methodmistic1002012-10-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@18634 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 ↵rvelices2012-10-122-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
* - remove unsed code; shorten existing code and improve readability ...rvelices2012-10-121-0/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@18629 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove unsed code; shorten existing code and improve readability ...rvelices2012-10-122-91/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@18628 68402e56-0260-453c-a942-63ccdbb3a9ee