aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug 1328: implements check_pwg_token at site management level.plegall2009-12-192-5/+15
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4531 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1328: implements check_pwg_token at group management level.plegall2009-12-192-2/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4529 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1328: implement check_pwg_token for emails on user comments management.plegall2009-12-171-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
* bug 1328: implements check_pwg_token at plugin management level.plegall2009-12-173-3/+14
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4506 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1328: check_pwg_token implemented on admin/cat_list forms (+delete action)plegall2009-12-162-0/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4505 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1328: first specific implementation of the check_pwg_token for theplegall2009-12-153-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
* merge r4493 from trunk to branch 2.0plegall2009-12-151-4/+9
| | | | | | | Bug 1328 : improve check function git-svn-id: http://piwigo.org/svn/branches/2.0@4502 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4492 from trunk to branch 2.0plegall2009-12-151-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
* bug 1329 fixed: add a check_input_parameter function to prevent hackingplegall2009-12-154-0/+13
| | | | | | attempts. git-svn-id: http://piwigo.org/svn/branches/2.0@4495 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1301 fixed: it is now possible to move root category 4 into root categoryplegall2009-12-011-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
* feature 1231: subscribe to cn.piwigo.org/announcement when current language isplegall2009-11-051-0/+1
| | | | | | zh_CN git-svn-id: http://piwigo.org/svn/branches/2.0@4213 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r2048 from trunk to branch 2 rvelices2009-10-201-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
* Replace some ereg function (depreciated) by preg_match.patdenice2009-10-141-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4035 68402e56-0260-453c-a942-63ccdbb3a9ee
* Plugins upgrade now delete obsolete files from obsolete.list.patdenice2009-10-141-0/+21
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@4033 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Piwigo] r4024 merged from Trunk to BranchEric2009-10-111-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
* [Bug 1041] [REV 4008] Merged form trunk to branchEric2009-10-091-50/+50
| | | | | | Coding guidelines improvement git-svn-id: http://piwigo.org/svn/branches/2.0@4009 68402e56-0260-453c-a942-63ccdbb3a9ee
* set_magic_quote_runtime and get_magic_quote_gpc are depreciated and can ↵patdenice2009-10-091-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
* Purge compiled templates when activate or deactivate a plugin.patdenice2009-10-011-3/+9
| | | | | | Cf topic:16250 on french forum. git-svn-id: http://piwigo.org/svn/branches/2.0@3949 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Bug 1041] Merged form trunk to branch : Switchable double/single password ↵Eric2009-09-292-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
* merge r3716-3717 from trunk to branch 2.0patdenice2009-09-051-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
* Update pclzip to 2.8.1 (PHP 5.3 compatibility)patdenice2009-09-051-20/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3822 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 895: r3714 had replaced the "open in a new tab" (introduced in r3381 forplegall2009-08-201-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
* merge r3722 from trunkrvelices2009-08-074-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
* bug 895 : At the end of install, webmaster is automatically connected with ↵patdenice2009-08-011-1/+3
| | | | | | two buttons: "Home" and "Admin" git-svn-id: http://piwigo.org/svn/branches/2.0@3714 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3711 from trunk to branch 2.0patdenice2009-07-311-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
* New: picture_nav_buttons.tpl gets in template-extension supportvdigital2009-07-231-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3664 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 953: avoid fatal error when delete a photo (added with pwg.images.addplegall2009-07-211-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
* feature 1057 added: let the IT/DE/ES users subscribe to the ID/DE/ES Piwigoplegall2009-07-171-2/+10
| | | | | | announcement newsletter. git-svn-id: http://piwigo.org/svn/branches/2.0@3620 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update pclzip library to 2.8patdenice2009-07-151-108/+411
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3581 68402e56-0260-453c-a942-63ccdbb3a9ee
* translate hide Branch2ddtddt2009-07-041-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3524 68402e56-0260-453c-a942-63ccdbb3a9ee
* New(minor): Add Logout from admin menu (net cafe or office shared desktop) - ↵vdigital2009-07-041-0/+1
| | | | | | saqwild request git-svn-id: http://piwigo.org/svn/branches/2.0@3521 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 986 branche 2ddtddt2009-07-042-0/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3516 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1020: simplify the URL to subscribe to Piwigo Announcementsplegall2009-06-081-2/+2
| | | | | | Newsletter. git-svn-id: http://piwigo.org/svn/branches/2.0@3401 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1022 fixed: a photo can be associateed to no category (now that a photoplegall2009-06-021-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
* feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter fromplegall2009-05-314-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
* feature 981 added: ability to set the compression level for thumbnail creation.plegall2009-05-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3270 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3243 from trunk to branch 2.0rub2009-04-211-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
* merge r3216 from trunk to branch 2.0nikrou2009-03-194-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
* merge r3207 from trunk to branch 2.0.patdenice2009-03-161-1/+3
| | | | | | Add "tags" parameter for template extensions git-svn-id: http://piwigo.org/svn/branches/2.0@3208 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3205 from trunk to branch 2.0.patdenice2009-03-161-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
* merge r3203 from trunk to branch 2.0.patdenice2009-03-161-0/+1
| | | | | | | | Move template class inclusion to common.inc.php. Add forum link in upgrade page. Install and upgrade try to configure PHP5. git-svn-id: http://piwigo.org/svn/branches/2.0@3204 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 926 fixed: change links to piwigo.org so that they go to existing URLs.plegall2009-03-134-14/+8
| | | | | | | new: if the current language is french, the links go to fr.piwigo.org insted. git-svn-id: http://piwigo.org/svn/branches/2.0@3196 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge part of r3182 from trunk to branch 2.0.patdenice2009-03-071-6/+6
| | | | | | Re-order templates extension alphabetically. git-svn-id: http://piwigo.org/svn/branches/2.0@3183 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3145-3146 from trunkrvelices2009-02-141-3/+58
| | | | | | | | | | Last (I hope) paranoic optims ... - move get_uysername and get_groupname from public to admin/functions.inc.php - optim in index.php - tags.tpl does not need smarty modifier included - move func get_comment_post_key from functions_comment to functions (avoid extra inclusion every time on picture page) git-svn-id: http://piwigo.org/svn/branches/2.0@3147 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3143 from trunk to branch 2.0patdenice2009-02-136-24/+45
| | | | | | | | - Show number of downloads in plugins list. - Allow to sort plugins by number of downloads. - Fix plugin revision URL (no more revision_view in PEM). git-svn-id: http://piwigo.org/svn/branches/2.0@3144 68402e56-0260-453c-a942-63ccdbb3a9ee
* New IE6 transparency enhancement in admin (Thanks to tweakpng).vdigital2009-02-1310-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3138 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3136 from trunkrvelices2009-02-132-29/+77
| | | | | | | | - moved check upgrade feed code to admin/include/functions_upgrade.php - refactored some code (shorter and somehow faster - but nothing revolutionary) - decrease lost space in permalinks.tpl and hard coded column width (was illisible) git-svn-id: http://piwigo.org/svn/branches/2.0@3137 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: phpwebgallery.net moves to piwigo.orgplegall2009-02-121-1/+1
| | | | | | | | | | | | | modification: doc/README_*.txt much simpler with link to piwigo.org for installation and upgrade guides. modification: latest_version has changed its path on the website to download directory. deletion: doc/ChangeLog was useless and outdated. git-svn-id: http://piwigo.org/svn/branches/2.0@3132 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3122 from trunkrvelices2009-02-043-5/+4
| | | | | | - removed second parameter $type from function format_date git-svn-id: http://piwigo.org/svn/branches/2.0@3123 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3099 from trunk to branch 2.0rub2009-01-181-0/+1
| | | | | | Try to fix bad position for "nbm_repost_submit" button. git-svn-id: http://piwigo.org/svn/branches/2.0@3100 68402e56-0260-453c-a942-63ccdbb3a9ee