View | Details | Raw Unified | Return to bug 31411
Collapse All | Expand All

(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/css/icons.less (-1 / +9 lines)
 Lines 71-80    Link Here 
71
.umcIconPlay,
71
.umcIconPlay,
72
.umcIconPause,
72
.umcIconPause,
73
.umcIconStop,
73
.umcIconStop,
74
.umcIconShutdown,
74
.umcIconView {
75
.umcIconView {
75
	background-image: url(images/commonIcons.png);
76
	background-image: url(images/commonIcons.png);
76
	width: 16px;
77
	width: 16px;
77
	height: 16px;
78
	height: 16px;
79
	&:hover {
80
		background-image: url(images/commonIconsHover.png);
81
	}
78
}
82
}
79
83
80
.umcIconDelete {
84
.umcIconDelete {
 Lines 109-115    Link Here 
109
	background-position: -112px 0px;
113
	background-position: -112px 0px;
110
}
114
}
111
115
112
.umcIconStop {
116
.umcIconShutdown {
113
	background-position: -128px 0px;
117
	background-position: -128px 0px;
114
}
118
}
115
119
 Lines 117-122    Link Here 
117
	background-position: -144px 0px;
121
	background-position: -144px 0px;
118
}
122
}
119
123
124
.umcIconStop {
125
	background-position: -160px 0px;
126
}
127
120
.umcIconLoading {
128
.umcIconLoading {
121
	background-image: url(images/loadingAnimation.gif);
129
	background-image: url(images/loadingAnimation.gif);
122
	width: 20px;
130
	width: 20px;
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/debian/changelog (-41 / +47 lines)
 Lines 1-3    Link Here 
1
univention-management-console-frontend (2.0.256-1) unstable; urgency=low
2
3
  * Create new icons (Bug #31411)
4
  * Add UVMM shutdown icon (Bug #21397)
5
6
 -- Philipp Hahn <hahn@univention.de>  Tue, 21 May 2013 19:49:15 +0200
7
1
univention-management-console-frontend (2.0.255-1) unstable; urgency=low
8
univention-management-console-frontend (2.0.255-1) unstable; urgency=low
2
9
3
  * Bug #31293: fixed script tests/post.sh
10
  * Bug #31293: fixed script tests/post.sh
 Lines 27-34   univention-management-console-frontend (2.0.251-1) unstable; urgency=low Link Here 
27
34
28
  * Inside the "favorite" category, favorites can no longer be removed
35
  * Inside the "favorite" category, favorites can no longer be removed
29
  * GalleryPane no longer creates status icon divs for items which
36
  * GalleryPane no longer creates status icon divs for items which
30
    dont't have a 'statusIconClass'
37
    dont't have a 'statusIconClass' (Bug #29555)
31
  (Bug #29555)
32
38
33
 -- Jascha Geerds <geerds@univention.de>  Thu, 11 Apr 2013 11:44:25 +0200
39
 -- Jascha Geerds <geerds@univention.de>  Thu, 11 Apr 2013 11:44:25 +0200
34
40
 Lines 744-750   univention-management-console-frontend (2.0.142-1) unstable; urgency=low Link Here 
744
750
745
univention-management-console-frontend (2.0.141-1) unstable; urgency=low
751
univention-management-console-frontend (2.0.141-1) unstable; urgency=low
746
752
747
  * fix double html encoding; Bug #28928 
753
  * fix double html encoding; Bug #28928
748
754
749
 -- Florian Best <best@univention.de>  Fri, 26 Oct 2012 08:18:33 +0200
755
 -- Florian Best <best@univention.de>  Fri, 26 Oct 2012 08:18:33 +0200
750
756
 Lines 800-806   univention-management-console-frontend (2.0.134-1) unstable; urgency=low Link Here 
800
806
801
univention-management-console-frontend (2.0.133-1) unstable; urgency=low
807
univention-management-console-frontend (2.0.133-1) unstable; urgency=low
802
808
803
  * changed default behavior for using UNIX socket; Bug #28043 
809
  * changed default behavior for using UNIX socket; Bug #28043
804
810
805
 -- Florian Best <best@univention.de>  Wed, 24 Oct 2012 10:29:24 +0200
811
 -- Florian Best <best@univention.de>  Wed, 24 Oct 2012 10:29:24 +0200
806
812
 Lines 808-814   univention-management-console-frontend (2.0.132-1) unstable; urgency=low Link Here 
808
814
809
  * restrict access to UMC server to connections from localhost; Bug #28043
815
  * restrict access to UMC server to connections from localhost; Bug #28043
810
  * added X-UA-Header for internet explorer to avoid compatibility mode;
816
  * added X-UA-Header for internet explorer to avoid compatibility mode;
811
  	Bug #28808 
817
  	Bug #28808
812
818
813
 -- Florian Best <best@univention.de>  Tue, 23 Oct 2012 17:34:44 +0200
819
 -- Florian Best <best@univention.de>  Tue, 23 Oct 2012 17:34:44 +0200
814
820
 Lines 1056-1062   univention-management-console-frontend (2.0.94-1) unstable; urgency=low Link Here 
1056
1062
1057
univention-management-console-frontend (2.0.93-1) unstable; urgency=low
1063
univention-management-console-frontend (2.0.93-1) unstable; urgency=low
1058
1064
1059
  * display reload require dialog only once; Bug #24947 
1065
  * display reload require dialog only once; Bug #24947
1060
1066
1061
 -- Florian Best <best@univention.de>  Wed, 10 Oct 2012 08:34:48 +0200
1067
 -- Florian Best <best@univention.de>  Wed, 10 Oct 2012 08:34:48 +0200
1062
1068
 Lines 1478-1484   univention-management-console-frontend (2.0.31-1) unstable; urgency=low Link Here 
1478
1484
1479
univention-management-console-frontend (2.0.30-1) unstable; urgency=low
1485
univention-management-console-frontend (2.0.30-1) unstable; urgency=low
1480
1486
1481
  * fixed ssl/validity check in umc/app.js Bug #27002 
1487
  * fixed ssl/validity check in umc/app.js Bug #27002
1482
1488
1483
 -- Felix Botner <botner@univention.de>  Fri, 07 Sep 2012 10:36:40 +0200
1489
 -- Felix Botner <botner@univention.de>  Fri, 07 Sep 2012 10:36:40 +0200
1484
1490
 Lines 1956-1962   univention-management-console-frontend (1.0.365-1) unstable; urgency=low Link Here 
1956
1962
1957
univention-management-console-frontend (1.0.364-1) unstable; urgency=low
1963
univention-management-console-frontend (1.0.364-1) unstable; urgency=low
1958
1964
1959
  * fixed actualisation of title in umc.dialog.alert() (Bug #26874) 
1965
  * fixed actualisation of title in umc.dialog.alert() (Bug #26874)
1960
1966
1961
 -- Florian Best <best@univention.de>  Fri, 01 Jun 2012 08:41:14 +0200
1967
 -- Florian Best <best@univention.de>  Fri, 01 Jun 2012 08:41:14 +0200
1962
1968
 Lines 2016-2022   univention-management-console-frontend (1.0.356-1) unstable; urgency=low Link Here 
2016
2022
2017
univention-management-console-frontend (1.0.355-1) unstable; urgency=low
2023
univention-management-console-frontend (1.0.355-1) unstable; urgency=low
2018
2024
2019
  * map not to False in isFalse() (Bug #27055) 
2025
  * map not to False in isFalse() (Bug #27055)
2020
2026
2021
 -- Felix Botner <botner@univention.de>  Wed, 09 May 2012 12:06:57 +0200
2027
 -- Felix Botner <botner@univention.de>  Wed, 09 May 2012 12:06:57 +0200
2022
2028
 Lines 2138-2144   univention-management-console-frontend (1.0.287-1) unstable; urgency=low Link Here 
2138
2144
2139
univention-management-console-frontend (1.0.286-2) unstable; urgency=low
2145
univention-management-console-frontend (1.0.286-2) unstable; urgency=low
2140
2146
2141
  * added max-height css property for tracebacks in umc.css (Bug #26538) 
2147
  * added max-height css property for tracebacks in umc.css (Bug #26538)
2142
2148
2143
 -- Florian Best <best@univention.de>  Mon, 02 Apr 2012 15:44:50 +0200
2149
 -- Florian Best <best@univention.de>  Mon, 02 Apr 2012 15:44:50 +0200
2144
2150
 Lines 2211-2217   univention-management-console-frontend (1.0.277-1) unstable; urgency=low Link Here 
2211
2217
2212
univention-management-console-frontend (1.0.276-1) unstable; urgency=low
2218
univention-management-console-frontend (1.0.276-1) unstable; urgency=low
2213
2219
2214
  * fixed LoginDialog for Internet Explorer compatibility mode (Bug #25020) 
2220
  * fixed LoginDialog for Internet Explorer compatibility mode (Bug #25020)
2215
2221
2216
 -- Florian Best <best@univention.de>  Mon, 27 Feb 2012 17:18:33 +0100
2222
 -- Florian Best <best@univention.de>  Mon, 27 Feb 2012 17:18:33 +0100
2217
2223
 Lines 2297-2303   univention-management-console-frontend (1.0.266-1) unstable; urgency=low Link Here 
2297
2303
2298
univention-management-console-frontend (1.0.265-1) unstable; urgency=low
2304
univention-management-console-frontend (1.0.265-1) unstable; urgency=low
2299
2305
2300
  * fixed reference to umc.tools.umcpCommand in _SelectMixin; Bug #25020 
2306
  * fixed reference to umc.tools.umcpCommand in _SelectMixin; Bug #25020
2301
2307
2302
 -- Alexander Kläser <klaeser@univention.de>  Sat, 11 Feb 2012 15:18:18 +0100
2308
 -- Alexander Kläser <klaeser@univention.de>  Sat, 11 Feb 2012 15:18:18 +0100
2303
2309
 Lines 2309-2315   univention-management-console-frontend (1.0.264-1) unstable; urgency=low Link Here 
2309
2315
2310
univention-management-console-frontend (1.0.263-1) unstable; urgency=low
2316
univention-management-console-frontend (1.0.263-1) unstable; urgency=low
2311
2317
2312
  * fixed hash handling for login.html file; Bug #25020 
2318
  * fixed hash handling for login.html file; Bug #25020
2313
2319
2314
 -- Alexander Kläser <klaeser@univention.de>  Fri, 10 Feb 2012 19:25:33 +0100
2320
 -- Alexander Kläser <klaeser@univention.de>  Fri, 10 Feb 2012 19:25:33 +0100
2315
2321
 Lines 2341-2347   univention-management-console-frontend (1.0.259-1) unstable; urgency=low Link Here 
2341
2347
2342
univention-management-console-frontend (1.0.258-1) unstable; urgency=low
2348
univention-management-console-frontend (1.0.258-1) unstable; urgency=low
2343
2349
2344
  * check if modules are loaded before adding module related 
2350
  * check if modules are loaded before adding module related
2345
  	notices (Bug #24999)
2351
  	notices (Bug #24999)
2346
2352
2347
 -- Florian Best <best@univention.de>  Wed, 08 Feb 2012 16:50:46 +0100
2353
 -- Florian Best <best@univention.de>  Wed, 08 Feb 2012 16:50:46 +0100
 Lines 2435-2441   univention-management-console-frontend (1.0.247-1) unstable; urgency=low Link Here 
2435
2441
2436
univention-management-console-frontend (1.0.246-1) unstable; urgency=low
2442
univention-management-console-frontend (1.0.246-1) unstable; urgency=low
2437
2443
2438
  * Grid: fixed padding of the last column in the grid footer (containing 
2444
  * Grid: fixed padding of the last column in the grid footer (containing
2439
    multi-actions) in order to prevent the last element to slip below the other
2445
    multi-actions) in order to prevent the last element to slip below the other
2440
    elements (Bug #22881, Comment 14)
2446
    elements (Bug #22881, Comment 14)
2441
2447
 Lines 2474-2480   univention-management-console-frontend (1.0.242-1) unstable; urgency=low Link Here 
2474
univention-management-console-frontend (1.0.241-1) unstable; urgency=low
2480
univention-management-console-frontend (1.0.241-1) unstable; urgency=low
2475
2481
2476
  * Form: respect for onValuesInitialized requests that have already be sent
2482
  * Form: respect for onValuesInitialized requests that have already be sent
2477
  * MultiInput: only cache results of values that are passed over as 
2483
  * MultiInput: only cache results of values that are passed over as
2478
    dojo.Deferred objects and reload JavaScript functions every time
2484
    dojo.Deferred objects and reload JavaScript functions every time
2479
  * umc.render: allow for onChange events
2485
  * umc.render: allow for onChange events
2480
    (Bug #22461)
2486
    (Bug #22461)
 Lines 2937-2949   univention-management-console-frontend (1.0.175-2) unstable; urgency=low Link Here 
2937
2943
2938
univention-management-console-frontend (1.0.174-1) unstable; urgency=low
2944
univention-management-console-frontend (1.0.174-1) unstable; urgency=low
2939
2945
2940
  * fixed focus to default buttons in ConfirmDialogs (Bug #22881) 
2946
  * fixed focus to default buttons in ConfirmDialogs (Bug #22881)
2941
2947
2942
 -- Alexander Kläser <klaeser@univention.de>  Fri, 04 Nov 2011 02:06:26 +0100
2948
 -- Alexander Kläser <klaeser@univention.de>  Fri, 04 Nov 2011 02:06:26 +0100
2943
2949
2944
univention-management-console-frontend (1.0.173-1) unstable; urgency=low
2950
univention-management-console-frontend (1.0.173-1) unstable; urgency=low
2945
2951
2946
  * fixed problem with Button labels positioned below the button (Bug #22881) 
2952
  * fixed problem with Button labels positioned below the button (Bug #22881)
2947
2953
2948
 -- Alexander Kläser <klaeser@univention.de>  Thu, 03 Nov 2011 23:51:17 +0000
2954
 -- Alexander Kläser <klaeser@univention.de>  Thu, 03 Nov 2011 23:51:17 +0000
2949
2955
 Lines 3029-3035   univention-management-console-frontend (1.0.162-1) unstable; urgency=low Link Here 
3029
3035
3030
univention-management-console-frontend (1.0.161-1) unstable; urgency=low
3036
univention-management-console-frontend (1.0.161-1) unstable; urgency=low
3031
3037
3032
  * umc.dialog: fixed default for unset confirm value (Bug #22881) 
3038
  * umc.dialog: fixed default for unset confirm value (Bug #22881)
3033
3039
3034
 -- Alexander Kläser <klaeser@univention.de>  Tue, 01 Nov 2011 10:27:33 +0100
3040
 -- Alexander Kläser <klaeser@univention.de>  Tue, 01 Nov 2011 10:27:33 +0100
3035
3041
 Lines 3041-3047   univention-management-console-frontend (1.0.160-1) unstable; urgency=low Link Here 
3041
3047
3042
univention-management-console-frontend (1.0.159-2) unstable; urgency=low
3048
univention-management-console-frontend (1.0.159-2) unstable; urgency=low
3043
3049
3044
  * version bump (Bug #22881) 
3050
  * version bump (Bug #22881)
3045
3051
3046
 -- Alexander Kläser <klaeser@univention.de>  Mon, 31 Oct 2011 23:38:20 +0100
3052
 -- Alexander Kläser <klaeser@univention.de>  Mon, 31 Oct 2011 23:38:20 +0100
3047
3053
 Lines 3087-3099   univention-management-console-frontend (1.0.154-1) unstable; urgency=low Link Here 
3087
3093
3088
univention-management-console-frontend (1.0.153-1) unstable; urgency=low
3094
univention-management-console-frontend (1.0.153-1) unstable; urgency=low
3089
3095
3090
  * MultiObjectSelect: changed order of buttons (Bug #22881) 
3096
  * MultiObjectSelect: changed order of buttons (Bug #22881)
3091
3097
3092
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 23:14:16 +0100
3098
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 23:14:16 +0100
3093
3099
3094
univention-management-console-frontend (1.0.152-1) unstable; urgency=low
3100
univention-management-console-frontend (1.0.152-1) unstable; urgency=low
3095
3101
3096
  * fixed build problems in umc/helps.js (Bug #23656) 
3102
  * fixed build problems in umc/helps.js (Bug #23656)
3097
3103
3098
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 22:53:43 +0100
3104
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 22:53:43 +0100
3099
3105
 Lines 3107-3125   univention-management-console-frontend (1.0.151-1) unstable; urgency=low Link Here 
3107
3113
3108
univention-management-console-frontend (1.0.150-1) unstable; urgency=low
3114
univention-management-console-frontend (1.0.150-1) unstable; urgency=low
3109
3115
3110
  * added icons (Bug #22881) 
3116
  * added icons (Bug #22881)
3111
3117
3112
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 22:11:38 +0100
3118
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 22:11:38 +0100
3113
3119
3114
univention-management-console-frontend (1.0.149-1) unstable; urgency=low
3120
univention-management-console-frontend (1.0.149-1) unstable; urgency=low
3115
3121
3116
  * StandbyMixin: added property to control overlay opacity (Bug #22881)
3122
  * StandbyMixin: added property to control overlay opacity (Bug #22881)
3117
 
3123
3118
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 21:09:48 +0100
3124
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 21:09:48 +0100
3119
3125
3120
univention-management-console-frontend (1.0.148-1) unstable; urgency=low
3126
univention-management-console-frontend (1.0.148-1) unstable; urgency=low
3121
3127
3122
  * MultiObjectSelect: adjusted layout 
3128
  * MultiObjectSelect: adjusted layout
3123
  * MixedInput/umc.render.layout(): fixed sizeClass handling
3129
  * MixedInput/umc.render.layout(): fixed sizeClass handling
3124
  (Bug #22881)
3130
  (Bug #22881)
3125
3131
 Lines 3133-3139   univention-management-console-frontend (1.0.147-1) unstable; urgency=low Link Here 
3133
3139
3134
univention-management-console-frontend (1.0.146-1) unstable; urgency=low
3140
univention-management-console-frontend (1.0.146-1) unstable; urgency=low
3135
3141
3136
  * changed umc.tools.get/setStatus() to status() (Bug #22881) 
3142
  * changed umc.tools.get/setStatus() to status() (Bug #22881)
3137
3143
3138
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 17:12:59 +0100
3144
 -- Alexander Kläser <klaeser@univention.de>  Sun, 30 Oct 2011 17:12:59 +0100
3139
3145
 Lines 3393-3399   univention-management-console-frontend (1.0.109-2) unstable; urgency=low Link Here 
3393
3399
3394
univention-management-console-frontend (1.0.109-1) unstable; urgency=low
3400
univention-management-console-frontend (1.0.109-1) unstable; urgency=low
3395
3401
3396
  * Grid: fixed getAllItems() (Bug #22461) 
3402
  * Grid: fixed getAllItems() (Bug #22461)
3397
3403
3398
 -- Alexander Kläser <klaeser@univention.de>  Thu, 20 Oct 2011 16:53:39 +0200
3404
 -- Alexander Kläser <klaeser@univention.de>  Thu, 20 Oct 2011 16:53:39 +0200
3399
3405
 Lines 3554-3574   univention-management-console-frontend (1.0.89-1) unstable; urgency=low Link Here 
3554
univention-management-console-frontend (1.0.88-1) unstable; urgency=low
3560
univention-management-console-frontend (1.0.88-1) unstable; urgency=low
3555
3561
3556
  * fixed the UmcpModuleStore's onChange event
3562
  * fixed the UmcpModuleStore's onChange event
3557
  * fixed reloading error in Tree 
3563
  * fixed reloading error in Tree
3558
  (Bug #22881)
3564
  (Bug #22881)
3559
3565
3560
 -- Alexander Kläser <klaeser@univention.de>  Mon, 10 Oct 2011 18:39:32 +0200
3566
 -- Alexander Kläser <klaeser@univention.de>  Mon, 10 Oct 2011 18:39:32 +0200
3561
3567
3562
univention-management-console-frontend (1.0.87-1) unstable; urgency=low
3568
univention-management-console-frontend (1.0.87-1) unstable; urgency=low
3563
3569
3564
  * fixed problems with choosing English language in the LoginDialog 
3570
  * fixed problems with choosing English language in the LoginDialog
3565
    (Bug #22881)
3571
    (Bug #22881)
3566
3572
3567
 -- Alexander Kläser <klaeser@univention.de>  Mon, 10 Oct 2011 16:27:18 +0200
3573
 -- Alexander Kläser <klaeser@univention.de>  Mon, 10 Oct 2011 16:27:18 +0200
3568
3574
3569
univention-management-console-frontend (1.0.86-1) unstable; urgency=low
3575
univention-management-console-frontend (1.0.86-1) unstable; urgency=low
3570
3576
3571
  * _SelectMixin: added check to detect duplicates for dynamic values 
3577
  * _SelectMixin: added check to detect duplicates for dynamic values
3572
    (Bug #22881)
3578
    (Bug #22881)
3573
3579
3574
 -- Alexander Kläser <klaeser@univention.de>  Mon, 10 Oct 2011 11:46:17 +0200
3580
 -- Alexander Kläser <klaeser@univention.de>  Mon, 10 Oct 2011 11:46:17 +0200
 Lines 3767-3780   univention-management-console-frontend (1.0.61-1) unstable; urgency=low Link Here 
3767
3773
3768
univention-management-console-frontend (1.0.60-1) unstable; urgency=low
3774
univention-management-console-frontend (1.0.60-1) unstable; urgency=low
3769
3775
3770
  * fixed locale problem (dojo needs 'de-de' and the server 'de_DE') 
3776
  * fixed locale problem (dojo needs 'de-de' and the server 'de_DE')
3771
    (Bug #22881)
3777
    (Bug #22881)
3772
3778
3773
 -- Alexander Kläser <klaeser@univention.de>  Tue, 20 Sep 2011 16:34:32 +0200
3779
 -- Alexander Kläser <klaeser@univention.de>  Tue, 20 Sep 2011 16:34:32 +0200
3774
3780
3775
univention-management-console-frontend (1.0.59-1) unstable; urgency=low
3781
univention-management-console-frontend (1.0.59-1) unstable; urgency=low
3776
3782
3777
  * DateBox: added isValid() function (Bug #23649) 
3783
  * DateBox: added isValid() function (Bug #23649)
3778
3784
3779
 -- Alexander Kläser <klaeser@univention.de>  Tue, 20 Sep 2011 15:16:22 +0200
3785
 -- Alexander Kläser <klaeser@univention.de>  Tue, 20 Sep 2011 15:16:22 +0200
3780
3786
 Lines 4261-4267   univention-management-console-frontend (0.0.98-1) unstable; urgency=low Link Here 
4261
4267
4262
univention-management-console-frontend (0.0.97-1) unstable; urgency=low
4268
univention-management-console-frontend (0.0.97-1) unstable; urgency=low
4263
4269
4264
  * bug fixes related to user preferences (Bug #22461) 
4270
  * bug fixes related to user preferences (Bug #22461)
4265
4271
4266
 -- Alexander Kläser <klaeser@univention.de>  Wed, 03 Aug 2011 12:01:21 +0200
4272
 -- Alexander Kläser <klaeser@univention.de>  Wed, 03 Aug 2011 12:01:21 +0200
4267
4273
 Lines 4374-4380   univention-management-console-frontend (0.0.84-1) unstable; urgency=low Link Here 
4374
4380
4375
univention-management-console-frontend (0.0.83-1) unstable; urgency=low
4381
univention-management-console-frontend (0.0.83-1) unstable; urgency=low
4376
4382
4377
  * fixed URL for icon images in umc.widgets.Grid 
4383
  * fixed URL for icon images in umc.widgets.Grid
4378
  * use TitlePanes to group fields in an form
4384
  * use TitlePanes to group fields in an form
4379
  * changes suggested by jslint
4385
  * changes suggested by jslint
4380
  (Bug #22461)
4386
  (Bug #22461)
 Lines 4438-4444   univention-management-console-frontend (0.0.76-1) unstable; urgency=low Link Here 
4438
4444
4439
univention-management-console-frontend (0.0.75-1) unstable; urgency=low
4445
univention-management-console-frontend (0.0.75-1) unstable; urgency=low
4440
4446
4441
  * mix in all properties specified by the user for the grid column 
4447
  * mix in all properties specified by the user for the grid column
4442
    (Bug #22461)
4448
    (Bug #22461)
4443
4449
4444
 -- Alexander Kläser <klaeser@univention.de>  Thu, 14 Jul 2011 15:50:31 +0200
4450
 -- Alexander Kläser <klaeser@univention.de>  Thu, 14 Jul 2011 15:50:31 +0200
 Lines 4464-4477   univention-management-console-frontend (0.0.73-1) unstable; urgency=low Link Here 
4464
4470
4465
univention-management-console-frontend (0.0.72-1) unstable; urgency=low
4471
univention-management-console-frontend (0.0.72-1) unstable; urgency=low
4466
4472
4467
  * fixed problems with showing/hiding help text in umc.widgets.Page 
4473
  * fixed problems with showing/hiding help text in umc.widgets.Page
4468
    (Bug #22461)
4474
    (Bug #22461)
4469
4475
4470
 -- Alexander Kläser <klaeser@univention.de>  Thu, 07 Jul 2011 15:26:31 +0200
4476
 -- Alexander Kläser <klaeser@univention.de>  Thu, 07 Jul 2011 15:26:31 +0200
4471
4477
4472
univention-management-console-frontend (0.0.71-1) unstable; urgency=low
4478
univention-management-console-frontend (0.0.71-1) unstable; urgency=low
4473
4479
4474
  * added time to automatically show login screen as soon as the session 
4480
  * added time to automatically show login screen as soon as the session
4475
    expires (Bug #22461)
4481
    expires (Bug #22461)
4476
4482
4477
 -- Alexander Kläser <klaeser@univention.de>  Wed, 06 Jul 2011 15:39:07 +0200
4483
 -- Alexander Kläser <klaeser@univention.de>  Wed, 06 Jul 2011 15:39:07 +0200
 Lines 4526-4532   univention-management-console-frontend (0.0.64-1) unstable; urgency=low Link Here 
4526
4532
4527
univention-management-console-frontend (0.0.63-1) unstable; urgency=low
4533
univention-management-console-frontend (0.0.63-1) unstable; urgency=low
4528
4534
4529
  * adaptations for MultiInput 
4535
  * adaptations for MultiInput
4530
  * added CSS tweak for CategoryPane and LabelPane for IE
4536
  * added CSS tweak for CategoryPane and LabelPane for IE
4531
  (Bug #22461)
4537
  (Bug #22461)
4532
4538
 Lines 4724-4730   univention-management-console-frontend (0.0.36-1) unstable; urgency=low Link Here 
4724
4730
4725
univention-management-console-frontend (0.0.35-1) unstable; urgency=low
4731
univention-management-console-frontend (0.0.35-1) unstable; urgency=low
4726
4732
4727
  * API changes for forms, added umc.widgets.SearchForm 
4733
  * API changes for forms, added umc.widgets.SearchForm
4728
  * layout for forms is now optional
4734
  * layout for forms is now optional
4729
  * extended umc.tools.cmpObjects()
4735
  * extended umc.tools.cmpObjects()
4730
  (Bug #22460)
4736
  (Bug #22460)
 Lines 4772-4778   univention-management-console-frontend (0.0.30-1) unstable; urgency=low Link Here 
4772
4778
4773
univention-management-console-frontend (0.0.29-1) unstable; urgency=low
4779
univention-management-console-frontend (0.0.29-1) unstable; urgency=low
4774
4780
4775
  * corrected status error messages, let web server communicate to the 
4781
  * corrected status error messages, let web server communicate to the
4776
    frontend all status numbers (Bug #22460)
4782
    frontend all status numbers (Bug #22460)
4777
4783
4778
 -- Alexander Kläser <klaeser@univention.de>  Thu, 09 Jun 2011 18:12:09 +0200
4784
 -- Alexander Kläser <klaeser@univention.de>  Thu, 09 Jun 2011 18:12:09 +0200
 Lines 4968-4974   univention-management-console-frontend (0.0.7-1) unstable; urgency=low Link Here 
4968
4974
4969
univention-management-console-frontend (0.0.6-1) unstable; urgency=low
4975
univention-management-console-frontend (0.0.6-1) unstable; urgency=low
4970
4976
4971
  * added build-dev target to Makefile for online development, fixed module 
4977
  * added build-dev target to Makefile for online development, fixed module
4972
    loading (Bug #22461)
4978
    loading (Bug #22461)
4973
4979
4974
 -- Alexander Kläser <klaeser@univention.de>  Fri, 27 May 2011 12:14:29 +0200
4980
 -- Alexander Kläser <klaeser@univention.de>  Fri, 27 May 2011 12:14:29 +0200
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/debian/ucslint.overrides (+1 lines)
 Lines 12-14    Link Here 
12
0010-2: tmp/dojox/flash/tests/buildFlashTest.sh
12
0010-2: tmp/dojox/flash/tests/buildFlashTest.sh
13
0009-2: tmp/dojo/tests/io/upload.cgi
13
0009-2: tmp/dojo/tests/io/upload.cgi
14
0010-2: lessc
14
0010-2: lessc
15
0010-2: resources/Makefile
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/00delete.svg (+10 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<rect x="50" y="209" width="412" height="92"
8
		style="fill:#cc0033"
9
		/>
10
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/01edit.svg (+12 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<path d="
8
M298,117L75,341L50,461l122-22l223-223L298,117z
9
M100,366l198-198l12,12L112,378L100,366z M147,413l-12-12l198-198
10
l12,12L147,413z M462,149l-43,43l-97-97l43-43L462,149z
11
"/>
12
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/02add.svg (+12 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<polygon style="fill:#4b713e"
8
		points="
9
462,209 302,209 302,50 209,50 209,209 50,209 50,302
10
209,302 209,462 302,462 302,302 462,302 "
11
/>
12
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/03report.svg (+12 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<path d="
8
M339,370H171v-30h168V370z M339,314h-167v-30h167V314z
9
M339,259h-167v-30h167V259z M297,90v85h85V422H128V90H297 M322,50H88v412h335
10
V150L322,50z"
11
/>
12
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/04up.svg (+10 lines)
Line 0    Link Here 
1
<svg version="1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<path d="
8
M209,210 H95 L256,50 l160,160 h-113 V368 H500 v94 H209 V210 z
9
"/>
10
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/05refresh.svg (+14 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<path transform="matrix(0,1 1,0 0,0)"
8
		style="fill:#4b713e"
9
		d="
10
M189,275h37l-88,88L50,275h37c0,0-0-180,213-193
11
C166,140,189,275,189,275z M211,429c213-12,213-193,213-193H462l-88-88
12
l-88,88h37C322,236,345,371,211,429z
13
"/>
14
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/06play.svg (+11 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<path style="fill:#4b713e"
8
		d="
9
M88,462V50l335,206L88,462z"
10
/>
11
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/07pause.svg (+11 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<path style="fill:#cccc00"
8
		d="
9
M217,462h-120V50h120V462z M414,50h-120v412h120V50z
10
"/>
11
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/08shutdown.svg (+16 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<path style="fill:#cc0033"
8
		d="
9
M291,50h-70v184h70V50z M366,112c22,15,41,36,56,61
10
c34,59,34,132,0,192C388,425,324,462,256,462c-68,0-132-36-166-96
11
c-34-59-34-132,0-192c14-24,33-45,56-61l23,33
12
c-17,12-33,28-44,48c-27,46-27,104,0,151c27,46,76,75,131,75
13
s104-28,131-75c27-46,27-104,0-151c-11-19-26-35-44-48
14
L366,112z
15
"/>
16
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/09view.svg (+11 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<path d="
8
M50,63v318h412V63H50z M419,339H92l-0-234l327-0V339z
9
M314,406l42,42h-201l42-42H314z"
10
/>
11
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/10stop.svg (+14 lines)
Line 0    Link Here 
1
<svg version="1.1"
2
	xmlns="http://www.w3.org/2000/svg"
3
	viewBox="0 0 512 512"
4
	width="16"
5
	height="16"
6
	>
7
	<path style="fill:#cc0033"
8
		d="
9
M324,90l97,97v137l-97,97H187L90,325v-137l97-97H324
10
M341,50H170L50,171V341l120,120h170L462,341V171L341,50L341,50z
11
M321,356l-64-64l-64,64l-34-34l64-64l-64-64l34-34l64,64
12
l64-64l34,34l-64,64l64,64L321,356z
13
"/>
14
</svg>
(-)a/branches/ucs-3.1/ucs-3.1-2/management/univention-management-console-frontend/resources/Makefile (-1 / +21 lines)
Line 0    Link Here 
0
- 
1
#!/usr/bin/make
2
3
SVG := $(sort $(wildcard *.svg))
4
PNG := commonIcons.png commonIconsHover.png
5
6
.PHONY: all
7
all: $(PNG)
8
9
commonIcons.png: $(SVG)
10
	convert -background none -threshold 100% $^ +append $@
11
12
commonIconsHover.png: $(SVG)
13
	convert -background none $^ +append $@
14
15
.PHONY: clean
16
clean::
17
	$(RM) $(PNG)
18
19
.PHONY: install
20
install: $(PNG)
21
	install -m644 -t ../css/images/ $^

Return to bug 31411