This file contains hidden or 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
using System; | |
using System.Collections.Generic; | |
using System.Web; | |
using Vega.USiteBuilder; | |
namespace Umb.DocTypes | |
{ | |
[DocumentType] | |
public class TestPage : Vega.USiteBuilder.DocumentTypeBase | |
{ |
This file contains hidden or 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
using System; | |
using System.IO; | |
using umbraco.BusinessLogic; | |
using umbraco.cms.businesslogic.media; | |
using umbraco.cms.presentation.Trees; | |
using umbraco.IO; | |
namespace TheOutfield.UmbExt.MediaIcons.Logic | |
{ | |
public class AppBase : ApplicationBase |
This file contains hidden or 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
/* | |
Name: Heading 1 | |
*/ | |
h1 | |
{ | |
color: #f00; | |
font-size: 2em; | |
} | |
/* |
This file contains hidden or 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
namespace Our.Umbraco.uGoLive.Checks | |
{ | |
[Check("8088E981-174C-4ABA-9867-AF219B4E0D9E", "Robots.txt", "Create a robots.txt file to block access to system folders", "SEO")] | |
public class RobotsTxtCheck : AbstractCheck | |
{ | |
public override bool CanRectify | |
{ | |
get { return false; } | |
} |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8" ?> | |
<dashBoard> | |
... | |
<section alias="uGoLiveDashboardSection"> | |
<areas> | |
<area>developer</area> | |
</areas> | |
<tab caption="uGoLive Checklist"> | |
<control>/umbraco/plugins/uGoLive/Dashboard.ascx</control> | |
</tab> |
This file contains hidden or 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
/** | |
* editor_plugin_src.js | |
* | |
* Copyright 2012, Umbraco | |
* Released under MIT License. | |
* | |
* License: http://opensource.org/licenses/mit-license.html | |
*/ | |
(function () { |
This file contains hidden or 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
[Application("content", "Content", ".traycontent")] | |
public class ContentApplicationDefinition : IApplication | |
{ } |
This file contains hidden or 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
<WidgetGrid> | |
<col1> | |
<nodeId>1054</nodeId> | |
</col1> | |
<col4> | |
<nodeId>1053</nodeId> | |
<nodeId>1054</nodeId> | |
</col4> | |
</WidgetGrid> |
This file contains hidden or 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
{ | |
"col1": [ 1054 ], | |
"col4": [ 1053, 1054 ] | |
} |
This file contains hidden or 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
######################################### | |
# # | |
# TheOutfiled's Mercurial Ignore file # | |
# # | |
######################################### | |
##### File globs to match #### | |
syntax: glob | |
# Umbraco |
OlderNewer