Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Feature/secure wporg urls in readme#73

Merged
westonruter merged 3 commits intomasterfrom
feature/secure-wporg-urls-in-readme
Jan 10, 2015
Merged

Feature/secure wporg urls in readme#73
westonruter merged 3 commits intomasterfrom
feature/secure-wporg-urls-in-readme

Conversation

@westonruter
Copy link
Copy Markdown
Contributor

Fixes #72.

@westonruter
Copy link
Copy Markdown
Contributor Author

@fjarrett I also tried this on a plugin and it worked: xwp/wp-customize-inline-editing@6e0feab

@frankiejarrett
Copy link
Copy Markdown
Contributor

@westonruter Haha, sheesh...I'll just delete my branch then 😄

28e7058

@frankiejarrett
Copy link
Copy Markdown
Contributor

@westonruter I was thinking we could also detect when https was used on the YouTube links. I started some regex for that but didn't make it very far.

@frankiejarrett
Copy link
Copy Markdown
Contributor

@westonruter Never mind... 6af8331 👍

@frankiejarrett
Copy link
Copy Markdown
Contributor

@westonruter Confirmed, this worked for me on WP Stream.

westonruter added a commit that referenced this pull request Jan 10, 2015
@westonruter westonruter merged commit d328d44 into master Jan 10, 2015
@westonruter westonruter deleted the feature/secure-wporg-urls-in-readme branch January 10, 2015 21:05
westonruter added a commit to xwp/wp-widget-favorites that referenced this pull request Jan 15, 2015
…b#75 from branch feature/svn-rsync-fixes

xwp/wp-dev-lib@1f52e37...72d90a0

6af8331 Recognize https: URLs for YouTube, generate HTTPS in readme
d0b9eb4 Use https: URL for profiles.wordpress.org links
29000a0 Use https: URL for WPORG tags links
d328d44 Merge pull request xwp/wp-dev-lib#73 from branch feature/secure-wporg-urls-in-readme
5115011 Exclude phpunit.xml* from SVN
a9d7cd6 Use rsync to copy instead of cp, for symlinks
72d90a0 Merge pull request xwp/wp-dev-lib#75 from branch feature/svn-rsync-fixes
westonruter added a commit to xwp/wp-customizer-everywhere that referenced this pull request Mar 3, 2015
…-dev-lib#85 from branch codeception

xwp/wp-dev-lib@e4e1607...bc1f881

