CourseFactory.java

Diff Revision Date Message Lines Author Branch
1.186 11 Feb 11

- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install

+208 -184 Patrick Brunner MAIN
1.185 11 Feb 11

- checkstyle configuration ... ... [X] organizing import - smoke test passed: mvn clean package install

-1 Patrick Brunner MAIN
1.184 11 Feb 11

- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install

+233 -267 Patrick Brunner MAIN
1.183 31 Jan 11

OLAT-6213 try to speed up file i/o on nfs by using small fixed size buffer no more meta-info for cp, scorm, courses etc. being unzipped during import try to have tmp files on java.io.tempdir instead of having them on repo try to use no compression while creating zip files for already compressed files ongoing ...

+5 -5 matthai MAIN
1.182 24 Jan 11

OLAT-5815: key was set untranslated where a translated key is needed

+3 -2 schnider MAIN
1.181 28 Oct 10

OLAT-5771 remove course statistics

+1 -35 Patrick Brunner MAIN
1.180 13 Sep 10

OLAT-4930 and OLAT-5784: [meged changes from 6_3_public branch to HEAD]: fixes for endless loop plus log.info added for course deletion

+12 -5 eglis MAIN
1.179 08 Jul 10

OLAT-5515: need to use the RepositoryEntry, not the OlatResource

+1 -1 eglis MAIN
1.178 07 Jul 10

OLAT-5515: [merged from 6_3_public branch] adjusted businesspath when launching the help course

+9 -2 eglis MAIN
1.177 19 May 10

olat-5277: olatcore unittesting without whole framework loaded. To achive this I have to modifie the CoordinatorManager (missing abstract type) and mock the coordinator methods for the olatcore as it depends on olat3 stuff like database...

+3 -3 schnider MAIN
1.176 18 Mar 10

fixed nullpointer on glossary deploy

+5 -3 matthai MAIN
1.175 16 Mar 10

added basicManager as common type for all mangers. Later BasicManger will get the only place to access the database and other managers...

+12 -12 schnider MAIN
1.174 15 Mar 10

OLAT-4648 Replace Form with FlexiForm OLAT-3930 Interaction design changes OLAT-2887 Replace DefaultController with BasicController OLAT-4951 Issue with screen-shots for testing

+1 -1 matthai MAIN
1.173 15 Mar 10

config and startup refactoring to spring only

+25 -20 schnider MAIN
1.172 26 Jan 10

OLAT-4947: fix for broken course import when canceling import is pressed

+15 -5 schnider MAIN
1.171 15 Jan 10

OLAT-4851: course log export as part of archiving now happens in the background (on behalf of the user triggering the archiving)

+8 -3 eglis MAIN
1.170 13 Jan 10

OLAT-4825: intermediateCommit for course delete case

+7 eglis MAIN
1.169 13 Jan 10

OLAT-4675: getDataExportDirectory added to the class

+16 eglis MAIN
1.168 13 Jan 10

OLAT-4675: folder popup now shows a title (personal folder) plus the folder location is clearer for the user (that it is his/her personal folder)

+16 eglis MAIN
1.167 12 Jan 10

OLAT-4675: refactoring of log export using a spring config plus allowing direct export via mysql

+1 -3 eglis MAIN
1.166 08 Jan 10

OLAT-3964: refactoring of notifications (OLAT-2656 too)

+1 -2 srosse MAIN
1.165 09 Dec 09

IN PROGRESS - issue OLAT-4109: Refactor Logging Infrastructure: Unify Log Entries http://bugs.olat.org/jira/browse/OLAT-4109

+25 -4 bja MAIN
1.164 30 Nov 09

OLAT-4109: CourseLogArchiveManager acts as a single service

+3 -3 skoeber MAIN
1.163 19 Nov 09

IN PROGRESS - issue OLAT-4109: Refactor Logging Infrastructure: Unify Log Entries http://bugs.olat.org/jira/browse/OLAT-4109

+1 -1 bja MAIN
1.162 05 Nov 09

Mazenization of HEAD olat3 and related submodules

+1 amoran MAIN
1.161 02 Nov 09

IN PROGRESS - issue OLAT-4109: Refactor Logging Infrastructure: Unify Log Entries http://bugs.olat.org/jira/browse/OLAT-4109

+11 -7 bja MAIN
1.160 22 Oct 09

OLAT-4109: refactoring of course log files into user activity logging table o_loggingtable - introducing ThreadLocalUserActivityLogger concept

+7 -4 eglis MAIN
1.159 29 Sep 09

non Jira: removed System.out.println

+2 -2 lavinia MAIN
1.158 21 Sep 09

OLAT-4366 log in after subscribing into calendar of Learning Group => Red Screen

+1 -1 skoeber MAIN
1.157 18 Sep 09

OLAT-4366 log in after subscribing into calendar of Learning Group => Red Screen

+40 skoeber MAIN
1.156 16 Sep 09

OLAT-4354 Fixed: remove ModifyCourseEvent from modifyCourseEvents after saveCourse.

+3 -1 lavinia MAIN
1.155 14 Sep 09

OLAT-4185 Added readAndWrite flag to the PersistingCourseImpl.

+14 -7 lavinia MAIN
1.154 11 Sep 09

OLAT-4185 In progress... Acquire the lock first, then openCourseEditSession.

+5 -5 lavinia MAIN
1.153 10 Sep 09

