Directory classes/org/makumba/commons/attributes/

Directory Created:
2007-10-03 18:46
Total Files:
6
Deleted Files:
0
Lines of Code:
1084

[root]/classes/org/makumba/commons/attributes

Lines of Code

classes/org/makumba/commons/attributes/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 48 (100.0%) 1239 (100.0%) 25.8
manuel_gay 12 (25.0%) 998 (80.5%) 83.1
rosso_nero 23 (47.9%) 193 (15.6%) 8.3
cristian_bogdan 12 (25.0%) 41 (3.3%) 3.4
priitpotter 1 (2.1%) 7 (0.6%) 7.0

Most Recent Commits

manuel_gay 2009-08-29 22:20 Rev.: 4030

Really fixing the form post-back issue, i.e. re-filling the previously entered values

105 lines of code changed in 2 files:

  • classes/org/makumba/commons/attributes: HttpParameters.java (+58 -9), RequestAttributes.java (+47 -14)
manuel_gay 2009-08-29 20:20 Rev.: 4029

fixing the form post-back issue: we now redirect to the original page in case of errors.

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (changed)
rosso_nero 2009-02-11 03:56 Rev.: 3698

and testing one final time before i give up..

1 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: DatabaseConnectionControllerHandler.java (+1 -1)
rosso_nero 2009-02-11 03:50

testing SVN keyword substitution

30 lines of code changed in 3 files:

  • classes/org/makumba/commons/attributes: AttributesControllerHandler.java (changed), DatabaseConnectionControllerHandler.java (+29 -2)
rosso_nero 2009-01-14 03:59 Rev.: 3664

better logging levels

2 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (+2 -2)
rosso_nero 2009-01-07 01:19 Rev.: 3583

checking only once for attributes in session

6 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (+6 -3)
rosso_nero 2009-01-07 01:16 Rev.: 3582

source code cleanup

17 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: PageAttributes.java (+17 -8)
rosso_nero 2009-01-02 19:13 Rev.: 3527

fixing warnings

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (changed)
rosso_nero 2009-01-02 05:49 Rev.: 3521

fixing warnings

27 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (+27 -4)
rosso_nero 2008-12-16 04:14 Rev.: 3401

avoiding useless string concatenation

3 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: MultipartHttpParameters.java (+3 -3)
rosso_nero 2008-12-08 23:16 Rev.: 3381

better handling of errors with content-type recognition

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: MultipartHttpParameters.java (changed)
rosso_nero 2008-11-29 05:45 Rev.: 3364

quick-fix for passing on dates correctly

13 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: HttpParameters.java (+13)
rosso_nero 2008-10-05 17:11 Rev.: 3199

fixing a MAJOR bug with not allowing maps as session attributes anymore

5 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (+5 -3)
cristian_bogdan 2008-08-13 13:25 Rev.: 3066

better documentation of what is left to be done here, this is quite important for performance

5 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: MultipartHttpParameters.java (+5 -2)
cristian_bogdan 2008-08-13 01:46 Rev.: 3065

oh gosh! this was leading to empty uploads in the database... throw the damn error further babe...

1 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: MultipartHttpParameters.java (+1 -2)
cristian_bogdan 2008-08-13 00:57 Rev.: 3063

using short Text debug method

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (changed)
cristian_bogdan 2008-08-13 00:22 Rev.: 3061

fixed huge memory issue: for a large file, item.get() allocates a byte[] as large as the file... using stream instead
added a TODO, as the current code swaps the file to disk twice, with a lengthy stream copy in between.

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: MultipartHttpParameters.java (changed)
rosso_nero 2008-07-23 23:29 Rev.: 2900

integrating content-based mime-type detection, meta-data for image files

37 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: MultipartHttpParameters.java (+37 -5)
cristian_bogdan 2008-07-21 19:42 Rev.: 2891

we put the role name in the session so it's visible at debug :)

