1. c576f7d Merge pull request #13 from apache/dependabot/maven/freemarker-docgen-core/xalan-xalan-2.7.3 by Jacques Le Roux · 10 months ago master
  2. 94b7897 Bump xalan:xalan from 2.7.2 to 2.7.3 in /freemarker-docgen-core by dependabot[bot] · 10 months ago
  3. b5e0123 Merge pull request #12 from apache/dependabot/npm_and_yarn/freemarker-docgen-core/word-wrap-1.2.4 by Jacques Le Roux · 10 months ago
  4. 77cd1b2 Bump word-wrap from 1.2.3 to 1.2.4 in /freemarker-docgen-core by dependabot[bot] · 10 months ago
  5. 1af58fa Updated FreeMarker dependency by ddekany · 1 year, 4 months ago
  6. fb31fac (README typo) by ddekany · 1 year, 4 months ago
  7. 69fbe68 Added [docgen.insertWithOutput ... systemProperties={"SOME_NAME": "someValue", ... } ... ] by ddekany · 2 years, 8 months ago
  8. f375bd8 docbook-schemas 5.2 compatibility (although it's not out yet, so we still use 5.1) by ddekany · 2 years, 8 months ago
  9. d62e1ad Updated XXE addon for XXE 9.5.0. by ddekany · 3 years, 2 months ago
  10. bf2d1d6 Upgraded FreeMarker dependency. by ddekany · 3 years, 3 months ago
  11. 86f17b6 Removed stale test (and some cleanup of others) by ddekany · 3 years, 3 months ago
  12. 8f290de Fixed several glitches in new features. Renamed insertOutput to insertWithOutput, and made insertCommand=true the default. Added docgen.verifyCommand, that doesn't insert output, just ensures that the command doesn't fail. by ddekany · 3 years, 3 months ago
  13. 8a2a862 Replaced [docgen:wd] with [docgen.wd]. by ddekany · 3 years, 3 months ago
  14. 13dd026 Added Travis build status to README.md by ddekany · 3 years, 3 months ago
  15. 7fb6cd3 Trying what can be removed without generics inference compilation problem pops up on Travis again. by ddekany · 3 years, 3 months ago
  16. b8f5580 Trying to fixed generics inference compilation problem on Travis again. by ddekany · 3 years, 3 months ago
  17. 5025da9 Trying to fixed generics inference compilation problem on Travis again. by ddekany · 3 years, 3 months ago
  18. 91d8caa Trying to fixed generics inference compilation problem on Travis again. by ddekany · 3 years, 3 months ago
  19. a2fea22 Fixed generics inference compilation problem on Travis, and some cleanup. by ddekany · 3 years, 3 months ago
  20. 0678d71 Insert normaized path for [docgen:wd] by ddekany · 3 years, 3 months ago
  21. b21e4dd - Feature to execute a Java main method and insert its output into the documentation now works by ddekany · 3 years, 3 months ago
  22. 929d0e3 Fixed logo generation bug introduced during recent refactoring. by ddekany · 3 years, 3 months ago
  23. 793e8da - Added getCustomVariable(name) and concat(...) function to CJSON by ddekany · 3 years, 4 months ago
  24. f5f9661 Reworked setting validation API-s, and some other cleanup of old code. by ddekany · 3 years, 4 months ago
  25. e79b2eb Allow raw string literals in docgen tags. Use multi-line regexp parameters in docgen.insertFile. by ddekany · 3 years, 6 months ago
  26. ca0e062 Use [docgen ...] "to" and "toIfPresent" attributes, instead of to="?...". by ddekany · 3 years, 7 months ago
  27. 472d132 Fixed text escaping issue newly introduced by ddekany · 3 years, 7 months ago
  28. 0f23e85 Added optional "from" and "to" parameters [docgen.insertFile ...]. by ddekany · 3 years, 8 months ago
  29. db8a5b3 Added optional charset parameter to [docgen.insertFile ...] by ddekany · 3 years, 8 months ago
  30. 1fd5dca (Minor code cleanup) by ddekany · 3 years, 8 months ago
  31. c34f386 NPE fix, give proper error message instead. by ddekany · 3 years, 9 months ago
  32. 363aab5 Added [docgen.insertFile "@someSymbolicName/bar.ftl"] and "insertableFiles: { someSymbolicName: '/actual/path/**' }" setting, and removed "customVariablesFromFiles" setting. This approach is much more practical when we have lot of files to insert into the documentation, like lot of example templates. by ddekany · 3 years, 9 months ago
  33. 48dbe49 Can now create custom variables whose value is the content of a file. by ddekany · 3 years, 9 months ago
  34. 575718e Added feature to pass custom variables to Docgen that then can be referred in DocBook text like [docgen.customVariables.myVariable]. by ddekany · 3 years, 9 months ago
  35. b775e86 Fixed issue where the left ToC may stayed hidden when going from mobile view to normal view. by ddekany · 3 years, 9 months ago
  36. 6e25aba Fixed spacing in left side ToC by ddekany · 3 years, 9 months ago
  37. ca23b89 Made "programlisting" labels part of the HTML content. by ddekany · 3 years, 9 months ago
  38. 57ff3a2 Made "callouts" 100% wide by ddekany · 3 years, 9 months ago
  39. 9ae388d Hamburger menu spacing adjustment for more accuracy by ddekany · 3 years, 9 months ago
  40. b6088db Fixed ToC spacing on mobile by ddekany · 3 years, 9 months ago
  41. a3497de Made accurately tapping on mobile easier at some parts by ddekany · 3 years, 9 months ago
  42. 56bad79 Fixed Docbook table width issue on mobile by ddekany · 3 years, 9 months ago
  43. 7414ae8 Always show "bookmarks" next to the breadcrumbs. Other adjustments in that row. by ddekany · 3 years, 9 months ago
  44. 17d7527 Responsive layout refinements by ddekany · 3 years, 9 months ago
  45. b478df0 programlisting (pre) unwanted extra width fix by ddekany · 3 years, 9 months ago
  46. 6f6899d Show old browser warning for MSIE 10-11 too. by ddekany · 3 years, 9 months ago
  47. aa3c920 Improved page header: logo click area shouldn't extend beyond the logo image. Some overall cleanup in header layout. by ddekany · 3 years, 10 months ago
  48. 119af00 Fixed various code block (pre) issues. This also fixes the problem where the right page layout column was stretched by them on mobile. by ddekany · 3 years, 10 months ago
  49. fe11c91 Added hamburger menu for very narrow (mobile) screens by ddekany · 3 years, 10 months ago
  50. 6e83d56 (Removed now unnecessary .gitignore entries) by ddekany · 3 years, 10 months ago
  51. e3648ec Adjusted POM, related to releasing. by ddekany · 3 years, 10 months ago
  52. 185aec7 Deleted/moves some old build and config files by ddekany · 3 years, 10 months ago
  53. 80bbc3a [maven-release-plugin] prepare for next development iteration by ddekany · 3 years, 10 months ago
  54. d42b660 [maven-release-plugin] prepare release freemarker-docgen-0.0.1 by ddekany · 3 years, 10 months ago freemarker-docgen-0.0.1
  55. 395160a POM improvements continues (hoping release won't fail). by ddekany · 3 years, 10 months ago
  56. bd154e6 Resetting after failed Maven release by ddekany · 3 years, 10 months ago
  57. 216022b [maven-release-plugin] prepare for next development iteration by ddekany · 3 years, 10 months ago
  58. 49be3ef [maven-release-plugin] prepare release freemarker-docgen-0.0.1 by ddekany · 3 years, 10 months ago
  59. 3bcb139 POM improvements. Added Maven release plugin output files to .gitignore. by ddekany · 3 years, 10 months ago
  60. f83222f Removed incubation DISCLAIMER by ddekany · 3 years, 10 months ago
  61. 9034e4b Cleaned up licensing matters (also considering a binary release with dependencies included, though that's unlikely to ever happen). by ddekany · 3 years, 10 months ago
  62. b3b61e3 Updated Node dependencies by ddekany · 3 years, 10 months ago
  63. d8c5936 Updated/improved README.md by ddekany · 3 years, 10 months ago
  64. eded901 (Deleted unused file) by ddekany · 3 years, 10 months ago
  65. 7ce98b3 (Test script adjustment) by ddekany · 3 years, 10 months ago
  66. 36e2656 Log the output directory by ddekany · 3 years, 10 months ago
  67. 81cbbd9 (Got rid of tabs) by ddekany · 3 years, 10 months ago
  68. d86c773 Renamed packages so that each Maven module have its own package. Fixed some mistakes from earlier refactoring along the way. Added cli bin generation. by ddekany · 3 years, 10 months ago
  69. f6eb796 Deleted IDE files by ddekany · 3 years, 10 months ago
  70. 0465760 Split to multiple Maven modules. by ddekany · 3 years, 10 months ago
  71. 51bf493 Added Maven mojo to call docgen by ddekany · 3 years, 10 months ago
  72. 19b70a9 Migrated build to maven by ddekany · 3 years, 10 months ago
  73. 948b7b6 Upgraded gulp-autoprefixer (was logging error because of outdated transitive dependency) by ddekany · 3 years, 10 months ago
  74. dd4694a Upgraded FreeMarker dependency by ddekany · 4 years, 9 months ago
  75. c348649 Updated Gulp stack further by ddekany · 4 years, 9 months ago
  76. 5470c64 Updated XXE addon howto.txt by ddekany · 4 years, 9 months ago
  77. 517a8f3 Updated Nodejs/Gulp stack by ddekany · 4 years, 9 months ago
  78. 6cd302f (Updated eclipse project) by ddekany · 5 years ago
  79. 045e881 Documented node.js problem workaround by ddekany · 5 years ago
  80. 70fd660 Added setting for adding EU Cookie Consent to generate pages by ddekany · 6 years ago
  81. b2155de Applying new Rat policy by ddekany · 6 years ago
  82. fcd3269 Some license related clarifications by ddekany · 6 years ago
  83. 1fe002a Use https to get the fonts (to avoid browser warning when the HTML is served through https) by ddekany · 6 years ago
  84. 1dcc6e0 Added support for showing logos under the left-side ToC. by ddekany · 6 years ago
  85. e2773eb Switched to https://freemarker.apache.org/ by ddekany · 6 years ago
  86. 7fceb26 Updated FreeMarker dependency by ddekany · 6 years ago
  87. 9a34f24 (Exclude transitive xml-apis dependency) by ddekany · 7 years ago
  88. a047778 Fixed dependencies: Excluded unused dependencies. Added Xalan for OpenJDK 9 compatibility. by ddekany · 7 years ago
  89. c2de3d3 (Testing git push problem) by ddekany · 7 years ago
  90. d78b652 XXE addon: Removed AC+C key binding, as CS+P is now the standard. by ddekany · 7 years ago
  91. 1c8615f Added generated query string to JS and CSS links (especially because of toc.js) so that they are always reloaded if the HTML page was changed and reloaded. by ddekany · 7 years ago
  92. 0adb91f Removed extra ">" by ddekany · 7 years ago
  93. 85afadb Added copyrightHolderSite setting. by ddekany · 7 years ago
  94. 1a64959 Remove "mailto:" when displaying a mailto URL. by ddekany · 7 years ago
  95. f99ec0b Log FreeMarker version. Also increased it to 2.3.35. by ddekany · 7 years ago
  96. 58d83ee (gitignore cleanup) by ddekany · 7 years ago
  97. bbfc625 Adjusted gitignore to match some more files by ddekany · 7 years ago
  98. f968b19 Changed footer layout to accept arbitrary long copyright text. Added copyrightSuffix setting, where you can add the trademark notes and such. by ddekany · 7 years ago
  99. 05ddf93 Fixing error when there are no secondaryTabs. Fixing outdated tests. Updated FreeMarker dependency. by ddekany · 7 years ago
  100. 7bc7b3a Fix: Docgen hangs in simpleNavigationMode if a section only contains further sections which should be displayed in the same file. by ddekany · 7 years ago