2299 Commits

Author SHA1 Message Date
vdigital
b102907b51 merge r3519 from branch 2.0 to trunk
Minor: prevent for non numeric values (except all)




git-svn-id: http://piwigo.org/svn/trunk@3520 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-04 20:45:14 +00:00
ddtddt
fcf338369e merge 3516 Br2.0 -> trunk
git-svn-id: http://piwigo.org/svn/trunk@3517 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-04 19:20:40 +00:00
plegall
cc285fa731 merge r3513 from branch 2.0 to trunk
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
2009-07-03 23:03:30 +00:00
Criss
4286eb48c1 bug 0001042
Files fixed

git-svn-id: http://piwigo.org/svn/trunk@3505 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-03 13:51:35 +00:00
vdigital
1bc5573c64 merge r3490 from branch 2.0 to trunk
Reverse of 3484




git-svn-id: http://piwigo.org/svn/trunk@3491 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-01 21:10:42 +00:00
rvelices
61955b7dfe - correct mysql error (while updating user comment)
git-svn-id: http://piwigo.org/svn/trunk@3489 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-01 21:04:23 +00:00
rvelices
4fa8d36ed5 - remove warn on unset variable
- 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
2009-07-01 20:56:41 +00:00
rvelices
ae6ab9966b - remove unnecessary addslashes in comments.cpp
- 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
2009-07-01 20:43:20 +00:00
vdigital
ed23132fc7 merge r3484 from branch 2.0 to trunk
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
2009-07-01 19:22:53 +00:00
vdigital
731cb8940c merge r3477 from branch 2.0 to trunk
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
2009-06-30 21:24:55 +00:00
rub
73680f6348 Feature 1026: Update column save author_id with value
Check user with comment date and registration date


git-svn-id: http://piwigo.org/svn/trunk@3464 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-26 09:57:28 +00:00
rub
533ee5120d Feature 1026: Update column save author_id with value
git-svn-id: http://piwigo.org/svn/trunk@3459 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-25 16:15:01 +00:00
plegall
9b16d67c22 merge r3453 from branch 2.0 to trunk
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
2009-06-24 23:01:35 +00:00
nikrou
ed7f7a574e Fix two problem with Feature 1026 :
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
2009-06-24 19:00:40 +00:00
nikrou
64c872a83e Feature 1026 step 2 :
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
2009-06-23 21:18:16 +00:00
nikrou
1ce50505e4 fix html bug (li) fix comment for guest bug (form missing)
git-svn-id: http://piwigo.org/svn/trunk@3446 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-23 19:51:16 +00:00
nikrou
9245227e70 Feature 1026 : Modify / delete comments for users
+ 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
2009-06-23 13:44:58 +00:00
riopwg
5b52442589 merge r3441 from branch 2.0 to trunk
Update lang IT


git-svn-id: http://piwigo.org/svn/trunk@3442 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-22 21:47:45 +00:00
riopwg
811923c0d4 merge r3413 from branch 2.0 to trunk
Update lang IT


git-svn-id: http://piwigo.org/svn/trunk@3414 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-12 11:40:54 +00:00
nikrou
1e8ae9e88b feature 1028 : Allow admin to validate comment from picture page
git-svn-id: http://piwigo.org/svn/trunk@3409 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-10 20:11:28 +00:00
nikrou
0ace0450a6 remove duplicate retrieved field
git-svn-id: http://piwigo.org/svn/trunk@3405 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-10 19:06:16 +00:00
nikrou
b7f3513d7e bug fix 1024 : the way to discover protocol (http/https) was not correct
git-svn-id: http://piwigo.org/svn/trunk@3403 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-09 15:47:47 +00:00
plegall
05358f2c2d merge r3401 from branch 2.0 to trunk
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
2009-06-08 21:13:41 +00:00
plegall
65e10b68d5 merge r3389 from branch 2.0 to trunk
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
2009-06-02 20:22:45 +00:00
plegall
654ce203d3 merge r3381 from branch 2.0 to trunk
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
2009-05-31 19:46:59 +00:00
vdigital
01dc8c2677 Merge: 3379
- 1 pixel around the flags panel





