mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
e7aa393b43
- 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 |
||
---|---|---|
.. | ||
css | ||
images | ||
js | ||
Litmus | ||
skins | ||
t | ||
templates/en/default | ||
.cvsignore | ||
.htaccess | ||
advanced_search.cgi | ||
common_results.cgi | ||
edit_categories.cgi | ||
favicon.ico | ||
index.cgi | ||
INSTALL | ||
Litmus.pm | ||
logout.cgi | ||
Makefile | ||
populatedb.pl | ||
populatedb.sql | ||
process_test.cgi | ||
README | ||
run_tests.cgi | ||
runtests.pl | ||
schema.pl | ||
search_results.cgi | ||
show_test.cgi | ||
simpletest.cgi | ||
single_result.cgi | ||
stats.cgi | ||
testlist.cgi |
===Litmus=== If you're reading this, you've downloaded, received, or simply conjured out of thin air, a copy of the Litmus testcase management system. Presumably, you're reading this file because you have some sort of question about Litmus. Hopefully, if we've done our job right, this file ought to answer your questions. Q: What is Litmus? A: Litmus is a testcase management system. Its goal is to allow users to enter software tests, run them, and view and manage the results. Along the way, users can expect to be able to do queries and reports and have access all the usual features they expect from a first-class web application. The reality may be somewhat different than this goal. Litmus is developed by mozilla.org. Q: How do I install this dang thing? A: You probably want the file called INSTALL. Q: Where is the real documentation? A: Hahahaha. What is this "documentation" you speak of? You might want to check out the Litmus Wiki, which may or may not contain useful information. See http://wiki.mozilla.org/Litmus. Q: What needs to be done? A: See http://wiki.mozilla.org/Litmus:Todo Q: How much does it cost? A: Nothing. Litmus is Free Software, licensed under the Mozilla Public License. Q: Wait. Isn't "testcase" two words? A: Not here it isn't. Q: Waaaaaaah. Why is Litmus written in Perl and not PHP/Python/Java/Objective Pascal/Latin? A: Because I know Perl. Duh. Also because Litmus uses some code from Bugzilla, and it wouldn't be able to do this if it was written in some other language. Camels are also some of the least buggy animals around, as they swat flies away with their tails. Q: I'm still confused. You didn't answer my question. I don't know what to do. Help! A: First of all, that's not a question. In any case, your best bet is probably to email Zach Lipton <zach@zachlipton.com>, and if you ask nicely and don't make too much of a pest of yourself, he'd be glad to get you on the right track.