rvelices
5de8aeafad
feature 440: send mail to admin when comment is entered
...
git-svn-id: http://piwigo.org/svn/trunk@1617 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-22 04:41:25 +00:00
rvelices
221d839769
completely replaced get_thumbnail_src it get_thumbnail_url
...
or get_thumbnail_path
git-svn-id: http://piwigo.org/svn/trunk@1609 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-15 04:25:12 +00:00
rvelices
998385c48d
plugins: added actions for register_user, delete_categories, delete_elements
...
and delete_user
git-svn-id: http://piwigo.org/svn/trunk@1605 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-14 00:51:15 +00:00
rvelices
724671b669
git-svn-id: http://piwigo.org/svn/trunk@1604 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-10 01:10:42 +00:00
rvelices
e5e776a263
- comments.php improvements:
...
- unvalidated comments are shown only for administrators
- added delete/validate icons for admins
- removed some unused code
- display of comment content performed through an event
- replace some get_thumbnail_src with get_thumbnail_url
git-svn-id: http://piwigo.org/svn/trunk@1598 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-08 04:28:30 +00:00
rvelices
0428fbe288
removed 3 never used functions
...
git-svn-id: http://piwigo.org/svn/trunk@1592 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-03 01:26:31 +00:00
rub
ac7f71bf1e
Resolved Issue ID 0000575:
...
o Missing Help on screen Groups List/Group Management
Resolved Issue ID 0000356:
o Increase security on adviser mode (Screen Group List)
git-svn-id: http://piwigo.org/svn/trunk@1591 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-02 23:11:43 +00:00
rvelices
bce8b9f680
plugins last modifications + events are triggered now from picture.php
...
git-svn-id: http://piwigo.org/svn/trunk@1590 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-01 05:54:35 +00:00
rvelices
5aeff9b233
plugins compatible with php4
...
git-svn-id: http://piwigo.org/svn/trunk@1588 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-31 06:06:42 +00:00
rvelices
a81bac0f15
plugins go now in the #plugins table
...
git-svn-id: http://piwigo.org/svn/trunk@1584 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-31 02:41:32 +00:00
rub
9c3e182268
Resolved Issue ID 0000526:
...
o Add default group to new user
Allow to have n default groups.
Property are save on table #_group and can be modified on administration group screen.
git-svn-id: http://piwigo.org/svn/trunk@1583 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-30 23:34:31 +00:00
rvelices
2b3bc579e4
- plugins can add now their page to the admin page
...
- new plugin (event_tracer) that demonstrate it and useful to see all calls
to trigger_event
git-svn-id: http://piwigo.org/svn/trunk@1580 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-27 00:25:02 +00:00
rvelices
12182ddcfe
plugins: first prototype version
...
git-svn-id: http://piwigo.org/svn/trunk@1578 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-26 03:35:20 +00:00
rub
258fa3b40c
Resolved Issue ID 0000356:
...
o Increase security on adviser mode
First modifications of n modifications.
All the others modifications will be done on BSF branch.
Merge branch-1_6 1568:1570 into BSF
git-svn-id: http://piwigo.org/svn/trunk@1571 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-21 12:28:07 +00:00
rvelices
af621d40d4
feature 564: logs in the history table each user login
...
feature 562: possibility to log page visits for any combination of
administrators/users/guests
git-svn-id: http://piwigo.org/svn/trunk@1565 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-19 00:41:07 +00:00
rvelices
fc19eb794d
merge -r 1547 from branch-1_6 to Alligator
...
bug 539: link to picture_modify.php instead of picture.php in rating page
git-svn-id: http://piwigo.org/svn/trunk@1548 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-09-18 21:07:42 +00:00
rvelices
d7ba4d77fe
added number of tags, image-tag associations and image-category association
...
on the main admin page
git-svn-id: http://piwigo.org/svn/trunk@1538 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-16 04:30:35 +00:00
rub
e097dba6a6
Resolved Issue ID 0000507:
...
o format of email
o max_execution_time equal to 0
o -f with only adress mail
o use of standard function get_webmaster_mail_address
2 news $conf parameters.
Merge branch-1_6 r1529:1530 into BSF
git-svn-id: http://piwigo.org/svn/trunk@1531 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-09 22:10:12 +00:00
nikrou
9d38573074
fix bug 510: missing permission link
...
svn merge -r1527:1528 from branch 1.6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1529 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-09 12:34:55 +00:00
rub
7cdf66abf0
Resolved Issue ID 0000495.
...
o Quotes and slashes are not correct on mail content
Merge branch-1_6 r1519:1520 into BSF
git-svn-id: http://piwigo.org/svn/trunk@1521 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-31 22:32:23 +00:00
rub
27aa4d6bfc
Resolved Issue ID 0000474 (Step 3):
...
o Remove .htaccess files
o Undo svn:1505
http://svn.gna.org/viewcvs/phpwebgallery?rev=1505&view=rev
git-svn-id: http://piwigo.org/svn/trunk@1519 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-31 22:18:32 +00:00
rub
7ca31726ed
Resolved Issue ID 0000474 (Step 2):
...
o Add .htaccess files
=>
* admin
- .htaccess = deny from all
* doc
- no .htaccess
* galleries
- .htaccess = Options -Indexes
* include
- .htaccess = deny from all
=> move 2 .js in template-common
* install
- .htaccess = deny from all
* language
- .htaccess = deny from all
* template
- .htaccess = Options -Indexes
* template-common
- .htaccess = Options -Indexes
* template-extension
- .htaccess = Options -Indexes
* tools
- no .htaccess
git-svn-id: http://piwigo.org/svn/trunk@1505 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26 21:29:21 +00:00
nikrou
e7f8b14269
function names are case-insensitive but it's a good idea to call functions
...
as they appear in their declaration.
So all functions names that manipulate url like make_index_url()
are write with lowercase
git-svn-id: http://piwigo.org/svn/trunk@1503 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26 21:00:16 +00:00
rvelices
aca06a08aa
feature 169: each category can have its own image order
...
git-svn-id: http://piwigo.org/svn/trunk@1500 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26 00:51:08 +00:00
nikrou
a15839b183
bug 482 fixed: deletion of our account must be impossible
...
git-svn-id: http://piwigo.org/svn/trunk@1489 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-21 15:28:09 +00:00
nikrou
de1ff24582
bug 471 fixed: quote in tags
...
git-svn-id: http://piwigo.org/svn/trunk@1487 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-21 13:44:22 +00:00
rub
27aeab97e9
Resolved Issue ID 0000474 (Step 1):
...
o Rename index.htm into index.php
o Add index.php on all sub-directories
o Use an uniform source code of index.php (like /include/index.php)
(/index.php is of course not changed)
git-svn-id: http://piwigo.org/svn/trunk@1481 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-18 21:38:54 +00:00
rub
f9147af63c
Reopened and Resolved Issue ID 0000459:
...
o get_email_address_as_display_text could be improve in order to display '' for null email value.
git-svn-id: http://piwigo.org/svn/trunk@1462 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-13 20:58:01 +00:00
rub
8a7fff22b0
Resolved Issue ID 0000456, 0000457, 0000459, 0000465:
...
o Fix bugs adviser mode
git-svn-id: http://piwigo.org/svn/trunk@1458 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-11 20:51:24 +00:00
rub
e40f590bbd
Resolved Issue ID 0000447:
...
o Fix Incorrect Tag Translations
git-svn-id: http://piwigo.org/svn/trunk@1452 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-09 09:04:22 +00:00
plegall
876d9e63fc
merge -r1439:1440 from branch 1.6 to trunk (bug 455 fixed: deleting a tag
...
also add a tag if "add tag" box filled).
git-svn-id: http://piwigo.org/svn/trunk@1441 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08 09:08:48 +00:00
plegall
4ce94a5eab
merge -r1426:1427 from branch 1.6 to trunk (bug 397 fixed: [...] type
...
comparison with operator "==").
git-svn-id: http://piwigo.org/svn/trunk@1428 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 22:53:26 +00:00
rub
98f8edab44
Resolved Issue ID 0000442:
...
o customize mail content is not used (only default value)
git-svn-id: http://piwigo.org/svn/trunk@1408 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-27 20:39:15 +00:00
nikrou
17d13cef8d
fix bug 428: blank page when gd extension missing
...
svn merge -r1377:1378 from branch 1.6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1379 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22 19:41:32 +00:00
nikrou
57a108d957
bug 423 fixed: & non encoded in image url
...
svn merge -r1356:1357 from branch 1.6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1358 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-16 18:47:25 +00:00
plegall
2bcf315efb
merge -r1346:1347 from branch 1.6 to trunk (bug 402 fixed).
...
git-svn-id: http://piwigo.org/svn/trunk@1348 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13 20:39:49 +00:00
plegall
84372ad5c9
merge -r1332:1333 from branch 1.6 to trunk (bug 374 fixed)
...
git-svn-id: http://piwigo.org/svn/trunk@1334 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-02 19:31:29 +00:00
plegall
875a6b15c8
merge -r1312:1313 from branch 1.6 to trunk (bug 373 fixed)
...
git-svn-id: http://piwigo.org/svn/trunk@1314 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-05-15 22:21:08 +00:00
plegall
fc986780f9
merge -r1308:1309 from branch 1.6 to trunk (bug 367 fixed)
...
git-svn-id: http://piwigo.org/svn/trunk@1310 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-05-15 21:22:43 +00:00
plegall
82e74dc53f
merge -r1306:1307 from branch 1.6 into trunk
...
git-svn-id: http://piwigo.org/svn/trunk@1308 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-05-15 20:53:08 +00:00
rvelices
9251fdf3fb
bug 362: remote site update fails when inserting new cat (MySql err 1048)
...
git-svn-id: http://piwigo.org/svn/trunk@1296 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-29 16:35:07 +00:00
plegall
b0751afea2
merge -r1281:1283 from branch 1.6 to trunk (bug 228 fixed one more time, and
...
other little things)
git-svn-id: http://piwigo.org/svn/trunk@1284 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-27 21:08:50 +00:00
plegall
a52bf8e293
merge -r1276:1277 from branch-1_6 to trunk (bug 228 fixed)
...
git-svn-id: http://piwigo.org/svn/trunk@1278 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-26 21:08:44 +00:00
nikrou
a89ecb6e41
bug fixed: popuhelp (slash)
...
svn merge -r1248:1249 from branch-1_6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1250 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 21:16:37 +00:00
nikrou
6a52288d62
bug fixed: popuhelp
...
svn merge from branch-1_6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1246 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 21:09:26 +00:00
nikrou
01f80a1415
bug fixed: add test on $_POST['list']
...
problem when clicking on validate-all or remove-all
and when the list of waiting is empty
svn merge -r1234:1235 from branch-1_6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1245 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 21:08:28 +00:00
rub
48fb5a9600
Issue ID 0000342:
...
o Improved NBM messages
git-svn-id: http://piwigo.org/svn/trunk@1232 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-21 17:18:50 +00:00
plegall
b65bbc570e
merge -r990:991 from branch 1.5 to trunk (bug 196 fixed)
...
git-svn-id: http://piwigo.org/svn/trunk@1226 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20 21:51:32 +00:00
plegall
03b6de55d8
merge -r1223:1224 from branch 1.6 to trunk (bug 332 fixed)
...
git-svn-id: http://piwigo.org/svn/trunk@1225 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20 21:39:12 +00:00
plegall
7e13640ad1
merge -r1221:1222 from branch 1.6 to trunk (bug 339)
...
git-svn-id: http://piwigo.org/svn/trunk@1223 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-20 21:13:47 +00:00