index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-19
Bug 450573: checksetup.pl gives "install-module --all" instructions on Window...
lpsolit%gmail.com
1
-1
/
+1
2008-08-18
Bug 428659 â Setting SSL param to 'authenticated sessions' only protects...
dkl%redhat.com
4
-27
/
+84
2008-08-14
Bug 448593: Move code to edit product group settings from editproducts.cgi to...
lpsolit%gmail.com
1
-18
/
+215
2008-08-14
Bug 440656: Implement Bugzilla::User::visible_bugs and have can_see_bug use it
mkanat%bugzilla.org
1
-38
/
+66
2008-08-13
Bug 442882: Populating bugs_fulltext can be very slow on large installations
mkanat%bugzilla.org
2
-19
/
+59
2008-08-09
Fix POD for visible_groups_as_string(), see bug 284264 - r=mkanat on IRC
lpsolit%gmail.com
1
-1
/
+1
2008-08-08
Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group...
mkanat%bugzilla.org
4
-69
/
+60
2008-08-08
Bug 449663: Code error thrown when resolving bug as duplicate of a bug the re...
lpsolit%gmail.com
1
-1
/
+1
2008-08-07
Bug 446645: Properly escape and understand hyphenated words in fulltext searc...
mkanat%bugzilla.org
1
-2
/
+16
2008-08-07
Bug 438435: Need code hooks for authentication
mkanat%bugzilla.org
5
-17
/
+117
2008-08-07
Bug 449390: "Add Product" fails with software error "Column 'defaultmilestone...
lpsolit%gmail.com
1
-3
/
+3
2008-08-06
Bug 449248: Improve $product->group_controls - Patch by Frédéric Buclin...
lpsolit%gmail.com
1
-4
/
+5
2008-08-05
Bug 449184: Classification should not appear in new bugmail when useclassific...
lpsolit%gmail.com
1
-1
/
+3
2008-08-01
Bug 440615: Remove ValidateBugID from Bugzilla::Bug
mkanat%bugzilla.org
1
-53
/
+49
2008-08-01
Bug 440188: buglist.cgi should display EXPLAIN output when &debug=1
mkanat%bugzilla.org
4
-1
/
+42
2008-08-01
Bug 448241: [Oracle] Foreign keys: UPDATE CASCADE trigger updates wrong table...
mkanat%bugzilla.org
2
-16
/
+52
2008-08-01
Bug 448614: [Oracle] Logic error in _get_alter_type_sql
mkanat%bugzilla.org
1
-1
/
+1
2008-07-31
Bug 313122: Implement Product->create, $product->update and $product->remove_...
lpsolit%gmail.com
4
-17
/
+409
2008-07-30
Bug 448391: Bug->create() should make sure the reporter is logged in - Patch ...
lpsolit%gmail.com
1
-1
/
+17
2008-07-29
Bug 431669: The "product_id" column is incorrectly defined in the "group_cont...
lpsolit%gmail.com
2
-1
/
+5
2008-07-29
Backing out these patches as they cause a regression. More information
dkl%redhat.com
4
-53
/
+21
2008-07-24
Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perl
mkanat%bugzilla.org
1
-1
/
+5
2008-07-24
Bug 443852: "Reset QA Contact to default" fails with strict_isolation turned ...
lpsolit%gmail.com
1
-1
/
+2
2008-07-21
Bug 445885 â User.login should ThrowUserError when called with incorrect...
dkl%redhat.com
1
-1
/
+11
2008-07-10
Bug 428659 â Setting SSL param to 'authenticated sessions' only protects...
dkl%redhat.com
4
-21
/
+49
2008-07-07
Bug 443519: Changing Products with Strict Isolation fails when the CC list ch...
lpsolit%gmail.com
1
-2
/
+3
2008-07-03
Bug 365697: email_in.pl is case-sensitive for products due to Bugzilla::User-...
lpsolit%gmail.com
1
-4
/
+3
2008-07-01
Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete invali...
mkanat%bugzilla.org
1
-20
/
+39
2008-07-01
Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in Bugzilla::DB::Oracle
mkanat%bugzilla.org
1
-2
/
+2
2008-07-01
Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02
mkanat%bugzilla.org
1
-1
/
+1
2008-07-01
Bug 437617: Make "type" a method of Bugzilla::WebService
mkanat%bugzilla.org
5
-46
/
+51
2008-07-01
Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching)
mkanat%bugzilla.org
2
-6
/
+10
2008-07-01
Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty string replacement)
mkanat%bugzilla.org
1
-2
/
+7
2008-06-30
Bug 442582: Use sql_iposition instead of sql_position(lc($var), LOWER($var)) ...
mkanat%bugzilla.org
1
-3
/
+2
2008-06-30
Bug 440612 â Use Bugzilla::Bug->check everywhere instead of ValidateBugID
mkanat%bugzilla.org
2
-12
/
+8
2008-06-30
Bug 421064: [Oracle] whine.pl crashes and doesn't work
mkanat%bugzilla.org
1
-4
/
+15
2008-06-30
Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact that...
mkanat%bugzilla.org
3
-9
/
+23
2008-06-30
Bug 441921: context=file fails due to taint issues in file names and file rev...
lpsolit%gmail.com
1
-7
/
+6
2008-06-29
Bug 429804: Add Foreign Keys to Multiselect fields
mkanat%bugzilla.org
3
-4
/
+33
2008-06-29
Bug 428440: Move code to set new product and related groups from process_bug....
lpsolit%gmail.com
1
-0
/
+27
2008-06-29
Bug 437003 â Add hook to buglist.cgi to add columns to bug list
mkanat%bugzilla.org
1
-1
/
+31
2008-06-29
Bugs 427449, 427452, 427461, 427471, 427477, and 427478:
mkanat%bugzilla.org
1
-16
/
+64
2008-06-26
Bug 423598: Add foreign key constraints for keywords table
mkanat%bugzilla.org
1
-2
/
+9
2008-06-26
Bug 440609 â Implement Bugzilla::Bug->check for use instead of ValidateB...
mkanat%bugzilla.org
2
-6
/
+12
2008-06-25
Bug 441541 - Email::MIME->as_string gives SCALAR for body with mismatched Ema...
gerv%gerv.net
1
-3
/
+3
2008-06-23
Bug 157092: Implement a checking mechanism for invalid regexp (Fix the Oracle...
mkanat%bugzilla.org
1
-0
/
+10
2008-06-23
Bug 424079: Ability to get history of bug activity in the WebService
mkanat%bugzilla.org
1
-0
/
+147
2008-06-20
Bug 432916: Expose usermatchmode via WebServices (User.get match argument)
mkanat%bugzilla.org
2
-9
/
+54
2008-06-20
Bug 432914: include_fields and exclude_fields arguments for WebService User.g...
mkanat%bugzilla.org
2
-4
/
+107
2008-06-20
Bug 157092 â Implement a checking mechanism for invalid regexp
dkl%redhat.com
4
-6
/
+27
[next]