1. 0fb2cdf Patch fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=190564. by cbateman · 17 years ago
  2. 910de26 Fix for bug #190608. by itrimble · 17 years ago
  3. b6e4f50 Fix for bug #190553. by itrimble · 17 years ago
  4. 27bea2f [Bug 190086] JSF 1.2 web.xml can create invalid id attribute for servlet and mapping by gkessler · 17 years ago v200705302227
  5. 5dc8b44 Fix for bug #189520. by itrimble · 17 years ago
  6. c381b2d Applying API cleanup patch https://bugs.eclipse.org/bugs/show_bug.cgi?id=189250. by cbateman · 17 years ago
  7. 6920b4a Applying patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=189035. by cbateman · 17 years ago
  8. 42e7a30 Applied patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=187529 by rsrinivasan · 17 years ago
  9. a261e82 fix for 182012 by gkessler · 17 years ago
  10. 904bb2c remove some println() statements by gkessler · 17 years ago
  11. 125c39d JSF1.2-Web2.5 fixes by gkessler · 17 years ago
  12. 752b746 Basic enumeration support. by cbateman · 17 years ago
  13. 6a4e9d6 Partial fix for bug #151752. by itrimble · 17 years ago
  14. 5417418 MD Cleanup by gkessler · 17 years ago
  15. 977af2e Fixed copyright issues in the project. by rsrinivasan · 17 years ago
  16. afefa2e [179881] Validation of boolean attributes allows any string by gkessler · 17 years ago
  17. 3cb042b Fix for bug# 151483. by itrimble · 17 years ago
  18. fa6b363 Initial checkin for generics support in EL. by cbateman · 17 years ago
  19. 59d77ed Javadoc + core.tests changes for JSF Libs by gkessler · 17 years ago
  20. 645ab45 JSF Library Registry/References related changes by gkessler · 17 years ago
  21. 1c1333c Fixed up incorrect assumption about unbounded types on lists. by cbateman · 17 years ago
  22. 8ba2c14 Fixed something I broke previously. I had narrowed the listener scope on the JAR change listener so that it would ensure that the listener's project was still open. I thought that would solve a problem where the locater doesn't unregister itself when a project is closed or deleted or closed (still a problem). This caused a new problem where we were missing events. Instaed I patched JSFAppConfigUtils so it checks a project's accessibility before accesssing it. This is a short term fix. by cbateman · 17 years ago
  23. 35c3f04 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=181643. by cbateman · 17 years ago
  24. e5d0f11 Fix non-code references to "internal.provisional" package names. by itrimble · 17 years ago
  25. 1c755f7 Added check that projects are accessible before trying to read properties. If not accessible, the call will throw an unnecessary exception. by cbateman · 17 years ago
  26. 3d33b39 Fixed up non-code internal.provisional references. by cbateman · 17 years ago
  27. d0bfdb5 [167285] Can only launch pages with ".jsp" extension through FacesServlet by gkessler · 17 years ago
  28. a66173a Fix JUnit failures after package refactoring (2) by gkessler · 17 years ago
  29. ce37865 [182226] Unable to create dynamic web project with JSF facet enabled by gkessler · 17 years ago
  30. 9b4ce3f Final fix for JSF Library Registry migration issue. Instead of a blanket startup dialog, the user is only prompted when affecting the backward compatibility of individual projects. by cbateman · 17 years ago
  31. 7dafed7 Merge with branch refactor_20070416: remove "internal.provisional" from package names. by itrimble · 17 years ago
  32. 4d49469 Fixed some warnings. by cbateman · 17 years ago
  33. c4c9e18 Added comments to public constants to resolve Javadoc warnings. by cbateman · 17 years ago
  34. 53ed85e Suppress hidden override warning in generated code. by cbateman · 17 years ago
  35. a66ae94 Move to Java 5. Removed some internal code dependency. by cbateman · 17 years ago
  36. 68ed0b3 Increased warning levels. Fixed more serious issues. by cbateman · 17 years ago
  37. e5542ce Symbol provider for ResourceBundles defined in app config (JSF 1.2 and later). by cbateman · 17 years ago
  38. 8430f55 Centralized constants. by cbateman · 17 years ago
  39. e5b6616 Fixed small bug with missing return statement. by cbateman · 17 years ago
  40. 5f8e4af Changed asyncExec call to being off Workbench display instead of Display.getDefault by cbateman · 17 years ago
  41. d32580c Added global get for ResourceBundle's (JSF 1.2 and later). by cbateman · 17 years ago
  42. 4afd930 Change to break isValidProject into common code. by cbateman · 17 years ago
  43. ef6611b Fix to bug where upgrade flag was always being set in status if migration operation ran. by cbateman · 17 years ago
  44. 39090f5 update messages by gkessler · 17 years ago v20070404
  45. 2a57e4f Adding. by cbateman · 17 years ago
  46. 9d48f25 JSFRegistry upgrade migration user warning logic. by cbateman · 17 years ago
  47. b3e5ba6 Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=180072. by cbateman · 17 years ago
  48. 8a38285 Fix for Facet Install when registry is new by gkessler · 17 years ago
  49. 13c1323 [142056] JSF library referenced in a web project does not act as true reference by gkessler · 17 years ago
  50. 109c15f Cleanup warnings. Mostly javadocs. by gkessler · 17 years ago
  51. eff82f7 Changed over f:loadBundle variable support to use the Sybase LoadBundleUtil to find the bundle: by cbateman · 17 years ago
  52. 16f53f7 Commented out some unfinished code that was generating warnings. by cbateman · 17 years ago
  53. a3de7a9 Added support for dataTable variables + basic unit tests. by cbateman · 17 years ago
  54. 4c3a58c Fixed some javadoc warnings. by cbateman · 17 years ago
  55. b6b651d Moved code around to make the EL expression validator reusable. by cbateman · 17 years ago
  56. df4445a check for null for safety by gkessler · 17 years ago
  57. fa8a589 [174679] Message in error log on clean install and workspace by gkessler · 17 years ago
  58. 999b557 [175977] Error removing and adding JSF Facets on an imported web project by gkessler · 17 years ago
  59. bbbeb49 Additional validaton of locale's, JSF API by version and managed beans. by cbateman · 17 years ago
  60. 3e4f87a Page validation for simple tag containment constraints. by cbateman · 17 years ago
  61. 1b82ff5 Support for tag sets, mapping, constraints and matching algorithms. by cbateman · 17 years ago
  62. af63836 Move tag identifier and tld constants to core. by cbateman · 17 years ago
  63. da95d43 Move CMUtil to core. by cbateman · 17 years ago
  64. 4aabfe9 Adds containment constraint meta-data trait type. by cbateman · 17 years ago
  65. 510d92b Significant refactoring of VPD palette and tag creation code to use new metadata. Changes to StandardMetaData framework and model. Update of HTML, JSP, JSF HTML and JSF Core metadata to new standard model. by gkessler · 17 years ago
  66. 611d199 [Bug 173941] Validation of converter attribute is broken by gkessler · 17 years ago
  67. ed7b028 Create adapter mechanism on IMetaDataSourceModelProvider to provide resource bundles and image descriptors. Will allow for much better extensibility. by gkessler · 17 years ago
  68. c2f5b4d [172963] Replace CMAnnotationFiles API with EMF Based solution by gkessler · 17 years ago
  69. b949068 Enabled 1.2 facet and project creation. Added basic faces-config model validator. by cbateman · 17 years ago
  70. f8f1e3a Removed unused message QF_NEW_BEAN_PROPOSAL. by cbateman · 17 years ago
  71. 5832951 Bug# 166978 by itrimble · 17 years ago
  72. e08427b Added some project on the element change listener to protect against calling in on an inaccessible (closed) project. by cbateman · 18 years ago
  73. b9a5c2a Added basic EL symbols and validation support for arrays and lists. Unit test coverage included. by cbateman · 18 years ago
  74. 6d3359f Plugin refactoring to: by cbateman · 18 years ago
  75. 7cdb190 Some cleanup on the types stuff by cbateman · 18 years ago
  76. 500115b Code warnings cleanup. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=163125. by cbateman · 18 years ago
  77. 676c1fe Changes for minor issues found during EL validation unit testing. Corrected TypeConstant for big decimal's and also the type signature delegate for some built symbols. by cbateman · 18 years ago v20061102
  78. c99a0f8 [146052] JSF Libraries default incorrectly for a New Project. by justinchen · 18 years ago
  79. ce7496c Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=149221 by cbateman · 18 years ago
  80. fd0efbe https://bugs.eclipse.org/bugs/show_bug.cgi?id=144006 by itrimble · 18 years ago
  81. 90ecbb3 Fix for 146046, No indication of failure when JSF Library jars are missing and a library is referenced. by justinchen · 18 years ago
  82. 96ded67 Fix for 146044, Error accessing project before it exists during JSF Facet installation. by justinchen · 18 years ago
  83. 5ae9418 Bug fix for 146046, log for each missing JSF library referenced in a JSF project. by justinchen · 18 years ago
  84. 11af13e Changes in method that constructs component libraries. by justinchen · 18 years ago
  85. 057f9af Fix for bug 146085, NPE due to jsf library object was not instanciated. by justinchen · 18 years ago
  86. 79ebf16 Patched on behalf of Cameron Bateman for bug 145900. by justinchen · 18 years ago
  87. 0c4fb5f JSF library reference refactoring works. by justinchen · 18 years ago
  88. 5d5ce4a https://bugs.eclipse.org/bugs/show_bug.cgi?id=143868 by itrimble · 18 years ago
  89. 48d8819 Checkin of Cam's June2 Checkpoint (https://bugs.eclipse.org/bugs/show_bug.cgi?id=145158) by gkessler · 18 years ago
  90. 6a8ce91 Relate to fixes for bug 144954, improve efficiency when constructing jar path collection. by justinchen · 18 years ago
  91. a0c1454 Fixes for bug 144954, to support jsflibraries contribution. by justinchen · 18 years ago
  92. e58a278 Fixes for the following bugs. by justinchen · 18 years ago
  93. 309a113 JSFAppConfigManager; Javadoc update. by itrimble · 18 years ago
  94. 20a3d92 Fix for bug 143774, set Deploy JARs to true by default. by justinchen · 18 years ago
  95. 9d21f6e Some handling code on facet uninstall/reinstall scenario. by justinchen · 18 years ago
  96. 49fca30 Fix for bug 144057. by justinchen · 18 years ago
  97. 5635ac2 Applied Cam's May 26th patches. by itrimble · 18 years ago
  98. 4a736a5 JSFAppConfigManager; make attempt to open JarFile to discover if it contains a /META-INF/faces-config.xml entry more robust. by itrimble · 18 years ago
  99. d2f2e12 refactoring for api by gkessler · 18 years ago
  100. 63a0747 JSFAppConfigManager; more resilient to ClassCastException occasionally thrown while getting WebApp instance from valid WebArtifactEdit instance. by itrimble · 18 years ago