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
2006-03-15
Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patc...
lpsolit%gmail.com
1
-26
/
+0
2006-03-14
Fixing POD markup
timeless%mozdev.org
1
-1
/
+1
2006-03-12
Bug 330186: Crash when changing the status of a bug which has dependencies - ...
lpsolit%gmail.com
1
-1
/
+1
2006-03-11
Bug 329334: User::match_field() may redirect you outside your Bugzilla instal...
lpsolit%gmail.com
1
-1
/
+1
2006-03-10
I forgot a "fix on checkin" (useless whitespaces)
lpsolit%gmail.com
1
-1
/
+1
2006-03-10
Bug 300551: Eliminate deprecated Bugzilla::DB routines from User.pm and Token...
lpsolit%gmail.com
2
-168
/
+129
2006-03-09
Fix a checkin nit on Bug 328638 that I forgot to fix on the original checkin.
mkanat%kerio.com
1
-1
/
+1
2006-03-09
Bug 328638: Remove @::legal_keywords and %::keywordsbyname
mkanat%kerio.com
4
-11
/
+221
2006-03-09
Bug 132893: Create header X-Bugzilla-Watch-Reason - Patch by Olav Vitters <bu...
lpsolit%gmail.com
2
-25
/
+51
2006-03-09
Bug 323905: "Group" "isn't equal to" boolean chart does not work correctly - ...
lpsolit%gmail.com
1
-3
/
+6
2006-03-07
Bug 282628: Move OpenStates and IsOpenedState out of globals.pl
mkanat%kerio.com
6
-8
/
+26
2006-03-04
Patch for bug 216902: support LDAPS connections; patch by Christian Krause <c...
jocuri%softhome.net
1
-3
/
+22
2006-03-03
Patch for bug 161369: Strip trailing whitespace from login usernames; patch b...
jocuri%softhome.net
1
-1
/
+1
2006-03-03
Patch for bug 74355: Set tooltip to bug title for full-url buglinks; patch by...
jocuri%softhome.net
1
-1
/
+9
2006-03-03
Bug 328602: Eliminate %::versions and @::legal_versions
mkanat%kerio.com
2
-2
/
+22
2006-03-02
Bug 281358: Attachment links in bugmail are different from the link in show_b...
lpsolit%gmail.com
1
-1
/
+1
2006-03-02
Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExists
mkanat%kerio.com
1
-1
/
+27
2006-03-01
Fix ThrowCodeError calls by giving them an unique ID (tree fix).
jocuri%softhome.net
2
-3
/
+3
2006-03-01
Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ...
jocuri%softhome.net
4
-6
/
+8
2006-02-28
Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...
jocuri%softhome.net
4
-7
/
+164
2006-02-28
Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object ...
lpsolit%gmail.com
1
-52
/
+29
2006-02-26
Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals....
lpsolit%gmail.com
2
-12
/
+201
2006-02-25
Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch by...
lpsolit%gmail.com
1
-2
/
+8
2006-02-23
Bug 328239: Software error when editing the 'docs_urlbase' parameter - Patch ...
lpsolit%gmail.com
1
-1
/
+1
2006-02-23
Bug 328108: Unable to login on a fresh Bugzilla install using the login form ...
lpsolit%gmail.com
2
-2
/
+2
2006-02-22
Bug 316127: Implement an infrastructure to link to the documentation - Patch ...
lpsolit%gmail.com
2
-0
/
+16
2006-02-22
Bug 172415: Bugzilla should support URLs containing bug IDs with a leading # ...
lpsolit%gmail.com
1
-2
/
+4
2006-02-22
Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new SERIA...
mkanat%kerio.com
1
-7
/
+23
2006-02-22
Bug 100089: Templatise "passwordmail" email
mozilla%colinogilvie.co.uk
2
-22
/
+9
2006-02-22
Patch for bug 137261: Add X-Bugzilla-Who: an email header specifying the bugz...
jocuri%softhome.net
2
-0
/
+5
2006-02-22
Bug 225221: The 'longdescs' table needs a primary key - Patch by Albert Ting ...
lpsolit%gmail.com
1
-0
/
+2
2006-02-22
Bug 315317: DBI placeholders break AppendComment's default timestamp - Patch ...
lpsolit%gmail.com
1
-2
/
+2
2006-02-22
Bug 327355: Email preferences are not set correctly when the user account is ...
lpsolit%gmail.com
2
-102
/
+66
2006-02-21
Patch for bug 287325: we should use scalar instead of length for finding out ...
jocuri%softhome.net
1
-2
/
+1
2006-02-21
Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP checking;...
jocuri%softhome.net
1
-1
/
+4
2006-02-21
Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...
lpsolit%gmail.com
4
-84
/
+392
2006-02-21
Start of the 2.23 development cycle; update the version number.
mkanat%kerio.com
1
-1
/
+1
2006-02-21
Update Version Numbers for 2.22rc1 Release.
mkanat%kerio.com
1
-1
/
+1
2006-02-21
[SECURITY] Bug 313441: Query RSS should HTML-escape summary in <title> - Patc...
lpsolit%gmail.com
1
-1
/
+1
2006-02-21
[SECURITY] editparams.cgi doesn't check whether 'whinedays' and 'mostfreqthre...
lpsolit%gmail.com
2
-2
/
+4
2006-01-27
Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Frédéric Buc...
lpsolit%gmail.com
1
-1
/
+1
2006-01-23
Bug 319331: mailto link generated with BiDi user name and email address gets ...
wurblzap%gmail.com
1
-2
/
+32
2006-01-11
Bug 316096: 'everconfirmed' is not included in the DTD and XML files - Patch ...
lpsolit%gmail.com
1
-4
/
+4
2006-01-10
Bug 322712: Cannot export local attachments (attachments are truncated) - Pat...
lpsolit%gmail.com
1
-0
/
+1
2006-01-10
Bug 322620: Logging in with 'Remember my Login' deselected gives: Use of unin...
lpsolit%gmail.com
1
-0
/
+1
2006-01-10
Bug 238207: Comment autolinkification on midair page points to wrong cgi - Pa...
lpsolit%gmail.com
1
-1
/
+9
2006-01-09
Bug 101380: Newlines, nulls, leading/trailing spaces are getting into summaries
mozilla%colinogilvie.co.uk
1
-2
/
+2
2006-01-08
Bug 320529: BugMail.pm crashes when checking email prefs of a deleted user - ...
lpsolit%gmail.com
1
-1
/
+3
2006-01-06
Backing out fix for bug 287325 (initial implementation of custom fields): tur...
myk%mozilla.org
4
-326
/
+47
2006-01-06
Bug 287325: an initial implementation of custom fields, including the ability...
myk%mozilla.org
4
-47
/
+326
[next]