Difference between revisions of "E-Liberate Task Log"

From civicintelligence
m (Bugs Noticed)
Line 1: Line 1:
 
==== Bugs Noticed ====
 
==== Bugs Noticed ====
  
'''BUG''': The upload logo works fine but there is no way to delete a logo and thus not have a logo at all.
+
'''BUG''': The upload logo works fine but there is no way to delete a logo and thus not have a logo at all. [DS, 2/24/2012]
  
  
Line 10: Line 10:
  
  
'''BUG''':  Every time I submit something I have to click "resend" for firefox. Then it takes me back to the "I state:" box, but it's full screen again and I have to shrink it down again. [AD'
+
'''BUG''':  Every time I submit something I have to click "resend" for firefox. Then it takes me back to the "I state:" box, but it's full screen again and I have to shrink it down again. [AD]
  
 
Temporary workaround: Click cancel on the notice.  The user may have to have to refresh the window to see the action section on the bottom of the screen.
 
Temporary workaround: Click cancel on the notice.  The user may have to have to refresh the window to see the action section on the bottom of the screen.
  
  
'''BUG''': Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/publicsp/public_html/e-liberate/finalize_membership.php on line 44
+
'''BUG''': Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/publicsp/public_html/e-liberate/finalize_membership.php on line 44 [DS]
  
 
(That only occurs when trying to finalize a user account when it's already valid?)
 
(That only occurs when trying to finalize a user account when it's already valid?)
Line 27: Line 27:
  
 
'''not really a BUG''': Alex -- I think that the "adjourn 58" actually meant adjourn meeting with id of 58!  Which is the ID of the  meeting you convened.
 
'''not really a BUG''': Alex -- I think that the "adjourn 58" actually meant adjourn meeting with id of 58!  Which is the ID of the  meeting you convened.
 
  
 
====Bugs Fixed ====
 
====Bugs Fixed ====

Revision as of 19:15, 24 February 2012

Bugs Noticed

BUG: The upload logo works fine but there is no way to delete a logo and thus not have a logo at all. [DS, 2/24/2012]


BUG: The "I state:" pop-up popped up full screen and I had to re-size it. Is that a setting with the software that can be changed? [AD] Comment: You don't really have to resize it to get it to work. It is clunky though!


BUG: There should be minutes on the right side of the screen. I can see that you were here, but don't know how long ago. Each comment should be time stamped. Comment: The transcript that contains what we're typing is the "minutes" (I think). The agenda is on the right side of the screen.


BUG: Every time I submit something I have to click "resend" for firefox. Then it takes me back to the "I state:" box, but it's full screen again and I have to shrink it down again. [AD]

Temporary workaround: Click cancel on the notice. The user may have to have to refresh the window to see the action section on the bottom of the screen.


BUG: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/publicsp/public_html/e-liberate/finalize_membership.php on line 44 [DS]

(That only occurs when trying to finalize a user account when it's already valid?)


BUG: "send feedback to developers" stores the information in database. It should send it to them too! [DS]


possible BUG:We need to check if chair is able to change the roles of the people. (I may have tried it without any luck.) [DS]


not really a BUG: Alex -- I think that the "adjourn 58" actually meant adjourn meeting with id of 58! Which is the ID of the meeting you convened.

Bugs Fixed

Problem: couldn't remove users from meetings

Fixed: fixed code so userID was successfully passed to delete routine [DS,2012-02-22]

Problem: The addresses that the system is sending *from* are phony -- MembershipInvitation@e-Liberate.org, e.g.

Fixed: fixed code so the return address is douglas@publicsphereproject.or [DS,2012-02-22]