Commit Graph

7481 Commits

Author SHA1 Message Date
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