Commit Graph

7540 Commits

Author SHA1 Message Date
justdave%bugzilla.org
3d488d52e6 Bug 326775: properly escape cvsroot parameter.
r=timeless
2006-03-25 06:26:29 +00:00
mike.morgan%oregonstate.edu
44fb96a462 Fixed redirect to not be hard-coded to http://, and pretty much avoided that problem by using an include instead. 2006-03-24 22:25:34 +00:00
timeless%mozdev.org
b38195389e Bug 329390 Incorrect English in "You can't make [% terms.abug %] blocked or dependent on itself."
r=lpsolit a=myk
2006-03-23 16:38:14 +00:00
timeless%mozdev.org
8d046b1e97 Bug 330985 login_required_for_pronoun doesn't make sense
r=lpsolit a=myk
2006-03-22 04:42:27 +00:00
timeless%mozdev.org
9d7d34c246 Bug 330837 Fix sudo_in_progress to not say "an sudo"
patch by gijskruitbosch+bugs@gmail.com r=lpsolit a=myk
2006-03-22 04:41:00 +00:00
timeless%mozdev.org
24189a5f5e Bug 331003 auth_failure uses "put people in or out"
r=mkanat a=myk
2006-03-22 04:39:34 +00:00
timeless%mozdev.org
585ae712fe Bug 330996 component_not_valid could be improved
r=lpsolit a=myk
2006-03-22 04:38:02 +00:00
timeless%mozdev.org
3382ceb68e Bug 331004 alias_is_numeric uses 'another' which to me implies a real one was given/accepted
r=lpsolit a=myk
2006-03-22 04:33:04 +00:00
zach%zachlipton.com
06ff61321a Add 'make cache' target. 2006-03-21 00:38:56 +00:00
gerv%gerv.net
7909fdc9cb Bug 327089: Capitalise the M in SeaMonkey. 2006-03-20 12:32:53 +00:00
gerv%gerv.net
dfa727db65 Bug 327089 - new product names. 2006-03-20 11:02:23 +00:00
lpsolit%gmail.com
48dfa9e097 Documentation for bug 24789 - Patch by bmo@rsz.jp, r=timeless 2006-03-17 12:39:19 +00:00
mike.morgan%oregonstate.edu
0fe291771c Moved memcache instantiation inside an if() that checks for cache_config and also that memcache exists using class_exists().
This should let us still do development on chameleon without requiring the memcache extension.
2006-03-17 00:56:47 +00:00
mike.morgan%oregonstate.edu
4c420a1b61 Added support for memcache as an alternative to cache_lite. The goal was to use memcache since it provides better scalability in a clustered environment.
public/htdocs/rss.php
    cacheLiteId => memcacheId

public/htdocs/update.php
    cacheLiteId => memcacheId,
    removed premature mysql_real_escape_string() calls

public/inc/config-dist.php
    modified config-dist.php to contain proper config stuff,
    cleaned up comments.

public/inc/finish.php
    added memcache support using memcache::set()

public/inc/init.php
    added error logging for failed connections,
    added calls to memcache::addServer for adding multiple memcached hosts,
    replaced Cache_Lite::get() with memcache::get()