OLAT-4185 In progress...

+2 lavinia MAIN
1.152 10 Sep 09

OLAT-4185 In progress... Introduced the courseEditSession concept.

+104 -24 lavinia MAIN
1.151 16 Jul 09

OLAT-3920 removed dead code - course DetailsComponentForm never used in the GUI since a special treadment fiddeling is done in the RepositoryDetailsController. No idea why this is though.

+5 -4 gnaegi MAIN
1.150 19 Jun 09

OLAT-3674: merge glossary branch to HEAD.

+1 -2 rhaag MAIN
1.149 31 Mar 09

OLAT-3928 fixing broken course CSS, implemented CustomCSS concept and refactored MainLayoutController to have CSS capabilities

+23 gnaegi MAIN
1.148 29 Jan 09

OLAT-3788: RemoteAuditLogger : Move deleteDirsAndFiles at the end of deleteCourse( ) to fix 'Cannot resolve file: runstructure.xml course'

+7 -5 guretzki MAIN
1.147 28 Jan 09

OLAT-3786: Add debug info to see problem with loading courses.

+1 guretzki MAIN
1.146 21 Jan 09

OLAT-3771 Fixed course config at course import.

+4 -3 lavinia MAIN
1.145 19 Jan 09

OLAT-3738 Refactored: moved setCourseConfig from CourseEnvironment to CourseFactory.

+23 -2 lavinia MAIN
1.144 17 Dec 08

Change log-level from audit to debug

+7 -6 guretzki MAIN
1.143 08 Dec 08

OLAT-3590: fixed deletion of subscribers when user was removed from group, fixed deletion of publishers/subscribers is resource (group, LR) gets deleted

+1 -1 schnider MAIN
1.142 25 Nov 08

revert changes: removed logging

-3 lavinia MAIN
1.141 25 Nov 08

OLAT-3615 Log OLATResourceManager.getInstance().createOLATResourceInstance(CourseModule.class), and remove resource if course is null after import or deploy from zip.

+3 lavinia MAIN
1.140 07 Nov 08

MERGE FROM OLAT-6_0_x-BRANCH to HEAD

+89 -16 Patrick Brunner MAIN
1.139 09 Oct 08

Fixed CopyCourseTest. Needs SingleVM setup, and add author as owner of the course. Removed a codepoint.

+1 -2 lavinia MAIN
1.138 08 Oct 08

Introduced codepoint in ClusteredCourseExportTest.

+1 lavinia MAIN
1.137 18 Sep 08

OLAT-3478: Check ICourse references. Always get them from the cache.

+1 schnider MAIN
1.136 18 Sep 08

OLAT-3478: Check ICourse references. Always get them from the cache.

+2 -2 schnider MAIN
1.135 29 Aug 08

OLAT-3422 Basic i18nManager refactoring: extract module part and property file visitor from manager, simplify configuration (auto load available languages). needs ant config-all

+17 -15 gnaegi MAIN
1.134 25 Aug 08

OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004"

+2 -2 Alexander Schneider MAIN
1.133 20 Aug 08

OLAT-3321 Test case for CourseFactory.copyCourse

+8 -5 lavinia MAIN
1.132 15 Aug 08

MERGE OLAT-6_0_3-FINAL into HEAD

+5 Patrick Brunner MAIN
1.131 24 Jul 08

OLAT-3321 In progress... Cannot lock the course at copy/export - check in controllers (e.g. RepositoryCopyController) if the course is locked and warn the user if this is the case.

+57 -81 lavinia MAIN
1.130 24 Jul 08

OLAT-3344: Refactor Cacher API : 'put' to 'update', 'putMulti' to 'updateMulti' and 'putSilent' to 'put'

+2 -2 guretzki MAIN
1.129 23 Jul 08

OLAT-3321, OLAT-3323 In progress... doInSync load and save course

+29 -18 lavinia MAIN
1.128 22 Jul 08

OLAT-3321, OLAT-3323 In progress... Use CacheWrapper instead of the internal loadedCourses map. Refactor ICourse by moving the course save methods into the CourseFactory. Lock the course at copy, export.

+229 -117 lavinia MAIN
1.127 27 Jun 08

OLAT-3252 MERGE from BRANCH 6.0.x to HEAD introduced by fixing OLAT-3083 caches may return null

+12 -1 Patrick Brunner MAIN
1.126 05 Jun 08

Clustering: Unify clustering tags o_cluster_ok and o_clusterok to o_clusterOK by:fj

+1 -1 guretzki MAIN
1.125 04 Jun 08

Clustering: Unify clustering tags to o_clusterNOK, o_clusterREVIEW, o_cluster_ok and o_clusterok

+7 -7 guretzki MAIN
1.124 29 May 08

MERGE BRANCH TO HEAD OLAT-3083 added missing close method

+1 Alexander Schneider MAIN
1.123 15 May 08

OLAT-3083 (Courslog: three times as great as needed) The courselog was not three times as great as needed, but so many times as great as the courseauthor published the course. - using the new added close method (PersitingAuditManager) to remove handlers during the publish process. (pair programming cg as)

+8 -5 Alexander Schneider MAIN
1.122 27 Mar 08

OLAT-2727:Fix redscreen when starting chinese help, do not switch to english when login as guest and language=chinese.

+2 -2 guretzki MAIN
1.121 25 Mar 08

Remove System.out.println(... ) .

