Skip to content

Commit

Permalink
More features; marked smarter album list download as completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Jun 25, 2003
1 parent 5339888 commit f99b1cc
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions features.html
Expand Up @@ -127,17 +127,27 @@ <h2>Feature list (Gallery Remote)</h2>
may need to use an external app. It may be worth investigating the plug-in
mechanism in G2 for resizing.</td>
</tr>
<tr valign="top">
<tr valign="top">
<td>Fetch only writeable albums</td>
<td>P3</td>
<td>0%</td>
<td>100%</td>
<td>1.1</td>
<td>paour</td>
<td>Display only writeable albums (and albums that contain albums that are
writeable) in the combo-box.</td>
<td>Needs protocol upgrade to optimize network traffic. Could be a client-side
only solution too...</td>
</tr>
<tr valign="top">
<td>Picture inspector: extra fields</td>
<td>P3</td>
<td>0%</td>
<td>1.2 (maybe 1.1)</td>
<td>paour</td>
<td>Display in the Picture Inspector text fields so extra fields can be set
for each picture, in addition to Caption.</td>
<td>Needs protocol upgrade</td>
</tr>
<tr valign="top">
<td>Reorder album</td>
<td>P3</td>
Expand Down Expand Up @@ -335,13 +345,23 @@ <h2>gallery_remote.php changes</h2>
<td>Does this mean we also need to handle album security setting, or just
that we only use the default settings?</td>
</tr>
<tr valign="top">
<tr valign="top">
<td>Fetch only writeable albums</td>
<td>P3</td>
<td>0%</td>
<td>100%</td>
<td>paour</td>
<td>Only send to the client albums that are writeable by the user, and albums
where at least one decendent is writeable.</td>
<td>The order is that of the creation of albums. Clients have to resort according
to containment, for example.</td>
</tr>
<tr valign="top">
<td>Album: get extra fields; Picture upload: set extra fields</td>
<td>P3</td>
<td>0%</td>
<td>paour</td>
<td>In the album fetching, get the extra fields list. In the Picture upload,
allow uploading extra field values.</td>
<td>&nbsp;</td>
</tr>
<tr valign="top">
Expand Down

0 comments on commit f99b1cc

Please sign in to comment.