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
diff --git webform_protected_downloads.module webform_protected_downloads.module | |
index bf9a728..36c6889 100644 | |
--- webform_protected_downloads.module | |
+++ webform_protected_downloads.module | |
@@ -461,7 +461,7 @@ function webform_protected_downloads_file_user_has_access($nid, $fid) { | |
unset($_SESSION[WEBFORM_PROTECTED_DOWNLOADS_SESSION_KEY][$row->hash]); | |
$ok = FALSE; | |
} | |
- } else { | |
+ } else {/ |
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
Requires: | |
- 1 Cup basmati rice | |
- 3 Sea Bass fillets (i.e 3 sides of sea bass) | |
- 3 eggs | |
- Cumin seeds | |
- Cumin powder | |
- Coriander powder | |
- Madras curry powder | |
- Turmeric powder | |
- 150g Frozen peas |
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
/* ============================================================================= | |
Primary styles | |
========================================================================== */ | |
/* ================ Sprites ================ */ | |
.flag-mini{ | |
float:left; | |
.image-replaces-text('layered/flags-mini.png', 27px, 27px); | |
} |
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
/* ============================================================================= | |
Primary styles | |
========================================================================== */ | |
/* ================ Sprites ================ */ | |
.flag-mini{ | |
float:left; | |
.image-replaces-text('layered/flags-mini.png', 27px, 27px); | |
} |
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
#!/bin/bash | |
# | |
# Upgrades/Installs Pressflow (Drupal) core. Targeted at Pressflow 6 | |
# Script based on gopressflow.sh | |
# | |
# Should be run from root folder of existing drupal installation | |
# | |
# * please backup your files before doing anything! | |
# |
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant::Config.run do |config| | |
# Base box to build off, and download URL for when it doesn't exist on the user's system already | |
config.vm.box = "wagtail-base-v0.1" | |
config.vm.box_url = "http://downloads.torchbox.com/wagtail-base-v0.1.box" | |
# You can also build from a vanilla precise32 box, although it'll take longer |
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
<script type="text/javascript"> | |
(function () { | |
"use strict"; | |
// once cached, the css file is stored on the client forever unless | |
// the URL below is changed. Any change will invalidate the cache | |
var css_href = './index_files/web-fonts.css'; | |
// a simple event handler wrapper | |
function on(el, ev, callback) { | |
if (el.addEventListener) { | |
el.addEventListener(ev, callback, 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
Normal edit handlers: | |
-------------------- | |
Am I an immediate child of a content_panel (or promote_panel etc)? | |
- Yes | |
- Am I a MultiFieldPanel or InlinePanel? | |
- Yes | |
- Output MultiFieldPanel/InlinePanel label as pink bar | |
- No (I'm a FieldPanel) | |
- Reuse field's own label as the pink title bar above, |
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
{ | |
"version" : "1.2.3", | |
"url" : "https://wagtail.io" | |
} |
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
/* | |
* Copyright (c) 2014-2015, Facebook, Inc. | |
* All rights reserved. | |
* | |
* This source code is licensed under the BSD-style license found in the | |
* LICENSE file in the root directory of this source tree. An additional grant | |
* of patent rights can be found in the PATENTS file in the same directory. | |
* | |
* TodoActions | |
*/ |
OlderNewer