-1 guretzki MAIN
1.120 18 Dec 07

OLAT-2725 merge YAML Branch in olat3 HEAD development

+3 -4 gnaegi MAIN
1.119 13 Dec 07

OLAT-2278 full text search for synchonized -> review (pb with fj) all places where no clusterNOK or o_clusterok (cluster_ok) was placed removed some dead comments, dead code

+3 -3 Patrick Brunner MAIN
1.118 29 Nov 07

non-jira fixes two bugs reported by franziska 1) starting CourseEditor from DetailPage -> course editor was not closeable 2) two people can start editing a course! bug was introduced when moving DTabs Code from FullChiefController to OlatBaseController OlatBaseController now listens to done events signaling dtabs to be closed. 2) is a following up bug introduced by 1) Improvement - CourseEditorController is now created in both cases via CourseFactory.create Method. Which returns a Controller or NULL, it sets the InfoMessage in the NULL case. No more MonologController needed.

+5 -2 Patrick Brunner MAIN
1.117 27 Nov 07

OLAT-2278 fix bug with weakhashmap reference

+6 -3 fjost MAIN
1.116 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

+27 -4 fjost MAIN
1.115 14 Nov 07

OLAT-2278 - added some todos - added test for db deadlock detection - added not-yet-active design for a automatic filesystem namespacing (filer)

+1 -1 fjost MAIN
1.114 09 Oct 07

OLAT-2278 introduced LayoutMainController, and some refactoring

+3 -2 fjost MAIN
1.113 20 Sep 07

OLAT-2278 mark all synchronized statements with either clusterok or clusterNOK which in the latter case, need to be revisited.

+4 -4 fjost MAIN
1.112 28 Aug 07

olat-2433: as preparation for later merging: first merge branch 5_2_x to HEAD

+3 fjost MAIN
1.111 19 Jul 07

OLAT-2376:Archive righty group runtime data in already in PersistingCourseGroupManager.

-5 guretzki MAIN
1.110 19 Jul 07

OLAT-2376:Archive group runtime data, delete lifecycle-entries after deleting resource, refactor UserManger-deletion code to UserDeletionManager.

+8 guretzki MAIN
1.109 16 Jul 07

OLAT-2317: Do archive course runtime-data when delete a LR.

+18 -12 guretzki MAIN
1.108 23 May 07

OLAT-2320 Refactoring: moving briefcase code from olat3 project to olatcore

+1 -1 gnaegi MAIN
1.107 29 Mar 07

OLAT-1935:Core ready to separate (calendar, wiki move back to LMS)

+3 -3 guretzki MAIN
1.106 04 Jan 07

OLAT-1450: Fix redscreen when opening detail-page from help course. Does not show link to detail-page in tool-menu for help-course when navigate from upper right corner.

+2 -2 guretzki MAIN
1.105 12 Dec 06

OLAT-1204: sending foldernames urlencoded to webdav which works but can lead to unreadable folder names

+1 -1 schnider MAIN
1.104 05 Dec 06

OLAT-1577 finished glossary refactoring as learning resource

+18 gnaegi MAIN
1.103 29 Sep 06

OLAT-1796 update to apache 2.0 license boiler plate

+40 -29 Patrick Brunner MAIN
1.102 11 Sep 06

OLAT-1737: - Delete course calendar if course is deleted. - Lazy delete calendar subscriptions of courses which do not exist anymore.

+5 mike MAIN
1.101 08 Sep 06

OLAT-1740 Merging config option for demo resources

+4 -3 gnaegi MAIN
1.100 25 Jul 06

OLAT-1530: Merge BRANCH-1530 into HEAD

+2 -1 Alexander Schneider MAIN
1.99 24 Jul 06

OLAT-1562:Merge Branch back into HEAD.

+1 -6 guretzki MAIN
1.98 21 Jun 06

OLAT-1509 refactoring: - removed outgoing references from the core to ExportUtil - moved the creation of the personal archive folder for courses into the course factory

+24 -2 Patrick Brunner MAIN
1.97 16 Jun 06

olat-1562 prepare generic launch mechanism (improvement of initialview) used for context of search engine

+3 fjost MAIN
1.96 15 Jun 06

olat-1562 sample business context for most forum paths

+6 -3 fjost MAIN
1.95 14 Jun 06

olat-1562 prepare for search engine's context path: can also be used for much more we hope..

+4 fjost MAIN
1.94 13 Jun 06

olat-1509 org.olat.notifications.SubscriptionContext --> move to core.util.notifications

+1 -1 fjost MAIN
1.93 08 Jun 06

OLAT-869 finally --- Tracing refactoring is finished. --- please read to the end. -!!!- sorry for changing the method signature of the logXYZ methods, but I think it enhances readability -- this may give you some errors now. -!!!- Code from the sysinfocontroller is now available to public from Tracing -!!!- log messages generated by classes which are not triggered by user request, e.g. Module inits, servlet inits, print out now long list of "n/a" This is not nice, but o.k. from my point of view. - only blabliblupTest classes have remaining references to log4j.Logger - unified use of logDebug(..) it is now always surrounded with an IF to check if we really should string-concatenate (expensive op) and log debug. - logError, logWarn, logInfo, logDebug... everything goes through Tracing now. - classes no longer need to instantiate a logger, logging is now done by one line call with the calling.class as parameter. - log messages are bound to the logging class -> log shows which class is logging and not always that Tracing class is logging. thx for reading :-)

