| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 365256 Period is on the wrong side of a bunch of other parentheses | timeless%mozdev.org | 2007-01-08 | 1 | -1/+1 |
* | Bug 365407: Reorder tabs in userprefs.cgi - Patch by Frédéric Buclin <L... | lpsolit%gmail.com | 2006-12-31 | 1 | -1/+1 |
* | Bug 364920 - "Watcher list should be sorted alphabetically" [p=reed r=LpSolit... | reed%reedloden.com | 2006-12-27 | 1 | -1/+2 |
* | Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin... | lpsolit%gmail.com | 2006-11-11 | 1 | -1/+7 |
* | Bug 352403: Create an object for saved searches, and have Bugzilla::User use it | mkanat%bugzilla.org | 2006-11-04 | 1 | -98/+50 |
* | Bug 340538: Insecure dependency in exec while running with -T switch at /usr/... | wurblzap%gmail.com | 2006-10-21 | 1 | -2/+0 |
* | Bug 355833: Groups are out of order when sharing queries - Patch by Frédéri... | lpsolit%gmail.com | 2006-10-08 | 1 | -4/+2 |
* | Bug 87795: Creating an account should send token and wait for confirmation (p... | lpsolit%gmail.com | 2006-08-20 | 1 | -1/+1 |
* | Bug 320197: Watcher editing in userprefs should use a list box instead of tex... | mozilla%colinogilvie.co.uk | 2006-08-17 | 1 | -15/+26 |
* | Bug 69000: Permit a stored query to be marked "shared" and accessible by othe... | wurblzap%gmail.com | 2006-07-14 | 1 | -10/+114 |
* | Bug 173629: Clean up "my" variable scoping issues for mod_perl | mkanat%bugzilla.org | 2006-07-06 | 1 | -1/+1 |
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+0 |
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -4/+6 |
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 2006-06-21 | 1 | -2/+2 |
* | Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod... | lpsolit%gmail.com | 2006-06-20 | 1 | -2/+0 |
* | Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block | mkanat%bugzilla.org | 2006-05-12 | 1 | -1/+2 |
* | Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ... | lpsolit%gmail.com | 2006-05-08 | 1 | -2/+2 |
* | Bug 287741: changing password from 'password' to 'password' should not invali... | lpsolit%gmail.com | 2005-12-21 | 1 | -10/+12 |
* | Bug 320866: Watching the same address twice produces software error - Patch b... | lpsolit%gmail.com | 2005-12-21 | 1 | -3/+3 |
* | Bug 313679: Changing email address in sudo mode logs user in as | karl%kornel.name | 2005-12-14 | 1 | -1/+3 |
* | Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b... | lpsolit%gmail.com | 2005-11-14 | 1 | -1/+1 |
* | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu... | lpsolit%gmail.com | 2005-10-31 | 1 | -38/+50 |
* | Bug 308340: General Preferences tab is empty except for submit button when no... | lpsolit%gmail.com | 2005-10-28 | 1 | -2/+13 |
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi... | lpsolit%gmail.com | 2005-10-25 | 1 | -1/+4 |
* | Bug 303699: Eliminate deprecated Bugzilla::DB routines from userprefs.cgi - P... | lpsolit%gmail.com | 2005-10-12 | 1 | -30/+35 |
* | Bug 304583: Remove all remaining need to rederive inherited groups | bugreport%peshkin.net | 2005-08-19 | 1 | -5/+3 |
* | Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B... | lpsolit%gmail.com | 2005-08-16 | 1 | -1/+2 |
* | Bug 304044: Missing scalar() for some parameters - Patch by Frédéric Buclin... | lpsolit%gmail.com | 2005-08-13 | 1 | -2/+1 |
* | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 2005-08-13 | 1 | -2/+2 |
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=... | lpsolit%gmail.com | 2005-08-10 | 1 | -1/+1 |
* | Backout of bug 303669 which broke AppendComment and possibly a number | bugreport%peshkin.net | 2005-08-09 | 1 | -2/+2 |
* | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 2005-08-09 | 1 | -2/+2 |
* | Bug 303061: userprefs.cgi should call ThrowUserError for old_password_require... | lpsolit%gmail.com | 2005-08-03 | 1 | -1/+1 |
* | Bug 302200: uninitialized value when saving email prefs - Patch by Rob Siklos... | lpsolit%gmail.com | 2005-07-28 | 1 | -1/+3 |
* | Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ... | lpsolit%gmail.com | 2005-07-21 | 1 | -1/+1 |
* | Bug 257767: Option to have fields in CSV files separated by semicolons instea... | lpsolit%gmail.com | 2005-07-20 | 1 | -6/+4 |
* | Bug 300336: Bugzilla::Auth should not contain any exported subroutines | mkanat%kerio.com | 2005-07-13 | 1 | -1/+1 |
* | Bug 287436: [SECURITY] After having logged in, links to change the report typ... | mkanat%kerio.com | 2005-05-12 | 1 | -2/+9 |
* | Bug 289729: fix several "uninitialized value" messages - Patch by Frédéric ... | lpsolit%gmail.com | 2005-04-13 | 1 | -1/+3 |
* | Bug 286235: Implicit joins should be replaced by explicit joins - installment A | mkanat%kerio.com | 2005-04-05 | 1 | -5/+7 |
* | Bug 73665 - migrate email preferences to their own table, and rearchitect ema... | gerv%gerv.net | 2005-03-30 | 1 | -69/+61 |
* | Bug 280517 : Let me know who is watching my account | travis%sedsystems.ca | 2005-03-16 | 1 | -0/+13 |
* | Bug 98123 : Create a user preferences infrastructure (became 'General Settings') | travis%sedsystems.ca | 2005-03-10 | 1 | -0/+39 |
* | Bug 279693: Move UserCanBlessGroup() into a Bugzilla::User function | mkanat%kerio.com | 2005-02-25 | 1 | -1/+1 |
* | Bug 281550: Remove RelationSet from userprefs.cgi (and thus fix non-ANSI INSERT) | mkanat%kerio.com | 2005-02-25 | 1 | -20/+33 |
* | Bug 280502: Replace "INTERVAL" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-20 | 1 | -1/+2 |
* | Bug 280497: Replace "LIMIT" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-19 | 1 | -1/+2 |
* | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-18 | 1 | -3/+4 |
* | Bug 280994 : Move ValidateNewUser out of globals.pl | travis%sedsystems.ca | 2005-02-09 | 1 | -1/+2 |
* | Bug 278792 : Move Crypt() to Bugzilla::Auth | travis%sedsystems.ca | 2005-02-01 | 1 | -1/+2 |