All Projects : Wicket (Key: WICKET)

Project Lead: Igor Vaynberg
URL: http://wicket.apache.org
Description:
With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Wicket makes developing web-apps in Java simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.

Release Notes

 Select:   Open Issues   Road Map   Change Log   Popular Issues   Subversion Commits   Releases   Versions   Components   

Subversion Commits

All versions
Select version:
Repository Revision Date User Message
ASF #885209 Sun Nov 29 10:05:54 UTC 2009 jdonnerstag applied Open DropDownChoice null value internationalization key
Issue: WICKET-2531
Files Changed
MODIFY /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
Repository Revision Date User Message
ASF #885208 Sun Nov 29 10:02:08 UTC 2009 jdonnerstag applied Open DropDownChoice null value internationalization key
Issue: WICKET-2531
Files Changed
MODIFY /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
Repository Revision Date User Message
ASF #885206 Sun Nov 29 09:15:44 UTC 2009 jdonnerstag fixed Application_bg.properties property file is incorrectly encoded
Issue: WICKET-2518
Files Changed
ADD /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Application_bg.xml
DEL /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Application_bg.properties
Repository Revision Date User Message
ASF #885205 Sun Nov 29 09:15:18 UTC 2009 jdonnerstag fixed Application_bg.properties property file is incorrectly encoded
Issue: WICKET-2518
Files Changed
ADD /wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_bg.xml
DEL /wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_bg.properties
Repository Revision Date User Message
ASF #885204 Sun Nov 29 09:09:58 UTC 2009 jdonnerstag WICKET-2583
Files Changed
MODIFY /wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel.java
Repository Revision Date User Message
ASF #885201 Sun Nov 29 07:53:33 UTC 2009 jdonnerstag fixed Polish resource files for wicket 1.4.3
Issue: WICKET-2578
Files Changed
MODIFY /wicket/trunk/wicket/src/main/java/org/apache/wicket/Application_pl.properties
MODIFY /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/MultiFileUploadField_pl.properties
Repository Revision Date User Message
ASF #885200 Sun Nov 29 07:53:10 UTC 2009 jdonnerstag fixed Polish resource files for wicket
Issue: WICKET-2578
Files Changed
MODIFY /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Application_pl.properties
MODIFY /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/MultiFileUploadField_pl.properties
Repository Revision Date User Message
ASF #885199 Sun Nov 29 07:47:21 UTC 2009 jdonnerstag fixed AjaxLazyLoadPanel callback script rendering
Issue: WICKET-2590
Files Changed
MODIFY /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanel.java
Repository Revision Date User Message
ASF #885198 Sun Nov 29 07:44:39 UTC 2009 jdonnerstag fixed AjaxLazyLoadPanel callback script rendering
Issue: WICKET-2590
Files Changed
MODIFY /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxLazyLoadPanel.java
Repository Revision Date User Message
ASF #885175 Sat Nov 28 23:51:58 UTC 2009 jdonnerstag fixed Javadoc of Component#setOutputMarkupPlaceholderTag is wrong
Issue: WICKET-2580
Files Changed
MODIFY /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java
Repository Revision Date User Message
ASF #885174 Sat Nov 28 23:50:55 UTC 2009 jdonnerstag fixed Javadoc of Component#setOutputMarkupPlaceholderTag is wrong
Issue: WICKET-2580
Files Changed
MODIFY /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java
Repository Revision Date User Message
ASF #885173 Sat Nov 28 23:48:22 UTC 2009 jdonnerstag fixed WICKET-2581 French translation of Wicket-auth resources
Files Changed
ADD /wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/SignInPage_fr.html
ADD /wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_fr.properties
ADD /wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/SignOutPage_fr.html
ADD /wicket/branches/wicket-1.4.x/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_fr.html
Repository Revision Date User Message
ASF #885172 Sat Nov 28 23:47:29 UTC 2009 jdonnerstag fixed WICKET-2581 French translation of Wicket-auth resources
Files Changed
ADD /wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/SignOutPage_fr.html
ADD /wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_fr.html
ADD /wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/pages/SignInPage_fr.html
ADD /wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/panel/SignInPanel_fr.properties
Repository Revision Date User Message
ASF #885171 Sat Nov 28 23:43:18 UTC 2009 jdonnerstag fixed org.apache.wicket.markup.html.form.Check should call Component.isEnabledInHierarchy()
Issue: WICKET-2582
Files Changed
MODIFY /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/markup/html/form/Check.java
Repository Revision Date User Message
ASF #885170 Sat Nov 28 23:40:20 UTC 2009 jdonnerstag fixed org.apache.wicket.markup.html.form.Check should call Component.isEnabledInHierarchy()
Issue: WICKET-2582
Files Changed
MODIFY /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/Check.java
Repository Revision Date User Message
ASF #885168 Sat Nov 28 23:33:47 UTC 2009 jdonnerstag fixed UploadProgressBar producing warning log messages incorrectly
Issue: WICKET-2587
Files Changed
MODIFY /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java
ADD /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/MultipartRequest.java
MODIFY /wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadWebRequest.java
Repository Revision Date User Message
ASF #885167 Sat Nov 28 23:30:45 UTC 2009 jdonnerstag fixed UploadProgressBar producing warning log messages incorrectly
Issue: WICKET-2587
Files Changed
MODIFY /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadWebRequest.java
MODIFY /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/UploadProgressBar.java
ADD /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/form/upload/MultipartRequest.java
Repository Revision Date User Message
ASF #885165 Sat Nov 28 23:22:34 UTC 2009 jdonnerstag fixed ExternalLink to take IModel<?> instead of IModel<String> for label
Issue: WICKET-2588
Files Changed
MODIFY /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/ExternalLink.java
Repository Revision Date User Message
ASF #885164 Sat Nov 28 23:13:55 UTC 2009 jdonnerstag fixed FeedbackPanel in FormComponentFeedbackBorder throws ConcurrentModificationException
Issue: WICKET-2589
Files Changed
ADD /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HomePage1_ExpectedResult.html
ADD /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HomePage1.java
ADD /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HereIsTheBug.html
MODIFY /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HomePageTest.java
MODIFY /wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java
ADD /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HereIsTheBug.java
ADD /wicket/trunk/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HomePage1.html
Repository Revision Date User Message
ASF #885163 Sat Nov 28 23:04:37 UTC 2009 jdonnerstag fixed FeedbackPanel in FormComponentFeedbackBorder throws ConcurrentModificationException
Issue: WICKET-2589
Files Changed
MODIFY /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HomePageTest.java
MODIFY /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/Component.java
ADD /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HereIsTheBug.java
ADD /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HomePage1.html
ADD /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HomePage1_ExpectedResult.html
ADD /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HomePage1.java
ADD /wicket/branches/wicket-1.4.x/wicket/src/test/java/org/apache/wicket/markup/html/form/validation/HereIsTheBug.html

Reports

Recently Created Issues Report
Created vs Resolved Issues Report
Resolution Time Report
Average Age Report
Pie Chart Report
Contribution Report
User Workload Report
Version Workload Report
Time Tracking Report
Single Level Group By Report

Preset Filters


Project Summary

Open Open 290
   11%
In Progress In Progress 3
Reopened Reopened 15
   1%
Resolved Resolved 1700
   66%
Closed Closed 584
   23%

Open Issues

By Priority
Critical Critical 3
   1%
Major Major 197
   64%
Minor Minor 96
   31%
Trivial Trivial 12
   4%

By Assignee
Alastair Maw 4
   1%
Ate Douma 3
   1%
Frank Bille Jensen 3
   1%
Igor Vaynberg 15
   5%
Jean-Baptiste Quenot 1
Jeremy Thomerson 2
   1%
Johan Compagner 22
   7%
Jonathan Locke 1
Juergen Donnerstag 6
   2%
Martijn Dashorst 7
   2%
Matej Knopp 54
   18%
Timo Rantalaiho 6
   2%
Unassigned 184
   60%