aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge r5001 from branch 2.0 to trunkplegall2010-02-281-1/+1
| | | | | | | bug 1469 fixed: I should have permitted an empty feed in URL in r4742 git-svn-id: http://piwigo.org/svn/trunk@5002 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1460 : Customize form installation depending on database enginenikrou2010-02-275-11/+68
| | | | | | | | | - sqlite is proposed by default if severals database engine are available (cf conf) - sqlite is proposed before pdo-sqlite - remove host, user and password for sqlite git-svn-id: http://piwigo.org/svn/trunk@4985 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1459 : add support for SQLite3 via PDOnikrou2010-02-264-0/+1141
| | | | git-svn-id: http://piwigo.org/svn/trunk@4967 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4965 from branch 2.0 to trunkplegall2010-02-261-0/+5
| | | | | | | | | | | bug 1047 fixed: avoid warnings when the creation date is 0000-00-00 (which happens when date_creation comes from corrupted EXIF) bug 859 fixed: at display time only. Piwigo still inserts wrong date in the database, to be fixed later. git-svn-id: http://piwigo.org/svn/trunk@4966 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r4963 from branch 2.0 to trunkriopwg2010-02-252-0/+2
| | | | | | Update language IT git-svn-id: http://piwigo.org/svn/trunk@4964 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4955 from branch 2.0 to trunkplegall2010-02-233-6/+18
| | | | | | | | bug 1452 fixed: check cookies are enabled in web browser and notify user otherwise that she can't connect. git-svn-id: http://piwigo.org/svn/trunk@4956 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4953 from branch 2.0 to trunkplegall2010-02-233-18/+71
| | | | | | | | feature 1453 added: ability to check for uniqueness on filename. No change on the default behavior: uniqueness is set on md5sum. git-svn-id: http://piwigo.org/svn/trunk@4954 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1255 : missing quotes in concat function for mysqlnikrou2010-02-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@4929 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1442 : fix problem with type selector : :text instead of @type='text'nikrou2010-02-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@4919 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1442 : update jquerynikrou2010-02-20108-14105/+10441
| | | | | | | * update jquery to 1.4.1 * update jquery ui to 1.7.2 git-svn-id: http://piwigo.org/svn/trunk@4918 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4912 from branch 2.0 to trunkplegall2010-02-191-2/+1
| | | | | | | | | feature 967: when clicking on the download link (only for high definition currently), use images.file instead of basename(images.path) as download file name. git-svn-id: http://piwigo.org/svn/trunk@4913 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4910 from branch 2.0 to trunkplegall2010-02-192-1/+2
| | | | | | | | feature 967: optionnaly transmit the original filename to pwg.images.add. When transmitted, it fills the images.file column. git-svn-id: http://piwigo.org/svn/trunk@4911 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c4907 from branch 2.0 to trunkrub2010-02-181-49/+39
| | | | | | | | | Feature 0001142: notification on category, current user language depends on last group user Thanks to cljosse and Eric for their help! git-svn-id: http://piwigo.org/svn/trunk@4908 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4902 from branch 2.0 to trunkplegall2010-02-171-0/+15
| | | | | | | | bug 1423 fixed: support for ExtendedDescription (and all the ones using the "render_category_name" event) in category names. git-svn-id: http://piwigo.org/svn/trunk@4903 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4899 from branch 2.0 to trunkplegall2010-02-171-0/+22
| | | | | | | | | | bug 1422 fixed: pwg.images.add (and sub methods) can create recursive directories for windows. add trace in ws_logfile for add_file + ws_images_add_chunk git-svn-id: http://piwigo.org/svn/trunk@4900 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1426 fixed : admin help popup use gallery theme instead of admin themenikrou2010-02-154-13/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@4893 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1255 :nikrou2010-02-1510-14/+20
| | | | | | | update pwg_db_insert_id() function. PosgreSQL needs table name to retrieve last insert auto increment id. git-svn-id: http://piwigo.org/svn/trunk@4892 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1255 : bug in pwg_session_write() with postgresql.nikrou2010-02-131-1/+29
| | | | | | replace into doesn't exists. Must do two queries git-svn-id: http://piwigo.org/svn/trunk@4886 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4883 from branch 2.0 to trunkplegall2010-02-121-5/+15
| | | | | | | bug 1431: Community users now can see empty categories just like any admin. git-svn-id: http://piwigo.org/svn/trunk@4884 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1425 fixed : internationalization's bug on the template commentsnikrou2010-02-122-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@4881 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@4873 ↵voyteckst2010-02-101-3/+3
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@4872 ↵voyteckst2010-02-101-1/+1
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* TODO donevoyteckst2010-02-101-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@4871 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk][STC] add localizationddtddt2010-02-099-4/+168
| | | | git-svn-id: http://piwigo.org/svn/trunk@4862 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix some typos and language mistakestosca2010-02-081-30/+28
| | | | git-svn-id: http://piwigo.org/svn/trunk@4860 68402e56-0260-453c-a942-63ccdbb3a9ee
* "télécharger", "téléchargement" replaced by "ajout de photos" (see bug 1393)tosca2010-02-081-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@4859 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4855 from branch 2.0 to trunkvdigital2010-02-081-0/+0
| | | | | | | | | New: tr_TR (Turkish) Republic of Turkey flag Turkey, Republic of Turkey: Türkiye, Türkiye Cumhuriyeti git-svn-id: http://piwigo.org/svn/trunk@4856 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4853 from branch 2.0 to trunkvdigital2010-02-081-12/+12
| | | | | | | | Never start titles by "displays ..." but by "display ..." That is correct. git-svn-id: http://piwigo.org/svn/trunk@4854 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4851 from branch 2.0 to trunkvdigital2010-02-084-7/+7
| | | | | | | "s" removed in name, comments and translation Not done on keys, and directory git-svn-id: http://piwigo.org/svn/trunk@4852 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 511 : fix problems with calendar functionsnikrou2010-02-038-25/+75
| | | | | | add pwg_db_concat() function git-svn-id: http://piwigo.org/svn/trunk@4833 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] localisation merge 4758 bug:1416ddtddt2010-02-013-0/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@4816 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] localisation merge 4758 bug:1416ddtddt2010-02-014-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@4815 68402e56-0260-453c-a942-63ccdbb3a9ee
* [language_switch] merge r4794 from branch 2.0 to trunkvdigital2010-01-291-0/+0
| | | | | | | | | | | | New: vi_VN (Vietnamese) Socialist Republic of Vietnam flag Vietnamese: Tiếng Việt Vietnam: Việt Nam (Cộng hòa Xã hội Chủ nghĩa Việt Nam) git-svn-id: http://piwigo.org/svn/trunk@4795 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 511 : improve installation for sqlitenikrou2010-01-291-4/+22
| | | | | | | fatal error if database cannot be accessed fix problem with booleans git-svn-id: http://piwigo.org/svn/trunk@4791 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 511 : add support for sqlite database enginenikrou2010-01-2810-69/+1151
| | | | | | Using session_write_close function when session handler use database because write is called after object destruction. git-svn-id: http://piwigo.org/svn/trunk@4781 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r4774 from branch 2.0 to trunkriopwg2010-01-271-1/+1
| | | | | | Update language IT git-svn-id: http://piwigo.org/svn/trunk@4775 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4752 from branch 2.0 to trunkplegall2010-01-261-0/+12
| | | | | | | | | bug 1401 fixed: let's use the mysql_real_escape_string on POST fields (even if I was not able to reproduce any attack because fields are heavily processed before any SQL query). git-svn-id: http://piwigo.org/svn/trunk@4753 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4744 from branch 2.0 to trunkvdigital2010-01-251-1/+1
| | | | | | | [Change] auto version mode. git-svn-id: http://piwigo.org/svn/trunk@4745 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4742 from branch 2.0 to trunkplegall2010-01-251-0/+2
| | | | | | | bug 1391 fixed: prevent from SQL injection git-svn-id: http://piwigo.org/svn/trunk@4743 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4730 from branch 2.0 to trunkplegall2010-01-232-12/+14
| | | | | | | | | bug 1396: when a photo was deleted, the code to avoid orphans as category 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/trunk@4731 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4684 from branch 2.0 to trunkplegall2010-01-151-0/+4
| | | | | | | | feature 1381: pwg.images.add automatically synchronizes metadata. Thank you to Jochen Roth (Polly) for the patch. git-svn-id: http://piwigo.org/svn/trunk@4685 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4682 from branch 2.0 to trunkplegall2010-01-151-0/+8
| | | | | | | | | feature 620: if no exif/iptc found in the "web resized" photo, then we search into the high definition picture if available. Thanks to Jochen Roth (Polly) for the patch. git-svn-id: http://piwigo.org/svn/trunk@4683 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4680 from branch 2.0 to trunkplegall2010-01-151-0/+3
| | | | | | | | bug 1380: now correctly synchronizes metadata on a single photo, needs a nicer fix on trunk. git-svn-id: http://piwigo.org/svn/trunk@4681 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r4668 from branch 2.0 to trunkplegall2010-01-121-28/+7
| | | | | | | feature 1375: remove version in Piwigo archive root directory git-svn-id: http://piwigo.org/svn/trunk@4669 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-01-101-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@4658 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-01-101-12/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@4657 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r4654 from branch 2.0 to trunkriopwg2010-01-102-6/+9
| | | | | | Update language IT git-svn-id: http://piwigo.org/svn/trunk@4655 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] merge 4651 update de_DEddtddt2010-01-101-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@4652 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] merge 4649 update de_DE with missing translations thanks to xeomuellerddtddt2010-01-103-0/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@4650 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] merge 4645ddtddt2010-01-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@4647 68402e56-0260-453c-a942-63ccdbb3a9ee