[root]/servlet_context/WEB-INF
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 60 (100.0%) | 1426 (100.0%) | 23.7 |
stefan | 9 (15.0%) | 617 (43.3%) | 68.5 |
rosso_nero | 17 (28.3%) | 364 (25.5%) | 21.4 |
cristi | 18 (30.0%) | 272 (19.1%) | 15.1 |
adler | 1 (1.7%) | 64 (4.5%) | 64.0 |
fred | 5 (8.3%) | 59 (4.1%) | 11.8 |
cristian_bogdan | 2 (3.3%) | 21 (1.5%) | 10.5 |
jzbont | 1 (1.7%) | 12 (0.8%) | 12.0 |
manuel_gay | 6 (10.0%) | 10 (0.7%) | 1.6 |
milerosu | 1 (1.7%) | 7 (0.5%) | 7.0 |
Removing unused directories
0 lines of code changed in 4 files:
adding new attributes also to hibernate tld
0 lines of code changed in 1 file:
Refactoring: separating list, analysis, and a number of dependencies. Introducing org.makumba.commons which will grow later on.
Sorry for the hugue commit but it's one coherent refactoring, it should go together.
10 lines of code changed in 2 files:
adding support for client side validation attribute
24 lines of code changed in 1 file:
support for date calendar choser - new attributes & setting
12 lines of code changed in 1 file:
added new attributes for form annotation
72 lines of code changed in 1 file:
formatted, added comments and new developer support tools
69 lines of code changed in 1 file:
new attribute to preserve white space
12 lines of code changed in 1 file:
allowing method= attribute for mak:delete(Link)
12 lines of code changed in 1 file:
adding support for null option
6 lines of code changed in 1 file:
allowing custom handler method for edit forms
6 lines of code changed in 2 files:
allowinf id attribute for mak:input - needed for forms <label for="id">
6 lines of code changed in 2 files:
renaming multipleSubmitMsg ==> multipleSubmitErrorMsg
6 lines of code changed in 2 files:
changing name of hibernate taglib
0 lines of code changed in 1 file:
Second tag-lib for hibernate. exact copy of existing one, just using a different name to know whether to use OQL or HQL
0 lines of code changed in 1 file:
fixed bug 190 (Submit of add/newForm: limit to one submittal max?)
if you want to limit the submittal max to one you have to put the attribute multipleSubmitMsg inside <mak:newForm or <mak:addForm...
The msg is available via <mak:response
if you don't add multipleSubmitMsg attribute then the check will not take place.
12 lines of code changed in 1 file:
fixed bug 16 (delete as button)
<mak:deleteLink ... is depricted, use <mak:delete widget="link|button"... instead
by Bartosz and Jure
139 lines of code changed in 1 file:
new info tag working version, made from the systemInfo.jsp page
7 lines of code changed in 1 file:
didn't know it was used, updated to latest makumba
9 lines of code changed in 1 file:
variableFrom in mak:list and mak:object
12 lines of code changed in 1 file:
(28 more)