| 1 |
CHANGELOG
|
| 2 |
=========
|
| 3 |
0.8_delta
|
| 4 |
* drupal.css bugs
|
| 5 |
** removed clear:both on #aggregator .news-item
|
| 6 |
|
| 7 |
0.8_echo
|
| 8 |
* removed 7px padding-right on #sidebar-left to account for column-drop
|
| 9 |
* added error, status and help icons and improved colors
|
| 10 |
* removed error background image from input.error
|
| 11 |
* added .watchdog .active styles
|
| 12 |
* added nifty image alt text print style
|
| 13 |
* got rid of link on previews
|
| 14 |
* fixed missing calendar backgound images
|
| 15 |
* the calendars WILL NOT WORK IN THE LEFT SIDEBAR. Sorry, but the're
|
| 16 |
just not enough space.
|
| 17 |
|
| 18 |
0.8_foxtrot
|
| 19 |
* fixed invalid duplicate of site_name id
|
| 20 |
* fixed invalid "skip to content" link attributes output by l()
|
| 21 |
* tidied up label:hovers with outline and background instead of
|
| 22 |
underline in main content; also middle aligned label::inputs
|
| 23 |
* removed johnkerry.com h2 lowercase style
|
| 24 |
* unbolded breadcrumbs and added hover underline
|
| 25 |
* fixed width of user login inputs; no one told me that #name
|
| 26 |
and #pass had been renamed to #edit-name and #edit-pass!
|
| 27 |
* did what I could to fix up input formats but the html is
|
| 28 |
atrocious, so any real improvements will have to wait
|
| 29 |
* changed layout.css .clearing style to have font-size: 0;
|
| 30 |
instead of visibility: hidden;
|
| 31 |
* fixed IE JavaScript warning bug
|
| 32 |
* added node.tpl.php to try and fix column overlaps: added overflow setting to .content
|
| 33 |
* changed overall width to 94% for 3 column designs; 2 column layouts are at 80%
|
| 34 |
* Added min-width trick for IE
|
| 35 |
* Added styles for #.watchdog-httpd in #tracker
|
| 36 |
|
| 37 |
0.8_golf (the IE bugfix release)
|
| 38 |
* Fixed IE min-width trick (svn from 12/12 caused IE crash!)
|
| 39 |
* fixed #sidebar-left border (bad alignment in IE)
|
| 40 |
* added some junk to fix up the user menu in IE
|
| 41 |
* moved search location to sidebars (what it was doing floating up there I may never know...)
|
| 42 |
* removed original worthless min-width lteIE6 styles in page.tpl.php, incidently
|
| 43 |
fixing jibberish characters that appeared above web page
|
| 44 |
* Since IE doesn't support :focus well, I removed the red BG from required form fields (IE only)
|
| 45 |
* Removed .comment .title formatting... not sure how or why it turned green!
|
| 46 |
* More drupal.css fixes.
|
| 47 |
* Fixed problem with background: none; on input format list by tossing the background image
|
| 48 |
offscreen (hey! it works.)
|
| 49 |
* Fixed weird background coloring on fieldset legends
|
| 50 |
* Fix for exploding textareas (flpanque.net/2003/Articles/iecsstextarea and
|
| 51 |
intertwingly.net/stories/2003/05/25/1432a.html); had to set page-title height
|
| 52 |
for IE to prevent them from disappearing.
|
| 53 |
* Removed page-title underlines
|
| 54 |
* Big changes to colors and comment formatting (including hovers)
|
| 55 |
* Fixed excessive nav-primary height in IE
|
| 56 |
* Fixed IE bug of not showing aggregator page content
|
| 57 |
* Fixed a bunch of formatting issues on the profile page
|
| 58 |
* Fixed a bunch of peekaboo bugs with * {zoom: 1;} (see )
|
| 59 |
|
| 60 |
0.8_hector
|
| 61 |
* Destroyed drupal.css. YAY!!!
|
| 62 |
* Added a new semantic local task menu system (not active yet)
|
| 63 |
* Added word_split function for long text in sidebars
|
| 64 |
* Fixed 98% content dropping issues (some exist in IE due to font-size problems)
|
| 65 |
* Removed my nasty tracker background images
|
| 66 |
* Reformed modules.css file -- pulled in drupal.css styles and gutted fonts
|
| 67 |
* Created custom aggregator output & fixed wonky styles
|
| 68 |
* Fixed output of empty secondary nav
|
| 69 |
|
| 70 |
Drupal 4.5
|
| 71 |
* Port to Drupal base, 4.5 and 4.6 by Khalid Baheyeldin
|