| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.26 | 11 Feb 11 |
- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install |
+1 -1 | Patrick Brunner | MAIN | |
| 1.25 | 11 Feb 11 |
- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install |
+25 -45 | Patrick Brunner | MAIN | |
| 1.24 | 03 Jan 11 |
OLAT-6097: reenabling spring test that checks spring config for proper use of init and destroy when a type implements initializable and destroyable |
+1 -10 | schnider | MAIN | |
| 1.23 | 06 May 10 |
new approch for a value which is compatible with mysql text and varchar from hsqldb |
-1 | schnider | MAIN | |
| 1.22 | 04 May 10 |
making spring factory more tolerant for getBean(Class) as it accepts bean name as fullyqualified name and also as type only name |
+15 -8 | schnider | MAIN | |
| 1.21 | 08 Apr 10 |
NON-JIRA: Config-Refactoring: Rename ExtensionType to BeanType |
+1 -1 | guretzki | MAIN | |
| 1.20 | 30 Mar 10 |
removed sys out |
+1 -4 | schnider | MAIN | |
| 1.19 | 25 Mar 10 |
Non-JIRA: Config-Refactoring, define extension-class-types as Enum; Refactor NotificationHandler/Upgrade-config; Spring-Extension Admin GUI more generic |
+2 -50 | guretzki | MAIN | |
| 1.18 | 23 Mar 10 |
spring context gets now properly closed by tomcat shutdown hook, hack in olatservlet no longer needed |
+11 -47 | schnider | MAIN | |
| 1.17 | 22 Mar 10 |
NON-JIRA: Add admin-info about spring beans |
+2 -1 | guretzki | MAIN | |
| 1.16 | 15 Mar 10 |
config and startup refactoring to spring only |
+171 -47 | schnider | MAIN | |
| 1.15 | 30 Nov 09 |
organize imports |
-1 | schnider | MAIN | |
| 1.14 | 07 Oct 08 |
a printStackTrace added |
+1 | eglis | MAIN | |
| 1.13 | 01 Oct 08 |
OLAT-1582: Cluster shutdown, Destroy all spring beans. |
+10 -6 | guretzki | MAIN | |
| 1.12 | 01 Oct 08 |
more comment |
+12 -6 | schnider | MAIN | |
| 1.11 | 29 Sep 08 |
olat-3458: enabling shutdown hook in Spring |
+13 -4 | schnider | MAIN | |
| 1.10 | 19 Jun 08 |
Add comment |
+1 | guretzki | MAIN | |
| 1.9 | 16 Jun 08 |
OLAT-2746: JMX Integration for caches, hibernate, file-upload |
+7 -5 | guretzki | MAIN | |
| 1.8 | 02 Apr 08 |
OLAT-2293: quartz scheduler integration now spring based - easier to use |
+4 -4 | schnider | MAIN | |
| 1.7 | 26 Nov 07 |
olat-2278 - renamed/prefixed config files coreconfig.xml -> brasatoconfig.xml config.xml -> brasatoconfigpart.xml extconfig.xml -> olatextconfig.xml coreextconfig.xml -> olatcoreconfig.xml defaultconfig.xml -> olatdefaultconfig.xml - invalidate course in coursecache upon publish (make course-cache cluster capable) - some small improvements |
+3 -4 | fjost | MAIN | |
| 1.6 | 07 Sep 07 |
merge 2433-BRANCH into HEAD (final step) |
+11 | Patrick Brunner | MAIN | |
| 1.5 | 20 Jun 07 |
olat-2278 now not in branch anymore, but spring-ified in HEAD. Work: - rename olatresourceableeventcenter to olatsystembus - extract interface and let spring implement by di - created singleVM and Cluster version of the olat system bus - organize imports work still in progress for the cluster version, the standard version is ok. |
+19 | fjost | MAIN | |
| 1.4 | 14 May 07 |
OLAT-2319 refactored old StaticsServlet to StaticsLegacyDispatcher - see worklog for more information |
+11 -5 | gnaegi | MAIN | |
| 1.3 | 04 May 07 |
Non-JIRA: adding standard containsBean method, added comments and formatted code |
+56 -33 | gnaegi | MAIN | |
| 1.2 | 13 Apr 07 |
OLAT-2273 moving *.xml config files from org.a.b._spring to dummy package serviceconfig.org.a.b._spring adapting creation of application context to start search for config files from within serviceconfig/** this is a workaround of a classpath resource lookup flaw in java, which does not find the such files in jar's. |
+3 -1 | Patrick Brunner | MAIN | |
| 1.1 | 29 Mar 07 |
OLAT-1935: New seperate OLAT Core, initial. |
+77 | guretzki | MAIN | |
| 1.8.2.2 | 20 Aug 08 |
OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004" |
+1 -1 | Alexander Schneider | OLAT-6_0_x-BRANCH | |
| 1.8.2.1 | 17 Jul 08 |
OLAT-2746: JMX Integration: Merge HEAD into 6_0_x Branch as emergency for semester-start |
+8 -5 | guretzki | OLAT-6_0_x-BRANCH | |
| 1.15.6.2 | 10 Aug 10 |
OLAT-5698: additional functionality: now you can specify an appender after the loglevel, e.g. 192.168.1.10=DEBUG,DebugLog - and all logging caused by requests from 192.168.1.10 will be a) logged starting from DEBUG level and b) be written *ONLY* to the DebugLog (including log.info()s!) Also: moved the initialization of the ThreadLocalLogLevelManager.install() from CoreSpringFactory to OlatServlet - since in 6.3.3 the OlatServlet is loaded *before* the CoreSpringFactory! |
-4 | eglis | OLAT-6_3_0-PUBLIC | |
| 1.15.6.1 | 05 Aug 10 |
OLAT-5698: prototype of a new debugging feature for debugging requests for certain users (based on username or ip) |
+5 | eglis | OLAT-6_3_0-PUBLIC | |
| 1.15.2.4.2.1 | 01 Mar 10 |
changes that the branch OLAT-6_4_0-BPS-Incubation can run |
+34 -3 | bja | OLAT-6_4_0-BPS-Incubation | |
| 1.23.4.1 | 05 Sep 10 |
sync with head |
+6 -11 | schnider | OLAT-7_1-Backbutton | |
| 1.5.4.1 | 21 Jul 07 | +7 | fjost | OLAT-HEAD-2438 | ||
| 1.10.2.2 | 03 Feb 09 |
head merged |
+11 -7 | bja | OLAT-HEAD-BPS-1229 | |
| 1.10.2.1 | 01 Oct 08 |
OLAT-1229 : synchronized with HEAD |
+25 -10 | blaw | OLAT-HEAD-BPS-1229 | |
| 1.5.2.1 | 28 Jul 07 |
getBean with classname |
+11 | Patrick Brunner | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.6.2.1 | 18 Dec 07 |
OLAT-2725 Merges from HEAD |
+3 -4 | gnaegi | OLAT-HEAD-YAML-1725 | |
| 1.14.16.4 | 20 May 09 |
olat-3999: work in progress |
-2 | schnider | OLATCORE-HEAD-3999-temp | |
| 1.14.16.3 | 20 May 09 |
olat-3999: added dynamic olat context path setting |
+2 -7 | schnider | OLATCORE-HEAD-3999-temp | |
| 1.14.16.2 | 19 May 09 |
olat-3999: work in progress |
+9 -2 | schnider | OLATCORE-HEAD-3999-temp | |
| 1.14.16.1 | 13 May 09 |
olat-3999: initial commit for olat refactoring towards maven structure |
+50 -61 | schnider | OLATCORE-HEAD-3999-temp | |
| 1.14.6.2 | 09 Apr 09 |
added spring admin entry |
+26 -1 | schnider | OLATCORE-HEAD-EDULAP-temp | |
| 1.14.6.1 | 02 Mar 09 |
safety backup for work in progess olatcore refactoring for edulap project |
+26 -62 | schnider | OLATCORE-HEAD-EDULAP-temp | |
| 1.21.2.1 | 06 May 10 |
running version |
+15 -8 | thomasw | OLAT_6_4_0-BPS-Onyx_Integration | |
| 1.15.2.5 | 24 Feb 10 |
merge with head |
+34 -3 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 | |
| 1.15.2.4 | 11 Feb 10 |
updating contexts to spring 3.0 |
-3 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 | |
| 1.15.2.3 | 09 Feb 10 |
merge with head |
+7 -6 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 | |
| 1.15.2.2 | 08 Feb 10 |
merge with head |
+14 -6 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 | |
| 1.15.2.1 | 28 Jan 10 |
config and startup refactoring work in progress. Done are: only one spring context, no olat_config.xml, no more extenstionManger and servicefactory, startup is done by web.xml. OLAT is up and running again... |
+133 -46 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 |