+24 -27 Patrick Brunner MAIN
1.92 07 Jun 06

OLAT-869 work in progress of replacing all log4j.Logger references

+2 -1 Patrick Brunner MAIN
1.91 05 Jun 06

OLAT-869 75% of refactoring tracing stuff - removed identity from method signatures as this information is taken from the thread local - refactored logError to use class instead of category string, this implied to refactor the olatruntimeexception as it should bring also a class instead of a category string. - grunt work done replacing all (null...) parameters with meanigful a class parameter. the upcoming 25% to do are: - introduce logInfo(..) and logDebug(...) similiar to logWarn and logError in the Tracing class - refactor all classes using log4j calls to log.XXX to the respective call to Tracing.logXXX goal is to have all log calls to go through Tracing.class as it holds lots of cool information in its thread local variable which would not be accessibel outside in the different classes generating log entries.

+1 -1 Patrick Brunner MAIN
1.90 09 May 06

OLAT-1509 moved org.olat.util to org.olat.core.util

+12 -12 fjost MAIN
1.89 09 May 06

olat-1509 moved Identiy to org.olat.core.id and OLATResourceable to org.olat.core.id

+2 -2 fjost MAIN
1.88 08 May 06

OLAT-1509

+2 -2 Patrick Brunner MAIN
1.87 03 May 06

OLAT-1509 -move org.olat.gui -> org.olat.core.gui (except the portal which has some class references in xml stream) -adapted xx_config.xml files where some org.olat.gui.render.VelocityRender references were

+6 -6 Patrick Brunner MAIN
1.86 05 Apr 06

header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time!

+14 -12 schnider MAIN
1.85 02 Mar 06

OLAT-1440 check configuration instead of hardcoded ...true,true,true...If the user deleting/archiving is OLATAdmin she gets all files, otherwise as visibility/invisitbility is configured.

+8 -2 Patrick Brunner MAIN
1.84 23 Feb 06

Merge from OLAT-4_0_2-BPS_UNIZH-1319 Branch

+2 -2 mike MAIN
1.83 03 Feb 06

http://bugs.olat.org/jira/browse/OLAT-1260 - archiving course results overview before deleting a course

+13 -1 Alexander Schneider MAIN
1.82 14 Sep 05

Fixing copy course problem with two group contexts http://bugs.olat.org/jira/browse/OLAT-1017

+10 -8 gnaegi MAIN
1.81 09 Sep 05

Import/export both learning and right groups. http://bugs.olat.org/jira/browse/OLAT-1117

+2 -1 mike MAIN
1.80 09 Sep 05

Create export directory

+2 -1 mike MAIN
1.79 08 Sep 05

Shared folder import/export. New keys: sf.import.title=Import des Ressourcenordners sf.import.intro=Dieser Kurs referenziert einen Ressourcenordner. sf.displayname=Name des Ressourcenordner sf.resourcename=Int. Name des Ressourcenordners sf.desc=Beschreibung des Ressourcenordners sf.import.action=Importieren sf.reattach.action=Neu verknüpfen sf.noop.action=Entfernen

+2 -1 mike MAIN
1.78 08 Sep 05

Shared folder import/export. New keys: sf.import.title=Import des Ressourcenordners sf.import.intro=Dieser Kurs referenziert einen Ressourcenordner. sf.displayname=Name des Ressourcenordner sf.resourcename=Int. Name des Ressourcenordners sf.desc=Beschreibung des Ressourcenordners sf.import.action=Importieren sf.reattach.action=Neu verknüpfen sf.noop.action=Entfernen

+16 -1 mike MAIN
1.77 02 Sep 05

- Cleanup export directory after import - Better cleanup upon dailures.

+8 -4 mike MAIN
1.76 02 Sep 05

Unattended import of courses. Adapted CourseModule and Help to deploy from exported course ZIPs. http://bugs.olat.org/jira/browse/OLAT-1076

+111 -30 mike MAIN
1.75 30 Aug 05

- Adding virtual filesystem handler for logger - Files are now opened only when used - Logentries appear immediately in logfile http://bugs.olat.org/jira/browse/OLAT-1077

+2 -2 gnaegi MAIN
1.74 30 Aug 05

http://bugs.olat.org/jira/browse/OLAT-1074 Delete CourseConfig of clean course instance so the unzip action can write the config file

+3 -2 mike MAIN
1.73 30 Aug 05

Catch failed course imports...

+10 -7 mike MAIN
1.72 19 Aug 05

http://bugs.olat.org/jira/browse/OLAT-942 - while deletion of a course logfile archiving is triggered

+5 -3 Alexander Schneider MAIN
1.71 16 Aug 05

- Refactored CourseConfig modifications - Catch updates on shared folder settings

+2 -2 mike MAIN
1.70 15 Aug 05

Reworked course filesystem setup

+2 -2 mike MAIN
1.69 15 Aug 05

Include shared folder in course folder

+2 -2 mike MAIN
1.68 15 Aug 05

VFS refactoring

+6 -6 mike MAIN
1.67 12 Aug 05

added a fixme for alex to show where the hook is for the log archiving

+5 -4 Patrick Brunner MAIN
1.66 10 Aug 05

Changed notification subscription type from CourseModule to AssessmentManager http://bugs.olat.org/jira/browse/OLAT-926

+9 -1 gnaegi MAIN
1.65 09 Aug 05

+separation of data (java) -> presentation (velocity) +1step preparation of activateable tabs -activation is not yet active

+9 -2 Patrick Brunner MAIN
1.64 03 Aug 05

BugFix + OLAT-942 +

+100 -30 Patrick Brunner MAIN
1.63 01 Jul 05

notifications for assessment subscription

+16 -7 fjost MAIN
1.62 15 Jun 05

Course Configuration, V0.9 - deletion of log files will be moved to the archiv tool http://bugs.olat.org/jira/browse/OLAT-818

+9 -2 Patrick Brunner MAIN
1.61 19 May 05

Referenced-repo-entries-import-hook-draft.

+1 -35 mike MAIN
1.60 18 May 05

Repo Metadata Export

+4 -2 mike MAIN
1.59 17 May 05

Export of referenced repo entries

+35 -3 mike MAIN
1.58 17 May 05

Plain vanilla course import.

+26 -2 mike MAIN
1.57 13 May 05

Added export hooks and preliminary course export.

+27 -1 mike MAIN
1.56 17 Mar 05

fixed bug http://bugzilla.olat.org/show_bug.cgi?id=1437

+7 -2 fjost MAIN
1.55 10 Mar 05

http://bugzilla.olat.org/show_bug.cgi?id=1410

+3 -1 gnaegi MAIN
1.54 08 Mar 05

cleanup loggers on delete http://bugzilla.olat.org/show_bug.cgi?id=1394

+3 -1 gnaegi MAIN
1.53 07 Mar 05

Bug #1374

+20 -3 mike MAIN
1.52 01 Mar 05

Bug #1343

+4 -3 mike MAIN
1.51 07 Feb 05

*** empty log message ***

+6 -2 fjost MAIN
1.50 07 Feb 05

refactoring with locks

+2 -9 fjost MAIN
1.49 02 Feb 05

course run cleanup and cp integration v 0.7

+11 -4 fjost MAIN
1.48 27 Jan 05

finishing context management some other stuff

+2 -2 gnaegi MAIN
1.47 02 Dec 04

fixing broken copyCourse, createCourseFromZip and createEmptyCourse - dependencies to prepareFilesystem solved

+3 -7 gnaegi MAIN
1.46 30 Nov 04

1) Fefactoring: adding getCourseFromCache and putCourseInCache and using this new methods in copyCourse, createEmptyCourse, createCourseFromZip and loadCourse 2) Fixing broken copyCourse method copy course didn't work at all

+28 -5 gnaegi MAIN
1.45 22 Nov 04

i18n-enabling help course: a separate help course can be configured per language

+2 -2 gnaegi MAIN
1.44 29 Oct 04

version 0.7 of subscriptions

+6 -5 fjost MAIN
1.43 13 Oct 04

Javadoc

+7 -7 mike MAIN
1.42 12 Oct 04

javadoc

+87 -50 gnaegi MAIN
1.41 05 Oct 04

http://bugzilla.olat.org/show_bug.cgi?id=993

+5 -6 mike MAIN
1.40 04 Oct 04

adding group management copy

+8 -3 gnaegi MAIN
1.39 17 Sep 04

Organized imports. - PLEASE: Take those 3 seconds and hit Ctrl-Shift-O before checkin. - Set your Eclipse to throw out a warning on hiding variables !!

+3 -5 mike MAIN
1.38 14 Sep 04

open editor NOT in tabbed pane, lots of difficulties if course run breaks

+5 -6 fjost MAIN
1.37 13 Sep 04

wrong delete order

+7 -5 gnaegi MAIN
1.36 13 Sep 04

Proper cleanup on delete()

+26 mike MAIN
1.35 13 Sep 04

delete groupmanagement when deleting course

+5 -3 gnaegi MAIN
1.34 13 Sep 04

course launch etc. improvements

+6 -5 fjost MAIN
1.33 08 Sep 04

named all form with pattern .*Form

+6 -6 fjost MAIN
1.32 03 Sep 04

renaming windowcontroller to windowcontrol, since it is not a controller but wControl / a control

+7 -7 fjost MAIN
1.31 03 Sep 04

mega cleanup on olatresourceables!!

+4 -6 fjost MAIN
1.30 03 Sep 04

course handler fires events

+3 -4 fjost MAIN
1.29 02 Sep 04

*** empty log message ***

+6 -3 fjost MAIN
1.28 25 Aug 04

re-enable WebDAV

+4 -4 mike MAIN
1.27 03 Aug 04

http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=884

+4 -4 mike MAIN
1.26 09 Jul 04

Display resourceable ID for poweruser in repository specific details view

+5 -5 mike MAIN
1.25 07 Jul 04

*** empty log message ***

+4 -7 mike MAIN
1.24 06 Jul 04

don't save default rep entry key in properties table, not needed

+12 -14 gnaegi MAIN
1.23 06 Jul 04

fix startup bug

+4 -3 fjost MAIN
1.22 05 Jul 04

lots of small improvments; adding runstructure to courseenv; making score evaluation consistent and easier

+3 -4 fjost MAIN
1.21 30 Jun 04

Repository entries carry a softkey which is virtually global unique. References in courses refer to this softkey. (enables import/export of courses from/to olat installations based on soft references)

+4 -4 mike MAIN
1.20 28 Jun 04

Enable handlers to provide editor for their types

+10 -3 mike MAIN
1.19 26 Jun 04

