documented my late changes and releases
29 lines of code changed in 1 file:
not-unique error can occur in updates
12 lines of code changed in 3 files:
the response now takes place in one single transaction.
all queries in the page are also guaranteed to take at most
one transaction per database
94 lines of code changed in 4 files:
the responder attributes database is specified separately
11 lines of code changed in 2 files:
added logging
2 lines of code changed in 1 file:
any number of form inclusion levels is now possible (3 tested)
35 lines of code changed in 3 files:
addForm can now be used inside of newForm to add members to the internal sets of the newly created object
50 lines of code changed in 3 files:
<mak:input> has a new attribute called nameVar
which gives the precise name of the HTML tag generated
58 lines of code changed in 3 files:
ups, forgot a printout
0 lines of code changed in 1 file:
RuntimeWrappedExceptions are also de-wrapped
4 lines of code changed in 1 file:
non-root forms cannot have action, message, onSubmit, etc.
24 lines of code changed in 1 file:
detecting and dropping extra indexes
30 lines of code changed in 2 files:
detection of duplication, and reporting via org.makumba.NotUniqueError
115 lines of code changed in 5 files:
fixed small bug: OQL errors were reported as internal makumba errors.
2 lines of code changed in 1 file:
made delete actions be taken if deleteLinks are present in multiple forms.
the link text should be empty though.
uniform detection of root form (storedSuffix.equals("") )
11 lines of code changed in 1 file:
fixed small bug: sometimes the BL file is only available in .class format
5 lines of code changed in 1 file:
separated the suffix and the extra formatting from other input parameters
in order for them not to be included in the responder key
therefore structurally identical forms repeated in a mak:list
will share the same responder
15 lines of code changed in 3 files:
existing multiple form code connected to existing code.
needed some small fixes, also made it a bit more readable
multiple edit forms work already
24 lines of code changed in 4 files:
documented a subtlety
1 lines of code changed in 1 file:
when possible, spare opening a db connection when there is no business logic class anyway
10 lines of code changed in 1 file:
db= is not a fixed attribute
6 lines of code changed in 2 files:
changed the name of a member variable for clarity
5 lines of code changed in 2 files:
it is now possible to read MDDs contained in JARs, and to display their source nicely
10 lines of code changed in 2 files: