aboutsummaryrefslogtreecommitdiff
path: root/tasks.txt
blob: 879d8cb42d837671943d38c252f5e90c88025d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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)