Directory classes/org/makumba/providers/

Directory Created:
2007-09-14 14:11
Total Files:
10
Deleted Files:
3
Lines of Code:
2075

[root]/classes/org/makumba/providers
                    directory in repo datadefinition (0 files, 0 lines)
                        directory in repo makumba (7 files, 3938 lines)
                            directory in repo validation (7 files, 820 lines)
                        directory in repo mdd (25 files, 5859 lines)
                            directory in repo validation (4 files, 303 lines)
                    directory in repo query (2 files, 789 lines)
                        directory in repo hql (13 files, 2166 lines)
                        directory in repo mql (30 files, 13352 lines)
                            directory in repo originals (6 files, 924 lines)
                        Folder removed from repo oql (0 files, 0 lines)
                            Folder removed from repo oldGrammar (0 files, 0 lines)

Lines of Code

classes/org/makumba/providers/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 165 (100.0%) 3074 (100.0%) 18.6
manuel_gay 82 (49.7%) 1418 (46.1%) 17.2
cristian_bogdan 26 (15.8%) 961 (31.3%) 36.9
rosso_nero 54 (32.7%) 681 (22.2%) 12.6
poempernikkel 2 (1.2%) 8 (0.3%) 4.0
marius9 1 (0.6%) 6 (0.2%) 6.0

Most Recent Commits

cristian_bogdan 2009-10-02 21:34 Rev.: 4065

revived support for setintenum

1 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysisProvider.java (+1 -1)
manuel_gay 2009-08-21 01:15 Rev.: 4018

fixing method that was only able to handle simple expressions (was also failing with old function inliner)

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysisProvider.java (changed)
manuel_gay 2009-08-20 22:37 Rev.: 4015

Removing System.out.println

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysisProvider.java (-1)
manuel_gay 2009-08-20 17:19 Rev.: 4013

fixing bug with new query inliner

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysisProvider.java (changed)
manuel_gay 2009-08-07 18:58 Rev.: 4002

fixing the hostname / path lookup mechanism

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (changed)
manuel_gay 2009-08-06 21:10 Rev.: 4001

New function inliner based on tree-transformation

0 lines of code changed in 3 files:

  • classes/org/makumba/providers: Configuration.java (changed), QueryAnalysis.java (changed), QueryAnalysisProvider.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 2 files:

  • classes/org/makumba/providers: Configuration.java (changed), DataDefinitionProvider.java (changed)
manuel_gay 2009-07-08 00:27 Rev.: 3976

- simplifying datadefinitionprovider interface
- getting database tests to work with new mdd parser
- unit tests for new parser

0 lines of code changed in 3 files:

  • classes/org/makumba/providers: Configuration.java (changed), DataDefinitionProvider.java (changed), DataDefinitionProviderInterface.java (del)
manuel_gay 2009-07-01 18:06 Rev.: 3970

fixing many small issues, comparison with current parser

8 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+8 -2)
manuel_gay 2009-06-29 19:49 Rev.: 3964

grammar for functions and grammar regexp validation rule, several improvements for validation rules, partly implemented function creation

5 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+5 -2)
manuel_gay 2009-06-24 18:54 Rev.: 3948

better description

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: DataDefinitionProviderInterface.java (changed)
manuel_gay 2009-05-25 18:35 Rev.: 3884

fiing a race condition

9 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+9 -2)
cristian_bogdan 2009-05-22 01:26 Rev.: 3861

allowing an insertion table to be specified at query analysis

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysisProvider.java (changed)
manuel_gay 2009-05-21 19:41 Rev.: 3860

fetching default property if none is specified in Makumba.conf

11 lines of code changed in 2 files:

  • classes/org/makumba/providers: Configuration.java (+1 -1), MakumbaINIFileReader.java (+10 -1)
manuel_gay 2009-04-03 12:20 Rev.: 3779

making it possible to turn off error logging to the db

8 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+8)
manuel_gay 2009-02-25 21:07 Rev.: 3748

commiting configuration

2 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+2)
rosso_nero 2009-02-11 03:28 Rev.: 3691

added svn-properties

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysisProvider.java (changed)
rosso_nero 2009-02-04 04:09 Rev.: 3680

reading formAnnotation default from Makumba.conf

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (changed)
rosso_nero 2009-01-08 05:07 Rev.: 3596

reading code generator properties from ini file

0 lines of code changed in 2 files:

  • classes/org/makumba/providers: Configuration.java (changed), MakumbaINIFileReader.java (changed)
