| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.349 | 11 Feb 11 |
- checkstyle configuration ... ... [X] clean up according to the checkstyle rules - smoke test passed: mvn clean package install |
+179 -153 | Patrick Brunner | MAIN | |
| 1.348 | 11 Feb 11 |
- checkstyle configuration ... ... [X] organizing import - smoke test passed: mvn clean package install |
+1 | Patrick Brunner | MAIN | |
| 1.347 | 11 Feb 11 |
- checkstyle configuration ... [X] formatting step only - smoke test passed: mvn clean package install |
+219 -237 | Patrick Brunner | MAIN | |
| 1.346 | 26 Jan 11 |
OLAT-6215 corrected, error was introduced by work on linked issue OLAT-6199 |
+2 | matthai | MAIN | |
| 1.345 | 23 Jan 11 |
OLAT-6199 corrected listentTo error which must have been causing the redScreen. |
+7 -5 | matthai | MAIN | |
| 1.344 | 20 Jan 11 |
had broken a comment |
+1 -5 | matthai | MAIN | |
| 1.343 | 19 Jan 11 |
OLAT-2557 singleVM and Cluster difference in listener count of multiuser event bus singleVM count = 1 + Cluster count so decided to use 1 + count |
+9 -3 | matthai | MAIN | |
| 1.342 | 17 Jan 11 | +7 -20 | matthai | MAIN | ||
| 1.341 | 11 Jan 11 | +11 -10 | matthai | MAIN | ||
| 1.340 | 20 Dec 10 |
OLAT-2557 o now configurarable whether or not this is displayed at all. course.display.participants.count=true is default o get listenerCount from multiuser eventBus only once at start and increment/devrement based on events recieved, this must yield the same result. Look out for negative participant count :-) |
+36 -36 | matthai | MAIN | |
| 1.339 | 15 Dec 10 |
OLAT-5941 current users present in course count display does not disappear any more after launching a test |
+5 -4 | matthai | MAIN | |
| 1.338 | 13 Dec 10 |
OLAT-5941 removed wrong/misleading comment |
+1 -1 | matthai | MAIN | |
| 1.337 | 13 Dec 10 |
OLAT-5941 do not count guest participants either |
+2 -2 | matthai | MAIN | |
| 1.336 | 13 Dec 10 |
OLAT-5941 no participant count for guest session |
+4 -2 | matthai | MAIN | |
| 1.335 | 13 Dec 10 |
OLAT-5941 removed console output |
+2 -2 | matthai | MAIN | |
| 1.334 | 13 Dec 10 |
OLAT-5941 o corrected display of current course participant count o changed wording according to Kristina o todo: display busy symbol while chat is connecting |
+47 -15 | matthai | MAIN | |
| 1.333 | 13 Dec 10 |
OLAT-5941 always display current number of users in course. Note: This number comes from the repository, not from the IM server. |
+1 -1 | matthai | MAIN | |
| 1.332 | 13 Dec 10 |
OLAT-5941 always display current number of users in course. Note: This number comes from the repository, not from the IM server. |
+3 -4 | matthai | MAIN | |
| 1.331 | 07 Dec 10 |
OLAT-5941 modified polling to slow down during user inactivity (mouse/keyboard) ... and several small corrections in IM |
+1 | matthai | MAIN | |
| 1.330 | 07 Sep 10 |
OLAT-5779 Fixed, if node no more visible update tree and go to root. |
+2 | lavinia | MAIN | |
| 1.329 | 02 Jul 10 |
OLAT-4622 decoupling assessment to allow onyx integration see assessmentplugin.activate in olat.properties |
+5 -4 | Patrick Brunner | MAIN | |
| 1.328 | 02 Jul 10 |
OLAT-5552 fix issue with early disposing of course node run controllers that have their own navigation (e.g. CP). Have to move the disposing to the navigation handler. |
+11 -14 | gnaegi | MAIN | |
| 1.327 | 24 Jun 10 |
OLAT-5351 dispose old node controller before creating new node controller to not get in conflicts with same cacheable mapper id. Just an optimization. |
+9 -5 | gnaegi | MAIN | |
| 1.326 | 14 Jun 10 |
OLAT-4529, OLAT-5322 enable/disable glossary correct also in cp-coursenode |
+2 -1 | rhaag | MAIN | |
| 1.325 | 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... |
+9 -9 | schnider | MAIN | |
| 1.324 | 12 Apr 10 |
OLAT-4743: implements initial launch date for course and expert rule to ask it |
+38 | srosse | MAIN | |
| 1.323 | 15 Mar 10 |
config and startup refactoring to spring only |
+3 -3 | schnider | MAIN | |
| 1.322 | 22 Feb 10 |
OLAT-4928: statistics - rights group for statistics added |
+3 -2 | eglis | MAIN | |
| 1.321 | 12 Feb 10 |
OLAT-4928: statistics refactoring - introduced new statistics tables, a cronjob updating the statistics, statistic managers for each of the statistic tables, and a statisticdisplaycontroller which uses those managers to display the statistic table |
+6 -3 | eglis | MAIN | |
| 1.320 | 05 Feb 10 |
OLAT-5009: fix missing upgrade and business path for calendar in course (but not in a building bloc) |
+5 -2 | srosse | MAIN | |
| 1.319 | 22 Jan 10 |
OLAT-4928 - statistics disabled until 6.3.0-Public - work in progress for pluggable statistics - example for a specific AutoCreatorXYZ - fix a class cast problem in GenericActionExtension / GenericMainController |
+3 | Patrick Brunner | MAIN | |
| 1.318 | 11 Jan 10 |
OLAT-3964: better jumpin for assessment notification, clean up of todos |
+4 -1 | srosse | MAIN | |
| 1.317 | 06 Jan 10 |
OLAT-4753 fixing red-screen when using gotonode links to a forum, potentially also to other course nodes due to wrong activation using the node id as the node command. |
+2 -1 | gnaegi | MAIN | |
| 1.316 | 22 Dec 09 |
olat-4653: adding logging resources to run main controller for activate state. Found better place to add... |
+4 -4 | schnider | MAIN | |
| 1.315 | 22 Dec 09 |
olat-4653: adding logging resources to run main controller for activate state |
+6 -1 | schnider | MAIN | |
| 1.314 | 09 Dec 09 |
IN PROGRESS - issue OLAT-4109: Refactor Logging Infrastructure: Unify Log Entries http://bugs.olat.org/jira/browse/OLAT-4109 |
+12 -1 | bja | MAIN | |
| 1.313 | 19 Nov 09 |
OLAT-4353: Project-Broker : Implement feedback from hjz, add archive function |
+5 | guretzki | MAIN | |
| 1.312 | 26 Oct 09 |
REOPENED - issue OLAT-3878: New role: administrator for learning ressourcen of home institution http://bugs.olat.org/jira/browse/OLAT-3878 |
+4 -6 | bja | MAIN | |
| 1.311 | 22 Oct 09 |
OLAT-4109: refactoring of course log files into user activity logging table o_loggingtable - introducing ThreadLocalUserActivityLogger concept |
+7 -15 | eglis | MAIN | |
| 1.310 | 15 Oct 09 |
OLAT-4546 (Merged changes from 6_2_x-Public-Branch) If RunMainController was disposed, do not initialize a new EditorMainController in the activate(). Cleanup lock objects at lock release, or if they are not acceptable. OLAT-4537 (Merged changes from 6_2_x-Public-Branch) Fixed: get RepositoryEditPropertiesController to be disposed if DialogBoxUIFactory.isYesEvent(event). |
+3 | lavinia | MAIN | |
| 1.309 | 16 Sep 09 |
OLAT-4185 added: rebuild the running structure for this user after publish, else won't work for very small (10s) timeToLive of CourseFactory_courses |
+7 | lavinia | MAIN | |
| 1.308 | 13 Sep 09 |
OLAT-4349 added: do not dispose course editor, if EntryChangedEvent fired at publish course |
+1 -1 | lavinia | MAIN | |
| 1.307 | 10 Sep 09 |
OLAT-4349 Quick fix for the - Course locking problem for the same user. Dispose editor after change course properties. |
+2 -4 | lavinia | MAIN | |
| 1.306 | 25 Aug 09 |
OLAT-4241 if glossary enabled on a course, show it also to guests. Those have no option to disable it, as guests are missing the right hand toolbox. |
+6 | Patrick Brunner | MAIN | |
| 1.305 | 24 Aug 09 |
OLAT-4233 Fixed. - used listenTo() instead of addControllerListener(), to take advantage of the BasicController dispose of child controllers |
+3 -2 | lavinia | MAIN | |
| 1.304 | 21 Jul 09 |
OLAT-3674: fix lock-release, fix window/tab issue |
+7 | rhaag | MAIN | |
| 1.303 | 17 Jul 09 | +27 -4 | bja | MAIN | ||
| 1.302 | 16 Jul 09 |
OLAT-4146: cleanup of added log stuff plus doing connection.close in separate taskexecutorthread |
-2 | eglis | MAIN | |
| 1.301 | 06 Jul 09 |
OLAT-4146: some logging added |
+2 | eglis | MAIN | |
| 1.300 | 03 Jul 09 |
OLAT-3924: notes with tinymce and without preview, enable upgrade code for migration |
+1 -1 | rhaag | MAIN | |
| 1.299 | 22 Jun 09 |
OLAT-4097: fix completed, allow glossary-usage again |
+1 -1 | rhaag | MAIN | |
| 1.298 | 21 Jun 09 |
OLAT-4097 -> RH please fix with high prio. |
+1 -1 | Patrick Brunner | MAIN | |
| 1.297 | 19 Jun 09 |
OLAT-3674: merge glossary branch to HEAD. |
+13 -13 | rhaag | MAIN | |
| 1.296 | 19 Jun 09 |
OLAT-3725: Set new owner(s) to one or more learning ressources in bulk process OLAT-3878: New role: administrator for learning ressourcen of home institution Merged both at same time due to dependencies |
+5 -1 | skoeber | MAIN | |
| 1.295 | 31 Mar 09 |
OLAT-3928 fixing broken course CSS, implemented CustomCSS concept and refactored MainLayoutController to have CSS capabilities |
+18 -102 | gnaegi | MAIN | |
| 1.294 | 12 Feb 09 |
OLAT-3826: Fix Number of users in course is not correct => Use other ores-object |
+4 -2 | guretzki | MAIN | |
| 1.293 | 21 Jan 09 |
OLAT-3738 Dispose RunMainController at EntryChangedEvent only if (!isInEditor). Dispose RunMainController at CourseConfigEvent. |
+12 -59 | lavinia | MAIN | |
| 1.292 | 20 Jan 09 |
olat-2557: show never 0 in course participants |
+2 | schnider | MAIN | |
| 1.291 | 19 Jan 09 |
olat-2557: link to participants in course not clickable |
+5 -3 | schnider | MAIN | |
| 1.290 | 15 Jan 09 |
OLAT-3738 In progress... Dispose RunMainController at EntryChangedEvent as well. |
+8 -3 | lavinia | MAIN | |
| 1.289 | 14 Jan 09 |
OLAT-3738 Refactored the RepositoryEditPropertiesController and child controllers to have a transactional course config saving. |
+3 -26 | lavinia | MAIN | |
| 1.288 | 08 Jan 09 |
OLAT-3722 : Move deregister at the beginning of dispose |
+9 -10 | guretzki | MAIN | |
| 1.287 | 06 Jan 09 |
OLAT-3702: Short term fix to reduce overhead of courseChat system. In cluster mode users are no longer automatically logged into the course chat. They have to do this manually. |
+28 | schnider | MAIN | |
| 1.286 | 05 Jan 09 |
OLAT-3699 Fixed info messages. |
+4 -2 | lavinia | MAIN | |
| 1.285 | 23 Dec 08 |
OLAT-3683 In progress... This should be fixed: 1. The bug causing the selenium tests to fail with the error msg: "ERROR: Element ui=courseEditor::toolbox_editorTools_closeEditor() not found" 2. The student should not be able to open anymore the learning resource once the access was restricted. |
+23 -17 | lavinia | MAIN | |
| 1.284 | 22 Dec 08 |
missing part of the course chat enable/disable flag |
+3 -3 | Patrick Brunner | MAIN | |
| 1.283 | 17 Dec 08 |
OLAT-3112 Introduced new channel (eventAgency) for course run (ores type: RunMainController with the course subkey) for identity per course count. |
+12 -2 | lavinia | MAIN | |
| 1.282 | 15 Dec 08 |
OLAT-3683 Fixed. Check in event() of RunMainController if the courseRepositoryEntry still launchable. |
+50 -3 | lavinia | MAIN | |
| 1.281 | 11 Dec 08 |
OLAT-3637 Fire CourseConfigEvent if the course css is changed via Learning Resources/Modify Properties/Layout, and update layout in cluster nodes. |
+20 -9 | lavinia | MAIN | |
| 1.280 | 10 Dec 08 |
OLAT-3637 Fixed. Introduced CourseConfigEvent. The CourseConfigEvent is fired at enable/disable of the efficiency statement, and at enable/disable calendar in course properties. |
+21 | lavinia | MAIN | |
| 1.279 | 24 Sep 08 |
OLAT-3422 Refactoring of popup factory from olat to core as part of the fullWebApp package and moved dynamic elements to spring config. Adding also a default minimal header to the core and created translation tool ui factory |
+4 -4 | gnaegi | MAIN | |
| 1.278 | 22 Sep 08 |
OLAT-3478: Check ICourse references. Always get them from the cache. |
+1 -2 | schnider | MAIN | |
| 1.277 | 10 Sep 08 |
OLAT-3468 Fixed score/passesd update lost problem. call userCourseEnvironment.getScoreAccounting().evaluateAll() only at the next click if assessmentChangedEventReceived. |
+10 -1 | lavinia | MAIN | |
| 1.276 | 01 Sep 08 |
OLAT-3359 Replaced AssessmentChangedEvent type comparison - use "equals()" instead of "==". |
+3 -3 | lavinia | MAIN | |
| 1.275 | 25 Aug 08 |
OLAT-1796 Boilerplate: replaced "Copyright (c) 1999-200[0-9]" with "Copyright (c) since 2004" |
+1 -1 | Alexander Schneider | MAIN | |
| 1.274 | 20 Aug 08 |
OLAT-3399 Removed old-school truncation of long menu items - users can now resize menu themselfe |
+4 -4 | gnaegi | MAIN | |
| 1.273 | 15 Aug 08 |
MERGE OLAT-6_0_3-FINAL into HEAD |
+7 -2 | Patrick Brunner | MAIN | |
| 1.272 | 14 Aug 08 |
OLAT-3386 Fixed. Replaced saveNodeScore, saveNodePassed and saveAssessmentId with saveScoreEvaluation in AssessmentManager. |
+1 -2 | lavinia | MAIN | |
| 1.271 | 25 Jul 08 |
OLAT-3302 Fixing gotonode links to work in course, cloned popup and help course |
+11 | gnaegi | MAIN | |
| 1.270 | 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. |
+2 -2 | lavinia | MAIN | |
| 1.269 | 28 May 08 |
merge with Branch 6.0 |
+2 -2 | schnider | MAIN | |
| 1.268 | 27 May 08 |
merge with Branch 6.0 |
+1 -1 | schnider | MAIN | |
| 1.267 | 20 May 08 |
OLAT-3097: multiwindow chat for p2p chat and groupchat |
+9 -15 | schnider | MAIN | |
| 1.266 | 06 May 08 |
OLAT-3138: Notification-Portlet Link: Panel and content was not initialized |
+3 | guretzki | MAIN | |
| 1.265 | 28 Apr 08 |
OLAT-3018 improved concept for disposed messages - added possibility to set a specific message (controller) in case "this" controller gets disposed. - still the fallback to default messsage "this screen is no longer valid" in case no specific disposed message is defined. - still local fallback to olat instance default language in case disposed controller was never "clicked" / dispatched. applied new concept to: - course publish -> invalidates course run -> shows message to restart course with action button to close and restart course - "kursübergreifende gruppen" management -> edit groupcontext which gets deleted -> show message to close group management with action button to close group management. - groups -> group admins or groups member having with open group which got deleted -> info message to close the group no action button as the group view may be not only inside tabs. |
+19 -47 | Patrick Brunner | MAIN | |
| 1.264 | 21 Apr 08 |
OLAT-2588: first version of cp and singlepage only in iframe anymore |
+7 -1 | schnider | MAIN | |
| 1.263 | 07 Apr 08 |
OLAT-2725 cssify assessment tool and efficiency statement, moved some generic css classes from olat to brasato, renamed bogous index.html pages to meaningfull names |
+1 -1 | gnaegi | MAIN | |
| 1.262 | 25 Mar 08 |
OLAT-2979: Course-Tools: Add missing key, set currentToolCtr to null when leaving course-editor. |
+1 | guretzki | MAIN | |
| 1.261 | 25 Mar 08 |
OLAT-2725 adding styles for notes, adding legacy css file, adding legacy styles for old wizard |
+6 -4 | gnaegi | MAIN | |
| 1.260 | 11 Feb 08 |
OLAT-2840: remove unused config vars |
+1 -1 | schnider | MAIN | |
| 1.259 | 08 Feb 08 |
OLAT-2725 - new is that DTabs Service (Attribute) is not for all Windows but for one specific Window - BaseFullWebappController accesses the window via backoffice, as it is on the way to be created and not yet registered with the ureq for getting it by windows(ureq).getWindow(ureq) - DockController uses new style of new browser window opening |
+1 -1 | Patrick Brunner | MAIN | |
| 1.258 | 23 Jan 08 |
OLAT-2836:Fix broken Publish update after closing course-editor. Course must be re-loaded after publish because CourseFactory listen to PublishEvent and remove courses. |
+2 | guretzki | MAIN | |
| 1.257 | 14 Jan 08 |
OLAT-2725 Adding support for presisted layout wolumn width |
+3 -3 | gnaegi | MAIN | |
| 1.256 | 18 Dec 07 |
OLAT-2725 merge YAML Branch in olat3 HEAD development |
+109 -108 | gnaegi | MAIN | |
| 1.255 | 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. |
+17 -2 | Patrick Brunner | MAIN | |
| 1.254 | 09 Oct 07 |
OLAT-2278 introduced LayoutMainController, and some refactoring |
+2 -1 | fjost | MAIN | |
| 1.253 | 28 Sep 07 |
OLAT-2433 enable ajax mode also for custom css like e.g. in demo course (no full page refresh needed anymore) |
+5 -2 | fjost | MAIN | |
| 1.252 | 19 Sep 07 |
OLAT-2278 create a facade to gather all coordination issues, thus allowing 2 different impls like 1VM and cluster - work in progress |
+2 -2 | fjost | MAIN | |
| 1.251 | 17 Sep 07 |
OLAT-2278 create a facade to gather all coordination issues, thus allowing 2 different impls like 1VM and cluster |
+5 -6 | fjost | MAIN | |
| 1.250 | 07 Sep 07 |
merge 2433-BRANCH into HEAD (final step) |
+86 -40 | Patrick Brunner | MAIN | |
| 1.249 | 28 Aug 07 |
olat-2433: change dispose(boolean asynchronous) to dispose(), since the flag is not needed |
+21 -21 | fjost | MAIN | |
| 1.248 | 28 Aug 07 |
olat-2433: as preparation for later merging: first merge branch 5_2_x to HEAD |
+2 | fjost | MAIN | |
| 1.247 | 13 Jul 07 |
OLAT-2427: no longer IM-flash client in user list |
-11 | schnider | MAIN | |
| 1.246 | 09 Jul 07 |
OLAT-2127 - removed points to NULL reference |
-16 | Alexander Schneider | MAIN | |
| 1.245 | 21 Jun 07 |
olat-2278 Work: - refactored all subclasses of multiuserevent which had non-serializable members work still in alpha progress for the cluster version, the standard version is ok. |
+2 -2 | fjost | MAIN | |
| 1.244 | 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. |
+5 -5 | fjost | MAIN | |
| 1.243 | 18 Jun 07 |
OLAT-2143: html chat, placeholder panel outside the course toolbox to solve css problems with floating panels for IM coursechat |
+11 -3 | schnider | MAIN | |
| 1.242 | 23 May 07 |
OLAT-1937: undeleting course node sets whole subtree dirty |
+3 -4 | schnider | MAIN | |
| 1.241 | 18 Jan 07 |
OLAT-2049: Fix Nullpointer after finished a course-test with glossary. Move creation of CourseGlossaryToolLinkController from initToolController to constructor. |
+5 -8 | guretzki | MAIN | |
| 1.240 | 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. |
+8 -3 | guretzki | MAIN | |
| 1.239 | 22 Dec 06 |
olat-2049 added fixme, pls discuss with pb |
+2 | fjost | MAIN | |
| 1.238 | 21 Dec 06 |
undo commit |
-6 | schnider | MAIN | |
| 1.237 | 21 Dec 06 |
OLAT-2038: own subscription handler for each wiki context |
+6 | schnider | MAIN | |
| 1.236 | 06 Dec 06 |
OLAT-2016 partial fix for AJAX mode: menu events work now |
+7 | gnaegi | MAIN | |
| 1.235 | 06 Dec 06 |
OLAT-1577 fixing start value of glossary hightliting to false |
+3 -2 | gnaegi | MAIN | |
| 1.234 | 06 Dec 06 |
OLAT-1577 Adding user preferences to glossary which allows user to toggle the glossary highlighting in the learning content. pretty cool... |
+25 -26 | gnaegi | MAIN | |
| 1.233 | 05 Dec 06 |
OLAT-1577 finished glossary refactoring as learning resource |
+17 -17 | gnaegi | MAIN | |
| 1.232 | 28 Nov 06 |
olat-1965 merge from branch to head |
+8 -3 | fjost | MAIN | |
| 1.231 | 03 Nov 06 |
Merge from 1577 branch: TextMarker and glossary OLAT-1577 |
+51 -25 | gnaegi | MAIN | |
| 1.230 | 10 Oct 06 | +9 -2 | fjost | MAIN | ||
| 1.229 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.228 | 01 Sep 06 |
OLAT-1704: Fix Redscreen when called invalid course-nodes. |
+1 | guretzki | MAIN | |
| 1.227 | 01 Sep 06 |
OLAT-1562: Tracing: replace wrong class type. |
+2 -2 | guretzki | MAIN | |
| 1.226 | 14 Aug 06 |
OLAT-1508: Merging rewrite of course publish mechanism into head |
+40 -33 | schnider | MAIN | |
| 1.225 | 07 Aug 06 |
OLAT-1594: correct cp menu and startpage handling |
+2 | leberle | MAIN | |
| 1.224 | 28 Jul 06 |
http://bugs.olat.org/jira/browse/OLAT-1565 using Link component instead of methods from VelocityRenderDecorator (work in progress) |
+1 -1 | Alexander Schneider | MAIN | |
| 1.223 | 26 Jul 06 |
Merge from OLAT-4_2_0-goodsolutions-1232 Branch (Calendar Branch) |
+16 -1 | mike | MAIN | |
| 1.222 | 24 Jul 06 |
OLAT-1562:Merge Branch back into HEAD. |
+27 -2 | guretzki | MAIN | |
| 1.221 | 19 Jul 06 |
OLAT-903: wiki archiving |
+4 | schnider | MAIN | |
| 1.220 | 23 Jun 06 |
olat-1562 adjust businesscontrol |
+4 -9 | fjost | MAIN | |
| 1.219 | 21 Jun 06 |
olat-1509 moved org.olat.persistence to org.olat.core.commons.persistence |
+1 -1 | fjost | MAIN | |
| 1.218 | 16 Jun 06 |
olat-1562 prepare generic launch mechanism (improvement of initialview) used for context of search engine |
+24 | fjost | MAIN | |
| 1.217 | 15 Jun 06 |
olat-1562 sample business context for most forum paths |
-14 | fjost | MAIN | |
| 1.216 | 14 Jun 06 |
olat-1509 removed unused constructor |
+2 -2 | fjost | MAIN | |
| 1.215 | 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 :-) |
+43 -44 | Patrick Brunner | MAIN | |
| 1.214 | 07 Jun 06 |
OLAT-869 work in progress of replacing all log4j.Logger references |
+7 -7 | Patrick Brunner | MAIN | |
| 1.213 | 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. |
+39 -32 | Patrick Brunner | MAIN | |
| 1.212 | 02 Jun 06 |
OLAT-1551: Skip the "Set Bookmark" dialog when launching a learning resource is now implemented. |
+2 -40 | leberle | MAIN | |
| 1.211 | 01 Jun 06 |
OLAT-1233:New feature waiting-list in enroll BB. Merge Branch-1233 back into HEAD. |
+18 -2 | guretzki | MAIN | |
| 1.210 | 19 May 06 | +1 -1 | fjost | MAIN | ||
| 1.209 | 18 May 06 |
olat-1509: split up controllerfactory in core/commons and lms specific parts |
+4 -4 | fjost | MAIN | |
| 1.208 | 18 May 06 |
olat-1509: move all code, which is referenced from the core, inside the core: move cpcomponent et al. from modules.cp to core.gui.components.htmlsite |
+1 -1 | fjost | MAIN | |
| 1.207 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+10 -10 | fjost | MAIN | |
| 1.206 | 09 May 06 |
olat-1509 moved Identiy to org.olat.core.id and OLATResourceable to org.olat.core.id |
+1 -1 | fjost | MAIN | |
| 1.205 | 08 May 06 | +4 -4 | Patrick Brunner | MAIN | ||
| 1.204 | 08 May 06 | +2 -2 | Patrick Brunner | MAIN | ||
| 1.203 | 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 |
+32 -32 | Patrick Brunner | MAIN | |
| 1.202 | 24 Apr 06 |
OLAT-1480: Merge branch OLAT-4_2_0-UNIZH-1480 back into head |
+15 -6 | guretzki | MAIN | |
| 1.201 | 05 Apr 06 |
header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time! |
+11 -6 | schnider | MAIN | |
| 1.200 | 24 Feb 06 |
Fixed details tool position |
+8 -19 | mike | MAIN | |
| 1.199 | 22 Feb 06 |
OLAT-1362: Fixes overwrite of content pane by wrong ACTIVATE from repository |
+3 -2 | mike | MAIN | |
| 1.198 | 07 Feb 06 |
OLAT-1361: o_info.course_id was only set in case of custom course css, Coursenode was not passed any more at adding code in the runMainController. Felix or Flo please REVIEW! |
+6 -15 | schnider | MAIN | |
| 1.197 | 06 Feb 06 |
http://bugs.olat.org/jira/browse/OLAT-1325 OLAT-1322 - added functionality to archive filediscussion nodes (intermediate save) |
+5 | Alexander Schneider | MAIN | |
| 1.196 | 26 Jan 06 |
Merges from branch OLAT-4_0_2-BPS up to version OLAT-MERGE-2-4_0_2-BPS-1288 for issue OLAT-1288 and OLAT-1252 |
+4 -1 | gnaegi | MAIN | |
| 1.195 | 29 Dec 05 |
removed cvs revision stuff |
+1 -3 | schnider | MAIN | |
| 1.194 | 21 Dec 05 |
prepared for guido: added FIXME; contribution for OLAT-1234 |
+20 -6 | fjost | MAIN | |
| 1.193 | 15 Dec 05 |
OLAT-1284 evening save (UniVerS SAP CM) |
+5 -2 | Alexander Schneider | MAIN | |
| 1.192 | 15 Dec 05 |
olat-1234: make subsubidentifier of subscription jump to right place |
+62 -63 | schnider | MAIN | |
| 1.191 | 23 Nov 05 |
http://bugs.olat.org/jira/browse/OLAT-1239 - version 0.9 of archiving course forums with the archiving tool |
+5 -2 | Alexander Schneider | MAIN | |
| 1.190 | 18 Nov 05 |
fixed FIXME and this is the jira Bug https://bugs.olat.org/jira/browse/OLAT-1259 solves course editor / runview activation from details view if course already opened in tab |
+28 -6 | Patrick Brunner | MAIN | |
| 1.189 | 04 Oct 05 |
olat 1180 |
+3 -3 | fjost | MAIN | |
| 1.188 | 30 Sep 05 |
avoid empty pages in cases of async controller dispose and a different gui stack |
+3 -2 | fjost | MAIN | |
| 1.187 | 08 Sep 05 |
- fixing notes layout - adding missing border - fixing some wrong placed icons http://bugs.olat.org/jira/browse/OLAT-927 |
+5 -4 | gnaegi | MAIN | |
| 1.186 | 07 Sep 05 |
- adding efficiency statement changed event - show efficiency statement when needed in course, listen to the change events http://bugs.olat.org/jira/browse/OLAT-1126 |
+22 -6 | gnaegi | MAIN | |
| 1.185 | 07 Sep 05 |
- refactoring course run to init groups only when needed - removed some old unnecessary refreshes - adding refreshing of toolbox when a right group right has been changed http://bugs.olat.org/jira/browse/OLAT-1119 |
+47 -26 | gnaegi | MAIN | |
| 1.184 | 06 Sep 05 |
removed fixme: yes, opened group tab will be disposed by a multiuser event |
+2 -6 | gnaegi | MAIN | |
| 1.183 | 02 Sep 05 |
do not start group with admin flag enabled here - leads to wrong behaviour http://bugs.olat.org/jira/browse/OLAT-1050 |
+5 -4 | gnaegi | MAIN | |
| 1.182 | 02 Sep 05 |
preload user assessment data when entring course, should speed up loading of course a bit |
+6 -2 | gnaegi | MAIN | |
| 1.181 | 01 Sep 05 | +23 -16 | fjost | MAIN | ||
| 1.180 | 31 Aug 05 |
added todo |
+4 -2 | fjost | MAIN | |
| 1.179 | 30 Aug 05 |
- Removed FIXME and implemented activation code for assessment tool in course as direct launch parameter - some course run refactoring: using all panel instead of wControl push/pop http://bugs.olat.org/jira/browse/OLAT-1042 |
+49 -60 | gnaegi | MAIN | |
| 1.178 | 16 Aug 05 |
put all components in own packages together with their renderer |
+4 -4 | fjost | MAIN | |
| 1.177 | 15 Aug 05 |
VFSItem.resolveFile() renamed to resolve() |
+3 -3 | mike | MAIN | |
| 1.176 | 15 Aug 05 |
VFS refactoring |
+15 -8 | mike | MAIN | |
| 1.175 | 15 Aug 05 |
remove argument in method to create popupchiefcontroler |
+5 -5 | fjost | MAIN | |
| 1.174 | 12 Aug 05 |
course configuration load cleanup - uses now always course.getCourseEnvironment().getCourseConfig() instead of configurationManager.loadConfiguration() efficiency statement generation works now when enabling in course config |
+5 -6 | gnaegi | MAIN | |
| 1.173 | 12 Aug 05 |
course config cached in courseenvironment updated when getting back from the settings |
+7 -5 | Patrick Brunner | MAIN | |
| 1.172 | 12 Aug 05 |
Update tool links if cours editor is closed with a previous publish -> efficiency statement should change from dimmed to undimmed if a test is published, and vice versa |
+6 -2 | Patrick Brunner | MAIN | |
| 1.171 | 12 Aug 05 |
Efficiency Statement on/off |
+51 -58 | Patrick Brunner | MAIN | |
| 1.170 | 12 Aug 05 |
docu |
+3 -3 | fjost | MAIN | |
| 1.169 | 12 Aug 05 | +11 -8 | fjost | MAIN | ||
| 1.168 | 11 Aug 05 |
- efficiency statement the new way in course - update when something new happens http://bugs.olat.org/jira/browse/OLAT-849 |
+4 -4 | gnaegi | MAIN | |
| 1.167 | 11 Aug 05 |
OLAT-971 + in the chat settings tab of the course settings, one can disable the course chat. This affects only newly started courses. All users having started the course are already chatting have still this possibility until they close the course. + the course run of the author is updated to reflect the change, but the above mentioned fact -- course chat still active for started chats and courses-- should be mentioned somehow. |
+12 -2 | Patrick Brunner | MAIN | |
| 1.166 | 10 Aug 05 |
adding assessment activation fixme |
+13 -3 | gnaegi | MAIN | |
| 1.165 | 10 Aug 05 |
removing instance field wControl - replace it with getWindowControl() |
+32 -32 | fjost | MAIN | |
| 1.164 | 10 Aug 05 |
stack cleanup (done so far only for forum in course) |
+2 -7 | fjost | MAIN | |
| 1.163 | 10 Aug 05 |
add a super constructor with the window control for de-stacking disposal operation (work in progress) |
+3 -2 | fjost | MAIN | |
| 1.162 | 09 Aug 05 |
work in progress |
+14 -3 | fjost | MAIN | |
| 1.161 | 09 Aug 05 |
+separation of data (java) -> presentation (velocity) +1step preparation of activateable tabs -activation is not yet active |
+9 -3 | Patrick Brunner | MAIN | |
| 1.160 | 04 Aug 05 |
replace old "category" in logging with caller's classname |
+5 -5 | fjost | MAIN | |
| 1.159 | 03 Aug 05 |
BugFix + OLAT-942 + |
+5 -4 | Patrick Brunner | MAIN | |
| 1.158 | 27 Jul 05 |
draft of activate method |
+19 -3 | fjost | MAIN | |
| 1.157 | 27 Jul 05 |
made LockManager easier to use |
+3 -2 | fjost | MAIN | |
| 1.156 | 27 Jul 05 |
dispose editorcontroller if lock acquiring failed |
+3 -2 | fjost | MAIN | |
| 1.155 | 26 Jul 05 |
ufff... major rework of tabs and major cleanup. - gui and css classes still need flo's improvement ;) - dynamic sites impl v 0.9 - stateful static tabs - better separation of tasks of chiefcontroller |
+9 -10 | fjost | MAIN | |
| 1.154 | 13 Jul 05 |
http://bugs.olat.org/jira/browse/OLAT-840 codereview with fj and refactoring: - removed form, added link buttons to velocity page - added locking (Interfac Lockable) - pT -> translator |
+16 -10 | Alexander Schneider | MAIN | |
| 1.153 | 12 Jul 05 |
version 0.5 of refactoring olatchiefcontroller and so on... everything should still work ;) |
+12 -16 | fjost | MAIN | |
| 1.152 | 01 Jul 05 |
Course Configuration, V1.0 course css layout also applied in course editor http://bugs.olat.org/jira/browse/OLAT-818 |
+8 -6 | Patrick Brunner | MAIN | |
| 1.151 | 30 Jun 05 |
+refactoring of logging +no more deprecation warnings because of deprecated not refactored log methods. |
+16 -11 | Patrick Brunner | MAIN | |
| 1.150 | 29 Jun 05 |
fixing possible nullpointer when changeing group tools configurations |
+6 -7 | gnaegi | MAIN | |
| 1.149 | 28 Jun 05 |
OLAT-344 +added new configuration facilities +simplifies course editor configuration of Contact Form +besides pasting e-mail adresses, new clickable Groups, Areas, Tutors, Participants and any combination http://bugs.olat.org/jira/browse/OLAT-344 |
+6 -3 | Patrick Brunner | MAIN | |
| 1.148 | 24 Jun 05 |
removed unnecessary second creation of group manager |
+6 -7 | gnaegi | MAIN | |
| 1.147 | 23 Jun 05 |
Course Configuration, V1.0 * Course Layout * Log file settings * Chat settings http://bugs.olat.org/jira/browse/OLAT-818 |
+91 -36 | Patrick Brunner | MAIN | |
| 1.146 | 20 Jun 05 |
removed check for instant messaging module and course logging availability, these are defered to the CourseConfigController |
+3 -4 | Patrick Brunner | MAIN | |
| 1.145 | 17 Jun 05 |
Course Configuration, V0.99 + translations for DE and EN complete + checking if instant messaging is possible -> show course chat settings pane otherwise hide it + checking if course logging is enabled, checking visibility of admin/statistic/user log to courseAdmin -> show course logging pane, show xxx log form + course configuration link is not available if no configuration is possible - still missing is the minimal courselayout form -> choosing an css file to overlay in the course http://bugs.olat.org/jira/browse/OLAT-818 |
+4 -3 | Patrick Brunner | MAIN | |
| 1.144 | 16 Jun 05 |
Course Configuration, V0.98 - course chat is configurable, not tested ye!! http://bugs.olat.org/jira/browse/OLAT-818 |
+31 -16 | Patrick Brunner | MAIN | |
| 1.143 | 16 Jun 05 |
Course Configuration, V0.97 - configuration from CourseModule is taken into account: if course logging is enabled, and which log files are visible to the course author. The OLAT ADMINISTRATOR can always access the logfiles. http://bugs.olat.org/jira/browse/OLAT-818 |
+3 -3 | Patrick Brunner | MAIN | |
| 1.142 | 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 |
+96 -58 | Patrick Brunner | MAIN | |
| 1.141 | 14 Jun 05 |
http://bugs.olat.org/jira/browse/OLAT-824 initial version of 'Download of all handed in tasks' |
+5 -2 | Alexander Schneider | MAIN | |
| 1.140 | 10 Jun 05 |
course now shows a custom css! see Runmaincontroller 255ff (css file and images have to be in c:/temp/old/test.css) |
+32 -2 | fjost | MAIN | |
| 1.139 | 09 Jun 05 |
- Refactored event handling for gropu configuration changes, user adding and user removing events - Refactored course run main controller to reduce redundant code and handle added / removed user from groups as expected - Moved generation of BusinessGroupModifiedEvent to a sort of factory method that constructs the event and sends it right away. Makes code more compact. See details http://bugs.olat.org/jira/browse/OLAT-707 |
+52 -43 | gnaegi | MAIN | |
| 1.138 | 08 Jun 05 |
OLAT-754 NE if guest is launching course -> fixed |
+3 -3 | Alexander Schneider | MAIN | |
| 1.137 | 08 Jun 05 |
OLAT-754 - added docu about Events - added LATER_EVENT |
+17 -14 | Alexander Schneider | MAIN | |
| 1.136 | 07 Jun 05 |
http://bugs.olat.org/jira/browse/OLAT-754 added addBookmark-link to general toolbox of course run |
+40 -7 | Alexander Schneider | MAIN | |
| 1.135 | 18 Mar 05 |
fixing problems with IM and guest users |
+6 -5 | gnaegi | MAIN | |
| 1.134 | 17 Mar 05 |
removed unused event block and adding some dispose |
+16 -11 | gnaegi | MAIN | |
| 1.133 | 16 Mar 05 |
- changed from boolean modes to generic modes in conference toom controller configuration - mode mini (existed as boolean flag) - mode maxi (existed as boolean flag) - mode toolbox - course chat uses not new toolbox mode to generate the link - starting coursechat does now correctly start a new chat when chat not opened, else it just opens the chat in the existing window. http://bugzilla.olat.org/show_bug.cgi?id=1179 |
+24 -15 | gnaegi | MAIN | |
| 1.132 | 10 Mar 05 | +2 -4 | gnaegi | MAIN | ||
| 1.131 | 09 Mar 05 | +7 -2 | gnaegi | MAIN | ||
| 1.130 | 08 Mar 05 |
new popup window size for course chat |
+3 -3 | gnaegi | MAIN | |
| 1.129 | 07 Mar 05 |
shorter groupnames in toolbox |
+4 -4 | gnaegi | MAIN | |
| 1.128 | 03 Mar 05 |
truncate after 30 characters |
+4 -4 | gnaegi | MAIN | |
| 1.127 | 03 Mar 05 |
course run refactoring bug: rebuild toolbox when adding/removing to/from group |
+15 -6 | gnaegi | MAIN | |
| 1.126 | 02 Mar 05 |
only log entering/leaving course activity to olat.log, if debug loglevel is enabled |
+10 -6 | Alexander Schneider | MAIN | |
| 1.125 | 01 Mar 05 |
fix bug 1312 and refresh course view when either an enrollment has taken place or a user submitted a test and thus score/passed has changed |
+31 -16 | fjost | MAIN | |
| 1.124 | 28 Feb 05 |
refactoring for speed improvements: replace group identifyer in properties table from varchar(255) to bigint(20), alter tables etc. |
+5 -5 | gnaegi | MAIN | |
| 1.123 | 28 Feb 05 |
fixed bug 1288 |
+3 -2 | fjost | MAIN | |
| 1.122 | 23 Feb 05 |
pass initialView all along the calls |
+3 -3 | fjost | MAIN | |
| 1.121 | 22 Feb 05 |
Logging: - added GOTO_NODE, SINGLEPAGE_GET_FILE - removed BUILDING_BLOCK_LAUNCHING |
+2 -6 | Alexander Schneider | MAIN | |
| 1.120 | 22 Feb 05 |
refactoring typo |
+3 -3 | gnaegi | MAIN | |
| 1.119 | 21 Feb 05 |
*** empty log message *** |
+3 -3 | fjost | MAIN | |
| 1.118 | 21 Feb 05 |
remember course title so that a deleted course does not cause an exception |
+7 -4 | fjost | MAIN | |
| 1.117 | 09 Feb 05 |
added userdata and coursetitle to efficiencystatement |
+3 -3 | Alexander Schneider | MAIN | |
| 1.116 | 09 Feb 05 |
adding run main controller as listener to root node run controller when launching course - links from auto-overview page on root node work now directly after login |
+3 -2 | gnaegi | MAIN | |
| 1.115 | 08 Feb 05 |
Links zu Kursnodes aus ST-Übersichtsseite http://bugzilla.olat.org/show_bug.cgi?id=1214 |
+3 -3 | gnaegi | MAIN | |
| 1.114 | 07 Feb 05 |
refactoring logging: removed user roles, implemented configurable admin and statistic logger cleaned up interfaces |
+20 -15 | gnaegi | MAIN | |
| 1.113 | 07 Feb 05 |
*** empty log message *** |
+6 -4 | fjost | MAIN | |
| 1.112 | 07 Feb 05 |
refactoring with locks |
+38 -32 | fjost | MAIN | |
| 1.111 | 04 Feb 05 |
- log to admin.log if user is author and not OLATadmin - log to user.log if user is not OLATadmin - log to course.log if user is just learner |
+8 -5 | Alexander Schneider | MAIN | |
| 1.110 | 04 Feb 05 |
fixed course chatroom link, link always opens new window so it is not yet aware of the flash client running or not. Need modification of toolboxcontroller |
+6 -5 | schnider | MAIN | |
| 1.109 | 03 Feb 05 |
- adding course chat as popup tool - adding course not as popup tool - adding quittung as popup tool |
+160 -142 | gnaegi | MAIN | |
| 1.108 | 03 Feb 05 |
course logging - removed warning level, not used - introducing generic userActivityLogger for controllers - every controller can potentially log something using this logger (controller has getter and setter) - removed userActivityEvent (very intransparent, many side effects, many events, difficult to handle for logging) - refactoring user activity events to user activity logger - finished course logging in groupmanagement and grouprun |
+4 -2 | gnaegi | MAIN | |
| 1.107 | 03 Feb 05 |
some adjustments |
+22 -15 | fjost | MAIN | |
| 1.106 | 03 Feb 05 |
fix bug |
+2 -3 | fjost | MAIN | |
| 1.105 | 03 Feb 05 |
version 0.8 of inline click |
+4 -4 | fjost | MAIN | |
| 1.104 | 03 Feb 05 |
version 0.6 of inline click |
+20 -7 | fjost | MAIN | |
| 1.103 | 03 Feb 05 |
version 0.5 of inline click |
+10 -5 | fjost | MAIN | |
| 1.102 | 02 Feb 05 |
jump to a node in a course directly via external url v 0.9 |
+5 -2 | fjost | MAIN | |
| 1.101 | 02 Feb 05 |
course run cleanup and cp integration v 0.7 |
+154 -197 | fjost | MAIN | |
| 1.100 | 01 Feb 05 |
refactoring: use same gui preferences everywhere (show/hide menu) |
+4 -5 | gnaegi | MAIN | |
| 1.99 | 31 Jan 05 |
merged config stuff into one module (InstantMessagingModule) |
+7 -7 | schnider | MAIN | |
| 1.98 | 26 Jan 05 |
- modified signature of log-method in PersistingAuditManager - removed LogMessage.java; constants for logmessages are now decentralized in controllers |
+9 -8 | Alexander Schneider | MAIN | |
| 1.97 | 25 Jan 05 |
refractoring of instant messaging: Get rid of unnecessary config stuff in build.properties (please adjust to properties.default), auto disable of chat if entering course test. |
+2 -5 | schnider | MAIN | |
| 1.96 | 20 Jan 05 |
refractoring of instant messaging, new wrapper class for IMClient (solves interator velocity issue) |
+18 -14 | schnider | MAIN | |
| 1.95 | 19 Jan 05 |
Refactoring table: - Table is private component that can only be used by the TableController - The tables layout is configured via the TableGuiConfiguration - All tables are refactored to use the TableController http://bugzilla.olat.org/show_bug.cgi?id=1152 |
+4 -5 | gnaegi | MAIN | |
| 1.94 | 19 Jan 05 |
refractoring of instant messaging |
+4 -4 | schnider | MAIN | |
| 1.93 | 13 Jan 05 |
removed draft |
+2 -17 | fjost | MAIN | |
| 1.92 | 12 Jan 05 |
removed fixme |
+4 -3 | gnaegi | MAIN | |
| 1.91 | 12 Jan 05 |
course preview version 0.1 |
+15 -2 | fjost | MAIN | |
| 1.90 | 12 Jan 05 |
added fixmes |
+4 -2 | fjost | MAIN | |
| 1.89 | 06 Jan 05 |
- Adding dynamic menu / tools feature http://bugzilla.olat.org/show_bug.cgi?id=756 - Refactoring GuiPrefs: add transient gui prefs (for guest user) - commented mome old functions in functions.js, prepared for cleanup, but needs more checks first |
+5 -4 | gnaegi | MAIN | |
| 1.88 | 04 Jan 05 |
adding 'close window' to popup window header controller |
+3 -3 | gnaegi | MAIN | |
| 1.87 | 03 Jan 05 |
added text for notes |
+3 -3 | fjost | MAIN | |
| 1.86 | 21 Dec 04 |
moved toolbar to the right, disable it for guests |
+17 -19 | fjost | MAIN | |
| 1.85 | 17 Dec 04 |
- refactoring help bar controller to popup window bar controller: header with printview but no logout link - using popup window bar header in note popup instead of empty header bar (which has a logout link...) |
+5 -6 | gnaegi | MAIN | |
| 1.84 | 17 Dec 04 |
toolbar in course |
+346 -298 | fjost | MAIN | |
| 1.83 | 10 Dec 04 |
draft version of note. The user may add one note to a one course and edit or delete it under home->my Notes. |
+19 -4 | Alexander Schneider | MAIN | |
| 1.82 | 02 Dec 04 |
instant messaging integreated in header, can be desabled by build.properties setting instantmessaging.enable=false |
+21 -1 | schnider | MAIN | |
| 1.81 | 02 Dec 04 |
*** empty log message *** |
+4 -4 | gnaegi | MAIN | |
| 1.80 | 02 Dec 04 |
moved hasAssessableNodes flag to from structure to course since a transient information |
+14 -24 | gnaegi | MAIN | |
| 1.79 | 01 Dec 04 |
adding anonymizer stuff to anonymized course log |
+12 -4 | gnaegi | MAIN | |
| 1.78 | 01 Dec 04 |
using audit manager |
+14 -4 | gnaegi | MAIN | |
| 1.77 | 30 Nov 04 |
Adding assessment changed events http://bugzilla.olat.org/show_bug.cgi?id=1114 |
+25 -3 | gnaegi | MAIN | |
| 1.76 | 29 Nov 04 |
using generic lock helper controller with back-button http://bugzilla.olat.org/show_bug.cgi?id=1113 |
+19 -8 | gnaegi | MAIN | |
| 1.75 | 25 Nov 04 |
using generic interface for assessment overview controller |
+4 -4 | gnaegi | MAIN | |
| 1.74 | 17 Nov 04 |
first version 'efficiency statement' or 'activity confirmation' for users |
+19 -3 | Alexander Schneider | MAIN | |
| 1.73 | 08 Nov 04 |
- do not show root node content (page or overview) when access precondition fails http://bugzilla.olat.org/show_bug.cgi?id=1068 |
+10 -6 | gnaegi | MAIN | |
| 1.72 | 04 Nov 04 |
adding flag to monolog controller to use/not use the info message box now the monolog controller can also display text snipplets without message box. sometimes usefull |
+1 -1 | gnaegi | MAIN | |
| 1.71 | 04 Nov 04 |
deregister on dispose |
+6 -3 | fjost | MAIN | |
| 1.70 | 29 Oct 04 |
version 0.7 of subscriptions |
+12 -6 | fjost | MAIN | |
| 1.69 | 12 Oct 04 |
javadoc, removed unused wcontrol |
+4 -4 | gnaegi | MAIN | |
| 1.68 | 30 Sep 04 |
cleanup |
+6 -14 | fjost | MAIN | |
| 1.67 | 20 Sep 04 |
*** empty log message *** |
+4 -3 | fjost | MAIN | |
| 1.66 | 16 Sep 04 |
discussion fixme for felix |
+7 -3 | gnaegi | MAIN | |
| 1.65 | 16 Sep 04 |
- fixing toolbox reload bug http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=938 - when user tries to launch a group where he does not participate a normal error is shown instead of a red-screen |
+11 -7 | gnaegi | MAIN | |
| 1.64 | 16 Sep 04 |
using new isCourseAdministrator method |
+6 -8 | gnaegi | MAIN | |
| 1.63 | 16 Sep 04 |
removed fixme |
+3 -4 | fjost | MAIN | |
| 1.62 | 15 Sep 04 |
http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=929 - when user enrolls or cancels enrollement an appropriate event is fired - the event is catched by the course run controller - the tools menu will be rebuilt this does only immediately show the users groups when enrolling via the enrollment building block. when changing groups via gorupmanagement the user still needs to restart the course to take effekt |
+16 -6 | gnaegi | MAIN | |
| 1.61 | 13 Sep 04 |
course launch etc. improvements |
+48 -13 | fjost | MAIN | |
| 1.60 | 10 Sep 04 |
adding right groups |
+15 -3 | gnaegi | MAIN | |
| 1.59 | 10 Sep 04 |
use parselong instead of decode |
+6 -5 | fjost | MAIN | |
| 1.58 | 08 Sep 04 |
enabling owner rights for group administrators in group run |
+6 -7 | gnaegi | MAIN | |
| 1.57 | 07 Sep 04 |
assigned FIXME to persons |
+4 -4 | fjost | MAIN | |
| 1.56 | 07 Sep 04 |
added doDispose methods to all Controllers |
+4 -4 | fjost | MAIN | |
| 1.55 | 03 Sep 04 |
renaming windowcontroller to windowcontrol, since it is not a controller but wControl / a control |
+7 -7 | fjost | MAIN | |
| 1.54 | 03 Sep 04 |
mega cleanup on olatresourceables!! |
+6 -5 | fjost | MAIN | |
| 1.53 | 03 Sep 04 |
*** empty log message *** |
+4 -4 | fjost | MAIN | |
| 1.52 | 02 Sep 04 |
*** empty log message *** |
+12 -3 | fjost | MAIN | |
| 1.51 | 02 Sep 04 |
event handling for 200 concurrent users... ;) |
+4 -5 | fjost | MAIN | |
| 1.50 | 01 Sep 04 |
using new method |
+4 -4 | gnaegi | MAIN | |
| 1.49 | 01 Sep 04 |
- adding group run environment to course - participated groups will show up in toolbar as my groups - owned groups will show up in toolbar as coached groups - adding isCoach member variable, initalized when launching the course controller. is true when owner of any course group - assessment tool now accessable also coaches |
+100 -49 | gnaegi | MAIN | |
| 1.48 | 01 Sep 04 |
added some methods and refactored code to work with new group management |
+3 -4 | gnaegi | MAIN | |
| 1.47 | 31 Aug 04 |
adding rights to right groups |
+21 -21 | gnaegi | MAIN | |
| 1.46 | 31 Aug 04 |
adding min max size to business group |
+28 -22 | gnaegi | MAIN | |
| 1.45 | 31 Aug 04 |
disposing old node controller |
+6 -3 | fjost | MAIN | |
| 1.44 | 25 Aug 04 |
new group management managers in course.. |
+42 -35 | gnaegi | MAIN | |
| 1.43 | 25 Aug 04 |
implement a generic listen / publish concept for e.g. controllers to be notified about things |
+7 -4 | fjost | MAIN | |
| 1.42 | 25 Aug 04 |
implemented a sync/async flag on the dispose method of a controller |
+8 -5 | fjost | MAIN | |
| 1.41 | 06 Aug 04 |
disable the whole course with a full screen message in case of a publishing event |
+32 -37 | fjost | MAIN | |
| 1.40 | 05 Aug 04 |
removed fixmes, caching course rights |
+60 -16 | gnaegi | MAIN | |
| 1.39 | 04 Aug 04 |
fixing problem when adding new courses adding strict flag to repository lookup method |
+4 -4 | gnaegi | MAIN | |
| 1.38 | 03 Aug 04 |
- fixing bug: removing a coach right caused an tool box error - fixing bug: deleting a group that is referenced in a coaching relationship as target caused relational db problems - adding testcases for second bug - renamed some methods to eliminate word 'course' - removed course casting in controller to get course title -> title comes now from repository entry |
+11 -11 | gnaegi | MAIN | |
| 1.37 | 03 Aug 04 |
http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=884 |
+26 -9 | mike | MAIN | |
| 1.36 | 02 Aug 04 |
refactored package naming: group to learninggroup - no other code change |
+6 -6 | gnaegi | MAIN | |
| 1.35 | 13 Jul 04 |
added fixme |
+4 -3 | fjost | MAIN | |
| 1.34 | 13 Jul 04 |
Fixed bug where bookmark search did not serach on displayresType |
+4 -4 | mike | MAIN | |
| 1.33 | 13 Jul 04 |
- more refactoring - test are *all* broken. no idea what happend, give up after one hour of debugging. |
+11 -11 | gnaegi | MAIN | |
| 1.32 | 09 Jul 04 |
- Moved tracing categories to Tracing. - Added logAudit with optional userObject. |
+5 -3 | mike | MAIN | |
| 1.31 | 08 Jul 04 |
Bookmarks are now set to the repository entry directly, which acts as a olat resourceable. |
+8 -4 | mike | MAIN | |
| 1.30 | 07 Jul 04 |
rearranged code and use monologcontroller |
+33 -24 | fjost | MAIN | |
| 1.29 | 07 Jul 04 |
using monologcontroller instead of guestnoaccesscontroller |
+11 -6 | gnaegi | MAIN | |
| 1.28 | 07 Jul 04 |
rebuild the structure as needed |
+37 -25 | fjost | MAIN | |
| 1.27 | 07 Jul 04 |
replaced coursenoaccesscontroller with monologcontroller |
+9 -4 | gnaegi | MAIN | |
| 1.26 | 06 Jul 04 |
show no access message when root node not visible http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=734 |
+6 -5 | gnaegi | MAIN | |
| 1.25 | 05 Jul 04 |
lots of small improvments; adding runstructure to courseenv; making score evaluation consistent and easier |
+21 -17 | fjost | MAIN | |
| 1.24 | 05 Jul 04 |
rename courseadmins to the more generic admins |
+5 -5 | fjost | MAIN | |
| 1.23 | 05 Jul 04 |
adding security check to event method to make unsecure tool links secure |
+54 -28 | gnaegi | MAIN | |
| 1.22 | 02 Jul 04 |
- make toolbox dependent of the course rights a user have see also http://bugzilla.olat.org/cgi-bin/bugzilla/show_bug.cgi?id=742 |
+43 -18 | gnaegi | MAIN | |
| 1.21 | 30 Jun 04 |
add tools only if course admin |
+13 -6 | fjost | MAIN | |
| 1.20 | 30 Jun 04 |
init correct node when starting a course |
+19 -5 | fjost | MAIN | |
| 1.19 | 28 Jun 04 |
activate root node or first child to greet the user |
+8 -30 | fjost | MAIN | |
| 1.18 | 28 Jun 04 |
added WindowController (even if not used in some places) to fix compile bug |
+4 -4 | fjost | MAIN | |
| 1.17 | 28 Jun 04 |
Removed unused variables |
+4 -4 | mike | MAIN | |
| 1.16 | 23 Jun 04 |
removed editorcallback |
+6 -12 | fjost | MAIN | |
| 1.15 | 22 Jun 04 |
*** empty log message *** |
+8 -4 | fjost | MAIN | |
| 1.14 | 18 Jun 04 |
adding assessment tool |
+33 -10 | gnaegi | MAIN | |
| 1.13 | 13 Jun 04 |
added scoring to course |
+24 -8 | fjost | MAIN | |
| 1.12 | 10 Jun 04 |
cleanup of run user structure |
+4 -4 | fjost | MAIN | |
| 1.11 | 09 Jun 04 |
*** empty log message *** |
+3 -4 | fjost | MAIN | |
| 1.10 | 08 Jun 04 |
*** empty log message *** |
+7 -17 | fjost | MAIN | |
| 1.9 | 08 Jun 04 |
usercourseview is a courseenvview per user: added |
+9 -5 | fjost | MAIN | |
| 1.8 | 04 Jun 04 |
run control when published |
+20 -12 | fjost | MAIN | |
| 1.7 | 04 Jun 04 |
integrated Eventlistener into controller Interface |
+8 -14 | fjost | MAIN | |
| 1.6 | 04 Jun 04 |
*** empty log message *** |
+24 -4 | fjost | MAIN | |
| 1.5 | 02 Jun 04 |
- Dedicated publish controller - Removed publush() from ICourse |
+5 -4 | mike | MAIN | |
| 1.4 | 01 Jun 04 |
making firstrun info page working again. added later button |
+44 -24 | gnaegi | MAIN | |
| 1.3 | 26 May 04 |
Adding archiver tool to course. Archiver is a wrapper for different archiving tools like the qtiresultsdownload, logs archiver and some more... |
+17 -10 | gnaegi | MAIN | |
| 1.2 | 22 May 04 |
inserted tools and menu |
+23 -36 | fjost | MAIN | |
| 1.1 | 17 May 04 |
Fresh, clean checkin |
+187 | mike | MAIN | |
| 1.189.4.1 | 11 Jan 06 |
olat-1288 give each olat window an id in javascript; also let the javascript know about the course id whilst in the course (for providing the internal link in a safe way) |
+8 -3 | fjost | OLAT-4_0_2-BPS | |
| 1.189.10.2 | 21 Feb 06 |
Removed wizard |
+2 -5 | mike | OLAT-4_0_2-BPS_UNIZH-1319 | |
| 1.189.10.1 | 27 Jan 06 |
add the REVIEW task name to see reviewed places where some questions arise of the BPS repository patch This is the reviewed BPS patch, without changes except added REVIEW messages - I see the need for a concept to jump between controllers as it is solved here by setting booleans to know where to jump back --- to jump from the catalog to the detail a ChangeEvent is used --- to jump from the course the activateable mechanism is used. - "upload a file" code is now replicated at several places (also the library's licence must be reviewed to be compatible with ours) - wizards should not be generated by subclassing this is stated from felix, now we should refactor the existing wizards not to use subclassing, as these may serve as base code for learning. -> Alexander Schneiders wizards InOutWizardController and BulkAssessmentWizardController show how to do it without subclassing. - Important small things: - use the constanst and not a value, where constants are defined , i.e. ChangedEvent.MODIFIED = 0 otherwise refactorings would generate errors. - introducing methods with almost the same signature but changing a new input value like boolean should not copy paste, but call the new method the corresponding default value. - introducing a new signature in a public method or constructor should not be done by refactoring all references but creating a new method. Then point the old one to the new one providing a default value. |
+16 -22 | Patrick Brunner | OLAT-4_0_2-BPS_UNIZH-1319 | |
| 1.198.2.1 | 31 Mar 06 |
OLAT-1482 ajax -ify olat work in progress! |
+11 -21 | fjost | OLAT-4_1-GOODSOLUTIONS-1411 | |
| 1.200.2.1 | 13 Jun 06 |
just some more information for the log files -> to found out about course and course editor activity from the overall log file. |
+5 -7 | Patrick Brunner | OLAT-4_1_2-BRANCH | |
| 1.218.2.2 | 27 Jun 06 |
OLAT-1553: Second draft: Choosing HTML files is now moved to a closable modal controller instead of inline in e collapsible field. (also merge head into branch) |
+4 -9 | leberle | OLAT-4_2_0-BPS-1553 | |
| 1.218.2.1 | 22 Jun 06 |
Merge HEAD into Branch |
+1 -1 | leberle | OLAT-4_2_0-BPS-1553 | |
| 1.213.2.1 | 08 Jun 06 |
OLAT-1557: merge HEAD into branch-1557 |
+7 -7 | cweisse | OLAT-4_2_0-BPS-1557 | |
| 1.203.2.4 | 22 May 06 |
OLAT-1233:Merge HEAD into branch-1233 |
+6 -6 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.203.2.3 | 18 May 06 |
OLAT-1233: Work in progress; Show position on waiting-list in EN-run, Show waiting-list box on the left side. |
+17 -2 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.203.2.2 | 15 May 06 |
OLAT-1233: Work in progress, Update EN-View after action, does not jump to course start-page. |
+1 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.203.2.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+17 -17 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.200.4.2 | 12 Apr 06 |
OLAT-1480: Notification-JumpIn : jump directly to assessment-tool, node-choose. |
+15 -6 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.200.4.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+11 -6 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.210.2.5 | 25 Jul 06 |
merge HEAD into BRANCH-1530 |
+31 -2 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.210.2.4 | 29 Jun 06 |
OLAT-1530: Merge HEAD into BRANCH-1530 |
+20 -15 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.210.2.3 | 09 Jun 06 |
merge HEAD into BRANCH-1530 |
+48 -49 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.210.2.2 | 06 Jun 06 |
merge HEAD into BRANCH-1530 |
+41 -72 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.210.2.1 | 02 Jun 06 |
merge HEAD into BRANCH-1530 |
+18 -2 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.215.2.6 | 24 Jul 06 |
OLAT-1562:Work in progress; Merge HEAD into Branch. |
+4 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.215.2.5 | 03 Jul 06 |
OLAT-1562:Work in progress,Refactor BusinessControl |
+7 -4 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.215.2.4 | 03 Jul 06 |
OLAT-1562:Work in progress, Navigation to course |
+24 -2 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.215.2.3 | 27 Jun 06 |
OLAT-1562: Merge HEAD into branch. |
+4 -9 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.215.2.2 | 19 Jun 06 |
OLAT-1562:Merge HEAD into Branch. |
+24 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.215.2.1 | 15 Jun 06 |
OLAT-1562:Merge HEAD into Branch. |
-14 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.210.4.4 | 21 Jul 06 |
merges from HEAD |
+75 -78 | gnaegi | OLAT-4_2_0-goodsolutions-1232 | |
| 1.210.4.3 | 21 Jul 06 |
Get correct window controller for course popup |
+1 -1 | mike | OLAT-4_2_0-goodsolutions-1232 | |
| 1.210.4.2 | 29 Jun 06 |
CourseCalendar with Learning Groups' Calendars |
+3 -16 | mike | OLAT-4_2_0-goodsolutions-1232 | |
| 1.210.4.1 | 28 Jun 06 |
Integrate Course Calendar |
+64 -40 | mike | OLAT-4_2_0-goodsolutions-1232 | |
| 1.228.2.1 | 10 Oct 06 |
MERGE HEAD TO BRANCH 5.0.x prepare for 5.0.1 |
+29 -14 | Patrick Brunner | OLAT-5_0_x-BRANCH | |
| 1.230.2.1 | 20 Nov 06 |
olat-1965 deregister mappers on controller's dispose |
+9 -4 | fjost | OLAT-5_0_y-BRANCH | |
| 1.230.4.3 | 30 Jan 07 |
merge Head to Branch ( target: HEAD common source: mergeHeadTo1879_1 ) |
+13 -9 | Patrick Brunner | OLAT-5_1_0-BPS-1879 | |
| 1.230.4.2 | 12 Dec 06 |
merge head into branch |
+43 -31 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.230.4.1 | 16 Nov 06 |
OLAT-1879 Merge HEAD into Branch 1879 |
+51 -25 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.230.8.2 | 12 Dec 06 |
merge head into branch |
+43 -31 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.230.8.1 | 03 Nov 06 |
OLAT-1914 Merge HEAD to Branch |
+51 -25 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.247.6.3 | 01 Oct 07 |
OLAT-2735: Escape "&" in course title for chat |
+1 -9 | schnider | OLAT-5_2_x-BRANCH | |
| 1.247.6.2 | 27 Sep 07 |
OLAT-2735: Replace '&' in chatromm-name for course and group. |
+9 -1 | guretzki | OLAT-5_2_x-BRANCH | |
| 1.247.6.1 | 03 Aug 07 |
OLAT-2396 User Activity Logger is not set on Editor Subworkflows |
+2 | Patrick Brunner | OLAT-5_2_x-BRANCH | |
| 1.266.2.9 | 09 Sep 08 |
OLAT-3421 - course chat is configurable, first result was performance problem if course chat is enabled and a lot of people starting the same course within very short time (700 people within 10 minutes) |
+3 -2 | Patrick Brunner | OLAT-6_0_x-BRANCH | |
| 1.266.2.8 | 08 Sep 08 |
OLAT-3421 Debug Level Time Measurements for better insights under heavy load. |
+9 | Patrick Brunner | OLAT-6_0_x-BRANCH | |
| 1.266.2.7 | 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.266.2.6 | 20 Aug 08 |
OLAT-3399 Removed old-school truncation of long menu items - users can now resize menu themselfe |
+4 -4 | gnaegi | OLAT-6_0_x-BRANCH | |
| 1.266.2.5 | 25 Jul 08 |
OLAT-3302 Fixing gotonode links to work in course, cloned popup and help course |
+11 | gnaegi | OLAT-6_0_x-BRANCH | |
| 1.266.2.4 | 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. |
+7 -2 | Patrick Brunner | OLAT-6_0_x-BRANCH | |
| 1.266.2.3 | 27 May 08 |
OLAT-3182: improvements in groupchatManager handling |
+2 -2 | uid1004 | OLAT-6_0_x-BRANCH | |
| 1.266.2.2 | 26 May 08 |
OLAT-3182: improvements in groupchatManager handling |
+1 -1 | schnider | OLAT-6_0_x-BRANCH | |
| 1.266.2.1 | 21 May 08 |
OLAT-3097: multiwindow chat for p2p chat and groupchat |
+9 -15 | schnider | OLAT-6_0_x-BRANCH | |
| 1.294.4.1 | 01 Apr 09 |
OLAT-3928 Merge from HEAD: fixing broken course CSS, implemented CustomCSS concept and refactored MainLayoutController to have CSS capabilities |
+18 -102 | gnaegi | OLAT-6_1_x-BRANCH | |
| 1.303.2.1 | 18 Aug 09 |
OPEN - issue OLAT-4072: New course node "Checklist" http://bugs.olat.org/jira/browse/OLAT-4072 Merge with HEAD |
+7 | skoeber | OLAT-6_2-BPS-4072 | |
| 1.295.2.4 | 16 Jun 09 |
OLAT-3878: issues from code review |
-4 | skoeber | OLAT-6_2-BPS-FEATURES | |
| 1.295.2.3 | 12 Jun 09 |
OLAT-3878 bugfix |
+8 -2 | skoeber | OLAT-6_2-BPS-FEATURES | |
| 1.295.2.2 | 09 Jun 09 |
Incomplete - taskOLAT-3878 http://bugs.olat.org/jira/browse/OLAT-3878 |
+2 -3 | bja | OLAT-6_2-BPS-FEATURES | |
| 1.295.2.1 | 28 Apr 09 | +5 | bja | OLAT-6_2-BPS-FEATURES | ||
| 1.299.2.4 | 15 Jul 09 |
RESOLVED - issue OLAT-3723: Finalization of an existing course http://bugs.olat.org/jira/browse/OLAT-3723 |
+2 -2 | bja | OLAT-6_2-BPS-FEATURES-JUNE-2009 | |
| 1.299.2.3 | 13 Jul 09 |
RESOLVED - issue OLAT-3723: Finalization of an existing course http://bugs.olat.org/jira/browse/OLAT-3723 |
+30 -9 | bja | OLAT-6_2-BPS-FEATURES-JUNE-2009 | |
| 1.299.2.2 | 09 Jul 09 |
OPEN - issue OLAT-3723: Finalization of an existing course http://bugs.olat.org/jira/browse/OLAT-3723 |
+3 -5 | bja | OLAT-6_2-BPS-FEATURES-JUNE-2009 | |
| 1.299.2.1 | 01 Jul 09 |
Incomplete - taskOLAT-3723 http://bugs.olat.org/jira/browse/OLAT-3723 |
+20 -3 | bja | OLAT-6_2-BPS-FEATURES-JUNE-2009 | |
| 1.306.2.1 | 16 Sep 09 |
OLAT-4185 Merged changes from HEAD to 6_2_0_BRANCH_UZH |
+7 | lavinia | OLAT-6_2_0-BRANCH-UZH | |
| 1.309.2.1 | 15 Oct 09 |
OLAT-4546 If RunMainController was disposed, do not initialize a new EditorMainController in the activate(). Cleanup lock objects at lock release, or if they are not acceptable. |
+3 | lavinia | OLAT-6_2_x-BRANCH-PUBLIC | |
| 1.322.2.1 | 15 Jun 10 |
OLAT-5322 for 6.3.3 enable/disable glossary correct also in cp-coursenode |
+2 -1 | rhaag | OLAT-6_3_0-PUBLIC | |
| 1.320.2.1 | 10 Feb 10 |
OLAT-5026: Catching a NullPointerException causing a RedScreen when opening a node which becomes inaccessible/disabled/.. |
+3 -1 | eglis | OLAT-6_3_x-PATCHES | |
| 1.277.2.7 | 19 Feb 09 |
code refactoring |
+7 -10 | bja | OLAT-HEAD-BPS-1229 | |
| 1.277.2.6 | 12 Feb 09 |
new features |
+2 -8 | bja | OLAT-HEAD-BPS-1229 | |
| 1.277.2.5 | 03 Feb 09 |
head merged |
+96 -34 | bja | OLAT-HEAD-BPS-1229 | |
| 1.277.2.4 | 01 Oct 08 |
syncronized with head |
-1 | blaw | OLAT-HEAD-BPS-1229 | |
| 1.277.2.3 | 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 |
+5 -5 | blaw | OLAT-HEAD-BPS-1229 | |
| 1.277.2.2 | 24 Sep 08 |
olat-1229: moved part of the logging into the core --> if you want to use this feature with the core-snapshot and not the sources of the core it is necessary to copy the LoggingObject.hbm.xml an CourseNodeMasterData.hbm.xml from the snapshot into the classes directory ! |
+5 -5 | blaw | OLAT-HEAD-BPS-1229 | |
| 1.277.2.1 | 18 Sep 08 |
Erweiterungen zum Loggen von UserEvents in Kursen in der Datenbank |
+9 -2 | blaw | OLAT-HEAD-BPS-1229 | |
| 1.225.2.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+84 -35 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.225.2.1 | 05 Oct 06 |
http://bugs.olat.org/jira/browse/OLAT-1595 OLAT-1595: Merge HEAD into BRANCH (work in progress) |
+62 -46 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.230.6.3 | 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. |
+225 -158 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.230.6.2 | 18 Jul 07 |
OLAT-2434 BPS-CF update branch to current HEAD development after user delete state refactoring |
-11 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.230.6.1 | 17 Jul 07 |
OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes |
+95 -62 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.292.2.2 | 23 Apr 09 |
OLAT-3766 Update IMS CP Branch to HEAD |
+22 -104 | gnaegi | OLAT-HEAD-FRENTIX-3766-CPEDITOR | |
| 1.292.2.1 | 09 Feb 09 |
OLAT-3766 Merge from HEAD to IMS CP editor branch |
+12 -59 | gnaegi | OLAT-HEAD-FRENTIX-3766-CPEDITOR | |
| 1.295.4.2 | 16 Oct 09 |
OLAT-3946 merge from HEAD |
+22 -7 | gwassmann | OLAT-HEAD-FRENTIX-3946-Podcast | |
| 1.295.4.1 | 27 Jul 09 |
OLAT-3946 update from HEAD |
+51 -17 | gwassmann | OLAT-HEAD-FRENTIX-3946-Podcast | |
| 1.323.2.1 | 07 Apr 10 |
OLAT-4057: Initial check in of REST API |
+13 | srosse | OLAT-HEAD-FRENTIX-4057-RESTAPI | |
| 1.326.2.2 | 09 Dec 10 |
OLAT-5494: merge olat3 HEAD to Portfolio Branch |
+1 | srosse | OLAT-HEAD-FRENTIX-5494-EPORTFOLIO | |
| 1.326.2.1 | 09 Sep 10 |
OLAT-5494: merge head to epf-branch: olat3 |
+18 -14 | rhaag | OLAT-HEAD-FRENTIX-5494-EPORTFOLIO | |
| 1.220.2.5 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+32 -16 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.220.2.4 | 16 Aug 06 |
OLAT-1577 fixing glossary initialization problem |
+2 -6 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.220.2.3 | 16 Aug 06 |
OLAT-1577 adding glossary viewer, glossary editor, glossary course right, editor locking, and glossary course configuration. cleanup of old course configuration code that was not deleted after moving the configuration from the course to the repository. |
+34 -21 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.220.2.2 | 14 Aug 06 |
Merging HEAD to branch |
+67 -15 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.220.2.1 | 14 Jul 06 |
Initial work for OLAT-1577, TextMarker infrastructure, glossar and text marker test controller and bare-bone glossar implementation for course |
+21 -3 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.215.6.1 | 16 Jun 06 |
Merge head into Branch and commit changes on branch |
-14 | Patrick Brunner | OLAT-HEAD-JGS_UNIZH-1509_pbwork | |
| 1.224.4.2 | 13 Aug 06 |
MERGE HEAD TO BRANCH 1508 rewrite of publish new way of signaling assessment recalculation |
+40 -33 | Patrick Brunner | OLAT-HEAD-UNIZH-1508 | |
| 1.224.4.1 | 07 Aug 06 |
MERGE HEAD TO BRANCH 1508 |
+2 | Patrick Brunner | OLAT-HEAD-UNIZH-1508 | |
| 1.245.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) |
-27 | lavinia | OLAT-HEAD-UZH-2385 | |
| 1.306.6.1 | 28 Oct 09 |
MERGE HEAD to BRANCH for mvn testing |
+20 -20 | Patrick Brunner | OLAT-HEAD-UZH-4361 | |
| 1.247.2.12 | 06 Sep 07 |
olat_2433 impl. back button handling for the most important main navigation menus |
+1 -1 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.247.2.11 | 05 Sep 07 |
olat_2433 avoid full page refresh and course launch (now: only when custom css) -> to not break the iframe history for back button usage - interface slowbandwidth simulator (work in progress) for slow modem/browsers testing |
+7 -17 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.247.2.10 | 30 Aug 07 | +2 | fjost | OLAT-HEAD-UZH-OLAT_2433 | ||
| 1.247.2.9 | 23 Aug 07 |
olat-2433 refine back-handling |
+1 -2 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.247.2.8 | 21 Aug 07 | +3 -2 | fjost | OLAT-HEAD-UZH-OLAT_2433 | ||
| 1.247.2.7 | 31 Jul 07 |
popups: - default popup layout is defined by OlatBasePopupLayoutCreator - special popup layout is done by wrapping desired content (controlle creator) with a a layout, and used the layout-wrapped to create popup window. ....- there is an instanceof check to distinguish between default popup vs. layouted popup. ....- OlatLayoutFactory is used to wrap content into layout ....- LayoutMarker is used to mark a layouting class.. this will be extended to mark all layouting controllers, to find them more easy .. ....- there are two popup layouts at the moment "minimal" and "PrintCloseHeader", as they are known from before the refactoring step. Both layouts are managed by OlatBasePopupController - all places with direct popup window creation are migrated and tested with the new way to popup windows. [!!] still open CloneController and OfferOpenInNewWindowController |
+10 -3 | Patrick Brunner | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.247.2.6 | 30 Jul 07 |
olat-2433 improving back-handling, 1.st example: alpha release of main nav (sites/tabs) and course nav working with the back-button. |
+26 -2 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.247.2.5 | 26 Jul 07 |
OLAT-2433 - first draft of popup could not test everywhere as there is a problem with overlays at the moment. - popup works from within courses -> enrolment -> popup groups - popup works from user administration -> search user -> show VC in popup |
+36 -16 | Patrick Brunner | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.247.2.4 | 25 Jul 07 |
olat-2433 implement z-indexed positioning of guimessage, adjusted to layout (thanks patrick brunner for his zindex idea) |
+2 -6 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.247.2.3 | 24 Jul 07 |
olat-2433 cleanup menuandtoolcontroller for later work |
+7 -2 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.247.2.2 | 20 Jul 07 |
OLAT-2433 - dynamic tabs handler no longer hard wired in WindowControl Implementations - part of FullChiefController -> dynamic tab supporting OlatBaseController |
+6 -2 | Patrick Brunner | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.247.2.1 | 18 Jul 07 |
OLAT-2433 work in progress.... |
+21 -21 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.252.2.5 | 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 |
-5 | Patrick Brunner | OLAT-HEAD-YAML-1725 | |
| 1.252.2.4 | 03 Dec 07 |
YAML: -> replace monolog controller -> changing all touched controllers to BasicController extending -> replacing usage of LockHelperController back to locking and using a DialogBoxController. |
+40 -5 | Patrick Brunner | OLAT-HEAD-YAML-1725 | |
| 1.252.2.3 | 22 Oct 07 |
OLAT-2725 Use new LayoutMain3ColsController instead of legacy ContentOnlyController. Added modal dialogs on login screen for registration and lost password workflow to be consistent with other workflows |
+5 -3 | gnaegi | OLAT-HEAD-YAML-1725 | |
| 1.252.2.2 | 12 Oct 07 |
OLAT-2725 Use new LayoutMain3ColsController and refactoring of MainControllers to new LayoutBasicManager style of VelocityContainer, Translator etc creation and dispose mechanism. |
+84 -100 | gnaegi | OLAT-HEAD-YAML-1725 | |
| 1.252.2.1 | 11 Oct 07 |
OLAT-2725 Merges from HEAD and cleanup |
+7 -3 | gnaegi | OLAT-HEAD-YAML-1725 | |
| 1.279.2.7 | 19 Jun 09 |
OLAT-3674: merge head to branch, befor final commit |
+5 -1 | rhaag | OLAT-HEAD_FRENTIX-3674 | |
| 1.279.2.6 | 18 Jun 09 |
OLAT-3674: changes before merge |
-1 | rhaag | OLAT-HEAD_FRENTIX-3674 | |
| 1.279.2.5 | 28 May 09 |
OLAT-3674: merge head to branch |
+41 -166 | rhaag | OLAT-HEAD_FRENTIX-3674 | |
| 1.279.2.4 | 25 Feb 09 |
OLAT-3674: sync changes for presentation (its working, but solution will be changed) - use glossary markup instead textmarker |
+12 -11 | rhaag | OLAT-HEAD_FRENTIX-3674 | |
| 1.279.2.3 | 19 Jan 09 |
OLAT-3674: merge head to branch |
+3 -21 | rhaag | OLAT-HEAD_FRENTIX-3674 | |
| 1.279.2.2 | 12 Jan 09 |
merge Head to branch, part1 |
+41 -12 | rhaag | OLAT-HEAD_FRENTIX-3674 | |
| 1.279.2.1 | 23 Dec 08 |
merge Head to Branch |
+102 -7 | rhaag | OLAT-HEAD_FRENTIX-3674 | |
| 1.231.2.1 | 14 Nov 06 |
OLAT-1835 organize imports & Separation core - lms |
-1 | Patrick Brunner | OLAT-HEAD_UNIZH-1935 | |
| 1.236.2.2 | 23 Jan 07 |
- Form Infrastructure 0.8 - merge HEAD (tmpMergeHeadTo1983_1) to Branch common base was mergHeadTo1983 |
+5 -8 | Patrick Brunner | OLAT_5_1_-UZH-1983 | |
| 1.236.2.1 | 17 Jan 07 |
- intermediate save - merge HEAD into Branch |
+10 -3 | Patrick Brunner | OLAT_5_1_-UZH-1983 | |
| 1.324.2.1 | 22 Jun 10 |
updating to current head |
+16 -13 | thomasw | OLAT_6_4_0-BPS-Onyx_Integration | |
| 1.315.2.4 | 24 Feb 10 |
merge with head |
+3 -2 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 | |
| 1.315.2.3 | 16 Feb 10 |
merge with head |
+11 -5 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 | |
| 1.315.2.2 | 27 Jan 10 |
merge with head |
+3 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 | |
| 1.315.2.1 | 20 Jan 10 |
renaming of Manger to BasesecurityManager |
+13 -9 | schnider | tmpOLAT-HEAD-640-until-2010-03-10 |