[root]/classes/org/makumba/controller/html

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 203 (100.0%) | 1297 (100.0%) | 6.3 |
| cristi | 53 (26.1%) | 866 (66.8%) | 16.3 |
| rosso_nero | 51 (25.1%) | 205 (15.8%) | 4.0 |
| fred | 20 (9.9%) | 105 (8.1%) | 5.2 |
| cristian_bogdan | 23 (11.3%) | 50 (3.9%) | 2.1 |
| stefan | 24 (11.8%) | 22 (1.7%) | 0.9 |
| jzbont | 1 (0.5%) | 21 (1.6%) | 21.0 |
| stefanba | 1 (0.5%) | 18 (1.4%) | 18.0 |
| manuel_gay | 23 (11.3%) | 10 (0.8%) | 0.4 |
| adler | 7 (3.4%) | 0 (0.0%) | 0.0 |
Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.
0 lines of code changed in 19 files:
Refactoring: merging list and forms refactoring branch
1 lines of code changed in 1 file:
slight fixes
30 lines of code changed in 1 file:
correcting call to JS validation
0 lines of code changed in 1 file:
only showing onsubmit if there is a validation
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.
1 lines of code changed in 1 file:
correcting javadoc, adding method to live-validation provider, added script for live validation
2 lines of code changed in 1 file:
listing files needed
2 lines of code changed in 1 file:
adding support for validation
0 lines of code changed in 1 file:
client-side validation integration
0 lines of code changed in 1 file:
extracted erorr messages, to be used from client side validator
0 lines of code changed in 1 file:
support for date calendar choser - implementing classes
34 lines of code changed in 3 files:
fix for bug 978, text between mak:options is now allowed and is assumed to be formatting "option groups"
0 lines of code changed in 1 file:
public access, used from other places
0 lines of code changed in 1 file:
better error message
6 lines of code changed in 1 file:
formatted code
0 lines of code changed in 1 file:
added a newline after the originating page input
0 lines of code changed in 1 file:
moved date parsing for validation errors to dateEditor
23 lines of code changed in 1 file:
fixing potential null pointer exception
4 lines of code changed in 1 file:
writing the original request into the form, to be used on form reload on validation errors; added method to find unassigned exceptions
0 lines of code changed in 1 file:
collecting all form validation errors into composite exception; added method to find unassigned exceptions
0 lines of code changed in 1 file:
fix for form reload
5 lines of code changed in 1 file:
formatting code
79 lines of code changed in 1 file:
fix for delete form, forgot to commit
5 lines of code changed in 1 file:
adding support for null option
0 lines of code changed in 3 files:
formatting code
0 lines of code changed in 3 files:
formatting code
0 lines of code changed in 1 file:
improving javadoc
8 lines of code changed in 1 file:
Formatting source, improving error message
0 lines of code changed in 1 file:
added better error message
6 lines of code changed in 1 file:
renaming multipleSubmitMsg ==> multipleSubmitErrorMsg
1 lines of code changed in 1 file:
added try-finally block to prevent open DB connections
8 lines of code changed in 1 file:
handles anchors in deleteLink
(inspired by https://private.best.eu.org/groups/archive/emailView.jsp?team=8luwv2r&email=feuiqvs)
needs to be tested!
18 lines of code changed in 1 file:
fix for form-responders - adding context name to the directory to store responders
0 lines of code changed in 1 file:
Fixing a bug with the form responder - the tomcat working directory was not set on the first time trying to write a form responder (worked only on load).
0 lines of code changed in 1 file:
completed the Database-> Transaction rename inside makumba sources; this removed lots of warnings
0 lines of code changed in 1 file:
partially fixed a bug: set titles should not be null
0 lines of code changed in 1 file:
Merging Antwerpen Branch
0 lines of code changed in 16 files:
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.
21 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:
(30 more)