| | |
| | | import org.eclipse.jgit.lib.Repository;
|
| | | import org.eclipse.jgit.revwalk.RevCommit;
|
| | |
|
| | | import com.gitblit.utils.BugtraqProcessor;
|
| | | import com.gitblit.utils.JGitUtils;
|
| | | import com.gitblit.utils.StringUtils;
|
| | | import com.gitblit.wicket.CacheControl;
|
| | |
| | | }
|
| | | }
|
| | |
|
| | | BugtraqProcessor bugtraq = new BugtraqProcessor(app().settings());
|
| | | markupText = bugtraq.processText(getRepository(), repositoryName, markupText);
|
| | |
|
| | | Fragment fragment;
|
| | | MarkupDocument markupDoc = processor.parse(repositoryName, getBestCommitId(commit), documentPath, markupText);
|
| | | if (MarkupSyntax.PLAIN.equals(markupDoc.syntax)) {
|