This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css"> | |
<script src="http://cmx.io/v/0.1/cmx.js" charset="utf-8"></script> | |
<style>.cmx-user-scene4 .cmx-text-border .cmx-path {stroke: orange}</style> | |
<body> | |
<div style="max-width:900px; -webkit-transform:rotate(0deg)"> | |
<scene id="scene1"> | |
<label t="translate(0,346)"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Pro-Erica-Ligeski:AD-DIAD erica.ligeski$ git diff | |
diff --git a/introduction.rst b/introduction.rst | |
index 8f90a37..5766066 100644 | |
--- a/introduction.rst | |
+++ b/introduction.rst | |
@@ -10,7 +10,8 @@ This manual is partially based on material developed by Zivtech | |
`http://zivtech.com/` | |
-**Acknowledgements** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 0645e3499dfd3084011d22e553bc9c30f3751dbe Mon Sep 17 00:00:00 2001 | |
From: dries <dries> | |
Date: Sun, 11 Apr 2010 14:53:39 +0000 | |
Subject: [PATCH] - Patch #767852 by JohnAlbin: remove no-longer-needed theme function wrappers. | |
--- | |
modules/node/node.module | 16 ++-------------- | |
1 files changed, 2 insertions(+), 14 deletions(-) | |
diff --git a/modules/node/node.module b/modules/node/node.module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 9d0cea740a38574359b229ba26fbdbd29b757bab Mon Sep 17 00:00:00 2001 | |
From: dries <dries> | |
Date: Fri, 9 Apr 2010 12:07:12 +0000 | |
Subject: [PATCH] - Patch #640880 by mr.baileys: upgrade path for making {image_styles()}.name column unique. | |
--- | |
modules/image/image.install | 4 ++-- | |
1 files changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/modules/image/image.install b/modules/image/image.install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 66b01d892293f9e21c45e336d1c3810cadc02521 Mon Sep 17 00:00:00 2001 | |
From: dries <dries> | |
Date: Thu, 8 Apr 2010 18:26:42 +0000 | |
Subject: [PATCH] - Patch #764606 by JohnAlbin: node.tpl no longer needs taxonomy variables. | |
--- | |
modules/node/node.css | 5 +---- | |
modules/node/node.tpl.php | 23 +++++++---------------- | |
themes/garland/node.tpl.php | 8 +------- | |
themes/garland/style-rtl.css | 12 +----------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 96be328a080fc7367956b14ad4428ff69d5de132 Mon Sep 17 00:00:00 2001 | |
From: webchick <webchick> | |
Date: Wed, 10 Mar 2010 20:32:56 +0000 | |
Subject: [PATCH] #737202 by sun: Fixed Vertical tabs don't use full available width. | |
--- | |
themes/garland/style.css | 3 +-- | |
1 files changed, 1 insertions(+), 2 deletions(-) | |
diff --git a/themes/garland/style.css b/themes/garland/style.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 29420009e02a0aa053678e31c14475206cf4d125 Mon Sep 17 00:00:00 2001 | |
From: dries <dries> | |
Date: Tue, 9 Mar 2010 12:09:52 +0000 | |
Subject: [PATCH] - Patch #735900 by andypost: deleting custom block does not clean block_role() table. | |
--- | |
modules/block/block.admin.inc | 6 +++++- | |
modules/block/block.module | 16 +++++++++++++++- | |
modules/block/block.test | 9 ++++++++- | |
3 files changed, 28 insertions(+), 3 deletions(-) |
NewerOlder