Difference between revisions of "E-Liberate Task Log"

From civicintelligence
(Bugs Noticed)
Line 1: Line 1:
 
==== Bugs Noticed ====
 
==== Bugs Noticed ====
  
'''BUG''': Text box for entering Motion verbiage or other text is way too big!
+
'''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''': After submitting a motion (or comment, etc.) a redundant notice is displayed  (only with Firefox browser?).
+
'''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.
 
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
  
 
(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?)
 +
 +
 +
'''BUG''': "send feedback to developers" stores the information in database.  It should send it to them too! [DS]
  
 
====Bugs Fixed ====
 
====Bugs Fixed ====
  
Problem: couldn't remove users from meetings
+
'''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 userID was successfully passed to delete routine [DS,2012-02-22]
+
'''Fixed''': fixed code so the return address is douglas@publicsphereproject.or  [DS,2012-02-22]

Revision as of 22:28, 23 February 2012

Bugs Noticed

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

(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]

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]