gecko-dev/webtools/litmus/js
ccooper%deadsquid.com e7aa393b43 b=314928
- add proper unique keys to users table
- check for empty username and/or passwords
- compare the entered password against the db version instead of itself <- !!!
- check form submissions in JS prior to submission
- require a unique IRC nickname if it is provided, but allow users not to enter one if they so choose
- display mailto: links for admins only
- display account created page when updating accounts
- make login look-and-feel consistent with the rest of the site

b=321265
- add getDisplayName function to User.pm -> returns IRC nickname, real name, or email depending on what is available. Used wherever user information is displayed.

b=324022
- add scrollbars to testcase display (css -> overflow: auto)

b=324648
- use quotemeta in Testresults.pm to avoid SQL injection when searching results

Misc:
- update copyrights to 2006
- fix log_text db schema regression
- remove validity_lookup and vetting_status_lookup tables and assoicated perl classes. Replaced by per-test-result fields.
- remove out-of-date formats/ directory and contents
- add functions to DBTools.pm to manipulate keys and drop tables
- display error/success/info messages in a transient popup div
- update version to 0.6. Make version string part of sidebar title.
- allow re-testing of completed subgroups by same tester, i.e. don't disable subgroups with 100% testing coverage
- remove 'next' regression on run_tests testcase display
- comment out user table on stats page
- whitespace fixes
2006-01-25 17:03:40 +00:00
..
AdvancedSearch.js - updated/added licecse boilerplate to template files; 2005-11-18 17:37:38 +00:00
Comments.js - adding starred display and popups for test results with comments; 2005-10-19 01:06:34 +00:00
EditCategories.js - updated/added licecse boilerplate to template files; 2005-11-18 17:37:38 +00:00
EditTests.js
FormPersist.js
FormValidation.js b=314928 2006-01-25 17:03:40 +00:00
License-moo.fx.txt - updated/added licecse boilerplate to template files; 2005-11-18 17:37:38 +00:00
moo.fx.js b=314928 2006-01-25 17:03:40 +00:00
moo.fx.pack.js - updated/added licecse boilerplate to template files; 2005-11-18 17:37:38 +00:00
Navigation.js - updated/added licecse boilerplate to template files; 2005-11-18 17:37:38 +00:00
prototype.lite.js - updated/added licecse boilerplate to template files; 2005-11-18 17:37:38 +00:00
RunTests.js b=314928 2006-01-25 17:03:40 +00:00
SelectBoxes.js
SubGroup.js - when enabling the submit button, check whether we are being passed a NodeList or single Element and act accordingly 2005-12-19 22:22:46 +00:00