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
/
Flag.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-31
Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...
lpsolit%gmail.com
1
-9
/
+7
2005-10-25
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...
lpsolit%gmail.com
1
-7
/
+6
2005-10-19
Bug 302936: Reject the requestee if he cannot access private attachments - Pa...
lpsolit%gmail.com
1
-1
/
+4
2005-09-06
Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...
lpsolit%gmail.com
1
-1
/
+2
2005-09-01
Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachme...
myk%mozilla.org
1
-22
/
+29
2005-08-31
Fix for bug 305773: fixes regression in flag validation code that let through...
myk%mozilla.org
1
-46
/
+60
2005-08-26
Bug 305771: Cannot create request flags with no requestee - Patch by Myk Mele...
lpsolit%gmail.com
1
-2
/
+3
2005-08-21
Fix for bug 292022: accepts multiple requestees in the requestee field for a ...
myk%mozilla.org
1
-19
/
+44
2005-08-19
Bug 304583: Remove all remaining need to rederive inherited groups
bugreport%peshkin.net
1
-3
/
+1
2005-08-16
Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by Bugzil...
lpsolit%gmail.com
1
-7
/
+8
2005-08-10
Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...
lpsolit%gmail.com
1
-3
/
+2
2005-07-26
Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...
lpsolit%gmail.com
1
-6
/
+9
2005-07-08
Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due t...
mkanat%kerio.com
1
-41
/
+83
2005-07-08
Bug 299211: whine.pl fails if derive_groups is required - Patch by Marc Schum...
lpsolit%gmail.com
1
-3
/
+1
2005-07-02
Bug 289042: Implicit joins should be replaced by explicit joins - installment B
mkanat%kerio.com
1
-10
/
+12
2005-06-21
Bug 180792: Setting and/or updating flags does not update last changed date -...
lpsolit%gmail.com
1
-0
/
+3
2005-06-21
Backing out bug 180792. A table is locked as READ while my patch tries to wri...
lpsolit%gmail.com
1
-3
/
+0
2005-06-21
Bug 180792: Setting and/or updating flags does not update last changed date -...
lpsolit%gmail.com
1
-0
/
+3
2005-06-11
Bug 266159: It's possible to create multiple flags by reloading, even if flag...
lpsolit%gmail.com
1
-10
/
+37
2005-04-22
Fix for bug 291391: allows users to rerequest set flags even if they don't ha...
myk%mozilla.org
1
-3
/
+3
2005-04-20
Bug 288603: Allow users in the request group to remove pending requests made ...
lpsolit%gmail.com
1
-2
/
+5
2005-04-13
Bug 289729: fix several "uninitialized value" messages - Patch by Frédéric ...
lpsolit%gmail.com
1
-2
/
+5
2005-04-08
Bug 238878: Make hidden-fields template, User Matching and Flags use direct C...
lpsolit%gmail.com
1
-25
/
+25
2005-03-30
Bug 73665 - migrate email preferences to their own table, and rearchitect ema...
gerv%gerv.net
1
-3
/
+4
2005-03-16
Bug 283230: POD for Bugzilla::Flag
mkanat%kerio.com
1
-55
/
+295
2005-03-16
Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...
mkanat%kerio.com
1
-2
/
+5
2005-03-16
Fix nits on bug 180652 - Frederic Buclin
travis%sedsystems.ca
1
-10
/
+4
2005-03-16
Bug 180652 : Marking an attachment as obsolete should cancel all unfulfilled ...
travis%sedsystems.ca
1
-44
/
+95
2005-02-25
Bug 283237: Move DBname_to_id out of globals.pl
mkanat%kerio.com
1
-2
/
+2
2005-01-16
Patch for bug 277622: Move DiffStrings() out of globals.pl into Bugzilla/Util...
jocuri%softhome.net
1
-1
/
+1
2005-01-09
Patch for bug 277389: Modify flag notification code so it doesn't append emai...
jocuri%softhome.net
1
-1
/
+1
2005-01-01
Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r...
gerv%gerv.net
1
-6
/
+3
2004-12-31
Patch for bug 276283: Users should be able to cancel their own flag requests;...
jocuri%softhome.net
1
-1
/
+1
2004-12-29
Patch for bug 273339: Make attachment.cgi consistent with its activity log ti...
jocuri%softhome.net
1
-2
/
+6
2004-11-24
Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...
jocuri%softhome.net
1
-0
/
+19
2004-11-03
Patch for bug 212017: Should be able to change a bug if it has a flag request...
jocuri%softhome.net
1
-1
/
+3
2004-09-03
Bug 256762: make flag request email use emailsuffix; patch by Marc Schumann <...
jocuri%softhome.net
1
-1
/
+3
2004-08-05
Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
bugreport%peshkin.net
1
-2
/
+2
2004-07-14
Bug 250967: Fix spurious updates to requesteeless flags
bugreport%peshkin.net
1
-14
/
+23
2004-07-06
Bug 223878: Flag system dies when changing a deleted flag.
jouni%heikniemi.net
1
-10
/
+29
2004-04-01
Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that c...
jocuri%softhome.net
1
-2
/
+2
2004-03-18
Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...
justdave%syndicomm.com
1
-3
/
+2
2004-01-31
Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the sem...
myk%mozilla.org
1
-3
/
+3
2003-10-25
Fix for bug 183788: make request mail go out when a request is created and th...
myk%mozilla.org
1
-3
/
+3
2003-09-14
Bug 208699 - Move Throw{Code,Template}Error into Error.pm
bbaetz%acm.org
1
-5
/
+5
2003-06-03
Bug 180635 - Enhance Bugzilla::User to store additional information
bbaetz%acm.org
1
-22
/
+18
2003-05-05
Bug 201816 - use CGI.pm for header output
bbaetz%acm.org
1
-1
/
+1
2003-04-25
Fix for bug 179510: takes group restrictions into account when sending reques...
myk%mozilla.org
1
-9
/
+86
2002-11-20
Bug 179582 - More informative and easier to read flag email template
jeff.hedlund%matrixsi.com
1
-4
/
+4
2002-11-18
Fix for bug 180632: corrects reference flag->is_requesteeble to flag->type->i...
myk%mozilla.org
1
-4
/
+5
[next]