Commit Graph

7246 Commits

Author SHA1 Message Date
mike.morgan%oregonstate.edu
61f888bf96 Fixed getters so they get instead of set in amo.class.php. 2006-01-26 00:54:11 +00:00
mike.morgan%oregonstate.edu
c9cb8eccae Fixed validation errors, bad links, added cat sidebar, themes, extensions. 2006-01-26 00:53:30 +00:00
mike.morgan%oregonstate.edu
65182984f8 Finished extensions / themes and mofidied the search to work with the updated amo.class.php, which doesn't set class vars but instead was updated so the gets actually just return data instead of setting things. Makes sense, no? 2006-01-26 00:52:44 +00:00
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
bugzilla%micropipes.com
d877ee50d2 Minor changes concerning how input checking was handled. Query is nearly ready to be
run, waiting on answers to a couple questions (ie. do we continue duplicating data,
or rely on foriegn keys?)
2006-01-24 05:25:51 +00:00
mike.morgan%oregonstate.edu
e17e6bd51c Ok, added these for real this time. :)
Still have to flesh these out, but that won't take long.
2006-01-23 03:29:51 +00:00
mike.morgan%oregonstate.edu
48d03b8682 *.tpl
Modified multiple template files to fix validation errors.
    Removed outdated template files for header/footer.tpl.
    Updated links and search forms to point to the correct href/action.
    Added themes/extensions templates.
    Fixed application values in main navigation so when app=null it wouldn't persist and instead be set to firefox by default.

*.sql
    Added v2.sql and updated amo.sql to contain the correct database structure.
    Note: v2.sql is for the v1->v2 migration when the public v2 is released.

search.php
    Fixed selected values for application, and cleaned up code.

session.class.php, includes.php
    No longer need session.class.php, it is replaced by auth.class.php.