*** empty log message ***

+4 -8 fjost MAIN
1.18 26 Jun 04

remember a recently launched course

+7 -3 fjost MAIN
1.17 21 Jun 04

*** empty log message ***

+6 -5 mike MAIN
1.16 20 Jun 04

fixme mike

+5 -3 fjost MAIN
1.15 15 Jun 04

Repository copy (functional draft)

+32 -6 mike MAIN
1.14 15 Jun 04

Course details component

+17 -6 mike MAIN
1.13 11 Jun 04

*** empty log message ***

+3 -4 mike MAIN
1.12 08 Jun 04

Cleanup course cache on delete

+5 -3 mike MAIN
1.11 07 Jun 04

adding helpCourseController create method

+40 -8 gnaegi MAIN
1.10 04 Jun 04

adding method createCourseFromZip

+28 -3 gnaegi MAIN
1.9 04 Jun 04

*** empty log message ***

+20 -9 fjost MAIN
1.8 03 Jun 04

Moved reference handling to publish process

+12 -11 mike MAIN
1.7 28 May 04

- new cours editor structure - new publish process (not yet active) - references implementation - ref check on deletes

+31 -4 mike MAIN
1.6 25 May 04

Save EditorTreeModel instead of EditorStructure

+10 -6 mike MAIN
1.5 25 May 04

*** empty log message ***

+5 -7 mike MAIN
1.4 22 May 04

never return null, but raise an exception if a file directory cannot be created!

+13 -10 fjost MAIN
1.3 21 May 04

Course save editor structure

+5 -4 mike MAIN
1.2 19 May 04

Initial course load/save

+35 -6 mike MAIN
1.1 17 May 04

Fresh, clean checkin

+51 mike MAIN
1.82.12.1 10 Feb 06

Fixes OLAT-1362 Wrong constructor used.

+2 -3 mike OLAT-4_0_2-BPS_UNIZH-1319
1.83.2.1 31 Mar 06

OLAT-1482 ajax -ify olat work in progress!

+9 -3 fjost OLAT-4_1-GOODSOLUTIONS-1411
1.97.2.1 22 Jun 06

Merge HEAD into Branch

+24 -2 leberle OLAT-4_2_0-BPS-1553
1.91.2.1 08 Jun 06

OLAT-1557: merge HEAD into branch-1557

+2 -1 cweisse OLAT-4_2_0-BPS-1557
1.87.2.1 10 May 06

OLAT-1233: Merge HEAD into Branch

+16 -16 guretzki OLAT-4_2_0-UNIZH-1233
1.85.4.1 06 Apr 06

merged head (with ajax, header cleanup)

+14 -12 guretzki OLAT-4_2_0-UNIZH-1480
1.90.6.5 25 Jul 06

merge HEAD into BRANCH-1530

+1 -6 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.90.6.4 05 Jul 06

http://bugs.olat.org/jira/browse/OLAT-1572 initial version courselogfiles apachelogformat-styled

+2 -1 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.90.6.3 29 Jun 06

OLAT-1530: Merge HEAD into BRANCH-1530

+36 -4 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.90.6.2 09 Jun 06

merge HEAD into BRANCH-1530

+24 -26 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.90.6.1 06 Jun 06

merge HEAD into BRANCH-1530

+1 -1 Alexander Schneider OLAT-4_2_0-UNIZH-1530
1.93.2.4 03 Jul 06

OLAT-1562:Work in progress,Refactor BusinessControl

+1 -6 guretzki OLAT-4_2_0-UNIZH-1562
1.93.2.3 27 Jun 06

OLAT-1562: Merge HEAD into branch.

+24 -2 guretzki OLAT-4_2_0-UNIZH-1562
1.93.2.2 19 Jun 06

OLAT-1562:Merge HEAD into Branch.

+3 guretzki OLAT-4_2_0-UNIZH-1562
1.93.2.1 15 Jun 06

OLAT-1562:Merge HEAD into Branch.

+10 -3 guretzki OLAT-4_2_0-UNIZH-1562
1.90.8.1 21 Jul 06

merges from HEAD

+61 -31 gnaegi OLAT-4_2_0-goodsolutions-1232
1.102.2.1 10 Oct 06

MERGE HEAD TO BRANCH 5.0.x prepare for 5.0.1

+40 -29 Patrick Brunner OLAT-5_0_x-BRANCH
1.103.6.2 30 Jan 07

merge Head to Branch ( target: HEAD common source: mergeHeadTo1879_1 )

+2 -2 Patrick Brunner OLAT-5_1_0-BPS-1879
1.103.6.1 12 Dec 06

merge head into branch

+19 -1 leberle OLAT-5_1_0-BPS-1879
1.103.10.1 12 Dec 06

merge head into branch

+18 leberle OLAT-5_1_0-BPS-1914
1.111.4.1 03 Aug 07

OLAT-2396 User Activity Logger is not set on Editor Subworkflows

+3 Patrick Brunner OLAT-5_2_x-BRANCH
1.123.2.13 08 Sep 08

OLAT-3421 Debug Level Time Measurements for better insights under heavy load.

+9 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.12 04 Sep 08

OLAT-3421 - creation of calendar portlet involves loading all subscribed course calendars which in turn loads all courses for those calendars. This is in fact not needed, but needs some refactoring to use the Long of the course.getResourceableId() instead the course object itself. general improvement avoiding a lot of synchronized calls to load courses

