Directory classes/org/makumba/forms/html/

Directory Created:
2007-09-25 15:54
Total Files:
20
Deleted Files:
1
Lines of Code:
2737

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

Lines of Code

classes/org/makumba/forms/html/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 162 (100.0%) 3448 (100.0%) 21.2
manuel_gay 68 (42.0%) 2832 (82.1%) 41.6
rosso_nero 82 (50.6%) 600 (17.4%) 7.3
cristian_bogdan 10 (6.2%) 9 (0.3%) 0.9
marius9 2 (1.2%) 7 (0.2%) 3.5

Most Recent Commits

manuel_gay 2009-09-28 13:10 Rev.: 4061

making sure we don't cache null FDs

6 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (+6 -2)
manuel_gay 2009-08-06 21:10 Rev.: 4001

New function inliner based on tree-transformation

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
manuel_gay 2009-07-21 10:23 Rev.: 3998

custom messages for standard validation errors (bug 1098)

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
manuel_gay 2009-07-13 22:21 Rev.: 3982

implementing live validation for new MDD parser; passing all form tests

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
manuel_gay 2009-07-08 10:28 Rev.: 3977

avoiding to upload empty attachments

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
manuel_gay 2009-06-23 17:49 Rev.: 3945

- 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:

  • classes/org/makumba/forms/html: charEnumEditor.java (+1 -1)
marius9 2009-06-03 18:23 Rev.: 3895

clearDefault bugfix - now the strings can also contain quotes

1 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: charEditor.java (+1 -1)
marius9 2009-06-03 18:15 Rev.: 3894

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:

  • classes/org/makumba/forms/html: charEditor.java (+6 -4)
manuel_gay 2009-05-06 16:10 Rev.: 3819

dirty fix for being able to specify default date to "now()"

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: dateEditor.java (changed)
rosso_nero 2009-02-04 06:06 Rev.: 3681

added a fixme

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
rosso_nero 2009-01-07 16:27 Rev.: 3590

removing useless string concatenations

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: ptrEditor.java (changed)
manuel_gay 2009-01-05 23:36 Rev.: 3575

- 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:

  • classes/org/makumba/forms/html: FieldEditor.java (+10 -2), KruseCalendarEditor.java (+14 -4), binaryEditor.java (+10 -2), booleanEditor.java (+10 -2), charEditor.java (+10 -2), charEnumEditor.java (+10 -2), dateEditor.java (+10 -2), errorEditor.java (+10 -2), intEditor.java (+10 -2), intEnumEditor.java (+10 -2), ptrEditor.java (+10 -2), realEditor.java (+10 -2), setEditor.java (+10 -2), setcharEnumEditor.java (+10 -2), setintEnumEditor.java (+10 -2), textEditor.java (+10 -2)
rosso_nero 2009-01-02 19:13 Rev.: 3527

fixing warnings

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: setEditor.java (changed)
rosso_nero 2009-01-02 03:21 Rev.: 3512

fixing generics

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: ptrEditor.java (changed)
rosso_nero 2009-01-02 03:19 Rev.: 3511

formatted

46 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: ptrEditor.java (+46 -51)
manuel_gay 2008-12-27 15:55 Rev.: 3472

auto-complete for ptr

73 lines of code changed in 7 files:

  • classes/org/makumba/forms/html: booleanEditor.java (-5), charEditor.java (+9 -8), charEnumEditor.java (-5), choiceEditor.java (+3 -5), ptrEditor.java (+59 -4), setEditor.java (+2 -5), setcharEnumEditor.java (-5)
rosso_nero 2008-12-23 05:29 Rev.: 3449

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: choiceEditor.java (changed)
rosso_nero 2008-12-23 04:35 Rev.: 3444

fixing generics warnings

43 lines of code changed in 11 files:

  • classes/org/makumba/forms/html: FieldEditor.java (+11 -11), binaryEditor.java (+4 -4), booleanEditor.java (+2 -2), charEditor.java (+5 -5), charEnumEditor.java (+3 -1), choiceEditor.java (+3 -3), dateEditor.java (+5 -5), errorEditor.java (+1 -1), intEditor.java (+2 -2), ptrEditor.java (+1 -4), textEditor.java (+6 -6)
manuel_gay 2008-12-21 01:19 Rev.: 3426

live validation for char

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: charEditor.java (changed)
rosso_nero 2008-11-28 19:42 Rev.: 3356

fix & test for calendar editor on field in pointed type
setting defaults for makumba webapp

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: KruseCalendarEditor.java (changed)
rosso_nero 2008-11-25 02:55 Rev.: 3340

fix for allowing functions in title directive

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: ptrEditor.java (changed)
rosso_nero 2008-11-18 05:31 Rev.: 3328

allowing default=".." for date

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: dateEditor.java (changed)
rosso_nero 2008-08-20 17:27 Rev.: 3121

fixing bug when there is another field after a binary input

1 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (+1 -1)
cristian_bogdan 2008-08-13 01:17 Rev.: 3064

avoiding using Text.toString(), using getString() wherever we know about it.
this is done in preparation to change Text.toString() to something more meaningful and less memory-intensive

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: textEditor.java (changed)
rosso_nero 2008-08-08 01:57 Rev.: 3047

fixing calendar editors in search forms, not validating in search forms

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
rosso_nero 2008-08-07 18:41 Rev.: 3039

new versions of scripts, using compressed ones to save download

1 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: KruseCalendarEditor.java (+1 -2)
rosso_nero 2008-08-07 13:08 Rev.: 3032

slight fixes in input id computation

4 lines of code changed in 2 files:

  • classes/org/makumba/forms/html: CalendarEditorProvider.java (+1 -1), KruseCalendarEditor.java (+3 -3)
rosso_nero 2008-08-07 12:19 Rev.: 3026

support for set editor with two chosers

0 lines of code changed in 2 files:

  • classes/org/makumba/forms/html: choiceEditor.java (changed), setEditor.java (changed)
rosso_nero 2008-08-07 12:15 Rev.: 3024

small fixes for form validation

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
rosso_nero 2008-08-07 12:13 Rev.: 3021

storing form name in format parameters

8 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: FieldEditor.java (+8)
rosso_nero 2008-08-07 12:00 Rev.: 3016

formatting code

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
rosso_nero 2008-08-07 11:49 Rev.: 3015

making use of new JS function to reduce generated code

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: KruseCalendarEditor.java (changed)
rosso_nero 2008-08-07 11:48 Rev.: 3014

not showing calendar editor if we do not have date inputs with all day, month and year components

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: dateEditor.java (changed)
rosso_nero 2008-07-30 14:01 Rev.: 2961

allowing file as value for type=

13 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: binaryEditor.java (+13)
rosso_nero 2008-07-29 01:44 Rev.: 2936

adapted tests to match new id=".." values

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (-12)
rosso_nero 2008-07-29 01:32 Rev.: 2934

using formIdentifier to make auto-generated id=".." unique

18 lines of code changed in 3 files:

  • classes/org/makumba/forms/html: CalendarEditorProvider.java (+1 -1), KruseCalendarEditor.java (+9 -9), dateEditor.java (+8 -7)
rosso_nero 2008-07-23 23:29 Rev.: 2900

integrating content-based mime-type detection, meta-data for image files

6 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (+6)
rosso_nero 2008-07-21 02:29 Rev.: 2886

implemented file data type

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
rosso_nero 2008-07-21 02:03 Rev.: 2885

fixing warnings

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/html: RecordEditor.java (changed)
rosso_nero 2008-07-21 00:59 Rev.: 2878

new form identifier to uniquely identify forms (form responder did not work as planned)

0 lines of code changed in 2 files:

  • classes/org/makumba/forms/html: RecordEditor.java (changed), choiceEditor.java (changed)

(37 more)

Generated by StatSVN 0.5.0