2006-01-23 03:28:26 +00:00
bugzilla%micropipes.com
46aa28a059 - Logins (sessions) now work. (There are no links to logout.php, so if you want to
logout you'll have to type it manually)

- Add comment is started, but doesn't actually do any data insertion yet

- We need CSS pretty badly
2006-01-23 01:24:47 +00:00
bugzilla%micropipes.com
96546cc2ff USE_DB_SESSIONS does nothing now 2006-01-22 23:51:06 +00:00
bugzilla%micropipes.com
3d955f4983 fixed typo 2006-01-22 23:49:48 +00:00
bugzilla%micropipes.com
815c948b0b Typo in these files, </body> and </html> was in there twice 2006-01-22 23:47:39 +00:00
mike.morgan%oregonstate.edu
bcd05ec36e Removed from root. 2006-01-22 23:33:59 +00:00
lpsolit%gmail.com
a297f61d96 Bug 323392: admin/classifications/select.html.tmpl has a link pointing to itself - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-01-22 22:53:53 +00:00
wurblzap%gmail.com
03983eb854 Bug 319331: mailto link generated with BiDi user name and email address gets mangled with timestamp.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=justdave, r(char list)=smontagu, a=justdave
2006-01-22 21:37:37 +00:00
lpsolit%gmail.com
db79331e18 Bug 324248: Deleting a group doesn't remove entries in group_group_map correctly - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2006-01-22 20:10:08 +00:00
lpsolit%gmail.com
7a4334b561 Bug 322906: Flag inclusion and exclusion lists in editflagtypes.cgi should have a size of 7 instead of 4 - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave 2006-01-21 14:07:03 +00:00
lpsolit%gmail.com
e6090780ee Bug 323955: Deleting a group incorrectly checks for user group membership (miss group inheritance) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2006-01-21 13:48:56 +00:00
gerv%gerv.net
eb12a882c7 Bug 299360: change text about spam-proofing to be less absolute in its claims. 2006-01-20 11:42:33 +00:00
gerv%gerv.net
58f5aebde8 Bug 323675: Add support link, as people seem to be missing it in other places. 2006-01-20 11:39:54 +00:00
gerv%gerv.net
1a433a3e88 Bug 322870: make Hendrix use new newsgroup mozilla.feedback. 2006-01-19 21:14:13 +00:00
zach%zachlipton.com
2d3e8bd059 Version number should be a comment, not displayed. 2006-01-19 20:07:50 +00:00
lpsolit%gmail.com
237cd3ff33 Bug 323769: Column names for reporter, assignee and QA contact realnames are incorrect when exporting a bug list to non-HTML formats - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2006-01-19 19:47:16 +00:00
mike.morgan%oregonstate.edu
6dbc56b93e Added initial revision of survey tool. 2006-01-19 02:07:16 +00:00
zach%zachlipton.com
535505b34d Add IRC Nickname field to login page, take two. 2006-01-19 00:03:31 +00:00
mike.morgan%oregonstate.edu
285c64340d Updated the addons template to not have missing links. 2006-01-18 22:54:38 +00:00
mike.morgan%oregonstate.edu
3e9a032c95 Migrated and modified maintenance.php, where session garbage collection should live -- so it can be called by cron.
Added update.php to replace ./update/VersionCheck.php in v1.0.  Enabled 1-hour caching for this page and verified XML output in client tests.
Added accompanying template for update script.
Moved annoying local configurations found in .htaccess into htaccess.dist so it's readily visible.
Removed old .htaccess file, since it was evil.
2006-01-18 10:11:04 +00:00
zach%zachlipton.com
de68d57036 Disable Bugzilla login until we can have it not cause 500 internal server errors. 2006-01-17 04:54:31 +00:00
zach%zachlipton.com
104660c3ab Fix 'out' -> 'our' typo. 2006-01-17 04:49:50 +00:00
zach%zachlipton.com
3ab2b33751 Default for test_groups.obsolete should be 0. 2006-01-17 04:44:43 +00:00
zach%zachlipton.com
aecc1e42bc Remove ENUM cols from populatedb.sql to match schema. 2006-01-17 04:43:56 +00:00
zach%zachlipton.com
54216d2050 Add missing object->method() calls to DBTools.pm. 2006-01-17 04:38:00 +00:00
lpsolit%gmail.com
75cf1f1ad8 Bug 323575: [PostgreSQL] sanitycheck.cgi?createmissinggroupcontrolmapentries=1 produces a SQL error - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2006-01-16 10:29:18 +00:00
zach%zachlipton.com
672bb7184e Add account conversion/upgrading code. 2006-01-15 05:20:06 +00:00
zach%zachlipton.com
49620022a0 Upgrade old (pre-auth) schema to the new version automatically when running populatedb.pl. 2006-01-15 04:11:49 +00:00
justdave%bugzilla.org
d7b2a351cf Bug 323369: Tinderbox can't find checkins from HEAD
r=bear
2006-01-14 03:37:29 +00:00
timeless%mozdev.org
5f0f0ead3b Bug 243996 cvs log for a revision should actually track a branch tied to the revision instead of tracking head
fixing regexp for rev to not make the entire string optional, it was supposed to be looking for at least one digit followed by optional decimal digits.
r=justdave
2006-01-13 21:21:39 +00:00
justdave%bugzilla.org
ba1638aa02 Bug 314591: remove references to /usr/bonsaitools/bin
r=timeless
2006-01-13 16:57:25 +00:00
timeless%mozdev.org
2f75bbef64 Bug 243996 cvs log for a revision should actually track a branch tied to the revision instead of tracking head
r=bear
2006-01-13 06:30:30 +00:00
mkanat%kerio.com
02e2bc5ded Bug 322771: PostgreSQL incorrectly detects that some summaries have control characters when they don't
Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=justdave
2006-01-12 07:03:46 +00:00
mike.morgan%oregonstate.edu
77eec7a4b0 Added comment about avoiding caching. 2006-01-12 03:17:55 +00:00
lpsolit%gmail.com
7904dff44d Bug 322807: Spelling mistake in docs, section "Searching for Bugs" - Patch by Kurt (supernova_00) <supernova_00@yahoo.com> r=LpSolit 2006-01-12 02:34:02 +00:00
lpsolit%gmail.com
522144302a Bug 243268: Cannot remove several flag inclusions/exclusions at once - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=timeless a=justdave 2006-01-11 13:16:39 +00:00
lpsolit%gmail.com
8ab7c1ac5d Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk 2006-01-10 23:53:10 +00:00
lpsolit%gmail.com
f482cc5ae4 Bug 316096: 'everconfirmed' is not included in the DTD and XML files - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk 2006-01-10 23:30:34 +00:00
timeless%mozdev.org
cfc390b801 Bug 321691 duplicates.cgi doesn't use <th>
r=lpsolit a=justdave
2006-01-09 21:54:17 +00:00
timeless%mozdev.org
65e9c8f00f Bug 321187 please be nice to links and generate explicit action uris
r=lpsolit a=justdave
2006-01-09 21:49:59 +00:00
lpsolit%gmail.com
c84a3533e4 Bug 322712: Cannot export local attachments (attachments are truncated) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2006-01-09 20:38:57 +00:00
lpsolit%gmail.com
225aadb802 Bug 322620: Logging in with 'Remember my Login' deselected gives: Use of uninitialized value in string eq at Bugzilla/Auth/Login/WWW/CGI.pm line 83 - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2006-01-09 19:07:25 +00:00
lpsolit%gmail.com
376a5702a6 Bug 238207: Comment autolinkification on midair page points to wrong cgi - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2006-01-09 18:59:54 +00:00
justdave%bugzilla.org
51097effbd Bug 322734: sanitize sort order input
r=timeless
2006-01-09 02:25:47 +00:00