+17 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.11 02 Sep 08

OLAT-3398 use copies instead of unmodifables maps no redscreens with concurrent access

+2 -2 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.10 21 Aug 08

OLAT-3398 bug fix : not overwrite loaded time with -1

-1 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.9 20 Aug 08

OLAT-3398 bug fix for deployed courses during first startup

+2 -18 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.8 20 Aug 08

OLAT-3398 bug fix for newly created courses

+35 -4 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.7 20 Aug 08

OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004"

+2 -2 Alexander Schneider OLAT-6_0_x-BRANCH
1.123.2.6 20 Aug 08

OLAT-3398 at least course load times "persisted" in logfile

+3 -1 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.5 20 Aug 08

OLAT-3398 course statistics as table

+25 -1 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.4 19 Aug 08

non-jira admin menu entry for active course and nr of listeners

+11 -1 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.3 07 Jul 08

OLAT-3277 - fix special case IMS Survey / Test / Questionnaire Run - tests are run on top of gui stack -> also set the CourseDisposedRestart Controller on the IMS Run Controller - otherwise the generic message "screen is no longer valid" appeared.

+5 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.2 26 Jun 08

OLAT-3252 introduced by fixing OLAT-3083 caches may return null

+12 -1 Patrick Brunner OLAT-6_0_x-BRANCH
1.123.2.1 29 May 08

OLAT-3083 added missing close method

+1 Alexander Schneider OLAT-6_0_x-BRANCH
1.148.4.1 01 Apr 09

OLAT-3928 Merge from HEAD: fixing broken course CSS, implemented CustomCSS concept and refactored MainLayoutController to have CSS capabilities

+23 gnaegi OLAT-6_1_x-BRANCH
1.150.4.2 13 Jul 09

RESOLVED - issue OLAT-3723: Finalization of an existing course http://bugs.olat.org/jira/browse/OLAT-3723

+1 -3 bja OLAT-6_2-BPS-FEATURES-JUNE-2009
1.150.4.1 01 Jul 09

Incomplete - taskOLAT-3723 http://bugs.olat.org/jira/browse/OLAT-3723

+3 -1 bja OLAT-6_2-BPS-FEATURES-JUNE-2009
1.151.10.2 16 Sep 09

OLAT-4354 Fixed: remove ModifyCourseEvent from modifyCourseEvents after saveCourse. Merged changes from HEAD to 6_2_0_BRANCH_UZH

+3 -1 lavinia OLAT-6_2_0-BRANCH-UZH
1.151.10.1 15 Sep 09

OLAT-4185 Merged changes from HEAD to 6_2_0_BRANCH_UZH

+114 -25 lavinia OLAT-6_2_0-BRANCH-UZH
1.172.4.6 09 Sep 10

OLAT-5784: previous checkins re duration added to log.info in deleteCourse and //o_clusterOK added to the newly added synchronized and the one which had o_clusterNOK have erroneously been marked with OLAT-4930

+1 -1 eglis OLAT-6_3_0-PUBLIC
1.172.4.5 09 Sep 10

OLAT-4930: //o_clusterOK added to the newly added synchronized and the one which had o_clusterNOK

+4 -4 eglis OLAT-6_3_0-PUBLIC
1.172.4.4 09 Sep 10

OLAT-4930: duration added to log.info in deleteCourse

+2 -1 eglis OLAT-6_3_0-PUBLIC
1.172.4.3 09 Sep 10

OLAT-4930: more logging added OLAT-5784: proper synchronization added for loadedCourseStatistics

+11 -5 eglis OLAT-6_3_0-PUBLIC
1.172.4.2 08 Jul 10

OLAT-5515: need to use the RepositoryEntry, not the OlatResource

+1 -1 eglis OLAT-6_3_0-PUBLIC
1.172.4.1 07 Jul 10

OLAT-5515: adjusted businesspath when launching the help course

+9 -2 eglis OLAT-6_3_0-PUBLIC
1.135.2.3 19 Feb 09

code refactoring

+8 -10 bja OLAT-HEAD-BPS-1229
1.135.2.2 03 Feb 09

head merged

+119 -23 bja OLAT-HEAD-BPS-1229
1.135.2.1 25 Sep 08

OLAT-1229: mostly only updates to stay in sync with the HEAD extended logging from HEAD calls to new api in this branch updated file to generate reporting table updated file to generate postgresql-database in general

+3 -2 blaw OLAT-HEAD-BPS-1229
1.100.6.2 15 Jun 07

OLAT-1595 : mergeOLAT-5_1_xToBranch

+21 -3 ikroll OLAT-HEAD-BPS-1595
1.100.6.1 05 Oct 06

http://bugs.olat.org/jira/browse/OLAT-1595 OLAT-1595: Merge HEAD into BRANCH (work in progress)

+49 -32 ikroll OLAT-HEAD-BPS-1595
1.103.8.4 06 Jan 08

OLAT-2434 Merging HEAD to CF branch, adding database migration script. There are some classes I had to patch in the core to make this branch work, I will commit them directly to HEAD when merging the branch back to HEAD, so this branch will not compile out of the box.

+46 -14 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.103.8.3 19 Jul 07

OLAT-2434 BPS-CF update branch to current HEAD development after fixing power search method and ajax user search

+3 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.103.8.2 18 Jul 07