3 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (+3 -1)
cristian_bogdan 2008-07-20 02:09 Rev.: 2853

actor fields are now put in the session; other improvements and checks

30 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (+30 -15)
rosso_nero 2008-07-20 02:08 Rev.: 2852

removing redundant if-checks

32 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: MultipartHttpParameters.java (+32 -38)
cristian_bogdan 2008-07-19 01:17 Rev.: 2848

support for authorization constraints

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (changed)
cristian_bogdan 2008-07-18 03:07 Rev.: 2842

setting transaction context to RequestAttributes (in BL via DbConnectionProvider) and PageAttributes (in page QueryExecution via QueryProvider), and supporting context attribute processing in TransactionImplementation and its subclasses

1 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (+1)
rosso_nero 2008-07-17 23:52 Rev.: 2832

added a todo

3 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: MultipartHttpParameters.java (+3 -1)
priitpotter 2008-06-29 20:13 Rev.: 2692

Fixed a bug with filename detection (didn't work with IE)

7 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: MultipartHttpParameters.java (+7)
rosso_nero 2008-06-25 01:07 Rev.: 2643

fixing warnings

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: PageAttributes.java (changed)
rosso_nero 2008-05-18 15:35 Rev.: 2380

allowing handler methods to modify the request/response objects

4 lines of code changed in 2 files:

  • classes/org/makumba/commons/attributes: AttributesControllerHandler.java (+2 -1), DatabaseConnectionControllerHandler.java (+2 -1)
rosso_nero 2008-05-18 15:12 Rev.: 2378

organising imports, code clean-up

0 lines of code changed in 2 files:

  • classes/org/makumba/commons/attributes: AttributesControllerHandler.java (changed), DatabaseConnectionControllerHandler.java (changed)
manuel_gay 2008-03-15 16:13 Rev.: 2235

Avoiding creation of useless object instances of Providers by using singletons

1 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (+1 -1)
cristian_bogdan 2008-02-25 00:23 Rev.: 2221

more general, focusing on finalization

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: DatabaseConnectionControllerHandler.java (changed)
cristian_bogdan 2007-11-22 04:12 Rev.: 2119

removed references to Configuration when it is default, thus heavily reducing dependencies to the class

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: RequestAttributes.java (changed)
manuel_gay 2007-11-21 14:59 Rev.: 2088

Moving controller handlers together with the classes they use

32 lines of code changed in 3 files:

  • classes/org/makumba/commons/attributes: AttributesControllerHandler.java (+1 -1), DatabaseConnectionControllerHandler.java (new 30), RequestAttributes.java (+1 -1)
cristian_bogdan 2007-10-30 18:31 Rev.: 1970

added default implementations, cleaned empty methods

1 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: AttributesControllerHandler.java (+1 -27)
cristian_bogdan 2007-10-30 12:57 Rev.: 1967

yes virginia, there are other things to be caught than exceptions

0 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: AttributesControllerHandler.java (changed)
manuel_gay 2007-10-23 13:03 Rev.: 1897

Refactoring ControllerFilter in order to separate concerns

72 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: AttributesControllerHandler.java (new 72)
rosso_nero 2007-10-20 15:44 Rev.: 1874

simplifying toString method, which also caused a out-of-memory exception with the new error filter;
removed compiler warnings

4 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: HttpParameters.java (+4 -9)
rosso_nero 2007-10-09 03:00 Rev.: 1767

added to string method for debug purposes

9 lines of code changed in 1 file:

  • classes/org/makumba/commons/attributes: HttpParameters.java (+9)
manuel_gay 2007-10-03 18:46 Rev.: 1741

Moving Attribute related classes to one place

788 lines of code changed in 4 files:

  • classes/org/makumba/commons/attributes: HttpParameters.java (new 85), MultipartHttpParameters.java (new 206), PageAttributes.java (new 152), RequestAttributes.java (new 345)
Generated by StatSVN 0.5.0