mike.morgan%oregonstate.edu
501c7d240b
Updated queries for rss and extensions/themes pages.
2006-03-30 07:24:19 +00:00
bugzilla%micropipes.com
3b80a1f209
Changed the way you can download addons so mconnor is happy (potentially) :)
2006-03-30 03:43:13 +00:00
mike.morgan%oregonstate.edu
6038d51784
Updated default to have plugins/pfs cached by default.
2006-03-29 22:34:30 +00:00
mike.morgan%oregonstate.edu
da198ab66a
Fixed tab for PFS page.
2006-03-29 22:31:26 +00:00
bugzilla%micropipes.com
4a1ce71da3
added winners and finalists to shadow db and cache arrays
2006-03-29 22:18:26 +00:00
lpsolit%gmail.com
1ff6dff790
Bug 70710: More expandable tags within emails - Patch by Alan Siu-Lung Tam <Tam@SiuLung.com> r=vladd a=myk
2006-03-29 18:49:12 +00:00
mike.morgan%oregonstate.edu
78c9982ccd
Fixed some minor linking problems and stuff. :)
2006-03-29 01:25:57 +00:00
mike.morgan%oregonstate.edu
13e903a92a
Fixed broken links, styles for front page.
2006-03-29 01:07:45 +00:00
mike.morgan%oregonstate.edu
a5f35f1919
Added PHP files for pfs/plugins.
2006-03-29 00:12:22 +00:00
mike.morgan%oregonstate.edu
c07e2d4d73
Added PFS documents.
2006-03-28 22:45:08 +00:00
bugzilla%micropipes.com
d025ab6b36
added the winners page to our template
2006-03-28 22:43:12 +00:00
bugzilla%micropipes.com
173e5e6bc5
Added the finalists page to our template system, etc.
2006-03-28 22:13:12 +00:00
lpsolit%gmail.com
2e545a27d8
Bug 330944: Add 'extensions' to .cvsignore - Patch by David D. Kilzer (ddk) <ddkilzer@kilzer.net> r=wicked a=myk
2006-03-28 19:49:01 +00:00
mike.morgan%oregonstate.edu
09aff30660
Fixed comments query to exclude admin removed comments
2006-03-28 07:01:51 +00:00
mike.morgan%oregonstate.edu
e86fb4f786
Updated CSS and adjusted Search.
2006-03-28 02:37:22 +00:00
bugzilla%micropipes.com
d13780a4b2
added session garbage collection to maintenance.php. We don't need the maintenance
...
config because we'll just use the public one
2006-03-28 01:02:24 +00:00
mike.morgan%oregonstate.edu
13822763d6
Checked in v1 modifications to total counts to prevent loss of accuracy.
2006-03-28 00:37:45 +00:00
bugzilla%micropipes.com
3dd28aea0b
- Added table to show multiple OSs and app versions.
...
- Added Multiple download links (if there is more than one version available)
2006-03-28 00:20:25 +00:00
lpsolit%gmail.com
83085bd021
Bug 92515: Implement the ability to change the resolution of a bug without reopening it - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk
2006-03-27 22:25:47 +00:00
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