Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ e1eb42c2

History | View | Annotate | Download (23.5 kB)

1
Changelog
2
---------
3

    
4
v0.9.13
5
*******
6

    
7
* Restore plankton backends from invalid commit
8

    
9

    
10
v0.9.12
11
*******
12

    
13
* Update copyright notice on ui footer 
14
* Improve readability of vm password in ui 
15
* Fix nonexistent image metadata handling 
16
* Fix multiple connect actions sent to the server (#2358)
17
* Fix history handling (#2299)
18
* Fix python-daemon required version 
19

    
20

    
21
v0.9.11
22
*******
23

    
24
* listservers management command unicode workaround
25

    
26

    
27
v0.9.10
28
*******
29

    
30
* Fallback to displaying the image id if it can not resolve it.
31
* Remove **detect-orphan-{servers,networks}.
32

    
33

    
34
v0.9.9
35
******
36

    
37
* Update footer links
38
* Fix create view default flavor
39
* Updated setup.py required packages versions
40

    
41

    
42
v0.9.8
43
******
44

    
45
* Fix empty user information in feedback mails
46

    
47

    
48
v0.9.7
49
******
50
* Verify VNC server settings in get_console
51
* Management commands additions / improvements / fixes
52
* UI application fixes/improvements
53
* Other minor bugfixes
54

    
55

    
56
v0.9.2
57
******
58
* ui.userdata migration fixes
59
* new synnefo.db migrations (fixes constrain issues)
60

    
61

    
62
v0.9.1
63
******
64
* Bumped version for debian package to upgrade from 0.9.0rc1
65

    
66

    
67
v0.9.0
68
******
69

    
70
* Removed link_static management command from synnefo.ui app
71
* Astakos integration in ui and api
72
* Cloudbar integration in ui
73

    
74

    
75
2011-11-29, v0.7.4
76
******************
77

    
78
FIXES:
79
	OKEANOS_INTRO:
80
		* News section
81

    
82

    
83
2011-10-21, v0.7.3
84
******************
85

    
86
FIXES:
87
	UI:
88
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
89

    
90

    
91
2011-10-19, v0.7.2
92
******************
93

    
94
FIXES:
95
    UI:
96
	    * Fix regressions with flavor sorting and image size checking
97
		  (#1429, #1507)
98

    
99

    
100
2011-10-17, v0.7.1
101
******************
102

    
103
FIXES:
104
    UI:
105
        * Fix Enter/Esc on machine rename not working in the UI (#1501)
106
	    * Fix UI barfs if a VM is based on an Image with state=DELETED (#1494)
107
        * Fix UI user logout action does not work (#1497)
108
    Images:	
109
		* Fix erroneous reference to $(HELPER_DIR) in /etc/default /snf-image (#1498)
110
		* Fix typo in snf-image-helper ChangePassword task (#1500)
111
		* Show timestamps on execution of helper tasks in snf-image helper VM (#1499)
112
    Deployment:
113
		* Improve check for Ganeti master in snf-ganeti-eventd init script (#1323)
114
		* Fix snf-ganeti-eventd init script ignored defaults file (#1505)
115

    
116

    
117
2011-10-13, v0.7
118
****************
119

    
120
NEW FEATURES:
121
    UI:
122
        * From the ground-up rebuilt, refactored MVC-based UI (#1443)
123
        * Document all settings introduced due to UI refactoring (#1447)
124
        * UI asset files versioning (#1460)
125
        * Improve feedback on completed steps during machine creation (#1461)
126
    Images:
127
        * Completely re-engineered image deployment mechanism based on
128
          snf-image Ganeti OS provider, in isolated helper VM
129
        * Support public and private images (#555)
130
        * Support handling of VM filesystem, injection of arbitrary files
131
          on VM creation (#491)
132
        * Implement file injection as a task in snf-image (#1095)
133
        * Remove all-host based processing of (potentially user-provided)
134
          Images (#969)
135
    API:
136
        * Implement <personality> tag in OpenStack Compute API
137
          for file injection (#985, #1093)
138
        * Update API implementation for server/image metadata based on latest
139
          draft version of spec (#1403)
140
        * Support deletion of Flavors, support servers referring to
141
          inexistent (deleted) Flavors (#1157)
142
    Admin:
143
        * Addition of **meta option to snf-admin image for easy setting
144
          of image metadata values on image creation (#1107)
145
    Deployment:
146
        * Initial iteration of a system test suite, snf-burnin,
147
          for end-to-end testing of Synnefo deployments (#1155)
148
        * Re-engineered logging mechanism, for finer-grained control (#1033)
149
        * Add init script for snf-ganeti-eventd, fix Debian packaging (#1323)
150
        * Document removal of Flavors from circulation (#1472)
151
        * Add generic service unavailable template (#1359)
152

    
153

    
154
FIXES:
155
    UI:
156
        * Fix problems when reusing the Create machine wizard with IE8 (#997)
157
        * Fix problematic update of the networks tab and minor fixes (#861)
158
        * Fix "Connecting" and "progress" gif in networks tab (#863)
159
        * Fix inconsistencies on machine transitions between views (#917)
160
        * Fix IE rendering mode (#975)
161
        * Fix UI machine/network creation overlays style clutter (#979)
162
        * Have UI should reset action confirmations after state change (#981)
163
        * UI barfs due to exception on "New Machine" wizard (#1473)
164
        * UI throws exception on single-server view (#1483)
165
    API:
166
        * Fix incomplete constraints in ImageMetadata Model (#1255)
167
    Deployment:
168
        * Split initial_data.json to work around South "feature" (#1263)
169
        * Fix missing snf-ganeti-instance-image package dependency (#1319)
170
    Kamaki:
171
        * The kamaki client lib uses the root logger (#1337)
172
        * The kamaki client lib fails to set server metadata (#1399)
173
    Invitations:
174
        * FIx bug causing HTTP 500 error on /invitations/login (#1407)
175
        * Fix sort order of flavors, sort by actual characteristicts (#1429)
176
        * Fix display of error modal boxes, do notrefresh or display another
177
          error (#1433)
178
        * Fix positioning of machines in "Destroying" (#1437)
179
        * Fix Metadata button shown as clickable while it's not (#1441)
180
    Images:
181
        * Missing dependency on 'qemu-img' in snf-image-helper (#1484)
182
    Logic:
183
        * Fix messages left in the queue due to unknown Ganeti opcodes (#1492)
184

    
185

    
186
2011-09-15, v0.6.2
187
******************
188

    
189
FIXES:
190
    UI:
191
        * Fix handling of Images in state=DELETED,
192
          allow sorting and categorization of Images in the UI (#823)
193
        * Fix the "Create New wizard" does not honor selection of
194
          "small/medium/large" images (#1129)
195
    Admin:
196
        * Fix the admin interface throws exception on the
197
          Invitations tab (1105)
198
    API:
199
        * Make API responses uncacheable (#1091)
200
    Logic:
201
        * Fix The dispatcher leaving messages unprocessed for
202
          unknown Ganeti opcodes(#1111)
203

    
204
NEW FEATURES:
205
    Admin:
206
        * Support filtering based on state, support image registration
207
          with mandatory type argument, make all deletion operations
208
          set state to DELETED (#849)
209
    API:
210
        * Allow marking flavors as removed, honor deleted flag (#1055)
211

    
212

    
213
2011-09-13, v0.6.1
214
******************
215

    
216
FIXES:
217
    UI:
218
        * Make all AJAX requests to the API uncache-able
219

    
220

    
221
2011-09-12, v0.6
222
****************
223

    
224
NEW FEATURES:
225
    Admin:
226
        * Initial version of new Web-based admininstration panel, allows
227
          management of Synnefo entities directly on the DB (#849)
228
        * Allow setting https apiurl and token in cloud tool (#853)
229
    Deployment:
230
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
231
    UI:
232
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
233
        * Support setting of small, medium large flavors in UI (#815)
234
        * Have the UI filter flavors, depending on image size (#817)
235
        * Better, error-specific handling of error codes in UI (#971)
236
        * Implement retrieval of authentication token from the UI (#977)
237
        * Re-worked invitation UI is more vocal on errors, supports pagination
238
          (#1039)
239
        * Support a list of UI-specific metadata keys to be copied from Image
240
          to newly-created Server (#847)
241
    Images:
242
        * Support dd-based deployment of Windows and Linux images, using only
243
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
244

    
245
FIXES:
246
    UI:
247
        * Fix Opera failing with "too old changes-since value" when idle (#521)
248
        * Fix UI problems with Firefox 3.5.x (#781)
249
        * Fix server statistics not refreshing properly in the UI (#881)
250
        * Machine rename icon not visible on IE (#909)
251
        * Fix list view fail not updating machine state properly (#915)
252
        * Fix colors in "Error" state (#953)
253
        * Fix the confirmation bar disappearing at times (#955)
254
        * Hide all actions when in state "Destroying..." (#957)
255
        * Disable connect action when machine has no ip set (#983)
256
        * Update image details on last vm creation step overlay on IE (#1011)
257
        * Fix list view displays UI error when servers are updated on IE
258
          (#1013)
259
        * Make "Add invitation", remove invitation button appear clickable
260
          (#1019)
261
    Logic:
262
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
263

    
264

    
265
2011-08-29, v0.5.5
266
******************
267

    
268
FIXES:
269
    Logic:
270
        * Bugfixes, reconnect to AMQP properly when connection drops,
271
          added more DEBUG- and INFO-level logging messages.
272

    
273

    
274
2011-07-27, v0.5.4
275
******************
276

    
277
FIXES:
278
    UI:
279
        * Numerous bugfixes, most in response to user feedback from
280
          the Alpha deployment
281
        * #813 (Minor UI issues), #857 (long machine names),
282
          #865 (problem when user has zero invitations),
283
          #873 (generic 404 template), #895 (default username in RDP file),
284
          #897 (show spinner for the public network), 899 (allow Connect
285
          from the network UI), #901 (cannot select password for copying
286
          with Chrome), #893 (firewall profile selection behaves as a single
287
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
288
          #905 (Javascript throws exception when left idle), #907 (similar
289
          issue with #907), #913 (list view alert message)
290
    Images:
291
        * ntfsclone does not use all of the available space on the target (#879)
292
    Deployment:
293
        * Move fix_amqp_settings to queue system init code (#809)
294
    Admin:
295
        * snf-admin user invite is not non-ascii friendly (#943)
296
        * snf-user should show email addresses, even without any arguments (#871)
297

    
298
FEATURES:
299
    UI:
300
        * Show completion percentage when a machine is being built (#887)
301
    API:
302
        * Report percentage completion for machines in BUILD (#891)
303
    Images:
304
        * The image deployment layer should report completion to the API layer
305
          (#889)
306
    Deployment:
307
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
308
        * Split Synnefo Ganeti tools to separate project under snf-cyclades-gtools/
309
        * Import code for building Debian packages, refactor repository (#691)
310

    
311

    
312
2011-07-19, v0.5.3.1
313
********************
314

    
315
FIXES:
316
    API:
317
        * Fix bug with firewall code using inexistent, removed setting
318
    GUI:
319
        * Fix bug with invitations UI (#859)
320
        * Fix bug with feedback form submission raising HTTP 500
321
    Deployment:
322
        * Fix bug with error reporting by the invitations app
323

    
324

    
325
2011-07-19, v0.5.3
326
******************
327

    
328
FIXES:
329
    GUI:
330
        * Add separate LOGOUT_URL setting
331
          fixes bug with URL in invitations mail
332
    Deployment:
333
        * Recode invitations email in UTF-8
334
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
335
          for all emails
336

    
337

    
338
2011-07-18, v0.5.2
339
******************
340

    
341
FIXES:
342
    GUI:
343
        * Improve IPv6 support in UI (#839, #841)
344
        * Improve Connect messages, propose username (#801)
345
        * Add "tag"/"value" headers in Modify tags popup (#845)
346
    API:
347
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
348
    Admin tool:
349
        * Support creation and modification of users, flavors, images (#827)
350
        * Support sending invitations from the command line
351

    
352

    
353
2011-07-14, v0.5.1
354
******************
355

    
356
FIXES:
357
    GUI:
358
        * non-standard dpi settings (#343)
359
        * many minor bugs (#717)
360
        * remove "Login again" button from Java VNC viewer (#731)
361
        * Fix no firewall settings shown for newly built machines (#753)
362
        * Fix handling of transitional "Destroying" state (#771)
363
        * Use well-formed, client- and server-specific messages
364
          for the Connect operation (#801)
365
        * Fix misaligned action labels in IE (#821)
366
          generic cross-browser compatibility fixes (#341)
367
    Logic:
368
        * fix dispatcher flushing AMQP queues (#719)
369
        * Support asynchronous VM deletion (#721)
370
        * Add backend prefix to all AMQP queues (#723)
371
        * Document workarounds for dispatcher daemonization problems
372
          when logging to stdout (#779)
373
    Images:
374
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
375
    API:
376
        * Have API use the flavor-defined disk sizes (#759)
377
        * Make backend disk templates (plain, drbd) configurable (#77&)
378
        * Work around Ganeti bug with getting VNC console info (#783)
379
        * Set serial_console=False explicitly on Ganeti backend (#785)
380
        * Allow exception info to propagate when VNC console allocation fails
381
          (#789)
382
        * Handle deletion of machines in ERROR when no Ganeti instance exists
383
          (#799)
384
    Backend:
385
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
386
          to use for firewall profiles (#789)
387

    
388
NEW FEATURES
389
    GUI:
390
        * Add themed form for invitations, integrate with UI (#439)
391
        * Add themed feedback form, integrate with API error window
392
          (~okeanos #7)
393
    Admin tool:
394
        * Add initial version of snf-admin tool for user, VM and image
395
          management (#727)
396

    
397

    
398
2011-07-01, v0.5
399
****************
400

    
401
NEW FEATURES
402
    GUI:
403
        * Overhauled icon and single-server view, updated color set
404
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
405
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
406
        * Added buttons for modifier keys, custom theming to Java VNC client
407
          (#545)
408
        * Support single-click RDP-based connection to Windows VMs (#673)
409
        * Allow setting network firewall profiles on public interfaces (#661)
410
    Images:
411
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
412
          (#493, #509)
413
        * Complete support for Windows machines (create, customize, boot)
414
          (#495)
415
    Logic:
416
        * Support centralized logging, logging.conf-based setup (#547)
417
    AAI:
418
        * Allow per-user setting of number of outgoing invitations (#439, #705)
419
        * Support "switch-user"-type functionality for helpdesk users (#665)
420
        * Support user logout in the UI, delete relevant tokens (#663)
421
    API:
422
        * Supports retrieval of statistics (#527)
423
        * Support maximum number of VMs per user (quota) (#703)
424
        * Extend API to support distinct firewall profiles, update backend (#659)
425
    Deployment:
426
        * BSD 2-clause Licensing (#581)
427
        * Initial translation of UI to Greek (#689)
428
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
429
          Synnefo dependency remains, already patched by ops, to be committed
430
        * Split settings.py to distinct files under settings.d/ (#693)
431
        * Use the Django email framework (#697)
432
        * Implemented statistics-gathering mechanism at the backend (#527)
433

    
434
FIXES:
435
    GUI:
436
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
437
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
438
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
439
          #657, #681, #687, #699, #701, #707, #709)
440
        * Better cross-browser compatibility (#341)
441
        * Should work with relative URLs (#421)
442
    Images:
443
        * Set hostname in Linux VMs appropriately (#603)
444
    Logic:
445
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
446
          (#615)
447
    Deployment:
448
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
449

    
450

    
451
2011-06-06, v0.4
452
****************
453

    
454
NEW FEATURES:
455
    GUI:
456
        * Support displaying info on and handling of public and private networks,
457
          with differential updates (#407, #469)
458
        * Support create new private network (#541), add machine to
459
          private network (#543)
460
        * Design and implement a completely revamped blue and orange
461
          color theme (#529, #531)
462
        * Implement improved add/edit metadata dialog with suggested values for
463
          keys (#535, #537)
464
        * Implement list of suggested keys in add server metadata dialog (#537)
465
        * Add full-screen Console window, themed as the rest of the UI (#497)
466
        * Implement single-machine view in the UI (#573)
467
        * Add user notification (spinner) on button clicks performing
468
          API actions (#471)
469
        * Full IE support, differential updates (#461)
470
    AAI:
471
        * Each token has its own expiration date, fix expiration of
472
          development test token (#483)
473
        * Support adding new users to the DB by invitation (#439)
474
    API:
475
        * Extend networks API, support differential updates for private nets (#569)
476
        * Support XML replies for the /networks API namespace (#553)
477
        * Implement mechanism for reconciliation of DB state with Ganeti backend
478
          state in case of AMQP failure (#505)
479
        * Support Ganeti link pooling for management of private networks (#513)
480
        * Support reception and processing of NIC configuration notifications
481
          from Ganeti over AMQP (#513)
482
    IMAGES:
483
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
484
        * Support selection and handling of OS images for VM customization (#489)
485
        * Support random selection and enforcement of root password on Linux VMs (#485)
486
    GANETI BACKEND:
487
        * Design and implement mechanism for handling network connection requests,
488
          based on link ids of virtual NICs (#411)
489
        * Support handling of public and private networks,
490
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
491

    
492
FIXES:
493
    GUI:
494
        * Remove extraneous GET /server/id/meta requests (#463)
495
        * Fix location of the "Create New" wizard in IE (#467)
496
        * Make numerous hardcoded strings translatable (#473)
497
        * Fix alignment of step names in "Create New" wizard (#475)
498
        * Fix OS icons not appearing in Opera (#477)
499
        * Fix correspondence of OS icons to icon URIs (#481)
500
        * Fix console action inoperable in list view (#497)
501
        * Fix HTTP errors from backend not reported correctly (#523)
502
        * Fix handling of API "UKNNOWN" status for servers (#571)
503
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
504
        * Various minor UI glitches (#583, #585, #591)
505
    API:
506
        * Fix entering Greek characters in fields failed (was due to
507
          problem with db creation parameters in MySQL) (#499)
508
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
509
          server metadata modified (#525)
510
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
511
        * Remove private network connections when a server is deleted (#579)
512

    
513

    
514
KNOWN DEFECTS:
515

    
516
    GUI:
517
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
518
        * UI breaks if "Create New" called twice in quick succession (#609)
519
        * Esc/Enter keys do not work in edit metadata window (#605)
520
        * No spinner icon on outstanding requests for updates to private networks (#607)
521
        * Error window overflows in case of longer-than-usual traceback in
522
          "Details" field (#611)
523
        * Single-server view does not update properly (#613)
524
    IMAGES:
525
        * Image deployment mechanism does not set Linux hostname properly (#603)
526
    GANETI BACKEND:
527
        * No IPv6 reported from the Synnefo Ganeti hook to the API
528
          (backend, API and UI can all handle IPv6 though) (#615)
529
        * All VMs currently allocated to the first Ganeti node, since no
530
          allocator has been installed in the development Ganeti yet (#617)
531
    Deployment:
532
        * No rigorous testing of data migration, migrations in real-world
533
          conditions will probably fail (#503)
534

    
535

    
536
2011-05-10, v0.3
537
****************
538

    
539
FIXES/NEW FEATURES:
540

    
541
    GUI:
542
        * Report connection failures correctly, instead of a bogus 503 error (#427)
543
        * Support rename Virtual Machines using a nifty pencil icon (#429)
544
        * Fix complete failure of site with IE (starts, has known defects) (#431)
545
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
546
        * Support providing X-Auth-Token headers for authentication (#455)
547
        * Support Java applet-based popup for VNC console access (#391)
548
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
549
    AAI:
550
        * End-to-end Shibboleth support (#345)
551
    API:
552
        * Support creation, management and removal of private L2 networks (#409, #457)
553
        * Fix API implementation does not return unAuthorized cloud faults (#459)
554
        * Merge support for X-Auth-Token based authentication (#423)
555
    Logic:
556
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
557
        * Extended dispatcher, provides the context for executing business layer functions (#393)
558
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
559
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
560
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
561
    Deployment:
562
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
563

    
564
KNOWN DEFECTS:
565

    
566
    GUI:
567
        * Inoperative console action in list view (#497)
568
        * Various UI glitches under Chrome/Safari (wizard)
569
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
570
        * Serious UI glitches with non-standard dpi settings (#343)
571
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
572
    API:
573
        * No Greek characters allowed in server names with the MySQL backend (#499)
574
    Deployment:
575
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
576

    
577

    
578
2011-04-19, v0.2.2
579
******************
580

    
581
Bug fix release:
582
    GUI:
583
        * Fix start operation breakage due to extra argument in API call (#433)
584

    
585

    
586
2011-04-19, v0.2.1
587
******************
588

    
589
Bug fix release:
590
    GUI:
591
        * Fix shutdown operation breakage due to extra argument in API call (#433)
592

    
593

    
594
2011-04-19, v0.2
595
****************
596

    
597
FIXES/NEW FEATURES:
598

    
599
    GUI:
600
        * Show transitional state when command is in progress ("Starting", etc) (#401)
601
        * Allow only "destroy" for machines being built (#399)
602
        * Show nice icons for the icon, list and single view (#389)
603
        * Show the VM configuration (flavor) in list view (#387)
604
        * Add Destroy action in icon view (#381)
605
        * Show spinner when action is in progress (#379)
606
        * Handle OS icons properly for Images and machines, user-controlled (#257)
607
        * Support modification of VM metadata (currently: only addition, removal) (#375)
608
        * Support machine rename (#307)
609
        * Show welcome screen when no VMs defined (#279)
610
        * Revamped "Create New" wizard (#83)
611
    API:
612
        * Return buildInProgress properly (#351)
613
        * Loads of new unit tests (#417)
614
        * Support OOB console access over VNC using vncauthproxy
615
            - Run as daemon, support automatic port selection (#419)
616
        * Refactor ganeti-0mqd
617
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
618
    Deployment:
619
        * Add initial version of README.deploy, detailing service dependencies
620
        * Add support for database migrations, using Django South (#371)
621
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
622

    
623
KNOWN DEFECTS:
624

    
625
    GUI:
626
        * Minor visual problems with Firefox 3.5 (#403)
627
        * Major cross-browser compatibility problems (no IE support) (#431, #341)
628
        * Requires installation under /, does not work with relative URLs (#421)
629
        * Incorrect 503 return code when server is unreachable (#427)