OLAT-2434 BPS-CF update branch to current HEAD development after user delete state refactoring

+18 -12 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.103.8.1 17 Jul 07

OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes

+25 -7 gnaegi OLAT-HEAD-BPS-Prototype_CF
1.145.2.2 23 Apr 09

OLAT-3766 Update IMS CP Branch to HEAD

+23 gnaegi OLAT-HEAD-FRENTIX-3766-CPEDITOR
1.145.2.1 09 Feb 09

OLAT-3766 Merge from HEAD to IMS CP editor branch

+12 -8 gnaegi OLAT-HEAD-FRENTIX-3766-CPEDITOR
1.149.4.2 16 Oct 09

OLAT-3946 merge from HEAD

+156 -25 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.149.4.1 27 Jul 09

OLAT-3946 update from HEAD

+6 -6 gwassmann OLAT-HEAD-FRENTIX-3946-Podcast
1.177.2.3 23 Nov 10

OLAT-5494 merge 7.1 head to epf-branch

+1 -35 rhaag OLAT-HEAD-FRENTIX-5494-EPORTFOLIO
1.177.2.2 19 Oct 10

OLAT-5494: merge HEAD to epf-branch

+12 -5 rhaag OLAT-HEAD-FRENTIX-5494-EPORTFOLIO
1.177.2.1 09 Sep 10

OLAT-5494: merge head to epf-branch: olat3

+9 -2 rhaag OLAT-HEAD-FRENTIX-5494-EPORTFOLIO
1.98.2.3 03 Nov 06

Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD

+45 -29 gnaegi OLAT-HEAD-JGS-1577
1.98.2.2 19 Aug 06

config option to make automatic deployed courses like the help visible to all users by default

+4 -3 gnaegi OLAT-HEAD-JGS-1577
1.98.2.1 14 Aug 06

Merging HEAD to branch

+3 -7 gnaegi OLAT-HEAD-JGS-1577
1.94.2.1 16 Jun 06

Merge head into Branch and commit changes on branch

+8 -1 Patrick Brunner OLAT-HEAD-JGS_UNIZH-1509_pbwork
1.108.2.1 18 Jul 07

OLAT-2385 - third time merge MAIN HEAD with the OLAT-HEAD-UZH-2385 BRANCH (common base version is Temp_lavinia_2, merged with Temp_lavinia_1, where Temp_lavinia_1 is the latest tag on MAIN HEAD)

+18 -12 lavinia OLAT-HEAD-UZH-2385
1.151.14.1 28 Oct 09

MERGE HEAD to BRANCH for mvn testing

+163 -29 Patrick Brunner OLAT-HEAD-UZH-4361
1.109.2.1 30 Aug 07

olat-2433

+6 fjost OLAT-HEAD-UZH-OLAT_2433
1.113.2.5 18 Dec 07

OLAT-2725 Merges from HEAD

+5 -5 gnaegi OLAT-HEAD-YAML-1725
1.113.2.4 04 Dec 07

YAML: 0.9 beta -> must verify together with AS -> replace monolog controller -> changing all touched controllers to extending BasicController -> replaced Tracing by OLog log = Tracing.createLogger(..) -> removed lots of Eclipse IDE Warnings hanging around -> DELETED MonologController.java

-1 Patrick Brunner OLAT-HEAD-YAML-1725
1.113.2.3 03 Dec 07

MERGE FROM HEAD TO BRANCH -> FJ Changes concerning scalability YAML: -> replace monolog controller

+37 -8 Patrick Brunner OLAT-HEAD-YAML-1725
1.113.2.2 23 Nov 07

OLAT-2725 merges from head, adjusting portal changes edit mode

+1 -1 gnaegi OLAT-HEAD-YAML-1725
1.113.2.1 11 Oct 07

OLAT-2725 Merges from HEAD and cleanup

+3 -2 gnaegi OLAT-HEAD-YAML-1725
1.142.2.3 28 May 09

OLAT-3674: merge head to branch

+56 -8 rhaag OLAT-HEAD_FRENTIX-3674
1.142.2.2 16 Jan 09

refactorings before merge with head (because of changed RepoHandler)

+1 -2 rhaag OLAT-HEAD_FRENTIX-3674
1.142.2.1 23 Dec 08

merge Head to Branch

+8 -7 rhaag OLAT-HEAD_FRENTIX-3674
1.103.12.1 14 Nov 06

OLAT-1835 organize imports & Separation core - lms

+3 -3 Patrick Brunner OLAT-HEAD_UNIZH-1935
1.104.2.1 17 Jan 07

- intermediate save - merge HEAD into Branch

+3 -3 Patrick Brunner OLAT_5_1_-UZH-1983
1.176.4.1 22 Jun 10

updating to current head

+3 -3 thomasw OLAT_6_4_0-BPS-Onyx_Integration
1.165.2.3 15 Mar 10

OLAT-4648 Replace Form with FlexiForm OLAT-3930 Interaction design changes OLAT-2887 Replace DefaultController with BasicController OLAT-4951 Issue with screen-shots for testing

+1 -1 matthai tmpOLAT-HEAD-640-until-2010-03-10
1.165.2.2 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...

+15 -5 schnider tmpOLAT-HEAD-640-until-2010-03-10
1.165.2.1 25 Jan 10

renaming of Manger to BasesecurityManager

+72 -26 schnider tmpOLAT-HEAD-640-until-2010-03-10