aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - fix php warning from comment_list.tplrvelices2009-07-163-36/+9
| | | | | | | | - author name is saved always in #comments (even for registered users) so that - sql queries are simpler on the comments page (one less table in a big join) - when a user is deleted, we can keep the username in the #comments (there might be still a bug that author_id is not updated when a user is deleted) git-svn-id: http://piwigo.org/svn/trunk@3600 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3593 from branch 2.0 to trunkriopwg2009-07-151-1/+1
| | | | | | | Update lang IT git-svn-id: http://piwigo.org/svn/trunk@3594 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3583 from branch 2.0 to trunkpatdenice2009-07-156-61/+90
| | | | | | | Update smarty to 2.6.26 git-svn-id: http://piwigo.org/svn/trunk@3584 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3581 from branch 2.0 to trunkpatdenice2009-07-151-108/+411
| | | | | | | Update pclzip library to 2.8 git-svn-id: http://piwigo.org/svn/trunk@3582 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3564 from branch 2.0 to trunkriopwg2009-07-102-3/+4
| | | | | | | Update lang IT git-svn-id: http://piwigo.org/svn/trunk@3565 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3545 from branch 2 to trunkrvelices2009-07-081-2/+1
| | | | | | fix display of menubar tag cloud with IE8 (it was overflowing to the right outside the menubar) git-svn-id: http://piwigo.org/svn/trunk@3546 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1029 IE8 : rating system is gone - correction of javascriptrvelices2009-07-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3537 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3532 from branch 2.0 to trunkriopwg2009-07-061-3/+3
| | | | | | | Update lang IT git-svn-id: http://piwigo.org/svn/trunk@3533 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3524 Br2.0 -> trunkddtddt2009-07-048-1/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@3526 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3518/3523ddtddt2009-07-042-114/+118
| | | | git-svn-id: http://piwigo.org/svn/trunk@3525 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3521 from branch 2.0 to trunkvdigital2009-07-042-0/+2
| | | | | | | | | | New(minor): Add Logout from admin menu (net cafe or office shared desktop) - saqwild request git-svn-id: http://piwigo.org/svn/trunk@3522 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3519 from branch 2.0 to trunkvdigital2009-07-041-0/+4
| | | | | | | | | Minor: prevent for non numeric values (except all) git-svn-id: http://piwigo.org/svn/trunk@3520 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3516 Br2.0 -> trunkddtddt2009-07-049-2/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@3517 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3513 from branch 2.0 to trunkplegall2009-07-031-0/+2
| | | | | | | bug 1043 fixed: avoid warning when merging chunks. This warning was preventing the PwgError to work correctly and the error code was not transmitted. git-svn-id: http://piwigo.org/svn/trunk@3514 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 0001042Criss2009-07-032-6/+1
| | | | | | Files fixed git-svn-id: http://piwigo.org/svn/trunk@3505 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3490 from branch 2.0 to trunkvdigital2009-07-011-6/+2
| | | | | | | | | Reverse of 3484 git-svn-id: http://piwigo.org/svn/trunk@3491 68402e56-0260-453c-a942-63ccdbb3a9ee
* - correct mysql error (while updating user comment)rvelices2009-07-011-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@3489 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove warn on unset variablervelices2009-07-013-39/+41
| | | | | | - insert_user_comment expects now the comment content to be sql safe (works now exactly as update_user_comment) git-svn-id: http://piwigo.org/svn/trunk@3488 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove unnecessary addslashes in comments.cpprvelices2009-07-012-16/+16
| | | | | | - in template use modifier |@default instead of |default (generated code is faster because we indicate that the input is scalar and not an array) git-svn-id: http://piwigo.org/svn/trunk@3487 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3484 from branch 2.0 to trunkvdigital2009-07-011-2/+6
| | | | | | | | | | New: Extend of available fields within a category page for a template-extension simple usage. Add thumbnail dimensions to remove as much as possible some PHP in tpl extensions. {$thumbnails.FILE_TN_WIDTH} {$thumbnails.FILE_TN_HEIGHT} git-svn-id: http://piwigo.org/svn/trunk@3485 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3477 from branch 2.0 to trunkvdigital2009-06-303-20/+17
| | | | | | | | | | | | | | | | | | | | Bug 964 fixed and more + ?&lang=en_UK" => ?lang=en_UK" + =&lang=en_UK" => &lang=en_UK" + Works for any combinations of $conf['question_mark_in_urls'] $conf['php_extension_in_urls'] => BUT force a return to home in some cases. + Full technical code review git-svn-id: http://piwigo.org/svn/trunk@3479 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1026: Update column save author_id with valuerub2009-06-261-2/+9
| | | | | | | Check user with comment date and registration date git-svn-id: http://piwigo.org/svn/trunk@3464 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1026: Update column save author_id with valuerub2009-06-251-0/+52
| | | | git-svn-id: http://piwigo.org/svn/trunk@3459 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3453 from branch 2.0 to trunkplegall2009-06-243-6/+89
| | | | | | | | feature 1033 added: new API method pwg.categories.setInfo makes possible to change the name and comment of a given category. git-svn-id: http://piwigo.org/svn/trunk@3454 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix two problem with Feature 1026 :nikrou2009-06-244-9/+11
| | | | | | | use of $conf['user_fields']['username'] and $conf['user_fields']['id'] instead of username and id escape comment content before editing it. git-svn-id: http://piwigo.org/svn/trunk@3452 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1026 step 2 :nikrou2009-06-236-37/+127
| | | | | | add author_id column so that guest cannot modify old users comments git-svn-id: http://piwigo.org/svn/trunk@3450 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix html bug (li) fix comment for guest bug (form missing)nikrou2009-06-232-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@3446 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1026 : Modify / delete comments for usersnikrou2009-06-2316-51/+365
| | | | | | | | + update config table content + minor modification of Sylvia theme + need refactoring git-svn-id: http://piwigo.org/svn/trunk@3445 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3441 from branch 2.0 to trunkriopwg2009-06-221-1/+6
| | | | | | | Update lang IT git-svn-id: http://piwigo.org/svn/trunk@3442 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3413 from branch 2.0 to trunkriopwg2009-06-121-0/+4
| | | | | | | Update lang IT git-svn-id: http://piwigo.org/svn/trunk@3414 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1028 : Allow admin to validate comment from picture pagenikrou2009-06-102-3/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@3409 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove duplicate retrieved fieldnikrou2009-06-101-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3405 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fix 1024 : the way to discover protocol (http/https) was not correctnikrou2009-06-091-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@3403 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3401 from branch 2.0 to trunkplegall2009-06-081-2/+2
| | | | | | | feature 1020: simplify the URL to subscribe to Piwigo Announcements Newsletter. git-svn-id: http://piwigo.org/svn/trunk@3402 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3389 from branch 2.0 to trunkplegall2009-06-021-1/+1
| | | | | | | | bug 1022 fixed: a photo can be associateed to no category (now that a photo 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/trunk@3390 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3381 from branch 2.0 to trunkplegall2009-05-318-3/+63
| | | | | | | | feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter from Piwigo itself. Admins can perform this action at the end of installation or on administration panel index. git-svn-id: http://piwigo.org/svn/trunk@3382 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge: 3379vdigital2009-05-311-1/+1
| | | | | | | | | | - 1 pixel around the flags panel git-svn-id: http://piwigo.org/svn/trunk@3380 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge: 3377vdigital2009-05-301-16/+8
| | | | | | | | | + Language Switch CSS review (inherit and overrides) git-svn-id: http://piwigo.org/svn/trunk@3378 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge: 3375vdigital2009-05-302-104/+65
| | | | | | | | | + Language Switch code review (No cookies => session). + Optional $conf['no_flag_languages'] = Array() to remove flags git-svn-id: http://piwigo.org/svn/trunk@3376 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge: 3368vdigital2009-05-2941-32/+134
| | | | | | | + Language Switch enhanced design and concepts. git-svn-id: http://piwigo.org/svn/trunk@3369 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update lang ITriopwg2009-05-242-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@3342 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3289 from branch 2.0 to trunkplegall2009-05-161-0/+0
| | | | | | | bug 998 fixed: add the ability to switch to Croatian. The icon filename was wrong in language_switch plugin. git-svn-id: http://piwigo.org/svn/trunk@3290 68402e56-0260-453c-a942-63ccdbb3a9ee
* complement to r3282, remove all $Id$ in source code.plegall2009-05-13133-211/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
* change: according to topic:15067, svn:keywords property was removedplegall2009-05-13126-137/+137
| | | | git-svn-id: http://piwigo.org/svn/trunk@3282 68402e56-0260-453c-a942-63ccdbb3a9ee
* change: according to topic:15067, svn:keywords property was removedplegall2009-05-130-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3281 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: update SVN URL to http://piwigo.org/svnplegall2009-05-061-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3280 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3276 from branch 2.0 to trunkplegall2009-05-061-2/+2
| | | | | | | | | bug 968 fixed: charset is set in HTTP header. improvement: in the "this gallery is locked" message, the link to the "sign in" page is on the whole sentence, not only on the final dot. git-svn-id: http://piwigo.org/svn/trunk@3277 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3274ddtddt2009-05-067-12/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@3275 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3270 from branch 2.0 to trunkplegall2009-05-052-1/+5
| | | | | | feature 981 added: ability to set the compression level for thumbnail creation. git-svn-id: http://piwigo.org/svn/trunk@3271 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000977: Error on sendmail with smtp rub2009-04-261-4/+30
| | | | git-svn-id: http://piwigo.org/svn/trunk@3261 68402e56-0260-453c-a942-63ccdbb3a9ee