diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-20 20:34:12 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-20 20:34:12 +0000 |
commit | 672eb863f7ef868f3ea61508be88c72a6e703e33 (patch) | |
tree | fd582c0bec1d1a51cf702506f2a0f5b106124c75 | |
parent | 48c831f882f029768bfe930b7b9734b420830cd8 (diff) | |
download | elgg-672eb863f7ef868f3ea61508be88c72a6e703e33.tar.gz elgg-672eb863f7ef868f3ea61508be88c72a6e703e33.tar.bz2 |
moving tasks to tracker
-rw-r--r-- | tasks.txt | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/tasks.txt b/tasks.txt deleted file mode 100644 index 879d8cb42..000000000 --- a/tasks.txt +++ /dev/null @@ -1,66 +0,0 @@ -
-Tasks:
-
- -> DONE --clean up css
- -> DONE -- test river views
- -> DONE -- enable widget views
- -> DONE -- multi image uploader form.
-
- -> DONE -- Album covers: implement cover option for NEW uploaded images @ upload.php action
- i want to enable multi uploader so better to put it in there.
- (radio box so only one image can be the cover)
-
- -> DONE -- /pg/photos/owned
- Edit the way album list is presented (make it nicer)
- -> DONE -- when adding or editing album ->
- saving the album's view access should also edit
- all containing image view access
- if add new album
- -> all image uploads default to albums current access
- -> all image edits can not change access
- if edit album
- -> change access of album and cycle through all current images.
-
- -> DONE -- Album covers: implemented edit image screen to specify album cover
- -> DONE -- allow photo albums for users
- -> DONE -- internationalize all text
- -> DONE -- clean up unecessary functions from file plugin
- -> DONE -- limit uploader to image only mimetype
- -> DONE -- (for now) see if i can get rid of any unecessary meta
- -> DONE -- create friends views and world views
- -> DONE -- add breadcrumb
- -> DONE -- (but optimize) add thumbnail icons for listings
-
-
-
- --------- CAVEATS -----------
-
-
- -> SOLVED -- (just clear the pagination css class) problem:
- when viewing an indie album, the images are floated.
- if the pagination is enabled the bottom bar does not clear the
- floated images
-
-Problem:
-the delete action does not delete any actual images
-the current method should work, but it doesnt
-look for clues in engine/lib/filestore.php
-when deleting an album, easy way to delete all images
-is just to find the albums folder and delete it.
-
-Problem:
-when defining covers for album , i need to edit the input/checkboxes view
-in order submit correctly. Remove the [] as part of the name
-
---------------------
-my differences due to theme
-------------------------
-My customizations:
-
-in the controls i am added to submenu
-edit this out when packaging
-
- -> if i add album actions to submenu i lose "js confirm" on delete
- -> change the album access permissions for groups to have
- only 3 choices (logged in , everyone, or group only)
-
\ No newline at end of file |