Difference between revisions of "SQ Class/1-18"
From ThePlaz.com
(added completed bug 70: color picker in ie7) |
(add what i did this evening) |
||
Line 17: | Line 17: | ||
*'''Fixed bug where it would throw an error if quote was exactly length limit!''' | *'''Fixed bug where it would throw an error if quote was exactly length limit!''' | ||
*Tested Color Picker in IE7 and resolved [http://bugzilla.theplaz.com/bugzilla-3.0.2/show_bug.cgi?id=70 bug 70] | *Tested Color Picker in IE7 and resolved [http://bugzilla.theplaz.com/bugzilla-3.0.2/show_bug.cgi?id=70 bug 70] | ||
+ | *Make sure code is numeric in quote submission index.php | ||
+ | *'''Make tabs work''' (lighter for selected item) | ||
+ | **Written in header.inc.php $menu tells it which | ||
+ | *Triaged bug list (marked bugs as fixed when they had actually been fixed for a few days) | ||
+ | **16 bugs fixed in last 2 days! | ||
+ | *Make delete_student.php delete any quotes associated with that student [http://bugzilla.theplaz.com/bugzilla-3.0.2/show_bug.cgi?id=99 bug 99] | ||
+ | *Don't let users "forget their passwords" if they are disabled. [http://bugzilla.theplaz.com/bugzilla-3.0.2/show_bug.cgi?id=42 bug 42] | ||
==To-Do== | ==To-Do== | ||
Line 26: | Line 33: | ||
*Multi query setup | *Multi query setup | ||
*Tabs | *Tabs | ||
− | *Debugging interface | + | *'''Debugging interface''' |
*Make sure stats color fixed | *Make sure stats color fixed | ||
*Character encoding | *Character encoding | ||
Line 36: | Line 43: | ||
*Annoying reminder emails | *Annoying reminder emails | ||
*Pre-set color schemes | *Pre-set color schemes | ||
+ | *Remember me for log in | ||
+ | *Test if disabled page (part of login) | ||
{{SQ Class Log|[[SQ Class/1-17]]|[[SQ Class/1-22]]}} | {{SQ Class Log|[[SQ Class/1-17]]|[[SQ Class/1-22]]}} |
Revision as of 23:00, 18 January 2008
Dynamic Website Building Instruction and Practical Experience Group Study Log for 1/18/2007
Fixed some bugs (including 2 important ones)!
Tested
- Tested Import a lot (Gdovin)
- Tested submitting quote
- Colors some more
Fixed
- Fixed remaining counter color in colors.php
- Set default colors in colors.php to be 6 digits
- Worked on testing import - fixed a few things including first name and last name order and finding the reason for bug 95.
- Made student id optional again (and in database this time)
- Printed out code for each student after import
- Fixed bug where it would throw an error if quote was exactly length limit!
- Tested Color Picker in IE7 and resolved bug 70
- Make sure code is numeric in quote submission index.php
- Make tabs work (lighter for selected item)
- Written in header.inc.php $menu tells it which
- Triaged bug list (marked bugs as fixed when they had actually been fixed for a few days)
- 16 bugs fixed in last 2 days!
- Make delete_student.php delete any quotes associated with that student bug 99
- Don't let users "forget their passwords" if they are disabled. bug 42
To-Do
(bold == higher priority)
- Need to test importing more
- Make importing sample and template (Gdovin)
- Homepage
- Bugs
- Multi query setup
- Tabs
- Debugging interface
- Make sure stats color fixed
- Character encoding
- Test setting codes to letters in add student and import
Deferred
- Style PDF invitations a bit more
- Batch approval
- Send invitations via email
- Annoying reminder emails
- Pre-set color schemes
- Remember me for log in
- Test if disabled page (part of login)