git-svn-id: http://piwigo.org/svn/trunk@3380 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-31 10:47:36 +00:00
vdigital
9bc49434f3 Merge: 3377
+ Language Switch CSS review (inherit and overrides)




git-svn-id: http://piwigo.org/svn/trunk@3378 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-30 16:28:45 +00:00
vdigital
66f137edd5 Merge: 3375
+ 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
2009-05-30 15:24:29 +00:00
vdigital
d5cd582ca2 Merge: 3368
+ Language Switch enhanced design and concepts.


git-svn-id: http://piwigo.org/svn/trunk@3369 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-29 21:46:58 +00:00
riopwg
24ce31b9b3 Update lang IT
git-svn-id: http://piwigo.org/svn/trunk@3342 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-24 22:25:34 +00:00
plegall
149619f37d merge r3289 from branch 2.0 to trunk
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
2009-05-16 20:35:49 +00:00
plegall
ae39ae328a complement to r3282, remove all $Id$ in source code.
git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13 23:21:06 +00:00
plegall
41e0ae2343 change: according to topic:15067, svn:keywords property was removed
git-svn-id: http://piwigo.org/svn/trunk@3282 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13 22:29:15 +00:00
plegall
51d0f0ac0f change: according to topic:15067, svn:keywords property was removed
git-svn-id: http://piwigo.org/svn/trunk@3281 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13 22:08:46 +00:00
plegall
fc4b25e120 modification: update SVN URL to http://piwigo.org/svn
git-svn-id: http://piwigo.org/svn/trunk@3280 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-06 21:37:02 +00:00
plegall
e10636f2db merge r3276 from branch 2.0 to trunk
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
2009-05-06 21:09:06 +00:00
ddtddt
ef5224a9aa merge 3274
git-svn-id: http://piwigo.org/svn/trunk@3275 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-06 13:37:22 +00:00
plegall
f3cdd38fe4 merge r3270 from branch 2.0 to trunk
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
2009-05-05 22:16:05 +00:00
rub
24ed6dab41 Resolved issue 0000977: Error on sendmail with smtp
git-svn-id: http://piwigo.org/svn/trunk@3261 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-26 18:34:57 +00:00
rub
45f95d64e6 Remove " " after ":" on smtp_mail
git-svn-id: http://piwigo.org/svn/trunk@3259 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-26 15:03:40 +00:00
rub
1bbf9a9f64 Rollback "Missing <ul> on NBM" in order to dd <ul> on feed too.
git-svn-id: http://piwigo.org/svn/trunk@3257 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-26 14:59:15 +00:00
rub
ce93e60cb0 Missing <ul> on NBM
git-svn-id: http://piwigo.org/svn/trunk@3255 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-26 09:58:53 +00:00
rub
0d7b7e70f3 Remove icon not used on public part.
git-svn-id: http://piwigo.org/svn/trunk@3254 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-24 09:45:16 +00:00
rub
c1a78a542d Resolved issue 0000976: Add link of website on mail footer...
git-svn-id: http://piwigo.org/svn/trunk@3245 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-22 19:32:00 +00:00
rub
e917678030 Resolved issue 0000974: Adding a link to the gallery in the notification of inscription
git-svn-id: http://piwigo.org/svn/trunk@3243 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-21 17:04:22 +00:00
plegall
3c27690c87 merge r3239 from branch 2.0 to trunk
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
2009-04-14 22:54:39 +00:00
riopwg
77721e034b merge -c3236 from branch 2.0 to trunk
Updates IT

git-svn-id: http://piwigo.org/svn/trunk@3238 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-13 12:27:46 +00:00
ddtddt
dce2fbe39b merge 3223
git-svn-id: http://piwigo.org/svn/trunk@3224 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-24 18:10:47 +00:00
ddtddt
840a4b728f update PL thanks to voyteckst
git-svn-id: http://piwigo.org/svn/trunk@3221 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-23 13:48:44 +00:00
nikrou
315a962558 feature 959 : improve reordering of menubar block by using drag and drop
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
2009-03-22 14:50:36 +00:00