index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-08
Follow-up spelling patch for bug 44595: replace 'a irreversible way' with 'an...
vladd%bugzilla.org
1
-1
/
+1
2006-06-08
Documentation patch for bug 314385: fine-tune the MySQL configuration instruc...
vladd%bugzilla.org
1
-34
/
+38
2006-06-08
Patch for bug 329178: Remove old code specific to MySQL 3.x from DB::Mysql as...
uid623
1
-14
/
+3
2006-06-08
Bug 339667: Attachment data not deleted when deleting a component or a produc...
lpsolit%gmail.com
2
-3
/
+51
2006-06-08
Patch for bug 340154: readd #chart anchor in query.cgi; patch by Vlad Dascalu...
uid623
1
-1
/
+1
2006-06-08
Patch for bug 330804: don't talk about QA if the QA contact parameter is disa...
uid623
1
-2
/
+6
2006-06-08
Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; patch...
uid623
1
-1
/
+1
2006-06-08
Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman <eseyman@...
lpsolit%gmail.com
4
-66
/
+79
2006-06-08
Bug 312935: User Account Log should start with a creation date - Patch by FrÃ...
lpsolit%gmail.com
3
-10
/
+22
2006-06-08
Patch for bug 335743: modify checksetup.pl so it no longer generates an extra...
uid623
1
-2
/
+2
2006-06-08
Documentation patch for bug 340713: remove troubleshooting question (related ...
uid623
1
-19
/
+1
2006-06-07
Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; i...
uid623
1
-12
/
+40
2006-06-07
Bug 340309: process_bug.cgi fails when changing several bugs at once if all b...
lpsolit%gmail.com
1
-1
/
+1
2006-06-07
Follow-up patch for bug 315590: fix scenario where we have private attachment...
uid623
1
-1
/
+1
2006-06-07
Spelling patch: replace 'specify a email-adress' with 'specify an email-addre...
uid623
1
-1
/
+1
2006-06-07
Spelling patch: replace 'adresses' with 'addresses' in bugmail_help.html; pat...
uid623
1
-1
/
+1
2006-06-07
Follow-up spelling patch for bug 320751: 'adress' should be 'address' in inst...
uid623
1
-2
/
+2
2006-06-07
Patch for bug 315590: add anchors to flag section; patch by timeless <timeles...
uid623
1
-2
/
+4
2006-06-07
Documentation patch for bug 338434: update newsgroup links in the documentati...
uid623
3
-7
/
+8
2006-06-05
Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by Ol...
lpsolit%gmail.com
5
-0
/
+94
2006-06-04
Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by Frédéri...
lpsolit%gmail.com
2
-17
/
+15
2006-06-04
Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by Vl...
jocuri%softhome.net
1
-0
/
+1
2006-06-04
Bug 340139: When adding a new attachment, data inserted in the bugs_activity ...
lpsolit%gmail.com
1
-16
/
+7
2006-06-04
Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch b...
lpsolit%gmail.com
4
-4
/
+12
2006-06-03
Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Frédér...
lpsolit%gmail.com
4
-44
/
+40
2006-06-03
Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ...
lpsolit%gmail.com
2
-17
/
+12
2006-06-03
Documentation patch, bug 340130: add a section ID in troubleshooting.xml for ...
jocuri%softhome.net
1
-2
/
+2
2006-06-02
Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=ju...
lpsolit%gmail.com
4
-0
/
+20
2006-06-02
Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...
lpsolit%gmail.com
10
-187
/
+234
2006-06-01
Bug 329377: Bugzilla::Object base class for objects
mkanat%bugzilla.org
4
-130
/
+238
2006-06-01
Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch b...
lpsolit%gmail.com
4
-4
/
+3
2006-05-31
Bug 338573: Auth could throw an insecure dependency error if username is tainted
mkanat%bugzilla.org
1
-0
/
+6
2006-05-31
Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as ...
mkanat%bugzilla.org
3
-18
/
+29
2006-05-30
Bug 335790: Field names in search form lists should be ordered alphabetically...
lpsolit%gmail.com
2
-4
/
+11
2006-05-30
Bug 150795: 'Numbering' is silly and should be changed - Patch by timeless <t...
lpsolit%gmail.com
1
-1
/
+5
2006-05-30
Bug 317774: The template file admin/users/confirm-delete.html.tmpl incorrectl...
lpsolit%gmail.com
1
-2
/
+2
2006-05-30
Bug 324784: editgroups.cgi should make sure groups it edits/removes are not u...
lpsolit%gmail.com
3
-3
/
+62
2006-05-30
Bug 313023: Param("confirmuniqueusermatch") should not be case sensitive - Pa...
lpsolit%gmail.com
1
-1
/
+1
2006-05-30
Bug 337054: Remove get_component_id() and get_component_name() from globals.p...
lpsolit%gmail.com
8
-173
/
+107
2006-05-29
Fix a test failure caused by a checkin fix that I did on bug 302876.
mkanat%bugzilla.org
1
-2
/
+2
2006-05-29
Bug 302876: Database Version-Checking needs to be more modular and more generic
mkanat%bugzilla.org
5
-66
/
+65
2006-05-23
Bug 152361: can't continue walking a dependency tree - Patch by André Batost...
lpsolit%gmail.com
3
-0
/
+9
2006-05-23
Bug 323106: create-series JavaScript Error: 'options' is null or not an objec...
lpsolit%gmail.com
1
-1
/
+1
2006-05-23
Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...
mkanat%bugzilla.org
3
-77
/
+89
2006-05-23
Bug 331365: Sendmail complains about a possible attack because there's a newl...
lpsolit%gmail.com
1
-1
/
+2
2006-05-23
Bug 139309: Include real name (not just email address) in bugmail comment and...
lpsolit%gmail.com
1
-8
/
+8
2006-05-22
Bug 332522: Remove $::prodmaxvotes - Patch by Frédéric Buclin <LpSolit@gmai...
lpsolit%gmail.com
3
-73
/
+47
2006-05-21
Bug 338365: Bugzilla::BugMail calls Param() outside of any function
mkanat%bugzilla.org
1
-7
/
+7
2006-05-21
Bug 337782: Change the way that whine.pl gets and formats the current date
mkanat%bugzilla.org
1
-10
/
+7
2006-05-19
Bug 337055: Move AnyDefaultGroups() from globals.pl into process_bug.cgi - Pa...
lpsolit%gmail.com
2
-19
/
+17
[next]