Commit Graph

7264 Commits

Author SHA1 Message Date
mike.morgan%oregonstate.edu
8b8c44a885 Modified version query so it, like, works and stuff. Me dumb, me no likey SQL. 2006-01-28 23:03:22 +00:00
mike.morgan%oregonstate.edu
40293fe93a Fixed version history and moved it to the bottom of the addon list. It's not an important feature. 2006-01-28 23:02:34 +00:00
mike.morgan%oregonstate.edu
b964f0ed01 Progress with RSS, fixes for wrappers, comment styles, navigation, etc. 2006-01-28 22:42:26 +00:00
mike.morgan%oregonstate.edu
6d61b0e87b REPO_DIR doesn't apply to public/ so it shouldn't be in init.php. 2006-01-28 22:18:13 +00:00
mike.morgan%oregonstate.edu
68d7c5899c Modified config-dist.php. 2006-01-28 22:14:43 +00:00
bugzilla%micropipes.com
53a83cd19a added sql changes for the link between users and feedback 2006-01-28 22:10:36 +00:00
bugzilla%micropipes.com
db42e94c3d Added the call so the template starts - page works now 2006-01-28 18:34:15 +00:00
lpsolit%gmail.com
b8a911b197 Bug 325037: Remove whitespaces from the 'Long Format' button - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-01-28 13:01:11 +00:00
lpsolit%gmail.com
092fe0d89b Bug 323563: "Mail Transport Config" is a confusing name for a params section - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=justdave 2006-01-27 11:31:41 +00:00
kestesisme%yahoo.com
9fe48b0ebd A bit presumptus for someone I have never heard of to put his name a head of mine in the credits. 2006-01-27 04:09:35 +00:00
kestesisme%yahoo.com
05ba11ec37 add p4db to tinderbox2. This is a web query based tool for Perforce, I found the code on the net and it appears to be unmaintained at this time. This version of p4db has had security patches found on the internet added to it as well as numerous changes to make the code taint perl safe and new features to make it look more like Bonsai in some respect. 2006-01-27 03:52:56 +00:00
lpsolit%gmail.com
4908a7586f Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-01-26 22:33:33 +00:00
lpsolit%gmail.com
ee02b3da32 Bug 323524: Make the group name in editgroups.cgi an edit link - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-01-26 17:38:09 +00:00
mike.morgan%oregonstate.edu
8e46bd8b1e Fixed for HTML validation. 2006-01-26 17:33:46 +00:00
mike.morgan%oregonstate.edu
8a92b98378 Added sql dump to sql/ for the survey database. Default sql file includes default issues/intends etc. that were input according to the mock. 2006-01-26 17:27:12 +00:00
mike.morgan%oregonstate.edu
6381ee10f2 Template work, finished everything but the SQL inserts. 2006-01-26 17:22:31 +00:00
mike.morgan%oregonstate.edu
60121de43f Couple of minor changes. 2006-01-26 16:26:18 +00:00
bugzilla%micropipes.com
44a47cc603 - Finished addcomment.php. Comments actually go in the db now
- Added a convienence function to auth to get the user id quickly
2006-01-26 05:59:30 +00:00
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