diff --git a/source/BaselineOfRenoirSt.package/BaselineOfRenoirSt.class/instance/setUpDependencies..st b/source/BaselineOfRenoirSt.package/BaselineOfRenoirSt.class/instance/setUpDependencies..st index 8e45fc2..3eac284 100644 --- a/source/BaselineOfRenoirSt.package/BaselineOfRenoirSt.class/instance/setUpDependencies..st +++ b/source/BaselineOfRenoirSt.package/BaselineOfRenoirSt.class/instance/setUpDependencies..st @@ -2,7 +2,7 @@ private setUpDependencies: spec spec - baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v3.0.0/source' ]; + baseline: 'Buoy' with: [ spec repository: 'github://ba-st/Buoy:v3.1.0/source' ]; import: 'Buoy'. spec baseline: 'Seaside3' diff --git a/source/BaselineOfRenoirSt.package/BaselineOfRenoirSt.class/methodProperties.json b/source/BaselineOfRenoirSt.package/BaselineOfRenoirSt.class/methodProperties.json deleted file mode 100644 index fd2fb3a..0000000 --- a/source/BaselineOfRenoirSt.package/BaselineOfRenoirSt.class/methodProperties.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "instance" : { - "setUpGroups:" : "GabrielOmarCotelli 1/26/2017 21:19", - "customProjectAttributes" : "GabrielOmarCotelli 1/26/2017 21:20", - "setUpSeasideGroups:" : "GabrielOmarCotelli 2/4/2017 20:59", - "baseline:" : "GabrielOmarCotelli 1/26/2017 21:19", - "setUpDependencies:" : "GabrielOmarCotelli 6/12/2017 11:16" - }, - "class" : { } -} \ No newline at end of file diff --git a/source/BaselineOfRenoirSt.package/monticello.meta/version b/source/BaselineOfRenoirSt.package/monticello.meta/version deleted file mode 100644 index 9c876a2..0000000 --- a/source/BaselineOfRenoirSt.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'BaselineOfRenoirSt-GabrielOmarCotelli.9' message 'Update Seaside Dependencies' id 'a0451db7-250e-0d00-990d-f74d0e7c6e04' date '12 June 2017' time '11:17:25.967392 am' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfRenoirSt-GabrielOmarCotelli.8' message 'Fixed Seaside Dependency' id '833fe8e4-b69f-43ee-a977-cb0b9e3800d1' date '4 February 2017' time '8:59:56.627188 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfRenoirSt-GabrielOmarCotelli.7' message 'Update baseline dependencies' id 'b6575a9f-2653-488c-8b04-bd5c7da1f3c9' date '26 January 2017' time '9:44:50.548657 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfRenoirSt-GabrielOmarCotelli.6' message 'Updated baseline' id '6269f75d-25b2-4633-87c6-510972f7ed6a' date '26 January 2017' time '9:35:24.118936 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfRenoirSt-GabrielOmarCotelli.5' message 'Updated pre-requisites' id 'd7a7e73e-f151-42a2-b62e-fb618934c90e' date '26 January 2017' time '9:20:54.537706 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfRenoirSt-GabrielOmarCotelli.4' message 'Fixed Units Compatibility branch in Baseline' id 'b8cc1a9f-87cc-ab46-92ba-d0e439a51271' date '22 October 2015' time '10:09:29.303387 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfRenoirSt-GabrielOmarCotelli.3' message 'Fixed Development Group' id '992a8636-3cac-8447-8199-270901f596f5' date '22 October 2015' time '9:53:12.848641 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfRenoirSt-GabrielOmarCotelli.2' message 'First attemp to introduce Seaside Extensions Group' id '02d45ade-c8dc-194c-8fc0-9b3922106aac' date '22 October 2015' time '8:46:21.507227 pm' author 'GabrielOmarCotelli' ancestors ((name 'BaselineOfRenoirSt-GabrielOmarCotelli.1' message 'First attemp for RenoirSt baseline declaration' id '6ac8ea41-c07a-7945-9705-f0b577f3f4d5' date '19 October 2015' time '5:52:12.890203 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/source/RenoirSt-HTML-Tests.package/.filetree b/source/RenoirSt-HTML-Tests.package/.filetree index 8998102..57a6797 100644 --- a/source/RenoirSt-HTML-Tests.package/.filetree +++ b/source/RenoirSt-HTML-Tests.package/.filetree @@ -1,4 +1,5 @@ { - "noMethodMetaData" : true, "separateMethodMetaAndSource" : false, - "useCypressPropertiesFile" : true } + "noMethodMetaData" : true, + "useCypressPropertiesFile" : true +} \ No newline at end of file diff --git a/source/RenoirSt-HTML-Tests.package/CssDeclarationBlockTest.extension/methodProperties.json b/source/RenoirSt-HTML-Tests.package/CssDeclarationBlockTest.extension/methodProperties.json deleted file mode 100644 index 54e6856..0000000 --- a/source/RenoirSt-HTML-Tests.package/CssDeclarationBlockTest.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "testVendorPropertySupport" : "GabrielOmarCotelli 10/28/2015 18:51" } } diff --git a/source/RenoirSt-HTML-Tests.package/CssDeclarationBlockTest.extension/properties.json b/source/RenoirSt-HTML-Tests.package/CssDeclarationBlockTest.extension/properties.json index 692d66e..22695e1 100644 --- a/source/RenoirSt-HTML-Tests.package/CssDeclarationBlockTest.extension/properties.json +++ b/source/RenoirSt-HTML-Tests.package/CssDeclarationBlockTest.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "CssDeclarationBlockTest" } + "name" : "CssDeclarationBlockTest" +} \ No newline at end of file diff --git a/source/RenoirSt-HTML-Tests.package/CssHTMLTypeSelectorTest.class/methodProperties.json b/source/RenoirSt-HTML-Tests.package/CssHTMLTypeSelectorTest.class/methodProperties.json deleted file mode 100644 index 3fb7707..0000000 --- a/source/RenoirSt-HTML-Tests.package/CssHTMLTypeSelectorTest.class/methodProperties.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "testEmbeddedContent" : "GabrielOmarCotelli 2/25/2014 09:08", - "testForms" : "GabrielOmarCotelli 2/25/2014 09:54", - "testGroupingContent" : "GabrielOmarCotelli 10/27/2015 18:11", - "testSections" : "GabrielOmarCotelli 10/28/2015 19:24", - "testTabularData" : "GabrielOmarCotelli 2/25/2014 09:14", - "testTextLevelSemantics" : "GabrielOmarCotelli 10/27/2015 18:22" } } diff --git a/source/RenoirSt-HTML-Tests.package/CssHTMLTypeSelectorTest.class/properties.json b/source/RenoirSt-HTML-Tests.package/CssHTMLTypeSelectorTest.class/properties.json index e1572a1..5b15ae1 100644 --- a/source/RenoirSt-HTML-Tests.package/CssHTMLTypeSelectorTest.class/properties.json +++ b/source/RenoirSt-HTML-Tests.package/CssHTMLTypeSelectorTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "RenoirSt-HTML-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GabrielOmarCotelli 3/8/2014 20:41", - "instvars" : [ - ], - "name" : "CssHTMLTypeSelectorTest", - "pools" : [ - ], "super" : "TestCase", - "type" : "normal" } + "category" : "RenoirSt-HTML-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "CssHTMLTypeSelectorTest", + "type" : "normal" +} \ No newline at end of file diff --git a/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/instance/testRelativeCssContentOn.st b/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/instance/testRelativeCssContentOn.st index 3541444..e6a3864 100644 --- a/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/instance/testRelativeCssContentOn.st +++ b/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/instance/testRelativeCssContentOn.st @@ -2,6 +2,7 @@ Tests testRelativeCssContentOn | url | + url := 'images/logo.png' asZnUrl. self assert: url isRelative. diff --git a/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/methodProperties.json b/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/methodProperties.json deleted file mode 100644 index 4ff3891..0000000 --- a/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "testAbsoluteCssContentOn" : "GabrielOmarCotelli 3/14/2014 21:36", - "testRelativeCssContentOn" : "GabrielOmarCotelli 10/28/2015 16:47" } } diff --git a/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/properties.json b/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/properties.json index 82c0c2b..e91be7b 100644 --- a/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/properties.json +++ b/source/RenoirSt-HTML-Tests.package/CssZnUrlTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "RenoirSt-HTML-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GabrielOmarCotelli 3/8/2014 20:41", - "instvars" : [ - ], - "name" : "CssZnUrlTest", - "pools" : [ - ], "super" : "TestCase", - "type" : "normal" } + "category" : "RenoirSt-HTML-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "CssZnUrlTest", + "type" : "normal" +} \ No newline at end of file diff --git a/source/RenoirSt-HTML-Tests.package/monticello.meta/version b/source/RenoirSt-HTML-Tests.package/monticello.meta/version deleted file mode 100644 index 72baaea..0000000 --- a/source/RenoirSt-HTML-Tests.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'RenoirSt-HTML-Tests-GabrielOmarCotelli.9' message 'Issue #54 Add shortcuts for common heading levels.' id '5beba70a-1e39-2e40-95f8-847d849341ba' date '28 October 2015' time '7:26:27.666421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-HTML-Tests-GabrielOmarCotelli.8' message 'Issue #49 Improve test cases to use and to ease porting' id 'bff93c74-4045-9f42-a901-b1c42499d4a3' date '28 October 2015' time '7:13:00.927421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-HTML-Tests-GabrielOmarCotelli.7' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element. - Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id '36ce3f7a-86da-6044-a7a6-8798cd0c3511' date '28 October 2015' time '4:59:49.347421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-HTML-Tests-GabrielOmarCotelli.6' message 'Add HTML5 elements' id '061c2c2f-001f-9b40-b53b-436d17f74b49' date '27 October 2015' time '6:29:15.735889 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/source/RenoirSt-HTML-Tests.package/properties.json b/source/RenoirSt-HTML-Tests.package/properties.json index f037444..6f31cf5 100644 --- a/source/RenoirSt-HTML-Tests.package/properties.json +++ b/source/RenoirSt-HTML-Tests.package/properties.json @@ -1,2 +1 @@ -{ - } +{ } \ No newline at end of file diff --git a/source/RenoirSt-HTML.package/.filetree b/source/RenoirSt-HTML.package/.filetree index 8998102..57a6797 100644 --- a/source/RenoirSt-HTML.package/.filetree +++ b/source/RenoirSt-HTML.package/.filetree @@ -1,4 +1,5 @@ { - "noMethodMetaData" : true, "separateMethodMetaAndSource" : false, - "useCypressPropertiesFile" : true } + "noMethodMetaData" : true, + "useCypressPropertiesFile" : true +} \ No newline at end of file diff --git a/source/RenoirSt-HTML.package/CssDeclarationBlock.extension/methodProperties.json b/source/RenoirSt-HTML.package/CssDeclarationBlock.extension/methodProperties.json deleted file mode 100644 index 54c3803..0000000 --- a/source/RenoirSt-HTML.package/CssDeclarationBlock.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "vendorPropertyAt:put:" : "GabrielOmarCotelli 5/30/2014 19:19" } } diff --git a/source/RenoirSt-HTML.package/CssDeclarationBlock.extension/properties.json b/source/RenoirSt-HTML.package/CssDeclarationBlock.extension/properties.json index d04d110..947a39e 100644 --- a/source/RenoirSt-HTML.package/CssDeclarationBlock.extension/properties.json +++ b/source/RenoirSt-HTML.package/CssDeclarationBlock.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "CssDeclarationBlock" } + "name" : "CssDeclarationBlock" +} \ No newline at end of file diff --git a/source/RenoirSt-HTML.package/CssSelector.extension/methodProperties.json b/source/RenoirSt-HTML.package/CssSelector.extension/methodProperties.json deleted file mode 100644 index c97ffd7..0000000 --- a/source/RenoirSt-HTML.package/CssSelector.extension/methodProperties.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "abbreviation" : "GabrielOmarCotelli 10/27/2015 18:23", - "address" : "GabrielOmarCotelli 2/25/2014 08:37", - "anchor" : "GabrielOmarCotelli 2/25/2014 08:28", - "article" : "GabrielOmarCotelli 10/27/2015 18:05", - "aside" : "GabrielOmarCotelli 10/27/2015 18:05", - "blockquote" : "GabrielOmarCotelli 10/27/2015 18:10", - "body" : "GabrielOmarCotelli 2/25/2014 08:36", - "button" : "GabrielOmarCotelli 2/25/2014 09:55", - "cite" : "GabrielOmarCotelli 10/27/2015 18:21", - "code" : "GabrielOmarCotelli 10/27/2015 18:21", - "definitionDescription" : "GabrielOmarCotelli 10/27/2015 18:10", - "definitionList" : "GabrielOmarCotelli 10/27/2015 18:10", - "definitionTerm" : "GabrielOmarCotelli 10/27/2015 18:10", - "div" : "GabrielOmarCotelli 2/25/2014 09:07", - "emphasis" : "GabrielOmarCotelli 10/27/2015 18:16", - "fieldSet" : "GabrielOmarCotelli 2/25/2014 09:56", - "figure" : "GabrielOmarCotelli 10/27/2015 18:10", - "figureCaption" : "GabrielOmarCotelli 10/27/2015 18:10", - "footer" : "GabrielOmarCotelli 10/27/2015 18:05", - "form" : "GabrielOmarCotelli 2/25/2014 09:54", - "h1" : "GabrielOmarCotelli 10/28/2015 19:19", - "h2" : "GabrielOmarCotelli 10/28/2015 19:19", - "h3" : "GabrielOmarCotelli 10/28/2015 19:19", - "h4" : "GabrielOmarCotelli 10/28/2015 19:19", - "h5" : "GabrielOmarCotelli 10/28/2015 19:19", - "h6" : "GabrielOmarCotelli 10/28/2015 19:19", - "header" : "GabrielOmarCotelli 10/27/2015 18:05", - "headingLevel:" : "GabrielOmarCotelli 2/25/2014 08:37", - "horizontalRule" : "GabrielOmarCotelli 10/27/2015 17:55", - "image" : "GabrielOmarCotelli 2/25/2014 09:09", - "input" : "GabrielOmarCotelli 2/25/2014 09:55", - "keyboardInput" : "GabrielOmarCotelli 10/27/2015 18:22", - "label" : "GabrielOmarCotelli 2/25/2014 09:54", - "legend" : "GabrielOmarCotelli 2/25/2014 09:56", - "listItem" : "GabrielOmarCotelli 2/25/2014 09:07", - "main" : "GabrielOmarCotelli 10/27/2015 18:10", - "nav" : "GabrielOmarCotelli 10/27/2015 17:55", - "option" : "GabrielOmarCotelli 2/25/2014 09:55", - "optionGroup" : "GabrielOmarCotelli 2/25/2014 09:56", - "orderedList" : "GabrielOmarCotelli 2/25/2014 09:06", - "paragraph" : "GabrielOmarCotelli 2/25/2014 09:06", - "preformatted" : "GabrielOmarCotelli 10/27/2015 18:09", - "sample" : "GabrielOmarCotelli 10/27/2015 18:23", - "section" : "GabrielOmarCotelli 10/27/2015 18:05", - "select" : "GabrielOmarCotelli 2/25/2014 09:55", - "small" : "GabrielOmarCotelli 10/27/2015 18:21", - "span" : "GabrielOmarCotelli 2/25/2014 08:35", - "strong" : "GabrielOmarCotelli 10/27/2015 17:55", - "subscript" : "GabrielOmarCotelli 10/27/2015 18:22", - "superscript" : "GabrielOmarCotelli 10/27/2015 18:22", - "table" : "GabrielOmarCotelli 2/25/2014 09:14", - "tableBody" : "GabrielOmarCotelli 2/25/2014 09:15", - "tableData" : "GabrielOmarCotelli 2/25/2014 09:16", - "tableFooter" : "GabrielOmarCotelli 2/25/2014 09:17", - "tableHeader" : "GabrielOmarCotelli 2/25/2014 09:15", - "tableHeaderCell" : "GabrielOmarCotelli 2/25/2014 09:16", - "tableRow" : "GabrielOmarCotelli 2/25/2014 09:16", - "textArea" : "GabrielOmarCotelli 2/25/2014 09:56", - "unorderedList" : "GabrielOmarCotelli 2/25/2014 09:07", - "variable" : "GabrielOmarCotelli 10/27/2015 18:23" } } diff --git a/source/RenoirSt-HTML.package/CssSelector.extension/properties.json b/source/RenoirSt-HTML.package/CssSelector.extension/properties.json index e4bc31c..c9414a8 100644 --- a/source/RenoirSt-HTML.package/CssSelector.extension/properties.json +++ b/source/RenoirSt-HTML.package/CssSelector.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "CssSelector" } + "name" : "CssSelector" +} \ No newline at end of file diff --git a/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/instance/initializeOn..st b/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/instance/initializeOn..st index c1fc24a..7739e73 100644 --- a/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/instance/initializeOn..st +++ b/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/instance/initializeOn..st @@ -1,4 +1,4 @@ initialize-release initializeOn: aRelativeUrl - url := aRelativeUrl \ No newline at end of file + url := aRelativeUrl \ No newline at end of file diff --git a/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/methodProperties.json b/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/methodProperties.json deleted file mode 100644 index 29db3b5..0000000 --- a/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - "on:" : "GabrielOmarCotelli 10/28/2015 16:49" }, - "instance" : { - "cssContentOn:" : "GabrielOmarCotelli 10/28/2015 16:50", - "initializeOn:" : "GabrielOmarCotelli 10/28/2015 16:49" } } diff --git a/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/properties.json b/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/properties.json index 90de83e..bddfd99 100644 --- a/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/properties.json +++ b/source/RenoirSt-HTML.package/UrlRelativeToStyleSheet.class/properties.json @@ -1,14 +1,13 @@ { - "category" : "RenoirSt-HTML", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GabrielOmarCotelli 10/28/2015 16:48", + "super" : "CssObject", + "category" : "RenoirSt-HTML", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], "instvars" : [ - "url" ], + "url" + ], "name" : "UrlRelativeToStyleSheet", - "pools" : [ - ], - "super" : "CssObject", - "type" : "normal" } + "type" : "normal" +} \ No newline at end of file diff --git a/source/RenoirSt-HTML.package/ZnUrl.extension/methodProperties.json b/source/RenoirSt-HTML.package/ZnUrl.extension/methodProperties.json deleted file mode 100644 index b4622aa..0000000 --- a/source/RenoirSt-HTML.package/ZnUrl.extension/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "cssContentOn:" : "GabrielOmarCotelli 10/28/2015 16:50", - "cssContentRelativeToStyleSheetOn:" : "GabrielOmarCotelli 10/28/2015 16:50", - "relativeToStyleSheet" : "GabrielOmarCotelli 10/28/2015 16:52" } } diff --git a/source/RenoirSt-HTML.package/ZnUrl.extension/properties.json b/source/RenoirSt-HTML.package/ZnUrl.extension/properties.json index 778489a..ed0059c 100644 --- a/source/RenoirSt-HTML.package/ZnUrl.extension/properties.json +++ b/source/RenoirSt-HTML.package/ZnUrl.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "ZnUrl" } + "name" : "ZnUrl" +} \ No newline at end of file diff --git a/source/RenoirSt-HTML.package/monticello.meta/version b/source/RenoirSt-HTML.package/monticello.meta/version deleted file mode 100644 index f3fdcf1..0000000 --- a/source/RenoirSt-HTML.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'RenoirSt-HTML-GabrielOmarCotelli.8' message 'Issue #54 Add shortcuts for common heading levels.' id '51356c26-d11f-e54e-97cd-16ca7a299ce1' date '28 October 2015' time '7:25:09.042421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-HTML-GabrielOmarCotelli.7' message 'Issue #49 Improve test cases to use and to ease porting' id '87f4628e-9bfb-f54a-b684-8648086aae24' date '28 October 2015' time '7:11:44.614421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-HTML-GabrielOmarCotelli.6' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element. - Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id '82c7c90e-c210-1f40-a972-d3ada77006d0' date '28 October 2015' time '4:58:57.845421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-HTML-GabrielOmarCotelli.5' message 'Add HTML5 elements' id '1aa671a3-15ee-4647-9ea6-5a8ebdd15b4f' date '27 October 2015' time '6:28:35.112889 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/source/RenoirSt-HTML.package/properties.json b/source/RenoirSt-HTML.package/properties.json index f037444..6f31cf5 100644 --- a/source/RenoirSt-HTML.package/properties.json +++ b/source/RenoirSt-HTML.package/properties.json @@ -1,2 +1 @@ -{ - } +{ } \ No newline at end of file diff --git a/source/RenoirSt-Seaside-Tests.package/.filetree b/source/RenoirSt-Seaside-Tests.package/.filetree index 8998102..57a6797 100644 --- a/source/RenoirSt-Seaside-Tests.package/.filetree +++ b/source/RenoirSt-Seaside-Tests.package/.filetree @@ -1,4 +1,5 @@ { - "noMethodMetaData" : true, "separateMethodMetaAndSource" : false, - "useCypressPropertiesFile" : true } + "noMethodMetaData" : true, + "useCypressPropertiesFile" : true +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside-Tests.package/CssDeclarationBlockJavascriptTest.class/methodProperties.json b/source/RenoirSt-Seaside-Tests.package/CssDeclarationBlockJavascriptTest.class/methodProperties.json deleted file mode 100644 index eaadd15..0000000 --- a/source/RenoirSt-Seaside-Tests.package/CssDeclarationBlockJavascriptTest.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "testGreaseStringOnDeclarationBlock" : "GabrielOmarCotelli 10/28/2015 16:43", - "testJavascriptOnDeclarationBlock" : "GabrielOmarCotelli 3/14/2014 21:54" } } diff --git a/source/RenoirSt-Seaside-Tests.package/CssDeclarationBlockJavascriptTest.class/properties.json b/source/RenoirSt-Seaside-Tests.package/CssDeclarationBlockJavascriptTest.class/properties.json index c916f1d..61b9523 100644 --- a/source/RenoirSt-Seaside-Tests.package/CssDeclarationBlockJavascriptTest.class/properties.json +++ b/source/RenoirSt-Seaside-Tests.package/CssDeclarationBlockJavascriptTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "RenoirSt-Seaside-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "", - "instvars" : [ - ], - "name" : "CssDeclarationBlockJavascriptTest", - "pools" : [ - ], "super" : "TestCase", - "type" : "normal" } + "category" : "RenoirSt-Seaside-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "CssDeclarationBlockJavascriptTest", + "type" : "normal" +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside-Tests.package/CssHSLColorTest.extension/methodProperties.json b/source/RenoirSt-Seaside-Tests.package/CssHSLColorTest.extension/methodProperties.json deleted file mode 100644 index d0c9ab3..0000000 --- a/source/RenoirSt-Seaside-Tests.package/CssHSLColorTest.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "testJavascriptOn" : "JulianMaestri 4/1/2017 12:05" } } diff --git a/source/RenoirSt-Seaside-Tests.package/CssHSLColorTest.extension/properties.json b/source/RenoirSt-Seaside-Tests.package/CssHSLColorTest.extension/properties.json index 7679fe7..3f18cae 100644 --- a/source/RenoirSt-Seaside-Tests.package/CssHSLColorTest.extension/properties.json +++ b/source/RenoirSt-Seaside-Tests.package/CssHSLColorTest.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "CssHSLColorTest" } + "name" : "CssHSLColorTest" +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside-Tests.package/CssRGBColorTest.extension/methodProperties.json b/source/RenoirSt-Seaside-Tests.package/CssRGBColorTest.extension/methodProperties.json deleted file mode 100644 index d0c9ab3..0000000 --- a/source/RenoirSt-Seaside-Tests.package/CssRGBColorTest.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "testJavascriptOn" : "JulianMaestri 4/1/2017 12:05" } } diff --git a/source/RenoirSt-Seaside-Tests.package/CssRGBColorTest.extension/properties.json b/source/RenoirSt-Seaside-Tests.package/CssRGBColorTest.extension/properties.json index 597f86f..d9efba4 100644 --- a/source/RenoirSt-Seaside-Tests.package/CssRGBColorTest.extension/properties.json +++ b/source/RenoirSt-Seaside-Tests.package/CssRGBColorTest.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "CssRGBColorTest" } + "name" : "CssRGBColorTest" +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/instance/testRelativeCssContentOn.st b/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/instance/testRelativeCssContentOn.st index c9eee8e..709f874 100644 --- a/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/instance/testRelativeCssContentOn.st +++ b/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/instance/testRelativeCssContentOn.st @@ -2,6 +2,7 @@ Tests testRelativeCssContentOn | url | + url := 'images/logo.png' seasideUrl. "By default URLs are considered relative to the site root" diff --git a/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/methodProperties.json b/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/methodProperties.json deleted file mode 100644 index b841f7e..0000000 --- a/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "testAbsoluteCssContentOn" : "GabrielOmarCotelli 3/14/2014 21:31", - "testRelativeCssContentOn" : "GabrielOmarCotelli 10/28/2015 16:53" } } diff --git a/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/properties.json b/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/properties.json index 6849f7c..b8302f4 100644 --- a/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/properties.json +++ b/source/RenoirSt-Seaside-Tests.package/CssWAUrlTest.class/properties.json @@ -1,14 +1,11 @@ { - "category" : "RenoirSt-Seaside-Tests", - "classinstvars" : [ - ], - "classvars" : [ - ], "commentStamp" : "GabrielOmarCotelli 3/14/2014 21:46", - "instvars" : [ - ], - "name" : "CssWAUrlTest", - "pools" : [ - ], "super" : "TestCase", - "type" : "normal" } + "category" : "RenoirSt-Seaside-Tests", + "classinstvars" : [ ], + "pools" : [ ], + "classvars" : [ ], + "instvars" : [ ], + "name" : "CssWAUrlTest", + "type" : "normal" +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside-Tests.package/monticello.meta/version b/source/RenoirSt-Seaside-Tests.package/monticello.meta/version deleted file mode 100644 index d087932..0000000 --- a/source/RenoirSt-Seaside-Tests.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'RenoirSt-Seaside-Tests-GabrielOmarCotelli.2' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element. - Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id '4e5b6c90-75ed-3a49-af66-66c910ed6520' date '28 October 2015' time '5:00:39.839421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Seaside-Tests-GabrielOmarCotelli.1' message 'Issue #15 - Seaside Extensions' id '6951edd4-0507-184e-8607-45ec97cdde11' date '14 March 2014' time '11:10:06.03965 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/source/RenoirSt-Seaside-Tests.package/properties.json b/source/RenoirSt-Seaside-Tests.package/properties.json index f037444..6f31cf5 100644 --- a/source/RenoirSt-Seaside-Tests.package/properties.json +++ b/source/RenoirSt-Seaside-Tests.package/properties.json @@ -1,2 +1 @@ -{ - } +{ } \ No newline at end of file diff --git a/source/RenoirSt-Seaside.package/.filetree b/source/RenoirSt-Seaside.package/.filetree index 8998102..57a6797 100644 --- a/source/RenoirSt-Seaside.package/.filetree +++ b/source/RenoirSt-Seaside.package/.filetree @@ -1,4 +1,5 @@ { - "noMethodMetaData" : true, "separateMethodMetaAndSource" : false, - "useCypressPropertiesFile" : true } + "noMethodMetaData" : true, + "useCypressPropertiesFile" : true +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/instance/javascriptOn..st b/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/instance/javascriptOn..st index a2c8050..1a848a6 100644 --- a/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/instance/javascriptOn..st +++ b/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/instance/javascriptOn..st @@ -1,6 +1,6 @@ *RenoirSt-Seaside javascriptOn: aStream - + aStream nextPut: $". self property cssContentOn: aStream. aStream diff --git a/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/methodProperties.json b/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/methodProperties.json deleted file mode 100644 index 4f2be67..0000000 --- a/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "javascriptOn:" : "GabrielOmarCotelli 3/14/2014 23:00" } } diff --git a/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/properties.json b/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/properties.json index d8b743e..01cb298 100644 --- a/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/properties.json +++ b/source/RenoirSt-Seaside.package/CssAbstractDeclaration.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "CssAbstractDeclaration" } + "name" : "CssAbstractDeclaration" +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside.package/CssColorUnit.extension/methodProperties.json b/source/RenoirSt-Seaside.package/CssColorUnit.extension/methodProperties.json deleted file mode 100644 index 22bac1f..0000000 --- a/source/RenoirSt-Seaside.package/CssColorUnit.extension/methodProperties.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "javascriptOn:" : "JulianMaestri 4/1/2017 12:01" } } diff --git a/source/RenoirSt-Seaside.package/CssColorUnit.extension/properties.json b/source/RenoirSt-Seaside.package/CssColorUnit.extension/properties.json index 3854dc3..7b6c828 100644 --- a/source/RenoirSt-Seaside.package/CssColorUnit.extension/properties.json +++ b/source/RenoirSt-Seaside.package/CssColorUnit.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "CssColorUnit" } + "name" : "CssColorUnit" +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside.package/CssDeclarationBlock.extension/methodProperties.json b/source/RenoirSt-Seaside.package/CssDeclarationBlock.extension/methodProperties.json deleted file mode 100644 index 42ff971..0000000 --- a/source/RenoirSt-Seaside.package/CssDeclarationBlock.extension/methodProperties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "greaseString" : "GabrielOmarCotelli 10/28/2015 16:41", - "javascriptOn:" : "GabrielOmarCotelli 3/14/2014 23:01" } } diff --git a/source/RenoirSt-Seaside.package/CssDeclarationBlock.extension/properties.json b/source/RenoirSt-Seaside.package/CssDeclarationBlock.extension/properties.json index d04d110..947a39e 100644 --- a/source/RenoirSt-Seaside.package/CssDeclarationBlock.extension/properties.json +++ b/source/RenoirSt-Seaside.package/CssDeclarationBlock.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "CssDeclarationBlock" } + "name" : "CssDeclarationBlock" +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside.package/WAUrl.extension/methodProperties.json b/source/RenoirSt-Seaside.package/WAUrl.extension/methodProperties.json deleted file mode 100644 index 3aea692..0000000 --- a/source/RenoirSt-Seaside.package/WAUrl.extension/methodProperties.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "class" : { - }, - "instance" : { - "cssContentOn:" : "GabrielOmarCotelli 10/28/2015 16:51", - "cssContentRelativeToStyleSheetOn:" : "GabrielOmarCotelli 10/28/2015 16:51", - "relativeToStyleSheet" : "GabrielOmarCotelli 10/28/2015 16:52" } } diff --git a/source/RenoirSt-Seaside.package/WAUrl.extension/properties.json b/source/RenoirSt-Seaside.package/WAUrl.extension/properties.json index c4b4788..aef9b2b 100644 --- a/source/RenoirSt-Seaside.package/WAUrl.extension/properties.json +++ b/source/RenoirSt-Seaside.package/WAUrl.extension/properties.json @@ -1,2 +1,3 @@ { - "name" : "WAUrl" } + "name" : "WAUrl" +} \ No newline at end of file diff --git a/source/RenoirSt-Seaside.package/monticello.meta/version b/source/RenoirSt-Seaside.package/monticello.meta/version deleted file mode 100644 index 5474cef..0000000 --- a/source/RenoirSt-Seaside.package/monticello.meta/version +++ /dev/null @@ -1 +0,0 @@ -(name 'RenoirSt-Seaside-GabrielOmarCotelli.2' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element. - Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id 'f6ee7dec-4700-964d-b66b-7c6817dde58f' date '28 October 2015' time '5:00:29.969421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Seaside-GabrielOmarCotelli.1' message 'Issue #15 - Seaside Extensions' id '5cc52c06-9214-8340-8594-89d1419ae497' date '14 March 2014' time '11:09:37.91065 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/source/RenoirSt-Seaside.package/properties.json b/source/RenoirSt-Seaside.package/properties.json index f037444..6f31cf5 100644 --- a/source/RenoirSt-Seaside.package/properties.json +++ b/source/RenoirSt-Seaside.package/properties.json @@ -1,2 +1 @@ -{ - } +{ } \ No newline at end of file