[root]/classes/org/makumba/forms/responder

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 140 (100.0%) | 2253 (100.0%) | 16.0 |
| manuel_gay | 48 (34.3%) | 1645 (73.0%) | 34.2 |
| rosso_nero | 77 (55.0%) | 458 (20.3%) | 5.9 |
| marius9 | 1 (0.7%) | 128 (5.7%) | 128.0 |
| poempernikkel | 7 (5.0%) | 21 (0.9%) | 3.0 |
| cristian_bogdan | 7 (5.0%) | 1 (0.0%) | 0.1 |
Fixing see also
2 lines of code changed in 1 file:
Really fixing the form post-back issue, i.e. re-filling the previously entered values
19 lines of code changed in 1 file:
fixing the form post-back issue: we now redirect to the original page in case of errors.
0 lines of code changed in 2 files:
cleaning up, fixing minor bug
0 lines of code changed in 1 file:
fixing NPE
1 lines of code changed in 1 file:
implementing live validation for new MDD parser; passing all form tests
0 lines of code changed in 1 file:
formatted
0 lines of code changed in 1 file:
slight cleanup
0 lines of code changed in 1 file:
commented out post-back to form originating page code, to prevent errors
60 lines of code changed in 2 files:
simplyfying the TransactionProvider, i.e. moving special methods to the right implementations
0 lines of code changed in 1 file:
- making TransactionProvider intelligent: if getConnectionTo() wants to access a dataSource that is not of the type of the TransactionProvider implementation, automatically switches to the right implementation
- experimentation: method to unload static reference to singleton on context uninstall. maybe it will help with our problem
- fixing bug 1090
21 lines of code changed in 2 files:
better decision on when to reload forms, especially for search forms; added logging
0 lines of code changed in 4 files:
renaming
13 lines of code changed in 1 file:
fixing warnings
2 lines of code changed in 1 file:
postback to forms for annotation
0 lines of code changed in 4 files:
Fixed a wrong implementation of the mak:response span having a double class assignment
0 lines of code changed in 2 files:
- Fixed/Updated/Finalised the mak:response behaviour
- Added default option for response style in the default makumba.conf and the test application conf.
- Updated the documentation for both mak:response and the use of Transaction instead of Database
19 lines of code changed in 3 files:
Introduced consistency in the styles of what <mak:response/> returns.
2 lines of code changed in 2 files:
originating page as part of the form responder, to keep URL as small as possible
22 lines of code changed in 3 files:
removing unnecessary string concatenation
7 lines of code changed in 1 file:
avoiding useless string concatenation
0 lines of code changed in 3 files:
avoiding string concatenation
1 lines of code changed in 1 file:
Using singletonHolder class wherever possible
0 lines of code changed in 2 files:
changing a System.out.println into a logger INFO message
2 lines of code changed in 1 file:
making more simple & safe
67 lines of code changed in 1 file:
slight fixes in input id computation
1 lines of code changed in 1 file:
fix for form identifier, storing form name in format parameters
6 lines of code changed in 2 files:
adapted form responder code to take into account new field
small fix for search form output
1 lines of code changed in 1 file:
added matchMode attribute to criterion to define a single match mode
13 lines of code changed in 1 file:
adapted tests to match new id=".." values
1 lines of code changed in 1 file:
using formIdentifier to make auto-generated id=".." unique
1 lines of code changed in 1 file:
implementing add-to-result-of-mak-input for add forms; simple implementation, yet working only on mak:input dataType=".." inputs
0 lines of code changed in 1 file:
fixing a typo :-)
1 lines of code changed in 1 file:
new form identifier to uniquely identify forms (form responder did not work as planned)
0 lines of code changed in 1 file:
adding generics to some DB functions
0 lines of code changed in 1 file:
value editor
128 lines of code changed in 1 file:
made more robuts
0 lines of code changed in 1 file:
support for nested forms / lazy evaluated inputs
32 lines of code changed in 3 files:
formatting
0 lines of code changed in 1 file:
added a fixme comment
11 lines of code changed in 1 file:
(57 more)