Directory classes/org/makumba/view/

Directory Created:
2003-01-09 21:02
Directory Deleted:
2007-09-25 15:54
Total Files:
0
Deleted Files:
15
Lines of Code:
0

[root]/classes/org/makumba/view
                    Folder removed from repo html (0 files, 0 lines)
                    Folder removed from repo jsptaglib (0 files, 0 lines)
                    Folder removed from repo validation (0 files, 0 lines)

Lines of Code

classes/org/makumba/view/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 147 (100.0%) 1288 (100.0%) 8.7
cristi 39 (26.5%) 476 (37.0%) 12.2
manuel_gay 27 (18.4%) 334 (25.9%) 12.3
rosso_nero 27 (18.4%) 236 (18.3%) 8.7
cristian_bogdan 32 (21.8%) 180 (14.0%) 5.6
fred 2 (1.4%) 54 (4.2%) 27.0
adler 4 (2.7%) 8 (0.6%) 2.0
stefan 15 (10.2%) 0 (0.0%) 0.0
rudi 1 (0.7%) 0 (0.0%) 0.0

Most Recent Commits

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.

0 lines of code changed in 15 files:

  • classes/org/makumba/view: AbstractQueryRunner.java (del), AttributeParametrizer.java (del), ComposedQuery.java (del), ComposedSubquery.java (del), FieldFormatter.java (del), Grouper.java (del), HibernateQueryRunner.java (del), InvalidValueException.java (del), MultipleAttributeParametrizer.java (del), RecordFormatter.java (del), dateFormatter.java (del), intEnumFormatter.java (del), ptrFormatter.java (del), redirectFormatter.properties (del), timestampFormatter.java (del)
manuel_gay 2007-09-25 12:36 Rev.: 1683

Removing dependencies on list

0 lines of code changed in 1 file:

  • classes/org/makumba/view: RecordFormatter.java (-1)
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.

4 lines of code changed in 1 file:

  • classes/org/makumba/view: RecordFormatter.java (+4 -10)
cristian_bogdan 2007-09-14 00:35 Rev.: 1528

fixed a bug: if hibernate jars are not present, makumba fails to close the database at webapp reload.
the getClass() call in NamedResources.close() throws an exception if the class searched has a field or a method (even unused) of a type that is not in classpath

0 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (changed)
rosso_nero 2007-09-05 00:23 Rev.: 1489

keeping info about the field-name / field definition the exception occured on

6 lines of code changed in 1 file:

  • classes/org/makumba/view: InvalidValueException.java (+6 -7)
rosso_nero 2007-08-29 15:26 Rev.: 1459

adding support for null option

0 lines of code changed in 1 file:

  • classes/org/makumba/view: intEnumFormatter.java (changed)
rosso_nero 2007-08-29 14:50 Rev.: 1457

formatting code

0 lines of code changed in 1 file:

  • classes/org/makumba/view: intEnumFormatter.java (changed)
manuel_gay 2007-08-28 13:48 Rev.: 1452

