Граф коммитов

67 Коммитов

Автор SHA1 Сообщение Дата
ccooper%deadsquid.com 31ebfb8240 - default to en-US 2006-03-06 19:58:18 +00:00
ccooper%deadsquid.com 560a54d70d - add login link to sidebar 2006-02-24 23:37:02 +00:00
ccooper%deadsquid.com bd57cbf6e0 - make help text accurate 2006-02-24 22:06:01 +00:00
ccooper%deadsquid.com a93e259537 - standardize on 'enabled' as field name of choice for entities that can be toggled on or off
- replace test status with simple enabled field, and remove obsolete Status.pm
- add enabled fields to Testgroups and Subgroups
2006-02-24 22:02:41 +00:00
ccooper%deadsquid.com 86a0dc4e5f - we allow retesting of completed subgroups now 2006-02-15 16:20:01 +00:00
ccooper%deadsquid.com de65acaa48 b=321120
- mark completed testcases with a checkmark, and shade the background in the same manner as the testgroup/subgroup selection page.
- change is_completed to return a list of results (if they exist)

Misc.
- some CSS standarization
2006-02-13 23:10:42 +00:00
ccooper%deadsquid.com ca81fd031b b=321351
- display test group and subgroup in testcases header

Misc:
- don't display testcase config info when running tests
2006-02-07 21:34:28 +00:00
ccooper%deadsquid.com 5d471014d2 b=320423
- fix single result submission, but still require that a user be logged in to submit a result

Misc:
- move testcase updating into show_tests.cgi from process_test.cgi
- display all testcase info when editing tests (admin only)
- can no longer edit testcase and submit results at the same time
- add author info to testcases (Test.pm)
- add extra checking to silence log errors originating from single_result.cgi and Litmus::DB::User::getDisplayName
- update Litmus version number and last_updated field when editing testcases
- use same testcase interface for viewing testcases and running testcases (test.html.tmpl)
2006-02-07 18:20:53 +00:00
ccooper%deadsquid.com 5c11d89c1f - do some basic checking in JS for the limit value supplied 2006-01-30 23:06:56 +00:00
ccooper%deadsquid.com 2ed97fa773 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
zach%zachlipton.com 9897ae0e45 Version number should be a comment, not displayed. 2006-01-19 20:07:50 +00:00
zach%zachlipton.com e3bf9124dc Add IRC Nickname field to login page, take two. 2006-01-19 00:03:31 +00:00
zach%zachlipton.com 0380d15a8f Add account conversion/upgrading code. 2006-01-15 05:20:06 +00:00
zach%zachlipton.com 1e2e581b69 Add Litmus Authentication System and db schema upgrading tools. 2006-01-08 03:56:10 +00:00
ccooper%deadsquid.com 6219724a6f b=321265
- new email form widgets
2005-12-23 23:13:48 +00:00
ccooper%deadsquid.com c76df8ad82 b=321265
- add user to result display and allow searching/limiting by user email (admin only)

Other:
- search results now validate as XHTML transitional
2005-12-23 23:08:08 +00:00
ccooper%deadsquid.com 8528029dd4 b=321121
Sort by test ID, because that is what the user expects based on the display.
2005-12-22 19:00:37 +00:00
ccooper%deadsquid.com ceaeecbfcf Add locale to search result display, and allow searching/limiting of results by locale.
Add separate form widget for dealing with unique platofrm (vs. associated with product).
2005-12-22 18:25:16 +00:00
ccooper%deadsquid.com 01b4f46077 - 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
ccooper%deadsquid.com fc8fe76b9b - display # of results in sidebar 2005-12-13 23:22:21 +00:00
ccooper%deadsquid.com d3b68cdb7c - allow searching/sorting by locale 2005-12-13 04:26:15 +00:00
ccooper%deadsquid.com 17518b3c30 - add locale selection for test results;
- updated widgets for use with admin tools;
- in-progress work on admin tools
2005-12-13 03:03:37 +00:00
ccooper%deadsquid.com c4b5d4e633 - fix timestamp display for comment on single result display;
- fix stats padding;
- smarter ordering of categories on admin page
2005-11-18 22:42:21 +00:00
ccooper%deadsquid.com 72df0e4e01 - this needs to be all on one line otherwise the linebreaks cause the JS to be malformed 2005-11-18 22:22:00 +00:00
ccooper%deadsquid.com b2d08873e9 - updated/added licecse boilerplate to template files;
- use moo.fx js libraries to control collapsable divs for holding instructions and such which are nice to have around but we don't always want to see;
- start on admin tool (edit categories)
- more CSS cleanups
2005-11-18 17:37:38 +00:00
zach%zachlipton.com 417b2b2bec Ensure that email addresses display correctly. The html filter must be applied before the email filter, not after. 2005-11-15 23:46:48 +00:00
zach%zachlipton.com 941ebfb393 Fix for bug 315479 part 2: Cross-site scripting security holes in templates. All tests now pass. 2005-11-15 17:30:57 +00:00
zach%zachlipton.com 050d006a31 Fix for bug 315479 part 1: Cross-site scripting security holes in templates. The remaining templates will be fixed in the next checkin. 2005-11-11 00:06:45 +00:00
zach%zachlipton.com 5a25d98bcb Let's actually pass the tests...Removing tabs from a couple of files (replacing them with spaces) and fixing the test scripts to work properly. 2005-11-10 23:24:46 +00:00
zach%zachlipton.com dc584fb69c Put obsolete back and add it to the schema. Fix mistagged file. 2005-11-08 00:46:35 +00:00
zach%zachlipton.com 6bbf7a8a15 Make sidebar header graphic link to index.cgi, not litmus_staging/coop. 2005-10-26 05:32:17 +00:00
ccooper%deadsquid.com 9f9626cd0e - fix percentage calculation for run tests -> now based on community and personal testing coverage percentages, as limited by the chosen platform and build ID;
- some CSS changes, mostly to decrease the default font size;
- added template framework for displaying collapsable instruction text on just about any page.
2005-10-24 17:57:50 +00:00
ccooper%deadsquid.com 65d9146dc3 - remove common failure files 2005-10-19 21:49:24 +00:00
ccooper%deadsquid.com be31520ed6 - adding new files for common results display 2005-10-19 21:48:29 +00:00
ccooper%deadsquid.com b91a659dde - make common results script generic;
- use FILTER where applicable;
- show most common results marked as unclear as footer query
2005-10-19 21:47:37 +00:00
ccooper%deadsquid.com 4f6039c0d5 - remove linebreaks from comments prior to display 2005-10-19 01:46:56 +00:00
ccooper%deadsquid.com 01939f7ede - fix broken search by summary 2005-10-19 01:18:30 +00:00
ccooper%deadsquid.com 82119542af - adding starred display and popups for test results with comments;
- improve wording of footer search for results marked as unclear;
- fix cut-n-paste error in Comment.pm and Resultbug.pm;
- improve default display of test results, and add explanatory blurb for navigation;
2005-10-19 01:06:34 +00:00
ccooper%deadsquid.com 0db73bb0b9 - fix comment and bug ID acquisition for initial result submission 2005-10-17 17:00:06 +00:00
ccooper%deadsquid.com 8265fffe5e - add quick search for results marked as unclear 2005-10-15 04:09:59 +00:00
ccooper%deadsquid.com 128ba047fa - default to displaying all test cases;
- remove domain + absolute path from show test link
2005-10-15 04:04:19 +00:00
ccooper%deadsquid.com c3ccc1e015 - add privacy notice 2005-10-14 23:15:47 +00:00
ccooper%deadsquid.com b5a6feb677 - reorganize advanced search: put results on top;
- fix CSS errors;
- obfuscate email addresses and add privacy notice.
2005-10-14 23:08:41 +00:00
ccooper%deadsquid.com 3b314ece67 - do not show login box. That code doesn't exist yet;
- remove alert-on-exception in runtests js code;
2005-10-13 22:38:37 +00:00
ccooper%deadsquid.com e8cf012a82 - cosmetic changes to run tests display;
- sort subgroups and test cases by the defined sort order;
2005-10-13 22:06:46 +00:00
ccooper%deadsquid.com 88fcb9601f - remove page load time calc from common failures page;
- check privileges before allowing user to edit test cases;
2005-10-13 18:41:07 +00:00
ccooper%deadsquid.com 18f2c0dbb3 - adding interim logout functionality;
- reorder bug reference table rows
2005-10-13 17:16:42 +00:00
ccooper%deadsquid.com cd9b24079c - allow users who are not logged in to view test results;
- require valid login for adding bug references;
- truncate user display to keep text/input boxes inside sidebar div;
- display default text when no tests have been run (stats)
2005-10-13 15:49:28 +00:00
ccooper%deadsquid.com 986d1eed54 - new look-and-feel code, css into css/ directory;
- javascript broken out into own directory;
- updated db schema to handle automated test results, along with associted Perl classes;
- reporting: searching and advanced searching functionality added;
2005-10-11 18:44:16 +00:00
zach%zachlipton.com c7c1cedaaf Remove tabs. 2005-08-24 03:05:02 +00:00