rosso_nero 2009-01-07 19:28 Rev.: 3591

reading Java and JSP viewer properties from Makumba.conf

0 lines of code changed in 2 files:

  • classes/org/makumba/providers: Configuration.java (changed), MakumbaINIFileReader.java (changed)
rosso_nero 2009-01-07 04:48 Rev.: 3589

renamed

29 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+29 -24)
manuel_gay 2009-01-07 01:16 Rev.: 3581

- making the intelligent mechanism in TransactionProvider actually work
- fixing part of the HQL tests

0 lines of code changed in 2 files:

  • classes/org/makumba/providers: Configuration.java (changed), TransactionProvider.java (changed)
manuel_gay 2009-01-06 20:40 Rev.: 3579

fixing the path: host: mechanism for default data source

44 lines of code changed in 2 files:

  • classes/org/makumba/providers: Configuration.java (+42 -36), ConfiguredDataSource.java (+2 -14)
manuel_gay 2009-01-06 19:59 Rev.: 3578

- removing fetching of servletName that does not work at filter startup time
- making it compulsory to have a Makumba.conf

3 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+3 -7)
manuel_gay 2009-01-06 03:26 Rev.: 3576

simplyfying the TransactionProvider, i.e. moving special methods to the right implementations

2 lines of code changed in 1 file:

  • classes/org/makumba/providers: TransactionProvider.java (+2 -8)
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

115 lines of code changed in 4 files:

  • classes/org/makumba/providers: Configuration.java (+12 -22), DataDefinitionProvider.java (+10 -2), QueryProvider.java (+10 -1), TransactionProvider.java (+83 -45)
manuel_gay 2009-01-05 15:37 Rev.: 3572

fixing lookup bug

10 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+10 -7)
manuel_gay 2009-01-03 03:54 Rev.: 3533

- moving database configuration to Makumba.conf
- fixing the OO design of TransactionProvider-s, now they extend TransactionProvider instead of implementing some strange interface
- updating hibernate version

sorry for the big commit but it's a big change. please test, comment, etc.

100 lines of code changed in 5 files:

  • classes/org/makumba/providers: Configuration.java (changed), ConfiguredDataSource.java (new 100), MakumbaINIFileReader.java (changed), TransactionProvider.java (changed), TransactionProviderInterface.java (del)
rosso_nero 2009-01-02 19:19 Rev.: 3529

fixing warnings

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysis.java (-1)
rosso_nero 2009-01-02 05:44 Rev.: 3520

fixing warnings

2 lines of code changed in 1 file:

  • classes/org/makumba/providers: TransactionProvider.java (+2 -2)
rosso_nero 2008-12-31 02:26 Rev.: 3503

more complete test

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysisProvider.java (changed)
rosso_nero 2008-12-31 01:47 Rev.: 3502

test for failing function inlining

32 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysisProvider.java (+32)
rosso_nero 2008-12-31 01:27 Rev.: 3495

formatted

18 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryAnalysisProvider.java (+18 -17)
manuel_gay 2008-12-27 15:51 Rev.: 3471

adding generics

3 lines of code changed in 1 file:

  • classes/org/makumba/providers: QueryProvider.java (+3 -2)
poempernikkel 2008-12-26 20:20 Rev.: 3463

Moved the useDefaultResponseStyles config option to the already existing category 'controllerConfig'

1 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+1 -1)
poempernikkel 2008-12-26 19:51 Rev.: 3462

- Fixed/Updated/Finalised the mak:response behaviour
- Added default option for response style in the default makumba.conf and the test application conf.
- Updated the documentation for both mak:response and the use of Transaction instead of Database

7 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (+7)
rosso_nero 2008-12-23 04:47 Rev.: 3446

fixing generics warnings

22 lines of code changed in 1 file:

  • classes/org/makumba/providers: CRUDOperationProvider.java (+22 -18)
rosso_nero 2008-12-21 20:04 Rev.: 3433

added methods to get data definitions from the default(classes/dataDefinitions and classes/ for MDDs)

26 lines of code changed in 2 files:

  • classes/org/makumba/providers: DataDefinitionProvider.java (+9 -1), DataDefinitionProviderInterface.java (+17)
rosso_nero 2008-12-21 16:45 Rev.: 3430

removing debug info

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (changed)
manuel_gay 2008-12-21 01:19 Rev.: 3426

live validation for char

0 lines of code changed in 1 file:

  • classes/org/makumba/providers: Configuration.java (changed)

(78 more)

Generated by StatSVN 0.5.0