[root]/servlet_context/WEB-INF

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 60 (100.0%) | 517 (100.0%) | 8.6 |
| cristi | 18 (30.0%) | 227 (43.9%) | 12.6 |
| rosso_nero | 17 (28.3%) | 96 (18.6%) | 5.6 |
| adler | 1 (1.7%) | 64 (12.4%) | 64.0 |
| fred | 5 (8.3%) | 41 (7.9%) | 8.2 |
| stefan | 9 (15.0%) | 39 (7.5%) | 4.3 |
| cristian_bogdan | 2 (3.3%) | 21 (4.1%) | 10.5 |
| jzbont | 1 (1.7%) | 12 (2.3%) | 12.0 |
| manuel_gay | 6 (10.0%) | 10 (1.9%) | 1.6 |
| milerosu | 1 (1.7%) | 7 (1.4%) | 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
0 lines of code changed in 1 file:
support for date calendar choser - new attributes & setting
0 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
0 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)
0 lines of code changed in 1 file:
adding support for null option
0 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">
0 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
0 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:
mak:option doesn't need dataType, as it will always be known from the enclosing mak:input
0 lines of code changed in 1 file:
implemented mak:option with code inherited from old mak.input, removed old option code from QueryTag
0 lines of code changed in 1 file:
fixed bug 59 and 60: the option lists of set and ptr chosers can be freely formatted, ordered, etc, and nil can be an option
0 lines of code changed in 1 file:
support for mak:list start and limit (bug 57)
13 lines of code changed in 1 file:
implemented JSP functions: mak:count(), mak:maxCount(), mak:lastCount()
22 lines of code changed in 1 file:
listeners can be specified in the TLD since JSP 1.2.
no need to specify the makumba cleanup listener in web.xml anymore
5 lines of code changed in 1 file:
experimental page validator not in use
0 lines of code changed in 1 file:
support for JSP 2.0
64 lines of code changed in 1 file:
<mak:input> has a new attribute called nameVar
which gives the precise name of the HTML tag generated
7 lines of code changed in 1 file:
db= is not a fixed attribute
0 lines of code changed in 1 file:
bug 677 (".jspx" conflicting with XML & XHTML) - added support for ".jsps" alternative
4 lines of code changed in 1 file:
undid 1 change in last update: mak:input#display is rtexpr
0 lines of code changed in 1 file:
reversed RuntimeExpression=true where it was wrong
0 lines of code changed in 1 file:
deleteLink now also has: name, styleId, styleClass, style (bug 101)
0 lines of code changed in 1 file:
provides version in dewey format ([0-9]*{ "."[0-9] }0..3), so that simple webapp reload will maybe reload the TLD as well.
0 lines of code changed in 1 file:
added other formatting parameters for bug 101 (more JSP author control over the HTML produced by mak: tags)
0 lines of code changed in 1 file:
updated for post 0.5.7.x Makumba versions
32 lines of code changed in 1 file:
bug 585: add tickbox input controls
0 lines of code changed in 1 file:
changed mak:if, test=...
3 lines of code changed in 1 file:
add branch BR-0_5_9_10 to the main
38 lines of code changed in 1 file:
(8 more)