Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-routing-foss4g/web/ext/release-notes.html @ 76

Revision 76, 2.8 KB checked in by djay, 12 years ago (diff)

Ajout du répertoire web

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2<html>
3    <head>
4        <meta charset="UTF-8">
5        <title>
6            Release Notes for Ext JS 3.4.0
7        </title>
8        <style type="text/css">
9
10        * { margin: 0; padding: 0; }
11        body { 
12        color: #333; 
13        font-family: Helvetica, Arial, sans-serif; 
14        font-size: 12px;
15        padding: 0 40px 40px; 
16        width: 800px;
17        margin: 0 auto;
18        }
19        h1, h2, h3 { 
20        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
21        font-weight: 600; 
22        margin: 1em 0;
23        }
24        h1 { font-size: 23px; }
25        h2 { font-size: 16px; margin-top: 1em; }
26        h3 { font-size: 14px; }
27        ul li { padding: 2px 0; font-size: 13px; }
28        ul ul li { font-size: 12px; font-weight: normal; }
29        .doc { color: blue; }
30        .change { color: #196cb4; }
31        .new { color: #6e7a32; }
32        ul { padding: .1em 1.5em; }
33        .notes { color: #777; }
34        a { color: rgb(4, 100, 187); }
35        a:hover { color: rgb(28, 65, 124); }
36        </style>
37    </head>
38    <body>
39        <p>
40            <a href="http://www.sencha.com/" id="logo" name="logo"><img src="http://www.sencha.com/assets/images/logo-sencha-sm.png" alt=""></a>
41        </p>
42        <h1>
43            Release Notes for <a href="http://www.sencha.com/products/js/">Ext JS</a> 3.4.0
44        </h1>
45        <p class="notes">
46            Release Date: June 9, 2011<br>
47            Current Version: 3.4.0 (rev 7395/288)<br>
48            Previous Version: 3.3.3 (rev 7389/286)
49        </p>
50        <h2 class="new">
51            Changes
52        </h2>
53        <h3>
54            Menu
55        </h3>
56        <ul>
57            <li>Incorrect menu width on IE9
58            </li>
59            <li>Fix Reorderable example
60            </li>
61        </ul>
62        <h3>
63            Form/Field
64        </h3>
65        <ul>
66            <li>Fix an issue with composite fields being marked incorrectly
67            </li>
68            <li>Trigger fields are now flushed with fields on IE9
69            </li>
70            <li>Fix field width in IE9
71            </li>
72            <li>Fix fieldset header checkboxes in IE9 quirks
73            </li>
74        </ul>
75        <h3>
76            Misc
77        </h3>
78        <ul>
79            <li>Allow altText to be specified on a per item basis for grid columns
80            </li>
81            <li>Ensure there's no bottom margin on the multi-select
82            </li>
83            <li>Apply additional css classes for IE9 (ext-ie9 and x-quirks)
84            </li>
85            <li>Apply additional boolean flags for IE9 (Ext.isIE9 and Ext.isIEQuirks)
86            </li>
87            <li>Add support to insertHTML method to prevent createContextualFragment errors with IE9
88            </li>
89        </ul>
90    </body>
91</html>
Note: See TracBrowser for help on using the repository browser.