1. 76223e6 trivial: 2 spaces indentation for XML documents by Simone Tripodi · 11 years ago
  2. 3a28e61 trivial: changing email address pattern makes the site-plugin able to retrieve the associated gravatar and creates an enhanced team-list page by Simone Tripodi · 11 years ago
  3. 53817a7 OGNL-234 Removes methods marked as @Deprecated by Lukasz Lenart · 11 years ago
  4. fd35fd2 OGNL-232 Removes deprecated classes by Lukasz Lenart · 11 years ago
  5. 882f4fb Used string format instead of string concatenation by Maurizio Cucchiara · 11 years ago
  6. baba9ae Removed deprecated constructor, furthermore initialSize var was unused by Maurizio Cucchiara · 11 years ago
  7. c0cbba6 Removed deprecated constructor, furthermore initialSize var was unused by Maurizio Cucchiara · 11 years ago
  8. 85037c9 Combined nested if statements by Maurizio Cucchiara · 11 years ago
  9. 4ffb118 Fix up URLs so they point to actual sites; this allows relative URLs to work properly by Sebastian Bazley · 11 years ago
  10. 3a320a1 created proper serialUid by Christian Grobmeier · 11 years ago
  11. 0498268 removed author tags as discussed in http://s.apache.org/xT and three version tags by Christian Grobmeier · 11 years ago
  12. 1b177f3 filtered trivial method naming issue for generated classes by Christian Grobmeier · 11 years ago
  13. 3d96785 enabled findbug filter again by Christian Grobmeier · 11 years ago
  14. 3691c98 added clirr report plugin, fixed line intention on plugin above by Christian Grobmeier · 11 years ago
  15. f68fc9a Reverts back the change where site-content is placed by Lukasz Lenart · 11 years ago
  16. d5d645d Excludes files from rat report by Lukasz Lenart · 11 years ago
  17. 1084a1e upgrade surefire and javadoc plugins by Olivier Lamy · 11 years ago
  18. baa5fb5 add download page by Olivier Lamy · 11 years ago
  19. cf54fd4 restore download cgi by Olivier Lamy · 11 years ago
  20. 9615062 inherit version from parent by Olivier Lamy · 11 years ago
  21. 0e07fc3 developed by => developed at by Sebastian Bazley · 11 years ago
  22. 677e5af use released parent pom by Olivier Lamy · 11 years ago
  23. 1822c4a OGNL-230 upgrades Javassist to version 3.16.1-GA by Lukasz Lenart · 11 years ago
  24. 8ae40cd use default path for svn pubsub by Olivier Lamy · 11 years ago
  25. ed2ac59 ignore site-content by Olivier Lamy · 11 years ago
  26. 6468b71 configure site publish by Olivier Lamy · 11 years ago
  27. 6b2c131 Replaces for() with foreach() by Lukasz Lenart · 11 years ago
  28. ac7201b Uses more efficient entrySet() instead of keySet() by Lukasz Lenart · 11 years ago
  29. b2a853e Uses Long.valueOf to improve overall performance by Lukasz Lenart · 11 years ago
  30. 0e3dd0c Uses already available constants instead of redeclaring them by Lukasz Lenart · 11 years ago
  31. cd8d4d1 Adds missing header with license by Lukasz Lenart · 11 years ago
  32. 0bdf846 Uses the latest stable parent pom instead SNAPSHOT version by Lukasz Lenart · 11 years ago
  33. 4e21a3c do not run benchmarks per default by Olivier Lamy · 11 years ago
  34. a6d6bdb configure ognl for site deployment via svnpubsub by Olivier Lamy · 11 years ago
  35. 29bc2c6 Adds missing header with license by Lukasz Lenart · 12 years ago
  36. c74ead2 updated parent reference to v25 by Simone Tripodi · 12 years ago
  37. a34db7b Updating copyright dates in notice per expressive last entries in each components svn log by Henri Yandell · 12 years ago
  38. f5ca032 Moved ex-private method to the unique consumer by Maurizio Cucchiara · 12 years ago
  39. a86ab47 Recovered the api layout (see http://goo.gl/KzeDH) by Maurizio Cucchiara · 12 years ago
  40. 8298f2b Added a method to identify an eval expression (necessary to fix a security issue on struts, see https://cwiki.apache.org/confluence/display/WW/S2-009) by Maurizio Cucchiara · 12 years ago
  41. 0150652 Removed boxing, used for each loop, by Maurizio Cucchiara · 12 years ago
  42. a820570 added author tags by Simone Tripodi · 12 years ago
  43. ed37a82 added schema reference to site.xml by Simone Tripodi · 12 years ago
  44. 4c5aaa7 This is not DirectMemory by Maurizio Cucchiara · 13 years ago
  45. 9567483 OGNL-36 - Renamed benchmark file names by Maurizio Cucchiara · 13 years ago
  46. 734aa77 Added explicit argument type (Jenkins fails) by Maurizio Cucchiara · 13 years ago
  47. 36ee04d Added OGNL-39 to the change list by Maurizio Cucchiara · 13 years ago
  48. 99f0034 OGNL-39 - Greatly simplified OgnlRuntime, delegating away responsibilities to several new classes. Caching responsibilities are now taken by a new OgnlCache class. I also added new classes PrimitiveWrapperClasses, NumericCasts, PrimitiveDefaults, NumericValues, PrimitiveTypes, NumericLiterals and NumericDefaults. by Maurizio Cucchiara · 13 years ago
  49. 9f86a3c OGNL-39 - Corrected typo: Renamed Fie{dl,ld}CacheEntryFactory. by Maurizio Cucchiara · 13 years ago
  50. 38afb45 OGNL-39 - Renamed local var by Maurizio Cucchiara · 13 years ago
  51. 8ef4bdc OGNL-39 - Corrected typo: Renamed Fie{dl,ld}CacheEntryFactory. by Maurizio Cucchiara · 13 years ago
  52. 833d55f Formatted text (many lines were very lengthy) by Maurizio Cucchiara · 13 years ago
  53. ee16d77 Added OGNL-38 to the change list by Maurizio Cucchiara · 13 years ago
  54. 6d9fcdd OGNL-38 - Use StringBuilder instead of StringBuffer, removed boxing, replaced for loop with foreach by Maurizio Cucchiara · 13 years ago
  55. fae1584 OGNL-38 - Use StringBuilder instead of StringBuffer. by Maurizio Cucchiara · 13 years ago
  56. c59029d OGNL-38 - Variable naming, use StringBuilder instead of StringBuffer. Replace new String(stringBuffer) with stringBuffer.toString(). by Maurizio Cucchiara · 13 years ago
  57. 4a6491d OGNL-38 - Variable naming, use StringBuilder instead of StringBuffer. Replace new String(stringBuffer) with stringBuffer.toString(). by Maurizio Cucchiara · 13 years ago
  58. 4341ea8 OGNL-38 - Test CONSTANT.equals(variable) and simplify conditionals. by Maurizio Cucchiara · 13 years ago
  59. 58a1bde Replaced for loop with foreach, added a method test by Maurizio Cucchiara · 13 years ago
  60. 2312dad Correct typo by Maurizio Cucchiara · 13 years ago
  61. c77ea1b OGNL-38 - Removed useless extends object. by Maurizio Cucchiara · 13 years ago
  62. b733778 OGNL-38 - Remove JDK1.5 checking since OGNL now requires >=JDK1.5. by Maurizio Cucchiara · 13 years ago
  63. 9eff1c0 OGNL-38 - Use StringBuilder instead of StringBuffer. by Maurizio Cucchiara · 13 years ago
  64. b2a27ab OGNL-38 - Simplify conditionals. by Maurizio Cucchiara · 13 years ago
  65. a207fb3 OGNL-38 - Test CONSTANT.equals(variable). by Maurizio Cucchiara · 13 years ago
  66. f2224b5 OGNL-38 - Test CONSTANT.equals(variable). by Maurizio Cucchiara · 13 years ago
  67. 259d377 OGNL-38 - Test CONSTANT.equals(variable), remove JDK1.5 conditionals and variable naming. by Maurizio Cucchiara · 13 years ago
  68. 9959e84 OGNL-38 - Variable naming (don't use acronyms), remove OgnlRuntime.isJdk15() check. by Maurizio Cucchiara · 13 years ago
  69. 82505ee OGNL-38 - Test CONSTANT.equals(variable). by Maurizio Cucchiara · 13 years ago
  70. 1983524 OGNL-38 - Test CONSTANT.equals(variable). by Maurizio Cucchiara · 13 years ago
  71. 2dd614d Added OGNL-35 to the change list by Maurizio Cucchiara · 13 years ago
  72. 52184e1 Group conditions with same return value by Maurizio Cucchiara · 13 years ago
  73. 64e372b OGNL-35 - Flipped equals() everywhere where a variable is tested against a String constant. by Maurizio Cucchiara · 13 years ago
  74. 357b035 Fixed code style by Maurizio Cucchiara · 13 years ago
  75. 14dc11b OGNL-35 - CPD fix, extracted shared method getSourceBeanMethod() from getSourceSetter() and getSourceAccessor(). by Maurizio Cucchiara · 13 years ago
  76. 1efd4de Fixed code style by Maurizio Cucchiara · 13 years ago
  77. 15ec0c0 OGNL-35 - CPD fix, extracted shared method getSourceString() from toGetSourceString() and toSetSourceString(). by Maurizio Cucchiara · 13 years ago
  78. 9975f71 Fixed code style by Maurizio Cucchiara · 13 years ago
  79. 2f2a227 OGNL-35 - CPD fix, extracted getIndexString() from getSourceAccessor() and getSourceSetter(). by Maurizio Cucchiara · 13 years ago
  80. b94cb5b Added OGNL-37 to the change list by Maurizio Cucchiara · 13 years ago
  81. 66ca35f OGNL-37 - Avoid concurrentModificationException by Maurizio Cucchiara · 13 years ago
  82. e7ee1a8 OGNL-37 - Corrected attempt to remove LocalReference (keys was always of type String). by Maurizio Cucchiara · 13 years ago
  83. 1b442a4 OGNL-37 - Made static ints final. Use Map.entrySet instead of Map.keySet for better performance. Javadoc improvements. by Maurizio Cucchiara · 13 years ago
  84. d967479 OGNL-37 - use valueOf() instead of new for boxing. Adjust unnecessary conditional checking. by Maurizio Cucchiara · 13 years ago
  85. fc0c411 OGNL-37 - Provide equals() and hashcode() implementation to override PropertyDescriptor. by Maurizio Cucchiara · 13 years ago
  86. 1461364 OGNL-37 - Use StringBuilder instead of String concatenation with '+'. by Maurizio Cucchiara · 13 years ago
  87. 25291b1 OGNL-37 - Use StringBuilder instead of String concatenation with '+'. by Maurizio Cucchiara · 13 years ago
  88. 7158b23 OGNL-37 - Replaced for loops with foreach version. by Maurizio Cucchiara · 13 years ago
  89. ac70c1f OGNL-37 - Remove int boxing, lets rely on autoboxing. by Maurizio Cucchiara · 13 years ago
  90. 6e276e4 OGNL-37 - Remove unnecessary int boxing and redundant code. by Maurizio Cucchiara · 13 years ago
  91. 84f53f5 OGNL-37 - Modified equals() implementation to take account of super class fields. by Maurizio Cucchiara · 13 years ago
  92. 7dfb8a9 OGNL-37 - Use Map.entrySet instead of Map.keySet for better performance. by Maurizio Cucchiara · 13 years ago
  93. 578a5f2 Remove duplicated issue id. by Maurizio Cucchiara · 13 years ago
  94. 2ae558e OGNL-36 - Link "Benchmarks" on left hand navigation is broken (contributed by Adrian Cumiskey). by Maurizio Cucchiara · 13 years ago
  95. 842dbcc OGNL-11: fixed checkstyle errors (Fixed svn id position) by Maurizio Cucchiara · 13 years ago
  96. 4ef5a72 OGNL-11: fixed checkstyle errors (Fixed licence header position) by Maurizio Cucchiara · 13 years ago
  97. aa827a7 OGNL-11: fixed checkstyle errors (Fixed licence header position) by Maurizio Cucchiara · 13 years ago
  98. 98d382c OGNL-11: fixed checkstyle errors (Line is longer than 120 characters) by Maurizio Cucchiara · 13 years ago
  99. 3c7e1af OGNL-11: fixed checkstyle errors (Fixed licence header position) by Maurizio Cucchiara · 13 years ago
  100. 33da597 OGNL-11: fixed checkstyle errors (Fixed licence header position) by Maurizio Cucchiara · 13 years ago