This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
release.notes
251 lines (182 loc) · 8.53 KB
/
release.notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
[v1r3p1]
FIX: FileCatalog page takes properly the user credentials into account
FIX: FileCatalog page - bug fixed in getting compatible metadata
FIX: FileCatalog page - proper pagination of selected files
[v1r3]
NEW: enabled use of JobPolicy in the JobMonitor
[v1r2p1]
FIX: Add missing tarball with html templates using for registration page
[v1r2p0]
NEW: MetadataCatalog support for filter reset on selection field destroy. Current path is taking in account while looking for compatible metadata. Meta tags are sorted ASC
FIX: Remove hardcoded value from user registration procedure
FIX: In production monitor EventsPerJob is replaced by EventsPerTask
FIX: Calculate root path independently of PYTHONPATH in web post install script
NEW: Add colors to the web log file
[v1r1p0]
NEW: Support for paggination in MetaData catalog page
[v1r0p4]
FIX: Icon path should be a string
FIX: Add missing import and rename UP used to store registration requests
[v1r0p3]
FIX: Check if templates are exists
[v1r0p2]
FIX: Better check for presence of an element in a list
[v1r0p1]
FIX: Change import in accounting plot acontroller
[v1r0p0]
NEW: Switch to DIRAC standard version notation
NEW: web.cfg is taken from <DIRACROOT>/etc/web.cfg
NEW: Favicon taken from CS option
NEW: Add about menu entry
NEW: Portal version is displayed at startup
[web2013022201]
NEW: Selectors shows compatible metadata in DFC page
NEW: SystemAdministration page has a refresh button on component logs
FIX: Order in context menu of SystemAdministration page
[web2013020801]
NEW: Add show component log and show host errors to SystemAdministration page
CHANGE: Add new function to SystemAdministrator handler
FIX: Minor fixes in log and external links
[web2013012501]
FIX: Authentication has been fixed in accounting controller
CHANGE: Add button "Export as" space|comma|semicolone list of files to MetadataFC interface
[web2013012401]
CHANGE: SiteSummary page has stardard configuration of buttons and provide the allow/ban a site or multiple sites functionallity
FIX: Quick fixes in MetadataCatalog interface. Any data are allowed to type-in in metadata selectors comboboxes making possible selections by metadata on file level
[web2013012101]
NEW: Initial release of SystemAdministration web page. To get it working, uncomment the line 138 in web.cfg file
FIX: Fixing typo in ProductionMonitor.py
CHANGE: Version of software displays in bottom left corner
[web2012112601]
FIX: Minor fixes in Presenter
FIX: Rename MetaCatalogue to MetaCatalog.py
FIX: Add __init__.py in controllers/data
CHANGE: Both protocols http and https could be used as url for logo
CHANGE: Registration function is re-written in modular way
CHANGE: Hide non generic options in JobMonitor like ShowRequest or Stager Report. Can be switched on in CS
[web2012092101]
FIX: ProxyUpload from main page is fixed
FIX: Fix convert function in Presenter.py
FIX: Use generic method for ProductionMonitor
FIX: Several fixes in Presenter.js
CHANGE: Add parseFormParams method in accountingPlots
CHANGE: Removed registration form from portal frame
[web2012091201]
CHANGE: New Presenter page. Introduce improved Save/Load mechanism
[web2012082901]
CHANGE: Platforms are taken automatically from CS. Change in menu data structure taken from CS and used in launchpad
[web2012082301]
CHANGE: Remove LHCb specific features as RunID and RunStatus
[web2012072701]
NEW: Interface to DIRAC FileCatalog. Use it on your own risk
[web2012061901]
FIX: All parameters in an url from web.cfg are taken in account
[web2012061801]
FIX: Check for exit status in Subprocess call
[web2012061701]
FIX: Typo in Lib.js file preventing of a responsew window to be open after AJAX call
[web2012061201]
FIX: Pem is random generated, PEM password field is removed from password upload form
[web2012061102]
FIX: URL fix in diracPage.js file
FIX: showJob() redirects to JobMonitor page if not already there
[web2012061101]
NEW: Proxy generation and upload out of p12 file
[web2012053101]
FIX: User registration form should be able to send email in behalf of webportal
[web2012052201]
FIX: Fixing order and placement of some elements under System menu
[web2012041801]
NEW: First prototype of metadata catalog
[web2012041601]
NEW: New icon for status "Bad"
[web2012041001]
NEW: Following feature request https://github.com/DIRACGrid/DIRACWeb/issues/71 the column "RunNumber" is introduced
[web2012040201]
FIX: Using the functions of new UP client insted of old UP client's functions
[web2012032301]
FIX: Typo in error message could rise an exception
[web2012032101]
FIX: Do not use toSource in the accounting plots by default
[web2012022801]
CHANGE: Last update is set to be working on per table basis
[web2012022701]
CHANGE: SiteGateway uses the new RSS client. 3 additional tabs are introduced to reflect info about different kinds of SE types.
[web2012020202]
FIX: split function is not used anymore
[web2012020201]
FIX: Check for not existance of a menu object
[web2012011801]
FIX: Fix of month error
FIX: Add scrollbars to activities monitoring page
[web2011121301]
FIX: Display for http requests the standard 'certificate login' message instead of registration form
[web2011121201]
NEW: Add registration form to all the pages for users with certificates but not in DIRAC
[web2011120701]
CHANGE: Add dynamic groupping(available only for UserName and UserDN) after global select for ProxyManagement page
CHANGE: Simplification of overcomplicated function which returns color codes of proxy timelife
FIX: Proper parsing of the global sort parameter
FIX: Type in SiteGateway.py and in corresponding JS file
[web2011120102]
CHANGE: Introducing reset button for date/time widget https://github.com/DIRACGrid/DIRACWeb/issues/3
CHANGE: Proper path to Presenter controller in web.cfg
[web2011120101]
CHANGE: Refresh time should be displayed by default - https://github.com/DIRACGrid/DIRACWeb/issues/31
FIX: Bugfix in SiteGateway - https://github.com/DIRACGrid/DIRACWeb/issues/42
CHANGE: Add timestamp value to submit call
CHANGE: Add default values to getValue call
[web2011112801]
FIX: Replace the hardcoded separator by one taken from CS with some fallback value
[web2011112201]
FIX: Fix of https://github.com/DIRACGrid/DIRACWeb/issues/32
CHANGE: Add support for visualseparator for lovCombo item
[web2011111801]
CHANGE: New column RescheduleCounter has been introduced
[web2011110801]
CHANGE: Add "All" item in users' list for proxy management page
FIX: Fix bug with console unknown object
CHANGE: Remove refresh button from selection pane in error console
[web2011101991]
CHANGE: ProxyManagement can select by username and usergroup
[web2011101701]
FIX: JobLaunchpad check for extra parameters on creation time
FIX: Remove extra checks for parametric jobs in JobMonitoring controller
[web2011101401]
FIX: Strip whitespaces in a list of values recieved for Launchpad
[web2011093001]
NEW: Correct RunStatuses for the context menu in transformation monitoring page are taken from CS
[web2011092801]
CHANGE: getHours -> getUTCHours fix of last hour update bug
[web2011092601]
CHANGE: Add RunStatus report for DataReprocessing
[web2011092101]
NEW: JobType selector for JobMonitoring page
[web2011091901]
NEW: JobLaunchpad AddParameter menu can be described in the CS and the list type of selector is introduced
CHANGE: lovCombo is supporting new option visualseparator used to separate values onRender
[web2011070501]
CHANGE: In __getProxyStatus() function, proxy lifetime is taken from CS if not provided
[web2011070101]
CHANGE: PilotMonitor's jump() function has been rewritten to follow the same style as ProductionMonitor. Thank you, Stephane for pointing this out
[web2011062301]
*CHANGE: Update Ext4 to 4.0.2a
CHANGE: Add new type DataReprocessing to be available in RunStatus context menu
[web2011060902]
CHANGE: More rational menu schema for web portal
BUGFIX: extractall is only available for newer python versions
[web2011060901]
CHANGE: Rewritten security model for JobMonitor based on user properties
CHANGE: Previous version of Presenter page as new is not ready yet
BUGFIX: Show tool button in top menu only for jobmonitor and disable it from anonymous
[web2011060101]
BUGFIX: Conflicts in .gitignore
BUGFIX: When it's a 404 code give the page a proper title
CHANGE: By default set the home page as diracgrid.org
BUGFIX: http://savannah.cern.ch/bugs/?82807
[web2011052001]
BUGFIX: https://github.com/DIRACGrid/DIRACWeb/issues/5
CHANGE: Action related controls are available only for the users with ProductionManagement property
* Move Presenter to Web Core from LHCbWebDIRAC
* Created a base page to use ExyJS 4
CHANGE: voIcon and voURL can be defined via the CS