aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-09[Branche2] bug:986ddtddt1-0/+1
git-svn-id: http://piwigo.org/svn/branches/2.0@5093 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-07Choose the sorting of the categories managementGotcha2-0/+25
bug:1119 git-svn-id: http://piwigo.org/svn/branches/2.0@5076 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-07[Branche2] bug:1486ddtddt2-4/+4
git-svn-id: http://piwigo.org/svn/branches/2.0@5070 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-02-28improvement: avoid the use of @ instead of a real testplegall4-8/+8
git-svn-id: http://piwigo.org/svn/branches/2.0@5003 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-02-17bug 1443 fixed: ability to uninstall a missing plugin. I had forgotten theplegall1-4/+3
pwg_token for this specific action on this specific state in r4506 for bug:1328 git-svn-id: http://piwigo.org/svn/branches/2.0@4901 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-02-15Bug 1426 fixed : admin help popup use gallery theme instead of admin themenikrou1-0/+12
merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.0@4894 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-23bug 1396: when a photo was deleted, the code to avoid orphans as categoryplegall2-12/+14
representative was 1) wrong (because a photo doesn't have to belong to a category to represent it) 2) at the wrong place. git-svn-id: http://piwigo.org/svn/branches/2.0@4730 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-15feature 620: if no exif/iptc found in the "web resized" photo, then we searchplegall1-0/+8
into the high definition picture if available. Thanks to Jochen Roth (Polly) for the patch. git-svn-id: http://piwigo.org/svn/branches/2.0@4682 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-15bug 1380: now correctly synchronizes metadata on a single photo, needs a nicerplegall1-0/+3
fix on trunk. git-svn-id: http://piwigo.org/svn/branches/2.0@4680 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-04feature 1364: subscribe to pl.piwigo.org/announcement when current language ↵plegall1-0/+1
is pl_PL git-svn-id: http://piwigo.org/svn/branches/2.0@4617 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-19bug 1328: implements check_pwg_token at site management level.plegall2-5/+15
git-svn-id: http://piwigo.org/svn/branches/2.0@4531 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-19bug 1328: implements check_pwg_token at group management level.plegall2-2/+9
git-svn-id: http://piwigo.org/svn/branches/2.0@4529 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-17bug 1328: implement check_pwg_token for emails on user comments management.plegall1-33/+0
The check_pwg_token and get_pwg_token functions were moved to the public side (for use on comments.php) The email sent to admins on new user comment does not directly includes validate/delete actions. git-svn-id: http://piwigo.org/svn/branches/2.0@4508 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-17bug 1328: implements check_pwg_token at plugin management level.plegall3-3/+14
git-svn-id: http://piwigo.org/svn/branches/2.0@4506 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-16bug 1328: check_pwg_token implemented on admin/cat_list forms (+delete action)plegall2-0/+9
git-svn-id: http://piwigo.org/svn/branches/2.0@4505 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-15bug 1328: first specific implementation of the check_pwg_token for theplegall3-5/+17
admin/tags page (all actions : add/edit/delete). The "check_token" function was renammed into check_pwg_token because the word "token" is too much generic. git-svn-id: http://piwigo.org/svn/branches/2.0@4503 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-15merge r4493 from trunk to branch 2.0plegall1-4/+9
Bug 1328 : improve check function git-svn-id: http://piwigo.org/svn/branches/2.0@4502 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-15merge r4492 from trunk to branch 2.0plegall1-0/+22
Bug 1328 add function to check token git-svn-id: http://piwigo.org/svn/branches/2.0@4501 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-15bug 1329 fixed: add a check_input_parameter function to prevent hackingplegall4-0/+13
attempts. git-svn-id: http://piwigo.org/svn/branches/2.0@4495 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-01bug 1301 fixed: it is now possible to move root category 4 into root categoryplegall1-1/+1
49. Sometimes a single comma makes a huge difference! git-svn-id: http://piwigo.org/svn/branches/2.0@4400 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-11-05feature 1231: subscribe to cn.piwigo.org/announcement when current language isplegall1-0/+1
zh_CN git-svn-id: http://piwigo.org/svn/branches/2.0@4213 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-20merge -r2048 from trunk to branch 2 rvelices1-9/+6
- avoid php warning in template when debug template option is activated git-svn-id: http://piwigo.org/svn/branches/2.0@4069 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-14Replace some ereg function (depreciated) by preg_match.patdenice1-2/+2
git-svn-id: http://piwigo.org/svn/branches/2.0@4035 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-14Plugins upgrade now delete obsolete files from obsolete.list.patdenice1-0/+21
git-svn-id: http://piwigo.org/svn/branches/2.0@4033 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-11[Piwigo] r4024 merged from Trunk to BranchEric1-0/+2
Bug 1189 fixed : Adding {$NAVBAR} at top of users list. git-svn-id: http://piwigo.org/svn/branches/2.0@4025 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-09[Bug 1041] [REV 4008] Merged form trunk to branchEric1-50/+50
Coding guidelines improvement git-svn-id: http://piwigo.org/svn/branches/2.0@4009 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-09set_magic_quote_runtime and get_magic_quote_gpc are depreciated and can ↵patdenice1-1/+1
produce notices from PHP 5.3. Add a @ to avoid this notices. This functions need to be removed with PHP 6 git-svn-id: http://piwigo.org/svn/branches/2.0@4005 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-01Purge compiled templates when activate or deactivate a plugin.patdenice1-3/+9
Cf topic:16250 on french forum. git-svn-id: http://piwigo.org/svn/branches/2.0@3949 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-29[Bug 1041] Merged form trunk to branch : Switchable double/single password ↵Eric2-18/+72
input with text or password type in admin using new $conf git-svn-id: http://piwigo.org/svn/branches/2.0@3945 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-05merge r3716-3717 from trunk to branch 2.0patdenice1-1/+5
Allow to add description.txt file in language directory for plugin description. Add multilingual descriptions for plugins. git-svn-id: http://piwigo.org/svn/branches/2.0@3824 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-05Update pclzip to 2.8.1 (PHP 5.3 compatibility)patdenice1-20/+5
git-svn-id: http://piwigo.org/svn/branches/2.0@3822 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-20bug 895: r3714 had replaced the "open in a new tab" (introduced in r3381 forplegall1-2/+2
feature:1020)) into a "open in the same", but it is important to keep the window with newsletter subscription links opened. git-svn-id: http://piwigo.org/svn/branches/2.0@3765 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-07merge r3722 from trunkrvelices4-3/+3
- comment a css rule in admin page (was making Firefox very slow on form controls activation - remove usage of jquery.dimensions because not required git-svn-id: http://piwigo.org/svn/branches/2.0@3723 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-01bug 895 : At the end of install, webmaster is automatically connected with ↵patdenice1-1/+3
two buttons: "Home" and "Admin" git-svn-id: http://piwigo.org/svn/branches/2.0@3714 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-31merge r3711 from trunk to branch 2.0patdenice1-1/+4
Disable database optimization for menubar order until it has been fixed. git-svn-id: http://piwigo.org/svn/branches/2.0@3712 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-23New: picture_nav_buttons.tpl gets in template-extension supportvdigital1-0/+1
git-svn-id: http://piwigo.org/svn/branches/2.0@3664 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-21feature 953: avoid fatal error when delete a photo (added with pwg.images.addplegall1-1/+1
API) and the file doesn't not exist on the filesystem. git-svn-id: http://piwigo.org/svn/branches/2.0@3656 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-17feature 1057 added: let the IT/DE/ES users subscribe to the ID/DE/ES Piwigoplegall1-2/+10
announcement newsletter. git-svn-id: http://piwigo.org/svn/branches/2.0@3620 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-15Update pclzip library to 2.8patdenice1-108/+411
git-svn-id: http://piwigo.org/svn/branches/2.0@3581 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-04translate hide Branch2ddtddt1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.0@3524 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-04New(minor): Add Logout from admin menu (net cafe or office shared desktop) - ↵vdigital1-0/+1
saqwild request git-svn-id: http://piwigo.org/svn/branches/2.0@3521 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-04bug 986 branche 2ddtddt2-0/+10
git-svn-id: http://piwigo.org/svn/branches/2.0@3516 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-08feature 1020: simplify the URL to subscribe to Piwigo Announcementsplegall1-2/+2
Newsletter. git-svn-id: http://piwigo.org/svn/branches/2.0@3401 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-02bug 1022 fixed: a photo can be associateed to no category (now that a photoplegall1-1/+1
can have NULL as storage_category_id, it's possible to have no associated category), the admin/picture_modify doesn't break anymore. git-svn-id: http://piwigo.org/svn/branches/2.0@3389 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-31feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter fromplegall4-2/+45
Piwigo itself. Admins can perform this action at the end of installation or on administration panel index. git-svn-id: http://piwigo.org/svn/branches/2.0@3381 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-05feature 981 added: ability to set the compression level for thumbnail creation.plegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.0@3270 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-21merge -c3243 from trunk to branch 2.0rub1-1/+9
Resolved issue 0000974: Adding a link to the gallery in the notification of inscription git-svn-id: http://piwigo.org/svn/branches/2.0@3244 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-19merge r3216 from trunk to branch 2.0nikrou4-2/+7
feature_948_accordion feature 948 : fix problem with incorrect submenu open in admin use a new variable (U_ACTIVE_MENU) and use default position defined in selected_admin_menu if not exists git-svn-id: http://piwigo.org/svn/branches/2.0@3217 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-16merge r3207 from trunk to branch 2.0.patdenice1-1/+3
Add "tags" parameter for template extensions git-svn-id: http://piwigo.org/svn/branches/2.0@3208 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-16merge r3205 from trunk to branch 2.0.patdenice1-1/+3
Update version in plugins table during plugin activation. git-svn-id: http://piwigo.org/svn/branches/2.0@3206 68402e56-0260-453c-a942-63ccdbb3a9ee