~ubuntu-branches/ubuntu/raring/maas/raring-updates

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/releasenotes/HISTORY.cssgrids.md

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-07-03 17:42:37 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120703174237-p8l0keuuznfg721k
Tags: 0.1+bzr709+dfsg-0ubuntu1
* New Upstream release
* debian/control:
  - Depends on python-celery, python-tempita, libjs-yui3-{full,min},
    libjs-raphael
* debian/maas.install:
  - Install apiclient, celeryconfig.py, maas-import-pxe-files, preseeds_v2.
  - Update to install various files from chroot, rather tha manually copy
    them from the source.
* debian/maas.links: symlink celeryconfig.py
* debian/maas.maas-celery.upstart: Add job.
* debian/rules:
  - Install celery upstart job.
  - Do not install jslibs as packages are now used.
  - Drop copying of maas_local_settings_sample.py as source now ships
    a maas_local_settings.py
* debian/patches:
  - 04-maas-http-fix.patch: Drop. Merged upstream.
  - 01-fix-database-settings.patch: Refreshed.
  - 99_enums_js.patch: Added until creation of enum.js / build process
    is fixed.
* debian/maas.postinst: Update bzr version to correctly handle upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CSS Grids Change History
2
 
========================
3
 
 
4
 
3.4.1
5
 
-----
6
 
 
7
 
  * No change.
8
 
 
9
 
 
10
 
3.4.0
11
 
-----
12
 
 
13
 
  * No change.
14
 
 
15
 
  
16
 
3.3.0
17
 
-----
18
 
 
19
 
  * No change.
20
 
 
21
 
 
22
 
3.2.0
23
 
-----
24
 
 
25
 
  * [!] The pre-3.2.0 CSS Grids Utility has been deprecated, and its
26
 
    module has been renamed to `cssgrids-deprecated`. It will be removed
27
 
    completely in a future release.
28
 
 
29
 
  * Initial release of the new CSS Grids Utility.
30
 
 
31
 
 
32
 
3.1.1
33
 
-----
34
 
 
35
 
  * No change.
36
 
 
37
 
 
38
 
3.1.0
39
 
-----
40
 
 
41
 
  * No change.
42
 
 
43
 
 
44
 
3.0.0
45
 
-----
46
 
 
47
 
  * Initial release.
48
 
 
49
 
**** version 3.0.0 ***  
50
 
  * deprecated for YUI 3
51
 
  
52
 
**** version 3.0.0 beta 1 ***   
53
 
  * deprecated for YUI 3
54
 
  
55
 
**** version 3.0.0 PR2 ***
56
 
 
57
 
    * Added self-clearing for templates (e.g. div.yui-t1) for 
58
 
      cases when they are not within #bd. Per ticket 2201115
59
 
    * Corrected ordering issue for "gb" per internal ticket 
60
 
      2251219 and Sourceforge ticket 2131681
61
 
    * Enabled nesting of gf within gc per internal ticket 
62
 
      1458071 and Sourceforget ticket 1786723
63
 
 
64
 
3.0.0PR1 - Initial release
65
 
 
66
 
Module Name: "cssgrids"
67
 
Documentation: http://developer.yahoo.com/yui/3/cssgrids
68
 
 
69
 
The foundational CSS Grids offers four preset page widths, 
70
 
six preset two-column source-order-independent content 
71
 
templates, and the ability to stack and nest subdivided 
72
 
regions of two, three, or four columns. The file provides 
73
 
over 1000 page layout combinations. Other features include:
74
 
 
75
 
    * Supports fluid 100-percent layouts, fluid- and 
76
 
      fixed-width layouts at 750px, 950px, and 974px 
77
 
      centered, and the ability to easily customize the 
78
 
      width.
79
 
    * Flexible in response to user initiated font-size 
80
 
      adjustments.
81
 
    * Template columns are source-order independent; put
82
 
      your most important content earlier in your markup
83
 
      for improved accessibility and SEO.
84
 
    * Self-clearing footer. No matter which column is
85
 
      longer, the footer stays below the longest.
86
 
    * Accommodates IAB's Ad Unit Guidelines for common 
87
 
      ad dimensions.
88
 
 
89
 
*** NOTE: This module is deprecated. This functionality will be provided in a future release. 
90