2006-03-17 00:43:09 +00:00
lpsolit%gmail.com
df1abc2d33 Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_milestone - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-03-15 21:51:35 +00:00
lpsolit%gmail.com
eb159811e9 Bug 330519: Remove unused IsInClassification() function from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Tru a=justdave 2006-03-15 21:33:34 +00:00
mike.morgan%oregonstate.edu
3d9e6a195b Removed htaccess.dist, moved to public/ for dev use only. In production and staging the site will be at the webroot so this stuff is better off in the .conf files for that vhost. 2006-03-15 20:58:59 +00:00
timeless%mozdev.org
ebb8ec503e Bug 330588 - Missing newline in Search.pm
r=vladd,r=Tru
2006-03-15 18:38:07 +00:00
timeless%mozdev.org
441a964e3e Bug 330577 "its" is wrong in comment
r=Tru
2006-03-15 16:34:16 +00:00
lpsolit%gmail.com
3f32ce1c67 Bug 326122: Whine mails lack the trailing MIME boundary - Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=justdave 2006-03-14 23:01:23 +00:00
lpsolit%gmail.com
4b3910814b Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patch by R�mi Zara <remi_zara@mac.com> r=LpSolit a=justdave 2006-03-14 22:47:24 +00:00
lpsolit%gmail.com
ac59beb8be Bug 311422: describecomponents.cgi and enter_bug.cgi need some cleanup - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2006-03-14 22:37:18 +00:00
timeless%mozdev.org
8a3397050d Fixing POD markup
r=wicked
2006-03-14 07:41:21 +00:00
lpsolit%gmail.com
2740481461 Bug 330186: Crash when changing the status of a bug which has dependencies - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit r=mkanat a=LpSolit/mkanat (emergency checkin procedure) 2006-03-12 11:59:06 +00:00
lpsolit%gmail.com
cd774bba1c Bug 329334: User::match_field() may redirect you outside your Bugzilla installation - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2006-03-11 01:06:41 +00:00
mike.morgan%oregonstate.edu
2dd271a96d Missing _file from the end of the auto_prepend argument... I owe Aravind a beer. 2006-03-10 20:52:05 +00:00
mike.morgan%oregonstate.edu
6ee2c247ce Added failover when db is unavailable, changed default values for htaccess.default.
If the app is installed in a DocumentRoot, you won't have to edit the htaccess.default.  Just copy it to webroot/.htaccess and make sure webroot is the DocRoot and you're fine.
2006-03-10 17:42:07 +00:00
mike.morgan%oregonstate.edu
890adc02c9 Checked in config-dist.php, it was left blank for some reason. 2006-03-10 16:16:04 +00:00
lpsolit%gmail.com
15a6a51642 I forgot a "fix on checkin" (useless whitespaces) 2006-03-09 20:00:47 +00:00
lpsolit%gmail.com
0044d98e03 Bug 300551: Eliminate deprecated Bugzilla::DB routines from User.pm and Token.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-03-09 18:19:54 +00:00
bugzilla%micropipes.com
a812ebde1c just minor tweaks to position the "Logged in as" string in the new place. 2006-03-09 05:50:43 +00:00
mkanat%kerio.com
10e3fe6138 Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin. 2006-03-09 00:09:51 +00:00
mkanat%kerio.com
59223979a3 Bug 328638: Remove @::legal_keywords and %::keywordsbyname
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-03-09 00:09:00 +00:00
lpsolit%gmail.com
ac3672073a Bug 323912: When a group cannot be deleted because it is in used, ThrowUserError() should be called - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=GavinS a=myk 2006-03-08 23:53:57 +00:00
lpsolit%gmail.com
ebe0b743d7 Bug 313256: Update CSS for attachment comment in real time to private comments - Patch by Andr� Batosti <batosti@async.com.br> r=vladd a=myk 2006-03-08 22:41:51 +00:00
lpsolit%gmail.com
959e21d8dc Bug 132893: Create header X-Bugzilla-Watch-Reason - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wicked a=myk 2006-03-08 22:30:29 +00:00
lpsolit%gmail.com
5d603d8d52 Bug 323905: "Group" "isn't equal to" boolean chart does not work correctly - Patch by Joel Peshkin <bugreport@peshkin.net> r=vladd a=myk 2006-03-08 21:52:31 +00:00
lpsolit%gmail.com
cae1186407 Bug 329783: SQL crash in request.cgi when the status field is used - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave 2006-03-08 21:35:54 +00:00
mike.morgan%oregonstate.edu
17c4dec395 updated sql structure with default question data 2006-03-07 19:22:23 +00:00
mike.morgan%oregonstate.edu
39340a2786 Fixed SQL insert, made sure this works. :) 2006-03-07 19:10:28 +00:00
bugzilla%micropipes.com
9893b15c9b Added some javascript to display the logged in user in the header of the current page
(note: it's fugly without css)
2006-03-07 03:52:43 +00:00
lpsolit%gmail.com
565c2b5009 fix bustage (bug 286476) 2006-03-06 23:00:20 +00:00
lpsolit%gmail.com
a7606fdc4a Bug 190370: Show "Bugzilla is pondering" page in Mac IE and AOL Client - Patch by Dave Miller <justdave@bugzilla.org> r=wicked a=myk 2006-03-06 22:50:05 +00:00
lpsolit%gmail.com
835fd3ac06 Bug 328667: if I do a search on just one product, there should be a 'new bug against this product' link - Patch by Vlad Dascalu <vladd@bugzilla.org> r=LpSolit a=myk 2006-03-06 22:41:12 +00:00
timeless%mozdev.org
a80ecdb5cb Bug 286476 - Mid-air collision should indicate that i didn't make a comment instead of leaving me with a confusing blank space
r=lpsolit a=myk
2006-03-06 22:34:49 +00:00
lpsolit%gmail.com
bc4029cb88 Bug 329289: sidebar.xul.tmpl generates version info in output .html - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=myk 2006-03-06 22:33:52 +00:00
lpsolit%gmail.com
e29c5c9c13 Bug 329295: 008filter fails if . is not in PATH - Patch by Vlad Dascalu <vladd@bugzilla.org> r=LpSolit a=myk 2006-03-06 22:25:40 +00:00
timeless%mozdev.org
7a37f5afb2 Bug 328748 - Report inability to just view parameters - not edit them
r=lpsolit a=myk
2006-03-06 22:16:23 +00:00
mkanat%kerio.com
bc519bd158 Bug 282628: Move OpenStates and IsOpenedState out of globals.pl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-06 21:42:10 +00:00
ccooper%deadsquid.com
6ed7e8a8ae - default to en-US 2006-03-06 19:58:18 +00:00
jocuri%softhome.net
b6c1cba894 Documentation patch: document the user_group_map table; follow-up on patch published in bug 180635 by victory <bmo@rsz.jp>, r=vladd: add user_group_map to the list of tables. 2006-03-05 17:15:34 +00:00
jocuri%softhome.net
a3882f67e8 Documentation patch: document the user_group_map table; patch published in bug 180635 by victory <bmo@rsz.jp>, r=vladd. 2006-03-05 17:09:32 +00:00
bugzilla%micropipes.com
59e3ea7861 fixed validation problem 2006-03-05 07:35:41 +00:00
bugzilla%micropipes.com
da4359d404 Replaced the old application version code, so there is a table now that displays all
the compatible versions.
2006-03-05 06:35:34 +00:00
jocuri%softhome.net
bb3eb01f63 Documentation spelling patch: 'ou' -> 'you'; patch by victory <bmo@rsz.jp>, r=vladd. 2006-03-04 15:13:19 +00:00
jocuri%softhome.net
d30de34d4a Patch for bug 216902: support LDAPS connections; patch by Christian Krause <chkr@plauener.de>, r=vladd, a=justdave. 2006-03-04 12:08:31 +00:00
jocuri%softhome.net
9331355df2 Documentation patch for bug 280517: add documentation for the 'Let me know who is watching my account' feature; patch by victory <bmo@rsz.jp>, r=vladd. 2006-03-04 11:13:03 +00:00
jocuri%softhome.net
e2ea05c230 Documentation patch: fix 'occurences'->'occurrences' spelling; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-03-03 23:13:45 +00:00
jocuri%softhome.net
352e847c35 Documentation patch: remove 'it it' duplication; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-03-03 22:58:07 +00:00
jocuri%softhome.net
7372e81db2 Documentation spelling patch: 'verion'->'version'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-03-03 22:51:34 +00:00
jocuri%softhome.net
8a023d4107 Documentation spelling patch - remove duplicate 'when when' from customization section; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-03-03 22:39:33 +00:00
jocuri%softhome.net
7a7cd53663 Documentation patch - remove duplicate 'Note Note' spelling in text documentation due to redundancy between documentation text and DocBook mark-up; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-03-03 22:22:56 +00:00
jocuri%softhome.net
3da1684cfe Documentation spelling patch: 'Herculaean'->'Herculean'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-03-03 22:04:14 +00:00
jocuri%softhome.net
51169c7a19 Patch for bug 161369: Strip trailing whitespace from login usernames; patch by Paul <pdemarco@zoominternet.net>, r=vladd, a=justdave. 2006-03-03 12:29:07 +00:00
jocuri%softhome.net
6e58adeceb Patch for bug 74355: Set tooltip to bug title for full-url buglinks; patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net>, r=vladd, a=justdave. 2006-03-03 12:26:25 +00:00
mike.morgan%oregonstate.edu
92679a265b Adjusted wording for survey form. 2006-03-03 03:06:43 +00:00
mkanat%kerio.com
f57c36cb9e Bug 329177: Bugzilla fails when there are no keywords
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-03-03 02:37:16 +00:00
jocuri%softhome.net
92e15e7755 Patch for bug 329163: Add 'settings' template case in generic handling of auth errors; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk. 2006-03-03 00:50:02 +00:00
jocuri%softhome.net
c02238e6c8 Back out accidentally commited change as part of check-in for bug 328089. 2006-03-03 00:41:49 +00:00
mkanat%kerio.com
51f583df63 Bug 328602: Eliminate %::versions and @::legal_versions
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-03-02 23:50:17 +00:00
jocuri%softhome.net
a13589c148 Patch for bug 282613: add important admin edit flags to sidebar; patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=vladd, a=justdave. 2006-03-02 23:45:08 +00:00
jocuri%softhome.net
03614e29d5 Patch for bug 328089: make number of columns in additional comments field identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave. 2006-03-02 23:29:35 +00:00
jocuri%softhome.net
dd66394dd2 Patch for bug 329042: Modify 'group.html' in 'groups.html' for documentation links; patch by Vlad Dascalu <vladd@bugzilla.org>; r=wurblzap, a=justdave. 2006-03-02 23:05:05 +00:00
jocuri%softhome.net
9ee9fa43f7 Documentation patch for bug 328330: Add classifications documentation; patch by Vlad Dascalu <vladd@bugzilla.org>, r=kevin.benton@amd.com, r=LpSolit@gmail.com. 2006-03-02 12:03:46 +00:00
mkanat%kerio.com
7f6b0aa0d8 Bug 314470: Require Perl 5.8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-03-01 23:06:03 +00:00
lpsolit%gmail.com
8d99227d3b Bug 281358: Attachment links in bugmail are different from the link in show_bug.cgi - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave 2006-03-01 22:46:23 +00:00
jocuri%softhome.net
b2d39fbcd5 Patch for bug 325567: display more information when listing flag types in editflagtypes.cgi (especially the grant and request group); patch by Remi Zara <remi_zara@mac.com>, r=LpSolit, a=justdave. 2006-03-01 22:24:13 +00:00
lpsolit%gmail.com
6b5a66e2e5 Bug 311258: use objects in admin templates (products & co) - Patch by Andr� Batosti <batosti@async.com.br> r=LpSolit a=justdave 2006-03-01 22:10:24 +00:00
mkanat%kerio.com
11662c264f Bug 328436: Move BugInGroupId from globals.pl to process_bug.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2006-03-01 21:47:58 +00:00
lpsolit%gmail.com
820d88d182 Bug 312042: Testing suite (runtests.pl) need to check error tags - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave 2006-03-01 21:38:45 +00:00
mkanat%kerio.com
e702596d80 Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExists
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2006-03-01 21:33:01 +00:00
mkanat%kerio.com
3a4d8347a4 Bug 328434: Move GroupIsActive into post_bug.cgi
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2006-03-01 21:26:18 +00:00
jocuri%softhome.net
b3e5564e0b Documentation patch: fix spelling for 'comprimise' and 'comprimised'. 2006-03-01 13:03:27 +00:00
jocuri%softhome.net
f4fc7b85f3 Documentation patch: fix 'COMFIRM'->'CONFIRM' spelling. 2006-03-01 12:44:31 +00:00
jocuri%softhome.net
3cc617824b Documentation patch: fix 'critera'->'criteria' spelling. 2006-03-01 12:28:39 +00:00
jocuri%softhome.net
61ce73993f Documentation patch: fix 'pannel'->'panel' spelling. 2006-03-01 12:21:39 +00:00
jocuri%softhome.net
8162696c27 Documentation patch: fix spelling mistakes on 'offical', 'offically', 'repeatadly'. 2006-03-01 12:15:40 +00:00
jocuri%softhome.net
410061abd4 Documentation patch: fix 'managment'->'management' spelling. 2006-03-01 12:02:43 +00:00
jocuri%softhome.net
4ef9995433 Documentation patch: fix 'additonal'->'additional' spelling. 2006-03-01 11:55:37 +00:00
jocuri%softhome.net
7055547cf8 Documentation patch: fix 'privleged'->'privileged' spelling. 2006-03-01 11:42:08 +00:00
jocuri%softhome.net
fd0e8fe9b3 Documentation patch: fix 'vunerabilites'->'vulnerabilities' spelling. 2006-03-01 11:30:14 +00:00
jocuri%softhome.net
632126f661 Documentation patch: fix 'UNCOMFIRMED'->'UNCONFIRMED' spelling. 2006-03-01 10:42:32 +00:00
jocuri%softhome.net
b160a8e4cc Backout accidental commit. 2006-03-01 10:38:15 +00:00
jocuri%softhome.net
8da244d69f Documentation patch: fix 'suported'->'supported' spelling. 2006-03-01 10:32:51 +00:00
jocuri%softhome.net
dde9ac6f45 Follow-up documentation patch (dependency tree documentation, bug 236424; patch by victory <bmo@rsz.jp>, r=vladd): add explicitly the meaning of [-] and [+]. 2006-03-01 09:01:20 +00:00
jocuri%softhome.net
b74956bad3 Follow-up documentation patch for 213535 (documentation for the dependency tree, patch by victory <bmo@rsz.jp>, r=vladd): replace 'from each bugs' with 'for each bug'. 2006-03-01 08:38:09 +00:00
jocuri%softhome.net
528235f30d Documentation patch for the dependency tree (bug 236424); patch by victory <bmo@rsz.jp>, r=vladd. 2006-03-01 08:23:16 +00:00
mike.morgan%oregonstate.edu
a4d22893df Updated sql, header, form, queries. 2006-03-01 01:04:39 +00:00
lpsolit%gmail.com
8927182719 Bug 328203: Cannot update a product if 'usetargetmilestone' is off (and the default milestone has been previously changed) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-02-28 22:06:34 +00:00
jocuri%softhome.net
ca55a8b0cd Fix ThrowCodeError calls by giving them an unique ID (tree fix). 2006-02-28 15:41:06 +00:00