aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mistakenly removed status check in previous commit + same thing for usersmistic1002013-10-301-35/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@25244 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668, user manager redesign: ability to add a new user (call to ↵plegall2013-10-301-0/+4
| | | | | | | | | pwg.users.add through AJAX) Move the "send connection settings" code to function register_user (avoid code duplication). git-svn-id: http://piwigo.org/svn/trunk@25237 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated onmistic1002013-10-251-6/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@25133 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2920 added: change admin screen "pending comments" to "all comments".plegall2013-10-221-1/+1
| | | | | | | | | Now the administrator can filter on "all" or "pending" with a single click. In the admin menu, we display the number of pending comments. git-svn-id: http://piwigo.org/svn/trunk@25084 68402e56-0260-453c-a942-63ccdbb3a9ee
* replace some mass_updates/inserts by single_update/insertmistic1002013-10-191-14/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@25019 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove all array_push (50% slower than []) + some changes missing for ↵mistic1002013-10-1918-280/+183
| | | | | | feature:2978 git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r24986 from branch 2.5 to trunkplegall2013-10-181-23/+16
| | | | | | | | | | | | bug 2977 fixed: when moving an album, whatever the previous status 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/trunk@24987 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2826 missing hardcoded PEM category id in r20449mistic1002013-08-141-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@24159 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2944 Performance issues when creating an album mistic1002013-07-141-16/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@23944 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2855flop252013-07-091-1/+1
| | | | | | bug corrected (if that was a virtual album created without parent) git-svn-id: http://piwigo.org/svn/trunk@23886 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2898 make some updates methods static + factorize code from plugins, ↵mistic1002013-07-075-232/+68
| | | | | | themes & languages git-svn-id: http://piwigo.org/svn/trunk@23821 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916 (admin icons):plegall2013-06-191-17/+17
| | | | | | | | | | | | | | * all level 2 admin menus have an icon * bigger right-margin (0.5em instead of 0.2em) on #menubar dd icons * many tabs get an icon (list plugins/themes/languages, update, add; add photos, history) Specific changes on "roma" (dark admin theme) * menu icons in grey #666 * no text-decoration on icons git-svn-id: http://piwigo.org/svn/trunk@23382 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2855flop252013-06-161-1/+30
| | | | | | | new otpion "inherit" for create_virtual_category(), and $conf['inheritance_by_default'] = false; ToDo: album registred from Ftp git-svn-id: http://piwigo.org/svn/trunk@23272 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2925flop252013-06-161-1/+1
| | | | | | theme_delete with less arg git-svn-id: http://piwigo.org/svn/trunk@23248 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2925flop252013-06-161-0/+9
| | | | | | new function theme_delete git-svn-id: http://piwigo.org/svn/trunk@23247 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916 Replace raphael with symbol fonts rvelices2013-06-041-8/+8
| | | | | | I added more icons than before (I think it's better as we can find links faster but that's arguable ...) git-svn-id: http://piwigo.org/svn/trunk@23029 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2863flop252013-04-111-1/+12
| | | | | | display a message on the upload page if "Resized after upload" is checked git-svn-id: http://piwigo.org/svn/trunk@22135 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2836: display the number of comments/tags in the menubar rvelices2013-03-241-0/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@21817 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r21566 from branch 2.5 to trunkplegall2013-03-151-0/+26
| | | | | | | | bug 2867 fixed: move get_dirs function to a function file, so that it can be used in plugin LocalFiles Editor (see r18629) git-svn-id: http://piwigo.org/svn/trunk@21567 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
* 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
* 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-041-0/+28
| | | | | | errors git-svn-id: http://piwigo.org/svn/trunk@20544 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:65 Add support for PHP mysqli extension, activated by default, ↵mistic1002013-01-301-6/+10
| | | | | | 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
* minor optimization on photos_add_direct mistic1002013-01-051-1/+1
| | | | 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-0123-23/+23
| | | | | | expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 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 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 2773: add pwg_db_close() methodmistic1002012-10-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@18634 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
* little code refactoring over r17424plegall2012-09-181-1/+10
| | | | | | | 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
* feature 2737: improve tag administration screen rvelices2012-09-051-30/+41
| | | | | | | | | | | 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
* bug 2732: when new tags must be added, also look first for existing tags ↵rvelices2012-09-031-58/+41
| | | | | | with different case git-svn-id: http://piwigo.org/svn/trunk@17724 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark ↵rvelices2012-08-302-10/+19
| | | | | | upload errors git-svn-id: http://piwigo.org/svn/trunk@17675 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17668 from branch 2.4 to trunkplegall2012-08-301-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
* bug 2716: modifying a photo reset it's rankmistic1002012-08-061-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
* merge-r17295 from branch 2.4 feature 2708: in admin, display allowed custom ↵rvelices2012-08-013-17/+50
| | | | | | derivatives and ability to delete them git-svn-id: http://piwigo.org/svn/trunk@17302 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove debug code from r17002mistic1002012-07-301-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@17210 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17003 from branch 2.4 to trunkplegall2012-07-251-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
* merge r17001 from branch 2.4 to trunkplegall2012-07-251-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
* merge r16934 from branch 2.4 to trunkplegall2012-07-231-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
* feature 2703: make it easy for plugins to add tabs in admin screensmistic1002012-07-234-9/+153
| | | | | | centralize all core tabs in one file git-svn-id: http://piwigo.org/svn/trunk@16928 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2703: make it easy for plugins to add tabs in admin screensmistic1002012-07-233-0/+10
| | | | | | 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
* bug 2672: invalid option sampling-factor for old versions of ImageMagick ↵rvelices2012-06-301-2/+10
| | | | | | (use it for new versions) git-svn-id: http://piwigo.org/svn/trunk@16230 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r16210 from branch 2.4 to trunkplegall2012-06-291-1/+7
| | | | | | | | bug 2672: deactivate sampling-factor (for now) git-svn-id: http://piwigo.org/svn/trunk@16211 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2671: use get_branch_from_version() to find the real branch, however the ↵mistic1002012-06-294-13/+4
| | | | | | version looks like git-svn-id: http://piwigo.org/svn/trunk@16179 68402e56-0260-453c-a942-63ccdbb3a9ee
* incompatible plugins check doesn't work since 2.4, because version number ↵mistic1002012-06-291-1/+10
| | | | | | format has changed git-svn-id: http://piwigo.org/svn/trunk@16177 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2668 - fix php warnings on glob functionrvelices2012-06-291-2/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@16167 68402e56-0260-453c-a942-63ccdbb3a9ee