Directory classes/org/makumba/list/

Directory Created:
2007-09-24 18:36
Total Files:
2
Deleted Files:
0
Lines of Code:
433

[root]/classes/org/makumba/list
                    directory in repo engine (5 files, 1176 lines)
                        directory in repo valuecomputer (4 files, 523 lines)
                    directory in repo html (6 files, 580 lines)
                    directory in repo pagination (1 files, 365 lines)
                    directory in repo tags (12 files, 2084 lines)

Lines of Code

classes/org/makumba/list/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 465 (100.0%) 20.2
manuel_gay 13 (56.5%) 321 (69.0%) 24.6
rosso_nero 7 (30.4%) 125 (26.9%) 17.8
cristian_bogdan 2 (8.7%) 14 (3.0%) 7.0
marius9 1 (4.3%) 5 (1.1%) 5.0

Most Recent Commits

manuel_gay 2009-06-06 16:41 Rev.: 3909

not using deprectated method

1 lines of code changed in 1 file:

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

10 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (+10 -2)
marius9 2008-10-05 14:26 Rev.: 3195

fixed a bug with reflection

5 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (+5 -3)
manuel_gay 2008-10-04 15:16 Rev.: 3186

Using singletonHolder class wherever possible

0 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (changed)
cristian_bogdan 2008-09-30 12:53 Rev.: 3169

avoiding NPE if the enclosing tag has no name

0 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (changed)
rosso_nero 2008-09-05 04:37 Rev.: 3154

Start of Makumba Defaults config
re-implementing loads of servlets in controller handlers

0 lines of code changed in 1 file:

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

download servlet for file type

114 lines of code changed in 1 file:

  • classes/org/makumba/list: MakumbaDownloadServlet.java (new 114)
rosso_nero 2008-07-23 00:12 Rev.: 2899

added a fixme

0 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (changed)
rosso_nero 2008-07-22 02:37 Rev.: 2897

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:

  • classes/org/makumba/list: ListFormDataProvider.java (changed)
rosso_nero 2008-07-21 02:40 Rev.: 2888

formatting code

0 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (changed)
rosso_nero 2008-07-17 23:58 Rev.: 2835

better error message if addTag is not inside a list/object

7 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (+7 -1)
manuel_gay 2008-07-03 01:32 Rev.: 2733

refactoring: moving all the cache keys to MakumbaJSPAnalyser, so it is possible to have an overview

0 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (changed)
cristian_bogdan 2008-05-01 02:20 Rev.: 2267

making (more) sure that makumba forms don't produce bad HQL due to the ptr.id issue
query language can now be extracted via MakumbaJspAnalyzer

14 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (+14 -10)
manuel_gay 2008-04-23 18:09 Rev.: 2259

Improving error message a bit

1 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (+1 -1)
manuel_gay 2008-04-15 13:48 Rev.: 2242

Makes the default constructor public, needed for some more strict JVMs

0 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (changed)
manuel_gay 2008-03-15 16:13 Rev.: 2235

Avoiding creation of useless object instances of Providers by using singletons

13 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (+13)
manuel_gay 2007-11-21 17:33 Rev.: 2094

Removing leftovers of hibernate_ pointers

1 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (+1 -10)
rosso_nero 2007-10-25 02:48 Rev.: 1920

changing method signature, allowing more inputs for search forms

4 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (+4 -2)
manuel_gay 2007-10-03 18:48 Rev.: 1743

Updating imports (Attributes, GenericTag)

0 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (changed)
manuel_gay 2007-09-26 21:14 Rev.: 1697

Instantiating FormDataProvider using basic dependency injection

0 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.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.

1 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (+1 -1)
manuel_gay 2007-09-25 12:34 Rev.: 1682

Removing leftover dependencies of forms on list

0 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (changed)
manuel_gay 2007-09-24 18:36 Rev.: 1678

Refactoring: merging list and forms refactoring branch

294 lines of code changed in 1 file:

  • classes/org/makumba/list: ListFormDataProvider.java (new 294)
Generated by StatSVN 0.5.0