summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2014-06-11Bug 962424: jobqueue's worker process should process messages in batchesByron Jones1-0/+14
r=?,a=?
2014-06-06Bug 1004370: Add personal tags to Bug.getMatt Tyson1-3/+17
r=glob,a=justdave
2014-06-06Bug 442013 - Create Bugzilla::User->set_groups and set_bless_groups and have ↵Simon Green1-1/+205
editusers.cgi use them r=justdave, a=glob
2014-06-05Bug 1020708 - Copyright header missing from Bugzilla::BugUserLastVisitDylan William Hardison1-0/+7
r/a=glob
2014-06-05Bug 1020023: update a user's last-visited timestamp for a bug when they ↵Byron Jones1-0/+5
perform any actions on it r=dkl,a=glob
2014-06-04Bug 803201 - Bump minimum requirement for DateTime andDave Miller1-7/+5
DateTime::TimeZone to correctly detect the local timezone Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl, a=justdave
2014-05-30Bug 1013209: data/assets: empty generated css-fileByron Jones1-1/+1
r=dkl, a=glob
2014-05-28Bug 993939: Bugzilla::User::Setting::groups() should use memcachedByron Jones2-2/+2
2014-05-28Bug 993939: Bugzilla::User::Setting::groups() should use memcachedByron Jones2-58/+82
r=dkl, a=justdave
2014-05-28Bug 1016199: move skins/assets to data/assetsByron Jones3-7/+31
r=dkl, a=justdave
2014-05-26Bug 1015173: Groups report all members as being direct members.Marc Schumann1-1/+2
r=gerv, a=glob
2014-05-22Bug 1008764: Add a web service to create and update Flag typesSimon Green5-5/+729
r=glob, a=justdave
2014-05-21Bug 995296 - Remove compatibility fields listed by webservice methods as ↵David Lawrence1-19/+3
deprecated in 5.0
2014-05-20Bug 1009017: users are unable to log in if their password needs to beByron Jones1-1/+3
re-encrypted and their password does not match the current complexity rule r=dkl, a=glob
2014-05-14fix mod_perl breakage caused by bug 977969Byron Jones1-0/+1
2014-05-14Bug 977969: concatenate and slightly minify css filesByron Jones2-12/+88
r=gerv, a=glob
2014-05-14Bug 1006288: add File::Slurp to the list of mandatory modulesByron Jones1-0/+5
r=dkl, a=glob
2014-05-12Backout of Bug 1001462 - Bug.search causes error when using simple token ↵David Lawrence3-18/+19
auth and specifying 'token' instead of 'Bugzilla_token'
2014-05-12Bug 1003852: Digest::SHA 5.82 and newer always croak on wide characters, ↵Frédéric Buclin1-5/+5
preventing users with Unicode passwords from logging in r/a=glob
2014-05-12Bug 1001462 - Bug.search causes error when using simple token auth and ↵David Lawrence3-19/+18
specifying 'token' instead of 'Bugzilla_token' r/a=glob
2014-05-12Bug 1002357: memached->clear_config isn't always called where requiredByron Jones4-2/+8
r=dkl, a=glob
2014-05-07Bug 992091: Rename bug 'tag' to 'tags'.Matt Tyson1-0/+1
r=glob, a=justdave
2014-05-05Bug 999331: searching attachment data is very slow due to an unboundedByron Jones1-0/+7
select r=LpSolit, a=glob
2014-05-02Bug 811855 - Make the check for sslbase parameter report a failure reason. ↵Matt Selsky1-1/+1
r=gerv, a=glob.
2014-05-02Bug 999296: make checksetup.pl not complain about having added newDave Miller1-2/+8
values to localconfig when the answers were supplied by an answer file. r=LpSolit, a=justdave
2014-04-29Bug 1001846: When editing cc_accessible using Bug.update, the method should ↵Frédéric Buclin1-1/+0
always return is_cc_accessible as being changed r=dkl a=justdave
2014-04-25Bug 1001497: User.login incorrectly returns id = 0 when the login or ↵Frédéric Buclin1-1/+1
password is missing r=dkl a=justdave
2014-04-24Don't call Bugzilla.pm from a Perl module itself (see bug 866927)Frédéric Buclin1-1/+0
2014-04-24Fix some syntax errors left by bug 489028Frédéric Buclin1-1/+1
2014-04-23Bug 993910: Bugzilla/Search/Saved.pm:294 isn't using the cacheByron Jones1-3/+2
r=gerv, a=glob
2014-04-22Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison12-7/+497
r=glob a=justdave
2014-04-21Bumped versiion post-releaseDavid Lawrence1-1/+1
2014-04-19Bump version to 4.5.4David Lawrence1-1/+1
2014-04-18Bug 998323 - URLs pasted in comments are no longer displayedDavid Lawrence1-14/+11
r=LpSolit,a=justdave
2014-04-17Bumped version post-releaseDavid Lawrence1-1/+1
2014-04-17Bump version to 4.5.3David Lawrence1-1/+1
2014-04-17Bug 968576: [SECURITY] Dangerous control characters allowed in Bugzilla textManish Goregaokar2-0/+16
r=glob a=justdave
2014-04-17Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin7-58/+99
r=dkl a=justdave
2014-04-16Bug 997281: New QuickSearch operators can short-circuit each other depending ↵Frédéric Buclin1-1/+5
on which ones are tested first r/a=justdave
2014-04-16Bug 995988: can_edit_product() can throw warnings if SUM() returns NULLGervase Markham1-1/+1
r=LpSolit a=justdave
2014-04-16Bug 993894 - the database query in bless_groups is slowByron Jones1-22/+30
r=dkl,a=justdave
2014-04-15Bug 995238 - Incomplete implementation of bug 540818 causes ↵David Lawrence1-9/+0
include_fields=_all to not work as expected r/a=justdave
2014-04-14Bug 987205: Bugzilla crashes because it tries to import a non-exported ↵Frédéric Buclin3-4/+3
login_token() subroutine from Bugzilla::Auth::Login::Cookie r=dkl a=justdave
2014-04-11Bug 540818 - Improve include_fields and exclude_fields to accept _default, ↵David Lawrence6-77/+143
_all and _custom keywords r=glob,a=justdave
2014-04-07Bug 987032: allow memcached to cache bugzilla configuration informationByron Jones11-45/+214
r=dkl, a=glob
2014-04-02Bug 990252 - Using the webservices API, passing in certain keys as ↵David Lawrence1-2/+3
parameters containing . and - characters are silently dropped r=glob,a=justdave
2014-04-01Bug 990328: Document that bug tags can be searched by RPC.Matt Tyson1-0/+8
2014-03-31Bug 989633 - Unable to change content type using Bug.update_attachment if ↵David Lawrence1-1/+2
attachment previously set to is_patch = 1 r=glob,a=justdave
2014-03-31Bug 989647 - Bug.update_attachment should allow for adding a comment when ↵David Lawrence1-1/+14
updating attachment details similar to attachment.cgi r=glob,a=justdave
2014-03-21Bug 399087 - Remove the 'mostfreqthreshold' parameterSunil Joshi [:SunilJoshi]2-7/+6
r=dkl,a=justdave