aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Remove " " after ":" on smtp_mailrub2009-04-261-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@3259 68402e56-0260-453c-a942-63ccdbb3a9ee
* Rollback "Missing <ul> on NBM" in order to dd <ul> on feed too.rub2009-04-262-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@3257 68402e56-0260-453c-a942-63ccdbb3a9ee
* Missing <ul> on NBMrub2009-04-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3255 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove icon not used on public part.rub2009-04-241-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@3254 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000976: Add link of website on mail footer... rub2009-04-229-4/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@3245 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000974: Adding a link to the gallery in the notification of ↵rub2009-04-211-1/+9
| | | | | | inscription git-svn-id: http://piwigo.org/svn/trunk@3243 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3239 from branch 2.0 to trunkplegall2009-04-142-11/+20
| | | | | | | | bug 949 fixed: to avoid memory limit on server side, base64 encode chunks one by one on client side and base64 decode chunks one by one on server side. git-svn-id: http://piwigo.org/svn/trunk@3240 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3236 from branch 2.0 to trunkriopwg2009-04-131-2/+2
| | | | | | Updates IT git-svn-id: http://piwigo.org/svn/trunk@3238 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 3223ddtddt2009-03-242-0/+86
| | | | git-svn-id: http://piwigo.org/svn/trunk@3224 68402e56-0260-453c-a942-63ccdbb3a9ee
* update PL thanks to voyteckstddtddt2009-03-231-113/+90
| | | | git-svn-id: http://piwigo.org/svn/trunk@3221 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 959 : improve reordering of menubar block by using drag and dropnikrou2009-03-222-22/+428
| | | | | | a new jquery pluging to reodering table rows because jquery.sortable don't work well with table rows. git-svn-id: http://piwigo.org/svn/trunk@3219 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fix: In revision 3215 removing id break confirm javascript functionnikrou2009-03-211-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@3218 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature_948_accordion feature 948 : fix problem with incorrect submenu open ↵nikrou2009-03-194-2/+7
| | | | | | 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/trunk@3216 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix several html bugsnikrou2009-03-197-10/+20
| | | | | | we must find a way to fix the problem of empty select git-svn-id: http://piwigo.org/svn/trunk@3215 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix html bug (<li> not needed)nikrou2009-03-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3213 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:940 fix problem with ie7nikrou2009-03-171-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@3209 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add "tags" parameter for template extensionspatdenice2009-03-162-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@3207 68402e56-0260-453c-a942-63ccdbb3a9ee