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

| 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 |
Really fixing the form post-back issue, i.e. re-filling the previously entered values
105 lines of code changed in 2 files:
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:
and testing one final time before i give up..
1 lines of code changed in 1 file:
testing SVN keyword substitution
30 lines of code changed in 3 files:
better logging levels
2 lines of code changed in 1 file:
checking only once for attributes in session
6 lines of code changed in 1 file:
source code cleanup
17 lines of code changed in 1 file:
fixing warnings
0 lines of code changed in 1 file:
fixing warnings
27 lines of code changed in 1 file:
avoiding useless string concatenation
3 lines of code changed in 1 file:
better handling of errors with content-type recognition
0 lines of code changed in 1 file:
quick-fix for passing on dates correctly
13 lines of code changed in 1 file:
fixing a MAJOR bug with not allowing maps as session attributes anymore
5 lines of code changed in 1 file:
better documentation of what is left to be done here, this is quite important for performance
5 lines of code changed in 1 file:
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:
using short Text debug method
0 lines of code changed in 1 file:
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:
integrating content-based mime-type detection, meta-data for image files
37 lines of code changed in 1 file:
we put the role name in the session so it's visible at debug :)
3 lines of code changed in 1 file:
actor fields are now put in the session; other improvements and checks
30 lines of code changed in 1 file:
removing redundant if-checks
32 lines of code changed in 1 file:
support for authorization constraints
0 lines of code changed in 1 file:
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:
added a todo
3 lines of code changed in 1 file:
Fixed a bug with filename detection (didn't work with IE)
7 lines of code changed in 1 file:
fixing warnings
0 lines of code changed in 1 file:
allowing handler methods to modify the request/response objects
4 lines of code changed in 2 files:
organising imports, code clean-up
0 lines of code changed in 2 files:
Avoiding creation of useless object instances of Providers by using singletons
1 lines of code changed in 1 file:
more general, focusing on finalization
0 lines of code changed in 1 file:
removed references to Configuration when it is default, thus heavily reducing dependencies to the class
0 lines of code changed in 1 file:
Moving controller handlers together with the classes they use
32 lines of code changed in 3 files:
added default implementations, cleaned empty methods
1 lines of code changed in 1 file:
yes virginia, there are other things to be caught than exceptions
0 lines of code changed in 1 file:
Refactoring ControllerFilter in order to separate concerns
72 lines of code changed in 1 file:
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:
added to string method for debug purposes
9 lines of code changed in 1 file:
Moving Attribute related classes to one place
788 lines of code changed in 4 files: