aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release number 2.2.0RC1 hard coded + turn off show_gt and check_uprgade_feed2.2.0RC1plegall2011-01-203-5/+5
| | | | git-svn-id: http://piwigo.org/svn/tags/2.2.0RC1@8816 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create release 2.2.0RC1 from trunk r8811plegall2011-01-200-0/+0
| | | | git-svn-id: http://piwigo.org/svn/tags/2.2.0RC1@8814 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update sk_SK Thanks to dododdtddt2011-01-202-1/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@8811 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update sv_SE Thanks to Jonasddtddt2011-01-203-2/+58
| | | | git-svn-id: http://piwigo.org/svn/trunk@8808 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102: reapply the Photos plugin for de_DE after conversion to utf8plegall2011-01-202-24/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@8805 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102: inject strings from the "Photos" plugin into core for the ↵plegall2011-01-2010-312/+312
| | | | | | | | | following languages de_DE es_ES lv_LV ru_RU fr_FR git-svn-id: http://piwigo.org/svn/trunk@8803 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 937 fixed: makes sure a user won't see the thumbnail of a photo that has aplegall2011-01-2010-78/+246
| | | | | | | | | | | | higher privacy level than user privacy level. For an acceptable solution at performance level, I have implemented a cache: for a given user, each album has a representative_picture_id. This cache also avoids to perform numerous "order by rand()" SQL queries which is the case when $conf['allow_random_representative'] = true; git-svn-id: http://piwigo.org/svn/trunk@8802 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-201-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@8801 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8800 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-201-9/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@8799 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-201-7/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@8797 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-201-17/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@8796 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8795 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-201-13/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@8794 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-201-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@8791 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update vi_VN thanks to Em Kuddtddt2011-01-202-8/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@8788 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update vi_VN thanks to Em Kuddtddt2011-01-202-4/+39
| | | | git-svn-id: http://piwigo.org/svn/trunk@8785 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update ar_SA thanks to mohammedddtddt2011-01-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8784 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102: mistake in my previous commit r8727 on "manage album photos" ↵plegall2011-01-1930-30/+30
| | | | | | string git-svn-id: http://piwigo.org/svn/trunk@8783 68402e56-0260-453c-a942-63ccdbb3a9ee
* more compact html outputrvelices2011-01-197-81/+65
| | | | git-svn-id: http://piwigo.org/svn/trunk@8774 68402e56-0260-453c-a942-63ccdbb3a9ee
* got rid of the last three very inefficient css rulesrvelices2011-01-192-14/+34
| | | | git-svn-id: http://piwigo.org/svn/trunk@8772 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update ar_SA thanks to mohammedddtddt2011-01-191-5/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@8769 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1289 updated: add pwg_token on the delete_orphan_tags maintenance actionplegall2011-01-191-12/+18
| | | | | | | (and all other maintenace actions as well) git-svn-id: http://piwigo.org/svn/trunk@8765 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1062 added: ability to delete a single photo from its administrationplegall2011-01-194-5/+62
| | | | | | | screen git-svn-id: http://piwigo.org/svn/trunk@8764 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2040: to finish the "automatic rotation" feature, I had configurationplegall2011-01-192-1/+10
| | | | | | | | | | setting. I choose to have it in the configuration file and not in the web interface because it is a bit too technical and useful only in very specific cases (when buggy software performed a rotation before without updating the EXIF "orientation" tag) git-svn-id: http://piwigo.org/svn/trunk@8763 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1289 added: easy "delete orphan tags" function. On the "tags"plegall2011-01-198-7/+116
| | | | | | | | administration page, a warning message is displayed if you have at least one orphan tag + direct action to delete them. git-svn-id: http://piwigo.org/svn/trunk@8762 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - zh_CN add help Thanks to Ralph.Baiddtddt2011-01-191-0/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@8760 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2025 fixed: by default we log visits from simple visitors, it was aplegall2011-01-191-1/+1
| | | | | | | nonsense to turn off history for connected users by default. git-svn-id: http://piwigo.org/svn/trunk@8759 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2018: now when a user gets an "admin" or "webmaster" status heplegall2011-01-191-0/+15
| | | | | | | automatically gets the "admin" privacy level. git-svn-id: http://piwigo.org/svn/trunk@8758 68402e56-0260-453c-a942-63ccdbb3a9ee
* - picture page compacts the output html using smarty striprvelices2011-01-183-45/+44
| | | | | | - decrease the default number of tags showable in the menubar git-svn-id: http://piwigo.org/svn/trunk@8757 68402e56-0260-453c-a942-63ccdbb3a9ee
* - batch manager was not calling invalidate_user_cachervelices2011-01-182-7/+15
| | | | | | | - batch manager can delete photos added by ftp - call sync_users on admin page less often (too many sql queries) git-svn-id: http://piwigo.org/svn/trunk@8756 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2113: slightly smaller logo in administration footerplegall2011-01-183-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8754 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-181-10/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@8752 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-181-2/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8751 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@8750 ↵ddtddt2011-01-181-2/+2
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update EN helpddtddt2011-01-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8749 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-181-7/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@8748 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-181-19/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@8747 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update EN helpddtddt2011-01-181-5/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8746 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-181-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@8745 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - update FR helpddtddt2011-01-181-44/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@8744 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - cs_CZ add help Thanks to TPYddtddt2011-01-181-0/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@8742 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: no more categories.uploadable column when creating a new categoryplegall2011-01-184-485/+549
| | | | | | | | | | | split the admin/photos_add_direct.php script into admin/include/photos_add_direct_prepare.php (prepare the upload form) + admin/include/photos_add_direct_process.inc.php (process the submitted form) : it makes the upload form backend easier to reuse in the future Community plugin. git-svn-id: http://piwigo.org/svn/trunk@8734 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: the home.png icon was missing for roma admin themeplegall2011-01-181-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@8733 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2113: new logo on administration screenplegall2011-01-186-8/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@8732 68402e56-0260-453c-a942-63ccdbb3a9ee
* Happy new year 2011plegall2011-01-18542-1001/+1001
| | | | | | | Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery" git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102: add a few language keys to remove all image/picture/element ↵plegall2011-01-1774-806/+247
| | | | | | and replace by photo git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2105 : Browsing tags is slow if tags contains many photos rvelices2011-01-174-132/+67
| | | | git-svn-id: http://piwigo.org/svn/trunk@8726 68402e56-0260-453c-a942-63ccdbb3a9ee
* got rid of a very innefficient (and not required) css rulervelices2011-01-174-10/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8725 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2102 : rename item/image/picture to photo (admin side)rvelices2011-01-1744-427/+380
| | | | | | also removed unnecessary/duplicate keys git-svn-id: http://piwigo.org/svn/trunk@8723 68402e56-0260-453c-a942-63ccdbb3a9ee