| Diff | Revision | Date | Message | Lines | Author | Branch |
|---|---|---|---|---|---|---|
| 1.31 | 17 Dec 07 |
OLAT-2806: Brasato-Fix: Broken Info Message, Remove old, un-used DMZChiefController, DMZController, dmzlayout.html. |
deleted | guretzki | MAIN | |
| 1.30 | 07 Sep 07 |
merge 2433-BRANCH into HEAD (final step) |
+14 -243 | Patrick Brunner | MAIN | |
| 1.29 | 28 Aug 07 |
olat-2433: change dispose(boolean asynchronous) to dispose(), since the flag is not needed |
+5 -5 | fjost | MAIN | |
| 1.28 | 28 Aug 07 |
olat-2433: as preparation for later merging: first merge branch 5_2_x to HEAD |
+4 | fjost | MAIN | |
| 1.27 | 21 Jul 07 |
non-jira, refering to 2433: finish removing refs to getWindowControl.pushAsModalDialog(title, comp) to pushAsModalDialog(ComponentUtil.createTitledComponent(title, ,.....)) |
+1 -2 | fjost | MAIN | |
| 1.26 | 26 Jan 07 |
OLAT-2053 OLAT-2052 OLAT-2047 OLAT-1963 OLAT-1914 Changes to AutoGuestHome - instead of Menü Login / Guest Access -> only links on top as discussed with Hansjörg Zuberbühler Refactor step 50% finished (UZH part... BPS part follows) Language Chooser 90% finished |
+110 -98 | Patrick Brunner | MAIN | |
| 1.25 | 12 Dec 06 |
MERGE OLAT-1914 from branch OLAT-5_1_0-BPS-1914 into HEAD Auto guest login feature. Infos: https://twiki.tu-chemnitz.de/bin/view/OLAT/GastHomeSpec |
+13 -7 | leberle | MAIN | |
| 1.24 | 29 Sep 06 |
OLAT-1796 update to apache 2.0 license boiler plate |
+20 -12 | Patrick Brunner | MAIN | |
| 1.23 | 04 Aug 06 |
OLAT-1528 V0.9 Recording, Replaying, GUI for manageing recorded UC How To: https://twiki.tu-chemnitz.de/bin/view/OLAT/RecorderHowTo TODO: -------- Document how to use it, including screenshots Working is..: ---------------- Load, Save, Delete recorded UC GUI for load save, delete Treestructure for clicks Structure recorded clicks add alias references to other UC's files. GUI for tree manipulations record and replay, catch some error states Some Open Issues: --------------------------- Choice Component (e.g. Collabtools in group) CPComponent Upload (make uploading of files replayable) Visual marking of Table row, Form input and button, Selections in trees IF WHILE Response and REGEXP's HEADLESS -> JUNIT style Slideshow mode (start and it steps to the end) |
+7 | Patrick Brunner | MAIN | |
| 1.22 | 16 Jun 06 |
OLAT-1509 - DMZChiefController listens also for FullChiefControllerMessages -> show maintenance messages too if in dmz - DMZChiefController uses OlatFooterSpringController as it is injected to the FullchiefController, instead of placing its own footer thing. |
+58 -26 | Patrick Brunner | MAIN | |
| 1.21 | 16 Jun 06 |
OLAT-1509 Main benefit of this refactoring: - resolve depenendicies of FullChiefController to InstantMessaging - add facility to inject any SpringController into the upper right corner and the footer place - remove parts (90%) of olat.core's dependencies to the org.olat.xxx - introduction of a SpringController, a controller instantiatiable by spring, neede was a init(Ureq, WControl) method which must be overriden by the implementor. - spring used to register path - handlers / dispatchers - spring used to inject a controller for the place in the rigth upper corner of the fullchiefcontroller -> e.g. instant messaging, print, logout, help links are no longer provided by the olat.core They come from the surrounding webapplication instead. - spring used to inject a controller for the footer's place - Requests for the MRTG and setting a maintenance message via http request and token are wrapped by a Dispatcher - setting the maintenance message is no longer done be looping over all controllers, it broadcasted over a channel to the connected FullChiefControllers - the Version.java is an interface now, and injected via spring. If the surrounding webapplication does not provide a Version the Version of the olat.core is used. -moving around some language keys, as some methods and classes have been moved around. |
+4 -2 | Patrick Brunner | MAIN | |
| 1.20 | 14 Jun 06 |
olat-1562 prepare for search engine's context path: can also be used for much more we hope.. |
+9 | fjost | MAIN | |
| 1.19 | 20 May 06 | +19 -20 | fjost | MAIN | ||
| 1.18 | 18 May 06 |
olat-1509: split up controllerfactory in core/commons and lms specific parts |
+1 -1 | fjost | MAIN | |
| 1.17 | 18 May 06 |
olat-1509: move all code, which is referenced from the core, inside the core |
+1 | fjost | MAIN | |
| 1.16 | 10 May 06 |
olat-1509 remove cssgenerator.java which is replaced by the jsAndCSSAdder concept (not activated yet, only in html comment) |
+3 -7 | fjost | MAIN | |
| 1.15 | 09 May 06 |
OLAT-1509 moved org.olat.util to org.olat.core.util |
+2 -2 | fjost | MAIN | |
| 1.14 | 08 May 06 | +2 -2 | Patrick Brunner | MAIN | ||
| 1.13 | 08 May 06 | +1 -1 | Patrick Brunner | MAIN | ||
| 1.12 | 05 May 06 | +1 -1 | fjost | MAIN | ||
| 1.11 | 04 May 06 |
olat-1509 preparing package separation also for static content and provide ajax-compatibility with post-loaded js and css libs |
+5 -2 | fjost | MAIN | |
| 1.10 | 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 |
+40 -40 | Patrick Brunner | MAIN | |
| 1.9 | 02 May 06 | +7 -5 | Patrick Brunner | MAIN | ||
| 1.8 | 18 Apr 06 |
OLAT-1494: languages can be organized in drop-down list. New config parameter 'dropDownListEnabled' in Localization Module. |
+2 | guretzki | MAIN | |
| 1.7 | 05 Apr 06 |
header cleanup, license stuff has to be on top above package otherwise its included in javadoc every time! |
+13 -10 | schnider | MAIN | |
| 1.6 | 04 Apr 06 |
olat-1482 ajax merge to HEAD (default: ajax mode set to false) |
+21 -1 | fjost | MAIN | |
| 1.5 | 30 Jan 06 |
fixing missing winid reference - thanks guido |
+1 -1 | gnaegi | MAIN | |
| 1.4 | 30 Sep 05 |
avoid empty pages in cases of async controller dispose and a different gui stack |
+4 | fjost | MAIN | |
| 1.3 | 09 Sep 05 |
better error messages with workflow stack |
+9 | fjost | MAIN | |
| 1.2 | 06 Sep 05 |
change not-logged-in message when chaning the locale http://bugs.olat.org/jira/browse/OLAT-1101 |
+2 | gnaegi | MAIN | |
| 1.1 | 31 Aug 05 |
- Various changes in layout and top navigation, should have no visible effect - Refactoring of OLATChiefController, is now DMZChiefController - Refactoring of main layout pages, renamed pages - Deleted header package - Moved org.olat.header locales to org.olat locales http://bugs.olat.org/jira/browse/OLAT-1061 http://bugs.olat.org/jira/browse/OLAT-927 http://bugs.olat.org/jira/browse/OLAT-865 |
+332 | gnaegi | MAIN | |
| 1.24.2.1 | 09 Oct 06 |
OLAT-1847 baloon v 0.7 |
+7 | fjost | OLAT-1847 | |
| 1.4.4.1 | 30 Jan 06 |
fixing missing winid reference - thanks guido |
+1 -1 | gnaegi | OLAT-4_0_2-BPS | |
| 1.5.2.4 | 03 Apr 06 | +4 | fjost | OLAT-4_1-GOODSOLUTIONS-1411 | ||
| 1.5.2.3 | 27 Mar 06 |
olat-1411 work in progress |
+6 | fjost | OLAT-4_1-GOODSOLUTIONS-1411 | |
| 1.5.2.2 | 23 Mar 06 |
olat-1411 work in progress |
+3 -1 | fjost | OLAT-4_1-GOODSOLUTIONS-1411 | |
| 1.5.2.1 | 22 Mar 06 |
olat-1411 work in progress! |
+8 | fjost | OLAT-4_1-GOODSOLUTIONS-1411 | |
| 1.10.2.3 | 22 May 06 |
OLAT-1233:Merge HEAD into branch-1233 |
+21 -21 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.10.2.2 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+3 -7 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.10.2.1 | 10 May 06 |
OLAT-1233: Merge HEAD into Branch |
+10 -7 | guretzki | OLAT-4_2_0-UNIZH-1233 | |
| 1.5.6.2 | 24 Apr 06 |
Merge head into branch |
+2 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.5.6.1 | 06 Apr 06 |
merged head (with ajax, header cleanup) |
+34 -11 | guretzki | OLAT-4_2_0-UNIZH-1480 | |
| 1.19.2.1 | 29 Jun 06 |
OLAT-1530: Merge HEAD into BRANCH-1530 |
+67 -24 | Alexander Schneider | OLAT-4_2_0-UNIZH-1530 | |
| 1.19.12.2 | 19 Jun 06 |
OLAT-1562:Merge HEAD into Branch. |
+58 -24 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.19.12.1 | 15 Jun 06 |
OLAT-1562:Merge HEAD into Branch. |
+9 | guretzki | OLAT-4_2_0-UNIZH-1562 | |
| 1.19.4.1 | 21 Jul 06 |
merges from HEAD |
+67 -24 | gnaegi | OLAT-4_2_0-goodsolutions-1232 | |
| 1.23.10.1 | 10 Oct 06 |
MERGE HEAD TO BRANCH 5.0.x prepare for 5.0.1 |
+20 -12 | Patrick Brunner | OLAT-5_0_x-BRANCH | |
| 1.24.6.2 | 30 Jan 07 |
merge Head to Branch ( target: HEAD common source: mergeHeadTo1879_1 ) |
+110 -98 | Patrick Brunner | OLAT-5_1_0-BPS-1879 | |
| 1.24.6.1 | 12 Dec 06 |
merge head into branch |
+13 -7 | leberle | OLAT-5_1_0-BPS-1879 | |
| 1.24.10.2 | 12 Dec 06 |
OLAT-1914 Improved guest home auto login process: - possibility to switch on/off - login button in guest home - guest upperright corner controller - guest footer controller - entry in left menu to login page moved to top |
+9 -3 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.24.10.1 | 03 Nov 06 |
OLAT-1914 First draft of guesthome implementation. |
+4 -4 | leberle | OLAT-5_1_0-BPS-1914 | |
| 1.27.4.1 | 22 Aug 07 |
buildversion is used during config-all ant target for - functions.js -> functions5.2.0.js - olat-default-${fontsize}.css -> olat5.2.0.-default-${fontsize}.css the corresponding java classes read out Version.getVersion() and add it as ${buildversion} in the respective .html files this should help to prevent problems of not reloaded css and js files. |
+4 | Patrick Brunner | OLAT-5_2_x-BRANCH | |
| 1.23.4.2 | 15 Jun 07 |
OLAT-1595 : mergeOLAT-5_1_xToBranch |
+113 -95 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.23.4.1 | 05 Oct 06 |
http://bugs.olat.org/jira/browse/OLAT-1595 OLAT-1595: Merge HEAD into BRANCH (work in progress) |
+20 -12 | ikroll | OLAT-HEAD-BPS-1595 | |
| 1.24.8.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. |
deleted | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.24.8.2 | 23 Jul 07 |
OLAT-2434 BPS-CF update branch to current HEAD development |
+1 -2 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.24.8.1 | 17 Jul 07 |
OLAT-2434 BPS-CF update old branch to current head development. has some errors in test classes |
+113 -95 | gnaegi | OLAT-HEAD-BPS-Prototype_CF | |
| 1.22.4.2 | 03 Nov 06 |
Synchronyzing 1577 branch (glossary, scorm assessable, repo can reference) with HEAD |
+20 -12 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.22.4.1 | 14 Aug 06 |
Merging HEAD to branch |
+7 | gnaegi | OLAT-HEAD-JGS-1577 | |
| 1.19.16.2 | 16 Jun 06 |
Merge head into Branch and commit changes on branch |
+9 | Patrick Brunner | OLAT-HEAD-JGS_UNIZH-1509_pbwork | |
| 1.19.16.1 | 14 Jun 06 |
work in progress |
+4 -2 | Patrick Brunner | OLAT-HEAD-JGS_UNIZH-1509_pbwork | |
| 1.26.10.3 | 02 Sep 07 |
working login ... e.g. /olat/dmz/ is working again DMZBaseController represents an empty frame, e.g. content less, but with footer - language chooser and help. The Login page is created by a new LoginAuthprovidersController - hence this is the first content in the /dmz/ the refactoring of DMZ is still work in progress, TODOS: - does not work yet /dmz/shibregistration/. /dmz/pwchange/, /dmz/registration/ - moving out of i18n keys from olat_config.xml - define a pre-dispatcher action to implement the idp preselection - remove unused DMZChiefController with HTML's, DMZController with HTML's - remove code for LocalChangedEvent in various places |
-5 | Patrick Brunner | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.26.10.2 | 20 Jul 07 |
OLAT-2433 work in progress.... |
+228 | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.26.10.1 | 18 Jul 07 |
OLAT-2433 work in progress.... |
deleted | fjost | OLAT-HEAD-UZH-OLAT_2433 | |
| 1.30.2.1 | 18 Dec 07 |
OLAT-2725 Merges from HEAD |
deleted | gnaegi | OLAT-HEAD-YAML-1725 | |
| 1.24.22.1 | 17 Jan 07 |
- intermediate save - merge HEAD into Branch |
+13 -7 | Patrick Brunner | OLAT_5_1_-UZH-1983 |