About
-
- First commit 22 July 2004
- Latest commit 11 February 2011
| Last Week | All Time | |
|---|---|---|
| Commits: | 0 | 3,068 |
| Files changed: | 0 | 20,427 |
| Change in LOC: | 0 | 228,498 |
Line History
 
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Committer Mappings
Patrick Brunner is mapped to 1 committer over 1 repository
- Username patrickb is mapped to:
-
- patrickb in OLAT
Patrick Brunner
Patrick Brunner
- checkstyle configuration
... ... [X] clean up according to the checkstyle rules
- smoke test passed: mvn clean package install
... ... [X] clean up according to the checkstyle rules
- smoke test passed: mvn clean package install
changed 2469 files
- … 2464 more files in changeset.
Patrick Brunner
- checkstyle configuration
... ... [X] clean up according to the checkstyle rules
- smoke test passed: mvn clean package install
... ... [X] clean up according to the checkstyle rules
- smoke test passed: mvn clean package install
changed 2469 files
- … 2464 more files in changeset.
Patrick Brunner
- checkstyle configuration
... ... [X] organizing import
- smoke test passed: mvn clean package install
... ... [X] organizing import
- smoke test passed: mvn clean package install
changed 255 files
- … 250 more files in changeset.
Patrick Brunner
- checkstyle configuration
... [X] formatting step only
- smoke test passed: mvn clean package install
... [X] formatting step only
- smoke test passed: mvn clean package install
changed 3267 files
- … 3262 more files in changeset.
Patrick Brunner
- checkstyle configuration
... [X] formatting step only
- smoke test passed: mvn clean package install
... [X] formatting step only
- smoke test passed: mvn clean package install
changed 3267 files
- … 3262 more files in changeset.
Patrick Brunner
modified
PDFToThumbnail.java
Patrick Brunner
modified
SystemRegistrationManager.java
Patrick Brunner
modified
UserActivityLoggerImpl.java
Patrick Brunner
OLAT-6065
fix provided from community
see also http://www.quartz-scheduler.org/docs/tutorial/TutorialLesson06.html
fix provided from community
see also http://www.quartz-scheduler.org/docs/tutorial/TutorialLesson06.html
modified
SystemRegistrationManager.java
Patrick Brunner
OLAT-5782
backmerge fix from HEAD (7.x.y) to 6.3.x
Due the config changes between 6.3.x and 7.0.x the patch was "redeveloped"
backmerge fix from HEAD (7.x.y) to 6.3.x
Due the config changes between 6.3.x and 7.0.x the patch was "redeveloped"
added 2
java files and modified OLATUserfieldsMapper.java
Patrick Brunner
Patrick Brunner
modified
pom.xml
Patrick Brunner
Patrick Brunner
OLAT-5716
OLAT-5153
- introduce a TableExporter for tables
- refactored previous hardcoded CSV Export to DefaultCsvTableExporter class
- implemented DefaultXlsTableExporter class which creates excel files based on apache poi library (which is already used by lucene)
- fix static code analyzer issues in TableController
Table download is globally changed to the excel download now.
Tested with OpenOffice (3.2 on ubuntu) and Excel 2003 on windows. Tested with downloading the learnresourcen table.
OLAT-5153
- introduce a TableExporter for tables
- refactored previous hardcoded CSV Export to DefaultCsvTableExporter class
- implemented DefaultXlsTableExporter class which creates excel files based on apache poi library (which is already used by lucene)
- fix static code analyzer issues in TableController
Table download is globally changed to the excel download now.
Tested with OpenOffice (3.2 on ubuntu) and Excel 2003 on windows. Tested with downloading the learnresourcen table.
added 3
java files and modified 2 java files
Patrick Brunner
modified
IMUnitTestWithoutOLAT.java
Patrick Brunner
Patrick Brunner
OLAT-5611
Emailer uses now the user provided email address and no longer the institutional email address
Emailer uses now the user provided email address and no longer the institutional email address
modified
ErrorFeedbackMailer.java
Patrick Brunner
file ShibbolethHelper.java was added on branch OLAT-6_3_0-PUBLIC on 2010-11-30 11:23:05 +0000
deleted
ShibbolethHelper.java
Patrick Brunner
file ShibbolethAttribute.java was added on branch OLAT-6_3_0-PUBLIC on 2010-11-30 11:23:05 +0000
deleted
ShibbolethAttribute.java
Patrick Brunner
added 3
java files and modified 3 java files
Patrick Brunner
modified
bulkdelete.html
Patrick Brunner
deleted 2
java files and modified 2 files
Patrick Brunner
Patrick Brunner
Patrick Brunner
non-jira
full indexer robustness with db handling
full indexer robustness with db handling
modified
OlatFullIndexer.java
Patrick Brunner
non-jira
revert previous change
revert previous change
modified
OLATServlet.java
Patrick Brunner
non-jira
checked out resource exception after sending framework started event
fixes
2010-09-20 13:00:00,622 [Timer-0] INFO BasicResourcePool - Logging the stack trace by which the overdue resource was checked-out.
java.lang.Exception: DEBUG ONLY: Overdue resource check-out stack trace.
at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:506)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:78)
at org.hibernate.jdbc.ConnectionManager.openConnection(…
checked out resource exception after sending framework started event
fixes
2010-09-20 13:00:00,622 [Timer-0] INFO BasicResourcePool - Logging the stack trace by which the overdue resource was checked-out.
java.lang.Exception: DEBUG ONLY: Overdue resource check-out stack trace.
at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:506)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:78)
at org.hibernate.jdbc.ConnectionManager.openConnection(…
modified
OLATServlet.java
Patrick Brunner
OLAT-5819
default values for connection pool via olat.properties, override it for your deployment in olat.local.properties
default values for connection pool via olat.properties, override it for your deployment in olat.local.properties
added to
olat.properties and modified databaseCorecontext.xml