Commit Graph

83 Commits

Author SHA1 Message Date
zach%zachlipton.com
b6048e1e09 Add Bugzilla database information (for authentication) to localconfig. 2005-11-30 05:20:13 +00:00
ccooper%deadsquid.com
ef4a32f61c - 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
24e7e84c62 - 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
fbffe3db10 - 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
539b1853d9 Fix the "none" filter to work properly. 2005-11-18 03:42:48 +00:00
zach%zachlipton.com
548f998419 Properly use HTML::StripScripts::Parser in the 'testdata' filter. 2005-11-18 02:27:11 +00:00
zach%zachlipton.com
50dfb6fb52 Add list tags to the testdata filter whitelist. 2005-11-18 01:48:20 +00:00
zach%zachlipton.com
eddf7e9ed4 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
b1823c2158 Add make test target. 2005-11-15 21:43:29 +00:00
zach%zachlipton.com
dbe1421d72 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
9d8459e516 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
fe417391e2 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
e8c96b966c Initial checkin of a slightly modified version of Bugzilla's test suite to check for compile errors and cross-site issues in template files. Customizations and fixes to follow in subsequent checkins. 2005-11-10 22:58:51 +00:00
ccooper%deadsquid.com
79e71ce018 - latest schema changes, with corresponding changes to Perl classes;
- don't include create or use db commands in SQL <- makes it easier to reuse between production and staging env
2005-11-08 02:35:19 +00:00
zach%zachlipton.com
8ab8375bf0 Put obsolete back and add it to the schema. Fix mistagged file. 2005-11-08 00:46:35 +00:00
zach%zachlipton.com
26950bd78c Also treat UA strings identifying us as FF 1.5 as part of the 1.5 branch by default. 2005-11-08 00:35:56 +00:00
zach%zachlipton.com
09462191b7 The test_groups table doesn't actually have an 'obsolete' col. Removing it to avoid bustage... 2005-11-08 00:32:29 +00:00
zach%zachlipton.com
e35dbdacca Make sidebar header graphic link to index.cgi, not litmus_staging/coop. 2005-10-26 05:32:17 +00:00
ccooper%deadsquid.com
6098e6c359 - 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
4b82e742fb - more accurate title for unclear results aggregate 2005-10-19 22:08:58 +00:00
ccooper%deadsquid.com
8c7846775d - remove common failure files 2005-10-19 21:49:24 +00:00
ccooper%deadsquid.com
d7f604cd20 - adding new files for common results display 2005-10-19 21:48:29 +00:00
ccooper%deadsquid.com
f8609a1940 - 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
d6aef270b6 - remove linebreaks from comments prior to display 2005-10-19 01:46:56 +00:00
ccooper%deadsquid.com
3118d1e761 - fix broken search by summary 2005-10-19 01:18:30 +00:00
ccooper%deadsquid.com
f19c867677 - 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
69e9dc7e4c - fix comment and bug ID acquisition for initial result submission 2005-10-17 17:00:06 +00:00
ccooper%deadsquid.com
dcc3d285f5 - add quick search for results marked as unclear 2005-10-15 04:09:59 +00:00
ccooper%deadsquid.com
088def1e9c - 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
36e003454e - display error message for common error conditions when displaying a single result 2005-10-15 03:37:06 +00:00
ccooper%deadsquid.com
1ec26dd86d - use Date::Manip to set timestamps 2005-10-15 01:09:42 +00:00
ccooper%deadsquid.com
d9b0cbf91a - add privacy notice 2005-10-14 23:15:47 +00:00
ccooper%deadsquid.com
fa8d4c7eb2 - 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
3f210c19ee - allow for obsoletion of testgroups. Only display testgroups that are not marked as obsolete. 2005-10-14 16:02:28 +00:00
ccooper%deadsquid.com
5b2dda09da - 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
5601ce15b9 - 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
05ddd2d470 - 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
aa07751da6 - adding interim logout functionality;
- reorder bug reference table rows
2005-10-13 17:16:42 +00:00
ccooper%deadsquid.com
07fbaf03b6 - 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
24de0ea30a - 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
ccooper%deadsquid.com
4e52f8dfed Updated db creation and population scripts for current schema. 2005-10-05 16:32:36 +00:00
zach%zachlipton.com
f3fbd06c7d Make the makefile actually work... 2005-09-07 04:29:28 +00:00
zach%zachlipton.com
254ebf463e Bustage fix. Properly setup the makefile rules... 2005-09-07 04:14:29 +00:00
zach%zachlipton.com
c6f0d992da Better target name: make compile -> make templates 2005-09-07 02:31:16 +00:00
zach%zachlipton.com
c165506090 Support (indeed, require) the precompilation of templates. This is accomplished through the new makefile. Just run a "make install" to pick up any changes in populatedb.pl and to recompile any changed templates. 2005-09-07 02:25:57 +00:00
zach%zachlipton.com
2ffdc6ea7d Add data/ to cvsignore and create the data directory at install-time. 2005-09-07 00:43:37 +00:00
zach%zachlipton.com
edba8dd0f1 Add .cvsignore for litmus 2005-09-07 00:31:37 +00:00
zach%zachlipton.com
09231a466b Remove tabs. 2005-08-24 03:05:02 +00:00
zach%zachlipton.com
19e3695eb8 For now, disable the hotlist since it's taking way too long to load. 2005-08-24 01:23:13 +00:00
zach%zachlipton.com
f17250a320 Initial checkin of new test list code, designed to go with coop's querying work. 2005-08-23 19:33:54 +00:00