[root]/classes/org/makumba/devel/relations
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 120 (100.0%) | 3767 (100.0%) | 31.3 |
manuel_gay | 87 (72.5%) | 3324 (88.2%) | 38.2 |
rosso_nero | 29 (24.2%) | 417 (11.1%) | 14.3 |
cristian_bogdan | 4 (3.3%) | 26 (0.7%) | 6.5 |
- extending and refactoring page analysis: adding support for EL expressions
- fixing error recognition: currently running or analyzed tag is used (again) in order to display where the error occurs, leading to a more detailed error message. also adding a mechanism to persist the analysis state in case of an error in the servletContext scope, so that the error message does not disappear when the page is reloaded
- simplifying mechanism for checking validity of tag attribute values
- simplifying ValueComputer API
2 lines of code changed in 1 file:
replacing JSAP with commons-cli
54 lines of code changed in 1 file:
making sure this also works with windows
2 lines of code changed in 1 file:
moving oql parser to attic
8 lines of code changed in 1 file:
New function inliner based on tree-transformation
3 lines of code changed in 1 file:
fixed a foreign key violation; the origin should be deleted after the relation
6 lines of code changed in 1 file:
making robust against NPEs that happen in RecordInfo
5 lines of code changed in 1 file:
Some fixes in the crawler logic, but some work still to be done
34 lines of code changed in 1 file:
making hql compliant
3 lines of code changed in 1 file:
adding possiblity to flush all relations from the database instead of updating them
35 lines of code changed in 2 files:
making sure the transaction is not null before closing
1 lines of code changed in 1 file:
removed depricated reading of MakumbaController.properties
4 lines of code changed in 1 file:
removing useless string concatenations
1 lines of code changed in 1 file:
- 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
10 lines of code changed in 1 file:
unifying and optimising database lookup mechanism
22 lines of code changed in 2 files:
fixing warnings
0 lines of code changed in 2 files:
fixing warnings
2 lines of code changed in 1 file:
not writing the crawling error report anymore when launched through web-interface
3 lines of code changed in 1 file:
adding the possibility to have a default target database specified through a JVM arg
11 lines of code changed in 2 files:
making it possible to crawl relations thru a simple click in the file viewer
111 lines of code changed in 2 files:
(58 more)