Directory classes/org/makumba/commons/

Directory Created:
2007-09-17 20:06
Total Files:
42
Deleted Files:
4
Lines of Code:
5861

[root]/classes/org/makumba/commons
                    directory in repo attributes (6 files, 1084 lines)
                    Folder removed from repo db (0 files, 0 lines)
                    directory in repo formatters (7 files, 643 lines)
                    directory in repo tags (4 files, 736 lines)

Lines of Code

classes/org/makumba/commons/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 249 (100.0%) 7111 (100.0%) 28.5
manuel_gay 98 (39.4%) 5044 (70.9%) 51.4
rosso_nero 132 (53.0%) 1623 (22.8%) 12.2
anet 1 (0.4%) 327 (4.6%) 327.0
cristian_bogdan 17 (6.8%) 112 (1.6%) 6.5
marius9 1 (0.4%) 5 (0.1%) 5.0

Most Recent Commits

cristian_bogdan 2009-06-11 11:25 Rev.: 3929

fixed a bug: had not propertly understood the semantic of poll()

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: SoftNamedResources.java (changed)
cristian_bogdan 2009-06-08 19:45 Rev.: 3924

fixed thread congestion issue

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: SoftNamedResources.java (changed)
cristian_bogdan 2009-06-08 17:46 Rev.: 3923

probably fixing a race condition bug. improved the code in any case

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: NameResolver.java (changed)
manuel_gay 2009-06-06 16:50 Rev.: 3910

fixing bug 1034

2 lines of code changed in 1 file:

  • classes/org/makumba/commons: NameResolver.java (+2 -4)
manuel_gay 2009-06-02 00:17 Rev.: 3890

fixing the convenience methods for page type detection

2 lines of code changed in 1 file:

  • classes/org/makumba/commons: MakumbaJspAnalyzer.java (+2 -2)
manuel_gay 2009-05-25 15:00 Rev.: 3883

for some fishy reason, relative links don't work in forrest, so we use absolute ones

1 lines of code changed in 1 file:

  • classes/org/makumba/commons: TLD2Forest.java (+1 -1)
manuel_gay 2009-02-18 00:40 Rev.: 3702

fixing path to uniqueness servlet

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: MakumbaResourceServlet.java (changed)
rosso_nero 2009-02-11 04:10 Rev.: 3699

fixing a few warnings with hiding casts in a separate class

52 lines of code changed in 2 files:

  • classes/org/makumba/commons: SerializedGenericMultiValueMap.java (new 52), SerializedMultiValueMap.java (del)
rosso_nero 2009-02-11 03:38 Rev.: 3693

added svn-properties, header, java-doc for type

0 lines of code changed in 19 files:

  • classes/org/makumba/commons: AutoCompleteServlet.java (changed), CollectionUtils.java (changed), ControllerHandler.java (changed), FileUtils.java (changed), GraphTS.java (changed), MakumbaJspAnalyzer.java (changed), MakumbaResourceServlet.java (changed), MakumbaTLDGenerator.java (changed), MakumbaToolsControllerHandler.java (changed), NameResolver.java (changed), OrderedProperties.java (changed), ParseStatus.java (changed), RegExpUtils.java (changed), SerializedMultiValueMap.java (changed), ServletObjects.java (changed), ShowResources.java (changed), SingletonHolder.java (changed), SingletonReleaser.java (changed), StacktraceUtil.java (changed)
rosso_nero 2009-02-04 18:57 Rev.: 3686

some minor things: fixed warnings, added FIXMEs

2 lines of code changed in 1 file:

  • classes/org/makumba/commons: ArrayMap.java (+2 -5)
rosso_nero 2009-01-19 04:42 Rev.: 3670

grouping generic HTML/form/input attributes together

114 lines of code changed in 1 file:

  • classes/org/makumba/commons: TLD2Forest.java (+114 -42)
rosso_nero 2009-01-16 00:28 Rev.: 3666

correctly passing on unauthenticated exception, getting exception root cause before putting it in the attributes

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: NamedResources.java (changed)
rosso_nero 2009-01-13 18:03 Rev.: 3659

trying to solve everything with CSS classes.. doesn't work totally, though..

30 lines of code changed in 1 file:

  • classes/org/makumba/commons: TLD2Forest.java (+30 -21)
rosso_nero 2009-01-13 16:36 Rev.: 3656

special formatting for required attributes and deprecated attributes
highlighting "Document me" & "FIXME" in the output
some other style stuff

60 lines of code changed in 2 files:

  • classes/org/makumba/commons: MakumbaTLDGenerator.java (+1 -1), TLD2Forest.java (+59 -26)
rosso_nero 2009-01-13 16:33 Rev.: 3654

added != null check

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: StringUtils.java (changed)
rosso_nero 2009-01-13 16:32 Rev.: 3653

formatted

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: StringUtils.java (changed)
rosso_nero 2009-01-13 03:21 Rev.: 3652

generating XMLs forrest site accepts :-)

2 lines of code changed in 1 file:

  • classes/org/makumba/commons: TLD2Forest.java (+2 -2)
rosso_nero 2009-01-12 18:57 Rev.: 3646

