This repository was archived by the owner on Oct 13, 2021. It is now read-only.
Merged
Conversation
added 11 commits
June 1, 2012 17:07
Those are part of the FTS syntax and not matchable through it, so strip those to avoid confusing the query parser.
The virtroot variable is embedded as-is into an string concatenation, so have it be an empty string to fix the generated links.
This method was claimed as implemented by that plugin, but never defined. Provide an empty implementation as that plugin doesn't deal with the database. https://bugzilla.mozilla.org/show_bug.cgi?id=760158
If a reference could not be resolved (and hence doesn't have an associated refid), then don't generate a link pointing to None. Partly helps with https://bugzilla.mozilla.org/show_bug.cgi?id=759379
The label generation was using non-existing fields in the typedefs table. Helps improve https://bugzilla.mozilla.org/show_bug.cgi?id=753740
the information stored from those files may still be needed in the database for cross-referencing purposes, so just don't offer links to these. https://bugzilla.mozilla.org/show_bug.cgi?id=753739
Try the basename as well in order to resolve the file #includes point to, this fixes links to files in the mozilla/ directory, as it's generated by the build environment. https://bugzilla.mozilla.org/show_bug.cgi?id=753726
Those files need to be indexed, but the xdg fast mimetype detection would falsely report those as application/octet-stream due to the many non-ascii chars a the beginning of some files. https://bugzilla.mozilla.org/show_bug.cgi?id=759764
The information popup now displays where the original type is declared. works for typedefs of enums/classes/structs. https://bugzilla.mozilla.org/show_bug.cgi?id=753740
A sample configuration file was added as well, and the docs have been updated to mention update.sh
Contributor
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bugs fixed/improved in this pull request:
https://bugzilla.mozilla.org/show_bug.cgi?id=760158
https://bugzilla.mozilla.org/show_bug.cgi?id=759379
https://bugzilla.mozilla.org/show_bug.cgi?id=759379
Other minor fixes in parameter handling are also included
NOTE Jun 8th: A few more fixes have gone into this unapplied pull request, concretely fixes for:
https://bugzilla.mozilla.org/show_bug.cgi?id=753744
https://bugzilla.mozilla.org/show_bug.cgi?id=759764
https://bugzilla.mozilla.org/show_bug.cgi?id=753726
https://bugzilla.mozilla.org/show_bug.cgi?id=753740
https://bugzilla.mozilla.org/show_bug.cgi?id=753739