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 a/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml b/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml | |
index 97e91d4..58017c9 100644 | |
--- a/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml | |
+++ b/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml | |
@@ -1,7 +1,10 @@ | |
aggregator_test_feed: | |
- pattern: 'aggregator/test-feed' | |
+# pattern: '/aggregator/test-feed/{use_last_modified}/{use_etag}' | |
+ pattern: '/aggregator/test-feed' | |
defaults: |
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
[alias] | |
hist = log --pretty=format:\"%C(cyan)%h %C(green)%ad%Creset | %s %C(yellow)%d %C(magenta)[%an]\" --graph --date=short | |
st = status | |
stat = status | |
ci = commit | |
co = checkout | |
[color] | |
branch = auto | |
diff = auto |
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"?> | |
<rss version="0.91"> | |
<channel> | |
<title>Example</title> | |
<link>http://example.com</link> | |
<description>Example updates</description> | |
<language>en-us</language> | |
<copyright>Copyright 2000, Example team.</copyright> | |
<managingEditor>[email protected]</managingEditor> | |
<webMaster>[email protected]</webMaster> |
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
<?php | |
/** | |
* @file | |
* Default theme implementation to display a region. | |
* | |
* Available variables: | |
* - $content: The content for this region, typically blocks. | |
* - $classes: String of classes that can be used to style contextually through | |
* CSS. It can be manipulated through the variable $classes_array from |
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
[xdebug] | |
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"; | |
xdebug.profiler_enable_trigger = 1 | |
xdebug.profiler_output_dir="/Users/buscay/Sites/logs/xdebug/" | |
;xdebug.idekey="macgdbp" | |
;xdebug.remote_handler="dbgp"; | |
;xdebug.remote_mode=req | |
;xdebug.remote_enable=1 |
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 | |
usage() { | |
echo "Usage $0 branchname" | |
exit 1 | |
} | |
if [ -z "$1" ]; then | |
usage | |
fi |
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 | |
VERSION="20150504" | |
usage() { | |
cat << __EOF | |
$0 usage: | |
$0 [options] |
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
#!comment: This is a list of the top 100,000 most frequently-used English words | |
#!comment: according to Wiktionary. | |
#!comment: | |
#!comment: It was compiled in August 2005 and coalesced into a handy list for | |
#!comment: use in John the Ripper. | |
#!comment: | |
#!comment: | |
#!comment: Pull date: Sun Jan 15 22:03:54 2012 GMT | |
#!comment: | |
#!comment: Sources: |