various fixes in taglib doc generation
- fix for see-also (simply adding a trim())
- generating also docs for functions !
- not creating the attributes table if the tag has no attributes
- putting taglib comment inside a pre, to preserve formatting
- allowing a parmeter to do both steps in one, to speed up the generation; added an ant target for that

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: TLD2Forest.java (changed)
rosso_nero 2009-01-12 18:52 Rev.: 3645

actually removing the <see> tags in the generated TLDs
added <see> for functions

5 lines of code changed in 1 file:

  • classes/org/makumba/commons: MakumbaTLDGenerator.java (+5 -4)
rosso_nero 2009-01-11 21:57 Rev.: 3638

preventing a possible null-pointer

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: MakumbaTLDGenerator.java (changed)
manuel_gay 2009-01-11 21:34 Rev.: 3632

adding "see also" to the taglib doc

37 lines of code changed in 2 files:

  • classes/org/makumba/commons: MakumbaTLDGenerator.java (+1 -1), TLD2Forest.java (+36 -5)
rosso_nero 2009-01-11 19:14 Rev.: 3627

shortening base TLD by referring to attributes defined in other elements

86 lines of code changed in 2 files:

  • classes/org/makumba/commons: MakumbaTLDGenerator.java (+68 -17), TLD2Forest.java (+18 -3)
manuel_gay 2009-01-11 18:23 Rev.: 3621

avoiding creation of plenty of blank lines

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: TLD2Forest.java (changed)
rosso_nero 2009-01-11 04:56 Rev.: 3618

formatted, extracted method

131 lines of code changed in 1 file:

  • classes/org/makumba/commons: TLD2Forest.java (+131 -128)
rosso_nero 2009-01-11 01:28 Rev.: 3610

made TLD follow more closely the standard

0 lines of code changed in 2 files:

  • classes/org/makumba/commons: MakumbaTLDGenerator.java (changed), TLD2Forest.java (changed)
rosso_nero 2009-01-09 19:14 Rev.: 3603

correctly checking for duplicate MDD function names, new utility method, minor removal of unneeded string constants

4 lines of code changed in 1 file:

  • classes/org/makumba/commons: StringUtils.java (+4)
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

110 lines of code changed in 5 files:

  • classes/org/makumba/commons: JspWikiFormatter.java (+9 -1), MakumbaJspAnalyzer.java (+10 -2), NamedResourcesContextListener.java (+8), SingletonHolder.java (new 37), SingletonReleaser.java (new 46)
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.

0 lines of code changed in 2 files:

  • classes/org/makumba/commons: DbConnectionProvider.java (changed), MakumbaToolsControllerHandler.java (changed)
rosso_nero 2009-01-02 19:13 Rev.: 3527

fixing warnings

0 lines of code changed in 3 files:

  • classes/org/makumba/commons: DbConnectionProvider.java (changed), JspWikiFormatter.java (changed), MakumbaResourceServlet.java (changed)
rosso_nero 2008-12-31 01:44 Rev.: 3499

fixed warning

2 lines of code changed in 1 file:

  • classes/org/makumba/commons: NamedResourceFactory.java (+2)
rosso_nero 2008-12-31 01:43 Rev.: 3498

new util method

17 lines of code changed in 1 file:

  • classes/org/makumba/commons: StringUtils.java (+17)
manuel_gay 2008-12-29 15:47 Rev.: 3484

making the new documentation work (i.e. 'forrest site' works now)

1 lines of code changed in 1 file:

  • classes/org/makumba/commons: TLD2Forest.java (+1 -1)
rosso_nero 2008-12-28 02:31 Rev.: 3481

also showing unique key status

2 lines of code changed in 1 file:

  • classes/org/makumba/commons: MakumbaToolsControllerHandler.java (+2 -3)
manuel_gay 2008-12-27 15:55 Rev.: 3472

auto-complete for ptr

84 lines of code changed in 1 file:

  • classes/org/makumba/commons: AutoCompleteServlet.java (+84 -34)
rosso_nero 2008-12-23 05:28 Rev.: 3448

fixing generics warnings

5 lines of code changed in 1 file:

  • classes/org/makumba/commons: MultipleKey.java (+5 -5)
manuel_gay 2008-12-21 16:04 Rev.: 3427

not writing images, since this method is called for resources that need to be loaded in header, such as JS and CSS

0 lines of code changed in 1 file:

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

live validation for char

129 lines of code changed in 4 files:

  • classes/org/makumba/commons: AutoCompleteServlet.java (new 129), MakumbaResourceServlet.java (changed), MakumbaToolsControllerHandler.java (changed), StringUtils.java (changed)
rosso_nero 2008-12-17 04:18 Rev.: 3412

adapting logging level

1 lines of code changed in 1 file:

  • classes/org/makumba/commons: NamedResources.java (+1 -1)
rosso_nero 2008-12-17 02:54 Rev.: 3408

added tool to clean makumba caches w/o reloading

0 lines of code changed in 2 files:

  • classes/org/makumba/commons: MakumbaToolsControllerHandler.java (changed), NamedResources.java (changed)
rosso_nero 2008-12-17 02:53 Rev.: 3407

formatted

0 lines of code changed in 1 file:

  • classes/org/makumba/commons: NamedResourcesContextListener.java (changed)

(138 more)

Generated by StatSVN 0.5.0