747693b Update .jshintrc to latest in Core from 2013-11-13
ed561db Bump WP_VERSION to 4.0 in .travis.yml
bfcd8cd Update readme.md
ea85d57 Remove rsync --delete-excluded
af45ca4 Create release tags in SVN
f2f616c Merge commit '7a0a6bfa298573afdcce19135062d0353695d207'
709e300 Merge branch 'master' into develop
22ea607 Improve handling of adding entire directories
c8b73da Merge commit '084c51c131b2096af565774815e9c83bce9238bb'
9b16437 Remove duplicated tag creation
bec7d6a Force-remove tag temporarily
39298f4 Add .svnignore for plugins to use
e51fcef Prevent upsearch from going beyond scope of current git repo
995e351 xwpco => xwp
654d71e Update s/bin/dev-lib/
9589142 Use HTTPS URL instead of SSH URL for submodule
5ed183c Add initial phpunit files for plugins (esp. for VIP)
24af695 Fix path to tests directory
104cac7 Activate all VIP-required plugins for unit tests
65feb8a Merge pull request xwp/wp-dev-lib#48 from branch vip-themes-phpunit
e35ce6c Add support for phpunit to run in VIP Quickstart
478bc4d Fix exclude-pattern format and add dev-lib
ae95c3f Ignore node_modules from jshintignore
b19bdf7 Merge branch 'master' into vip-themes
2ac7bc8 Remove reference to vip-themes branch
4815f59 Merge pull request xwp/wp-dev-lib#39 from branch vip-themes
4d5abcf Improve readability of Bash scripts
06df376 Install PHPUnit phar if PHPUnit is not installed
3bd5840 Prevent YUI_COMPRESSOR_CHECK if no JS files present
b6a6438 wp-plugin-dev-lib -> wp-dev-lib
48c6eab Have PHPCS ignore dev-lib by default
2a21e44 Merge pull request #51 from JDGrimes/patch-1
62afbe3 Merge pull request #52 from JDGrimes/patch-2
dd43266 Develop no more
3a59876 Rewrite svn-push to be more robust and to confirm before committing
cb7649f Use yoda condition
6286080 Improve discovery of main plugin file
0df8f55 Physically move plugin dir to WordPress install; put symlink at original location
f80cc8b Remove -b and echo plugin location
83e3d6e Merge pull request xwp/wp-dev-lib#54 from branch feature/svn-push-rewrite
a5e00c0 Merge pull request xwp/wp-dev-lib#50 from branch feature/phpunit-install
2fa80d0 Prevent constructing Travis URLs from non-GitHub remotes
a00c15d Merge pull request xwp/wp-dev-lib#59 from branch feature/github-only-travis
b758c9e Use absolute paths to exclude paths for rsync
6e15b0b Merge pull request xwp/wp-dev-lib#62 from branch feature/exclude-assets
b780832 Account for xargs not doing --no-run-if-empty by default
0e2bdfa Merge pull request xwp/wp-dev-lib#63 from branch feature/xargs-compat
b6cc87d Add assets directory
83923d8 Merge pull request xwp/wp-dev-lib#65 from branch feature/add-assets-dir
967afd3 Convert pre[lang] tags into GitHub Markdown codeblocks
9d00483 Prevent too many newlines between bodies
daca503 Merge pull request xwp/wp-dev-lib#68 from branch feature/syntax-highlight-readme-md-codeblocks
a63b5ec Set SVN mime-type property for images
bea1660 Fix path to mime-types.csv
1f52e37 Merge pull request xwp/wp-dev-lib#71 from branch feature/svn-push-mime-types
6af8331 Recognize https: URLs for YouTube, generate HTTPS in readme
d0b9eb4 Use https: URL for profiles.wordpress.org links
29000a0 Use https: URL for WPORG tags links
d328d44 Merge pull request xwp/wp-dev-lib#73 from branch feature/secure-wporg-urls-in-readme
b8f87ba Add support for lock file to cleanup in case of abort/failure
5115011 Exclude phpunit.xml* from SVN
a9d7cd6 Use rsync to copy instead of cp, for symlinks
72d90a0 Merge pull request xwp/wp-dev-lib#75 from branch feature/svn-rsync-fixes
88d4646 Fix pre-commit deriving ABSOLUTE_VAGRANT_PATH on vvv
a15070a Fix generate-markdown-readme to parse HTTPS GitHub remote URLs
133a4a5 Merge pull request xwp/wp-dev-lib#79 from branch feature/fix-github-https-url-parsing
71c8a0f Merge pull request xwp/wp-dev-lib#74 from branch feature/failure-recovery
2b73706 Make git tag on non-temp repo and push to external remote
0213934 Add filter for code coverage
731287c Add vendor to coverage exclusion
d0a5f65 Default to not process uncovered files from whitelist
e81d6a7 Exclude tests dir from code coverage
e724444 Add note about generating code coverage report from PHPUnit
dcffd47 Add more info re: PHPUnit Code Coverage
db9d4bb Merge master into feature/fix-git-tag-push
9d192ce Merge pull request xwp/wp-dev-lib#80 from branch feature/fix-git-tag-push
cbf4001 Add codeception check to pre-commit hook
976aa51 Fix path to codeception phar file
4f7b108 Ignore codeception binary file from git
b577588 Store codecept file in /tmp
bc1f881 Merge pull request xwp/wp-dev-lib#85 from branch codeception
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prefer secure URIs when generating README

2 participants