1. 4a476e6 renamed EscapeSourceCodePlugin to EncodePreTagsPlugin. by Michael Bien · 2 years, 10 months ago
  2. 09489e6 Added EscapeSourceCodePlugin, a WeblogEntryPlugin to escape angle brackes from code within pre tags. by Michael Bien · 2 years, 10 months ago
  3. a8be8df remove autobuild from CodeQL config so that we don't build roller twice. by Michael Bien · 2 years, 10 months ago
  4. de1f33a precompile regex patterns. by Michael Bien · 2 years, 10 months ago
  5. c68ca04 make session cookie inaccessible form JS. by Michael Bien · 2 years, 10 months ago
  6. 42c32e8 fixed UTF encoding. by Michael Bien · 2 years, 10 months ago
  7. 009d5ee updated velocity properties + set log level to info. by Michael Bien · 2 years, 10 months ago
  8. 6988b82 replaced deprecated velocity properties with new ones. by Michael Bien · 2 years, 10 months ago
  9. 637cf3a Dependency updates, roller runs now on JDK 17 (and 11). by Michael Bien · 2 years, 10 months ago
  10. 1bc342c final set of rawtype warning fixes. by Michael Bien · 2 years, 10 months ago
  11. c4b405b cleanup + unused code removal. by Michael Bien · 2 years, 10 months ago
  12. 4a41c06 close input stream + use InputStream.transferTo(). by Michael Bien · 3 years ago
  13. 5a675ae Extracted common reflection code into new Reflection util. by Michael Bien · 2 years, 10 months ago
  14. 6753646 fixed remaining rawtype warnings in atomprotocol and xmlrpc packages. by Michael Bien · 2 years, 10 months ago
  15. 5d0279b Models: refactoring and compiler warning fixes. by Michael Bien · 2 years, 10 months ago
  16. ba2a6ce Pagers: type compiler warning fixes and collection improvements. by Michael Bien · 2 years, 10 months ago
  17. 7d07a84 Cache: type compiler warning fixes and collection improvements. by Michael Bien · 2 years, 10 months ago
  18. 5fe8291 URLStrategy: better StringBuilder sizing, generics and collection improvements. by Michael Bien · 2 years, 10 months ago
  19. 7a0c86f Pojo wrapper stream refactoring + warning fixes. by Michael Bien · 2 years, 10 months ago
  20. 97e8dd2 misc: compiler warning fixes combined with collection improvements. by Michael Bien · 2 years, 10 months ago
  21. 625a309 pojos: compiler warning fixes combined with collection improvements. by Michael Bien · 2 years, 10 months ago
  22. 6577ba2 ui package: compiler warning fixes combined with collection improvements. by Michael Bien · 2 years, 10 months ago
  23. ef19603 removed unused commons collections dependency. by Michael Bien · 2 years, 10 months ago
  24. 499b02f UrlValidator package changed. by Michael Bien · 2 years, 10 months ago
  25. 3faedb2 MethodOrderer.Alphanumeric is deprecated, use MethodOrder.MethodName instead. by Michael Bien · 2 years, 10 months ago
  26. a7237f9 struts2: refactored deprecated ParameterAware to HttpParametersAware. by Michael Bien · 2 years, 10 months ago
  27. 2191f79 Class.newInstance() deprecation. by Michael Bien · 2 years, 10 months ago
  28. e18726f CSS fixes for media files and maintenance page. by Michael Bien · 2 years, 10 months ago
  29. 6038648 add space between text and link. by Michael Bien · 2 years, 10 months ago
  30. 94ebf3b Updated: gaurav theme to show the tagline only when available by Yash Maheshwari · 2 years, 10 months ago
  31. 277233c Updated: the header to show the tagline only when its available by Yash Maheshwari · 2 years, 10 months ago
  32. 2e142a2 Updated: the main menu to have proper space when displaying permission message by Yash Maheshwari · 2 years, 10 months ago
  33. bac178d removed getEmptyString(); listValue="" has the same effect. by Michael Bien · 2 years, 10 months ago
  34. 043da93 replaced deprecated rome-fetcher with java 11 HttpClient. by Michael Bien · 3 years ago
  35. 8e09e8f escape html in weblog title + remove non alphanumeric chars in tags. by Michael Bien · 2 years, 11 months ago
  36. f816257 fix: this should be && not ||. by Michael Bien · 2 years, 11 months ago
  37. 2fc77ed added error pages for 400 and 500 errors. by Michael Bien · 3 years ago
  38. b498567 exception handling / logging. by Michael Bien · 3 years ago
  39. 89ec086 Exception handling can be simplified since velocity is now throwing subtypes of VelocityException. by Michael Bien · 3 years ago
  40. 253c309 WeblogRequest and WeblogFeedRequest input validation. by Michael Bien · 3 years ago
  41. 21c3c32 weblog handle validation. by Michael Bien · 3 years, 2 months ago
  42. 2c68105 OpenSearchServlet input validation. by Michael Bien · 3 years ago
  43. 97cf6e7 TagDataServlet input validation. by Michael Bien · 3 years, 2 months ago
  44. 58e61b0 Merge pull request #90 from snoopdave/parse-referrer by David M. Johnson · 2 years, 10 months ago
  45. 7f7d502 Merge branch 'master' into parse-referrer by David M. Johnson · 2 years, 11 months ago
  46. 4c55a62 Eliminate use of regex in referrer processing. by David M. Johnson · 2 years, 11 months ago
  47. 5ef9181 Merge pull request #83 from snoopdave/jstl-not-provided by David M. Johnson · 2 years, 11 months ago
  48. afee18b Merge branch 'master' into parse-referrer by David M. Johnson · 2 years, 11 months ago
  49. bb20abe fixed selenium test classpath + maven updates. by Michael Bien · 2 years, 11 months ago
  50. 0782663 Merge branch 'master' into parse-referrer by David M. Johnson · 2 years, 11 months ago
  51. 7a0651c Workaround for flakey test. by David M. Johnson · 2 years, 11 months ago
  52. 3860e96 Switch to URLValidator to avoid exception logic as suggested by mbien. by David M. Johnson · 2 years, 11 months ago
  53. b9b5ff3 Improved: tooltip content on the registration form by Yash Maheshwari · 3 years ago
  54. c977da3 Parse referrer URL instead of using string value directly. by David M. Johnson · 3 years ago
  55. 743f1d2 Create CONTRIBUTING.md by Aditya Sharma · 3 years ago
  56. 6a0affb Upgraded jQUery to 1.12.4 for Gaurav theme by Aditya Sharma · 3 years ago
  57. 316b9cd Upgraded bootstrap to 3.4.0 for Gaurav theme by Aditya Sharma · 3 years ago
  58. 6742bb3 Merge pull request #75 from nuzayats/ipbanlist_fixes by Michael Bien · 3 years ago
  59. 9dca2da Remove AssertJ as per review comment by Kohei Nozaki · 3 years ago
  60. 24e6f84 Merge pull request #88 from mbien/performance by Michael Bien · 3 years ago
  61. 0ebf7c4 lucene and spring point release update. by Michael Bien · 3 years ago
  62. fd4d127 call getSession() only once. by Michael Bien · 3 years ago
  63. d472e4f close input stream. by Michael Bien · 3 years, 1 month ago
  64. f364033 performance: replace String::replaceAll with String::replace if there is no regexp involved. by Michael Bien · 3 years ago
  65. 6e0d787 performance + cleanup: copy the stream content only once. by Michael Bien · 3 years, 1 month ago
  66. 4d1294d performance: skip map.contains() since we have to call map.get() anyway. by Michael Bien · 3 years, 2 months ago
  67. 605d9d3 Merge pull request #87 from ymaheshwari1/roller-ui by Aditya Sharma · 3 years ago
  68. 0701f6d Improved: the UI for the blog entries page by Yash Maheshwari · 3 years ago
  69. 044ef2f Removed: the type specification from right side when using generics (#79) by Yash Maheshwari · 3 years, 1 month ago
  70. a0e238c Merge pull request #86 from ymaheshwari1/typo-docs by Aditya Sharma · 3 years, 1 month ago
  71. 0434cb3 fixes the failing SubscriptionFunctionalTest by removing subs added by PlanetManagerLocalTest. by Michael Bien · 3 years, 1 month ago
  72. 3ca3bda Fixed: typo in the documentation by Yash Maheshwari · 3 years, 1 month ago
  73. 19f7f12 Merge pull request #80 from ymaheshwari1/update-css by Aditya Sharma · 3 years, 2 months ago
  74. 664ec33 Merge pull request #82 from mbien/table_upgrade by Michael Bien · 3 years, 2 months ago
  75. ad63868 Merge pull request #81 from mbien/jsp_updates by Michael Bien · 3 years, 2 months ago
  76. 9f3751d I should not have removed provided scope for JSTL as it is NOT provided by Tomcat. by David M. Johnson · 3 years, 2 months ago
  77. ac26e05 updated dependencies + JDK16 compatibility. by Michael Bien · 3 years, 7 months ago
  78. 2c26983 added missing roller 6.1 db table upgrade functionality. by Michael Bien · 3 years, 8 months ago
  79. 9df2d4b Improved: code to use shorthand properties in basic-mobile theme by Yash Maheshwari · 3 years, 2 months ago
  80. a9b3824 Improved: css margin and padding rule to use shorthand property by Yash Maheshwari · 3 years, 2 months ago
  81. 1f0b2c1 trim whitespace caused by jsp tags for better readability of admin page code. by Michael Bien · 3 years, 7 months ago
  82. ea8ec7f updated sidebar text truncation and textfield size. by Michael Bien · 3 years, 7 months ago
  83. b8d99db minor jsp changes. by Michael Bien · 3 years, 8 months ago
  84. 1628c3a Merge pull request #70 from mbien/misc_updates by Michael Bien · 3 years, 2 months ago
  85. 3495b51 Merge pull request #76 from mbien/refactor by Michael Bien · 3 years, 2 months ago
  86. f5f3e6a Merge pull request #78 from ymaheshwari1/unused-css by Aditya Sharma · 3 years, 2 months ago
  87. fa14227 Removed: unused css rule background-repeat from the menu.css file by Yash Maheshwari · 3 years, 2 months ago
  88. d852d9c project wide @Override refactoring. by Michael Bien · 3 years, 8 months ago
  89. 4917d29 Merge pull request #77 from ymaheshwari1/type-spec by David M. Johnson · 3 years, 2 months ago
  90. 7f0fb52 Fixed: type specification when using generics by Yash Maheshwari · 3 years, 2 months ago
  91. 73d2873 added @Deprecated to methods which were deprecated via javadoc comments. by Michael Bien · 3 years, 8 months ago
  92. 410dd72 project wide refactoring to !Collection::isEmpty. by Michael Bien · 3 years, 8 months ago
  93. fe00f34 use EnumSet where applicable, Set.of and (synchronized) HashMap instead of HashTable. by Michael Bien · 3 years, 8 months ago
  94. 8741056 use EnumMap where applicable, Arrays.asList() and isEmpty(). by Michael Bien · 3 years, 8 months ago
  95. fb504c5 removed redundant toString(). by Michael Bien · 3 years, 8 months ago
  96. f60aa0b project wide refactoring to String isEmpty() or isBlank(). by Michael Bien · 3 years, 8 months ago
  97. 8475fda updated dependencies + added commons-text to fix deprecation of lang3.StringEscapeUtils. by Michael Bien · 3 years, 8 months ago
  98. 1ad8529 fixed bug: custom stylesheet is never set to the StylesheetEdit.jsp action. by Michael Bien · 3 years, 9 months ago
  99. 233ba64 updated lucene and rome dependencies to latest version. by Michael Bien · 3 years, 10 months ago
  100. c3d5d10 made fast path faster. by Michael Bien · 3 years, 10 months ago