[root]/classes/org/makumba/forms/html
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 167 (100.0%) | 3804 (100.0%) | 22.7 |
manuel_gay | 72 (43.1%) | 2867 (75.4%) | 39.8 |
rosso_nero | 83 (49.7%) | 874 (23.0%) | 10.5 |
cristian_bogdan | 10 (6.0%) | 56 (1.5%) | 5.6 |
marius9 | 2 (1.2%) | 7 (0.2%) | 3.5 |
fixing condition (sometype instanceof someothertype always returns true if someothertype is subclass of sometype)
1 lines of code changed in 1 file:
the calendar icon is now loaded via CSS, not by adding an image tag code into the Makumba.conf. We still leave the Makumba.conf entry, though, to be able to specifiy a specific link *text* one might want to have on each Calendar editor link (part of bug 1152)
4 lines of code changed in 1 file:
fixing bug 1119
76 lines of code changed in 2 files:
- changing syntax of unique() {field1, field2} :"error" to unique(field1,field2) : "error"
- fixing bug in comparison validation rule: validation rule breaks if an int/real field is left blank
- preparing RecordEditor to allow for advanced validation mechanism, when form is not complete (i.e. validation rule validates on a field that is not in the form)
21 lines of code changed in 1 file:
making sure we don't cache null FDs
6 lines of code changed in 1 file:
New function inliner based on tree-transformation
3 lines of code changed in 1 file:
custom messages for standard validation errors (bug 1098)
10 lines of code changed in 1 file:
implementing live validation for new MDD parser; passing all form tests
91 lines of code changed in 1 file:
avoiding to upload empty attachments
14 lines of code changed in 1 file:
- finishing implementation of DataDef and FieldDef, untested
- small adjustment in parsing
- some changes in DataDef and FieldDef interface
1 lines of code changed in 1 file:
clearDefault bugfix - now the strings can also contain quotes
1 lines of code changed in 1 file:
Implemented clearDefault="true" on input fields to clear the field onFocus if the default value is present and to restore it again on onBlur
6 lines of code changed in 1 file:
dirty fix for being able to specify default date to "now()"
8 lines of code changed in 1 file:
added a fixme
6 lines of code changed in 1 file:
removing useless string concatenations
1 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
164 lines of code changed in 16 files:
fixing warnings
0 lines of code changed in 1 file:
fixing generics
12 lines of code changed in 1 file:
formatted
46 lines of code changed in 1 file:
auto-complete for ptr
73 lines of code changed in 7 files:
(61 more)