Directory classes/org/makumba/list/html/

Total Files:
6
Deleted Files:
0
Lines of Code:
580

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 38 (100.0%) 681 (100.0%) 17.9
manuel_gay 20 (52.6%) 533 (78.3%) 26.6
rosso_nero 17 (44.7%) 148 (21.7%) 8.7
cristian_bogdan 1 (2.6%) 0 (0.0%) 0.0

Most Recent Commits

manuel_gay 2009-07-08 10:28 Rev.: 3978

correct path to the download servlet

2 lines of code changed in 1 file:

  • classes/org/makumba/list/html: binaryViewer.java (+2 -1)
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

50 lines of code changed in 5 files:

  • classes/org/makumba/list/html: FieldViewer.java (+10 -2), binaryViewer.java (+10 -2), booleanViewer.java (+10 -2), charViewer.java (+10 -2), textViewer.java (+10 -2)
rosso_nero 2009-01-02 03:33 Rev.: 3514

fixing generics

0 lines of code changed in 1 file:

  • classes/org/makumba/list/html: RecordViewer.java (changed)
rosso_nero 2008-12-23 04:47 Rev.: 3445

fixing generics warnings

7 lines of code changed in 5 files:

  • classes/org/makumba/list/html: FieldViewer.java (+3 -12), binaryViewer.java (+1 -1), booleanViewer.java (+1 -1), charViewer.java (+1 -1), textViewer.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/list/html: textViewer.java (changed)
rosso_nero 2008-07-25 13:11 Rev.: 2910

added new formatting to strip HTML tags (useful when using stuff in title="...")

0 lines of code changed in 2 files:

  • classes/org/makumba/list/html: charViewer.java (changed), textViewer.java (changed)
rosso_nero 2008-07-23 23:36 Rev.: 2901

download servlet for file type

73 lines of code changed in 2 files:

  • classes/org/makumba/list/html: RecordViewer.java (+7 -1), binaryViewer.java (new 66)
rosso_nero 2008-07-21 01:03 Rev.: 2879

adapted comment

0 lines of code changed in 1 file:

  • classes/org/makumba/list/html: RecordViewer.java (changed)
rosso_nero 2008-05-27 19:25 Rev.: 2468

formatted code

67 lines of code changed in 2 files:

  • classes/org/makumba/list/html: charViewer.java (+23 -26), textViewer.java (+44 -47)
rosso_nero 2008-05-27 16:22 Rev.: 2463

passing on the form responder value

1 lines of code changed in 1 file:

  • classes/org/makumba/list/html: RecordViewer.java (+1 -1)
rosso_nero 2008-05-27 01:38 Rev.: 2461

allowing editing of TS_Create/modify in search forms (as we only search...)

0 lines of code changed in 1 file:

  • classes/org/makumba/list/html: RecordViewer.java (changed)
manuel_gay 2008-05-12 03:14 Rev.: 2295

Introducing boolean type

72 lines of code changed in 2 files:

  • classes/org/makumba/list/html: RecordViewer.java (+3), booleanViewer.java (new 69)
rosso_nero 2008-01-04 14:16 Rev.: 2212

using stringutils from commons-lang

0 lines of code changed in 2 files:

  • classes/org/makumba/list/html: charViewer.java (changed), textViewer.java (changed)
manuel_gay 2007-09-25 15:54 Rev.: 1688

Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.

14 lines of code changed in 4 files:

  • classes/org/makumba/list/html: FieldViewer.java (+2 -2), RecordViewer.java (+6 -6), charViewer.java (+3 -3), textViewer.java (+3 -3)
manuel_gay 2007-09-17 20:06 Rev.: 1600

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.

395 lines of code changed in 8 files:

  • classes/org/makumba/list/html: FieldViewer.java (+107), RecordViewer.java (new), charViewer.java (new), textViewer.java (+105)
Generated by StatSVN 0.5.0