Phase 1 of fixing bug related to misleading display of ANFE exceptions (bugzilla is down, I can't get the bug number). Rudi, I hope this won't collide with the multiple exception work you are doing.

0 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (changed)
manuel_gay 2007-07-28 05:15 Rev.: 1412

Fixing bug: passing wrong type as query parameter. Commenting, throwing exception if we are in a situation where the result is not what we think it will be.

0 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (changed)
manuel_gay 2007-07-25 15:26 Rev.: 1409

improving javadoc

8 lines of code changed in 1 file:

  • classes/org/makumba/view: RecordFormatter.java (+8)
manuel_gay 2007-07-25 15:16 Rev.: 1408

Improving javadoc

0 lines of code changed in 1 file:

  • classes/org/makumba/view: FieldFormatter.java (changed)
manuel_gay 2007-07-25 15:05 Rev.: 1407

Formatting source

0 lines of code changed in 1 file:

  • classes/org/makumba/view: FieldFormatter.java (changed)
manuel_gay 2007-07-25 14:59 Rev.: 1406

Formatting source

0 lines of code changed in 1 file:

  • classes/org/makumba/view: RecordFormatter.java (changed)
manuel_gay 2007-07-20 23:20 Rev.: 1395

Workaround for the hibernate bug with column names

0 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (changed)
manuel_gay 2007-07-18 19:05 Rev.: 1393

Writing more javadoc, formatting source

322 lines of code changed in 3 files:

  • classes/org/makumba/view: ComposedQuery.java (+188 -52), ComposedSubquery.java (+35 -6), Grouper.java (+99 -79)
cristian_bogdan 2006-10-19 03:45 Rev.: 1364

getting the session factory from the database

11 lines of code changed in 2 files:

  • classes/org/makumba/view: AbstractQueryRunner.java (+1 -1), HibernateQueryRunner.java (+10 -4)
rosso_nero 2006-10-19 02:28 Rev.: 1356

fixing a bug when trying to find the "label" in a real number, e.g. in
<mak:value expr="p.age * 2.5" />, where 2 is thought of as a label

9 lines of code changed in 1 file:

  • classes/org/makumba/view: ComposedQuery.java (+9 -2)
rosso_nero 2006-09-07 02:55 Rev.: 1300

adding (jsp) wiki formatting to makumba
bundeling functionality of html=, urlencode= into format=

5 lines of code changed in 1 file:

  • classes/org/makumba/view: FieldFormatter.java (+5)
rosso_nero 2006-08-15 19:38 Rev.: 1281

adding method to remove an attribute
adding method to check whether an attribute exists in the attributes
implemented toString method to print debug info

0 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (changed)
cristian_bogdan 2006-01-21 03:39 Rev.: 1219

getTestSF is no more

1 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (+1 -1)
rosso_nero 2006-01-20 05:10 Rev.: 1209

using transactions, to fix problems with hibernate not refreshing query results after editing

0 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (changed)
rosso_nero 2006-01-20 05:08 Rev.: 1208

fixes for edit forms to work with hibernate HQL

0 lines of code changed in 1 file:

  • classes/org/makumba/view: ComposedQuery.java (changed)
rosso_nero 2006-01-18 06:07 Rev.: 1201

Changed method signature to get queries without makumba parameterization.
Some fixes regarding .id & hibernate_ pointers
code clean up

85 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (+85 -38)
rosso_nero 2006-01-18 05:59 Rev.: 1200

bypassing Attribute parameterizer & multiple attribute parameterizer for HQL queries (hibernate takes care of named parameters)

5 lines of code changed in 1 file:

  • classes/org/makumba/view: ComposedQuery.java (+5 -1)
cristian_bogdan 2006-01-18 04:19 Rev.: 1195

we don't rewrite groupBy and orderBy with hibernate. we also recognize p.id and p.hibernate_citizenship

16 lines of code changed in 1 file:

  • classes/org/makumba/view: ComposedQuery.java (+16 -3)
rosso_nero 2006-01-18 01:42 Rev.: 1189

using named resource cache for hql analyzer

1 lines of code changed in 1 file:

  • classes/org/makumba/view: ComposedQuery.java (+1 -2)
cristian_bogdan 2006-01-17 19:01 Rev.: 1182

reformatted, made inner queries work even with JOIN instead of comma

0 lines of code changed in 2 files:

  • classes/org/makumba/view: ComposedQuery.java (changed), ComposedSubquery.java (changed)
cristian_bogdan 2006-01-17 15:04 Rev.: 1178

selecting p.id instead of p when automatically adding projections

5 lines of code changed in 1 file:

  • classes/org/makumba/view: ComposedQuery.java (+5 -1)
cristian_bogdan 2006-01-17 05:55 Rev.: 1176

fixed small bugs

0 lines of code changed in 2 files:

  • classes/org/makumba/view: AbstractQueryRunner.java (changed), ComposedQuery.java (changed)
rosso_nero 2006-01-17 05:27 Rev.: 1174

query runner adapted to changes in HQL analyzer

43 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (+43 -32)
rosso_nero 2006-01-16 01:08 Rev.: 1162

fixing a bug

0 lines of code changed in 1 file:

  • classes/org/makumba/view: ComposedQuery.java (changed)
rosso_nero 2006-01-15 23:52 Rev.: 1160

Fixes to query runner for double & set types.
problems still exist with selecting pointers

41 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (+41 -14)
rosso_nero 2006-01-15 20:56 Rev.: 1154

First version of hibernate query runner (bugs exist still with pointers and collections)

14 lines of code changed in 1 file:

  • classes/org/makumba/view: HibernateQueryRunner.java (new 14)
cristian_bogdan 2006-01-15 20:49 Rev.: 1153

fixed a little bug

17 lines of code changed in 1 file:

  • classes/org/makumba/view: ComposedQuery.java (+17 -13)
rosso_nero 2006-01-15 20:32 Rev.: 1152

fix to use either makumba-OQL or hibernate-QL analyzer.

27 lines of code changed in 1 file:

  • classes/org/makumba/view: ComposedQuery.java (+27 -5)
cristian_bogdan 2006-01-15 14:07 Rev.: 1141

using hibernate queries when needed

1 lines of code changed in 5 files:

  • classes/org/makumba/view: AbstractQueryRunner.java (new 1), AttributeParametrizer.java (changed), ComposedQuery.java (changed), ComposedSubquery.java (changed), MultipleAttributeParametrizer.java (changed)
rosso_nero 2005-06-25 16:16 Rev.: 1049

Merging Antwerpen Branch

0 lines of code changed in 11 files:

  • classes/org/makumba/view: AttributeParametrizer.java (changed), ComposedQuery.java (changed), FieldFormatter.java (changed), Grouper.java (changed), InvalidValueException.java (changed), MultipleAttributeParametrizer.java (changed), RecordFormatter.java (changed), dateFormatter.java (changed), intEnumFormatter.java (changed), ptrFormatter.java (changed), timestampFormatter.java (changed)
cristian_bogdan 2005-03-20 20:47 Rev.: 913

removed dependence on RecordInfo and FieldInfo

5 lines of code changed in 2 files:

  • classes/org/makumba/view: ComposedQuery.java (+1 -1), RecordFormatter.java (+4 -4)
cristian_bogdan 2005-03-16 07:42 Rev.: 903

organized imports via Eclipse

41 lines of code changed in 8 files:

  • classes/org/makumba/view: AttributeParametrizer.java (+8 -3), ComposedQuery.java (+1 -2), ComposedSubquery.java (+2 -1), FieldFormatter.java (+5 -2), Grouper.java (+7 -2), MultipleAttributeParametrizer.java (+12 -3), RecordFormatter.java (+4 -2), ptrFormatter.java (+2 -1)
cristian_bogdan 2005-02-18 07:22 Rev.: 886

support for variableFrom and semiconstant where, orderBy, groupBy

62 lines of code changed in 2 files:

  • classes/org/makumba/view: ComposedQuery.java (+49 -68), ComposedSubquery.java (+13 -7)

(19 more)

Generated by StatSVN 0.5.0