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
2014-08-12
Bug 993926: Bugzilla::User::Setting::get_all_settings() should use memcached
Byron Jones
2
-11
/
+44
2014-08-12
Bug 498890: Bugzilla::User::Setting doesn't need to sort DB results
Koosha KM
1
-15
/
+10
2014-08-06
Bug 1049830: Bug.search with count_only = 1 does not work for JSONRPC and RES...
David Lawrence
1
-1
/
+8
2014-08-01
Fixed t/011pod.t errors on my development system
David Lawrence
3
-25
/
+44
2014-07-21
Bug 1041559: "Please wait while your bugs are retrieved" shown above menu hea...
Byron Jones
2
-1
/
+18
2014-07-18
Bug 1040580: Bugzilla detects Firefox OS device as Hardware:Other, OS:Other
Byron Jones
1
-0
/
+2
2014-07-10
Bug 1036225: Return a link to the REST documentation in "method not found" er...
David Lawrence
2
-0
/
+6
2014-07-10
Bug 1036268: REST webservice should return http/404 for invalid methods
David Lawrence
1
-0
/
+1
2014-07-10
Bug 1027114: When sending error to Sentry for webservice failures, we need to...
Byron Jones
1
-0
/
+5
2014-07-10
Bug 1032323: canonicalise_query() should omit parameters with empty values so...
Ed Morley
1
-2
/
+5
2014-07-09
Bug 1036213: fix jsonrpc.cgi callback
Reed Loden
1
-1
/
+3
2014-07-08
Bug 990980: create an extension for server-side filtering of bugmail
Byron Jones
2
-1
/
+19
2014-07-07
Bug 1033445: Certain webservice methods such as Bug.get and Bug.attachments ...
David Lawrence
1
-2
/
+2
2014-07-07
Bug 1033955: backport bug 1028795 to bmo (pre-load all related bugs during sh...
Byron Jones
3
-8
/
+136
2014-06-26
Bug 669535 - User pref for "Possible Duplicates"
David Lawrence
1
-0
/
+2
2014-06-26
Bug 1029991: "bug_comments" hook should run after comment tags are pre-loaded
Byron Jones
1
-1
/
+3
2014-06-23
Bug 1027718 - Bugzilla::Sentry fails with error if mod_perl is not installed ...
David Lawrence
1
-2
/
+1
2014-06-18
Bug 1026863: buglist.cgi enters in an infinite loop if called without argumen...
Frédéric Buclin
1
-0
/
+4
2014-06-17
Bug 649691: Add a "mentor" and "mentored bug type" field to b.m.o
David Lawrence [:dkl]
3
-1
/
+20
2014-06-16
Bug 880669 - Extend current BzAPI BMO extension to contain compatibility chan...
David Lawrence
4
-19
/
+54
2014-06-13
Bug 1022923 - Add index to bug_user_last_visit.last_visit_ts
Dylan William Hardison
2
-1
/
+7
2014-06-12
Bug 1023633: Add a webservice_before_call Hook
Simon Green
1
-0
/
+4
2014-06-11
Bug 978146: activity entry when setting flags isn't split across multiple rows
Byron Jones
2
-12
/
+12
2014-06-11
Bug 962424: jobqueue's worker process should process messages in batches
Byron Jones
1
-0
/
+14
2014-06-06
Bug 1020023: update a user's last-visited timestamp for a bug when they perfo...
Byron Jones
1
-0
/
+5
2014-06-05
Bug 1020708 - Copyright header missing from Bugzilla::BugUserLastVisit
Dylan William Hardison
1
-0
/
+7
2014-06-05
Bug 1018811: updated account name not reflected in "Reported" field of bugs
Byron Jones
1
-5
/
+10
2014-06-03
fix breakage caused by bug 1000917
Byron Jones
1
-0
/
+1
2014-06-03
Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last visit...
Dylan William Hardison [:dylan]
11
-69
/
+539
2014-05-29
Bug 950491 - When viewing a dependency graph, an "uninitialized value" warnin...
David Lawrence
1
-1
/
+1
2014-05-28
Bug 1000917 - allow user last visit searching (schema only)
Dylan William Hardison
1
-0
/
+19
2014-05-28
Revert previous commit to re-apply with the schema change in a separate commit.
Dylan William Hardison
12
-558
/
+69
2014-05-28
Bug 1000917 - Backport upstream bug 489028 to bmo/4.2 to allow user last visi...
Dylan William Hardison
12
-69
/
+558
2014-05-28
Bug 993939: Bugzilla::User::Setting::groups() should use memcached
Byron Jones
2
-56
/
+80
2014-05-27
Bug 1014374: backport bug 977969 to bmo (concatenate and slightly minify css ...
Byron Jones
3
-7
/
+31
2014-05-22
add missing mod_perl fix for bug 977969
Byron Jones
1
-0
/
+1
2014-05-22
Bug 1014374: backport bug 977969 to bmo (concatenate and slightly minify css ...
Byron Jones
2
-17
/
+91
2014-05-20
Bug 1009017: users are unable to log in if their password needs to be re-encr...
Byron Jones
1
-1
/
+3
2014-05-20
Bug 504461: Allow everyone to make bugs security-sensitive retroactively
Byron Jones
1
-5
/
+5
2014-05-19
Bug 1009215 - add support for support.mozilla.org links to see_also
David Lawrence
2
-0
/
+37
2014-05-12
Bug 1003852: Digest::SHA 5.82 and newer always croak on wide characters, prev...
Frédéric Buclin
1
-5
/
+5
2014-05-12
Bug 992767: backport bug 987032 to bmo (allow memcached to cache bugzilla con...
Byron Jones
11
-52
/
+235
2014-05-05
Bug 1005959: remove old timing code from show_bug
Byron Jones
1
-68
/
+0
2014-05-05
Bug 999331: searching attachment data is very slow due to an unbounded select
Byron Jones
1
-0
/
+7
2014-04-28
Bug 1000913 - Backport upstream bug 540818 to bmo/4.2 to improve include_fiel...
David Lawrence
7
-88
/
+151
2014-04-23
Add missing fix from bug 968576
Byron Jones
1
-0
/
+4
2014-04-23
merged with bugzilla/4.2
Byron Jones
2
-15
/
+12
2014-04-23
Bug 993910: Bugzilla/Search/Saved.pm:294 isn't using the cache
Byron Jones
1
-3
/
+2
2014-04-22
Bug 993894: the database query in bless_groups is slow
Byron Jones
1
-22
/
+30
2014-04-22
Bug 997281: New QuickSearch operators can short-circuit each other depending ...
Frédéric Buclin
1
-1
/
+5
[next]