All Projects

ID Task Type Category Summary Status Last Edited
 405 Bug ReportUser Interface mail.php not included by subscription.add.php Closed2009-02-09 Task Description

subscription.add.php doesn't include the mail.php include, and so fails to send client notifications. Adding:

include_once "include/mail.php";

after the other includes fixes this.

 404 Bug ReportUser Interface $user_display_string undefined in subscription.add.php Closed2009-03-04 Task Description

When a logged-in user clicks on 'subscribe and become a client of this user', the returned html says:

"If you like these images you can register and see the protected images of ."

- because $user_display_string is not defined in subscription.add.php

this modification seems to fix it:

if (!$make_client_request) {
$user_display_string = disp_user_string($database, $user_id);
print "<p>";
print $strings['users']['confirm_subscription'] . " $user_display_string.\n";
print "</p>";
}

 392 Bug ReportUser Interface Edit on a single photo fails Closed2008-10-19 Task Description

Select a single photo from an album and hit the 'edit' button at the bottom. URL is now:

po/photo.edit.php?photo=10&album=

change info in the fields, add new tags etc... Hit 'save changes'.

Get back a blank response (HTML source is empty). URL is now:

po/photo.edit.2.php

Go to the photo page, refresh if necessary, edits have not been saved.

Workaround: select a single picture and use the 'Bulk Update' with that picture. Works.

Note - on the Bulk Update page the fields all have a checkbox for you to mark the changes you want. On the photo.edit.php page there are no checkboxes...

Very recent apache2/postgres/ubuntu installation, seems to happen for all users.

thx

Showing tasks 1 - 3 of 3 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing