Commit graph

3433 commits

Author SHA1 Message Date
Will Binns
46d317d0b2
community: Add 'Avalbit' (Spain) 2017-06-24 08:56:00 -06:00
Will Binns
d798d97194
community: Add Fundacion Bitcoin de Venezuela 2017-06-24 08:51:32 -06:00
Will Binns
60e260a8ea
exchanges: Add 'Cryptobuyer' (Venezuela) 2017-06-24 08:51:05 -06:00
Will Binns
16bc3c13bf
events: Add 'State of Digital Money 2017'
Closes #1631
2017-06-24 08:01:12 -06:00
Will Binns
5941aab02e
events: Add 'Intro to Cryptocurrencies'
Closes #1632
2017-06-24 07:59:09 -06:00
Will Binns
cfe4e6faff
exchanges: Move BitOasis domicile to UAE
Closes #1636
2017-06-24 07:56:36 -06:00
Will Binns
cdb7ccc6e9
events: Add 'P2PFISY2017'
Closes #1641
2017-06-24 07:12:14 -06:00
David A. Harding
6b4345338f
Build: create previews with --incremental rebuild option 2017-06-23 11:49:29 -04:00
David A. Harding
b0f0b856c7
Layout: generate CSS with minimal whitespace to reduce bandwidth 2017-06-23 11:49:28 -04:00
David A. Harding
bb8e339b85
Layout: remove less CSS engine plugin & references 2017-06-23 11:49:28 -04:00
David A. Harding
a40fb73dab
Layout: render CSS with both "less" and "scss"
This commit renders the same CSS files using both the "less" and "scss"
CSS generation engines so that the results may be compared.  This is a
comparison script:

    old_main_css=$( grep -rl normalize.css _site/*.css )
    new_main_css=_site/css/main.css
    old_rtl_css=$( grep 'Language specific styles that override default' -rl _site/*.css )
    new_rtl_css=_site/css/rtl.css

    (
      diff -ub $old_main_css $new_main_css
      diff -ub $old_rtl_css $new_rtl_css
    )
2017-06-23 11:49:28 -04:00
David A. Harding
b9e114efe8
Build: allow repeated rebuilding in Jekyll Preview mode
The events and contributor plugins both monkey patched the `site`
object.  This worked fine when they were loaded once per site build, but
with Jekyll 3.0 automatic site rebuilding in preview and watch modes,
this applied the monkey patch recursively, causing the program to halt.

With this commit, the monkey patching should only occur once per run.
2017-06-23 11:46:20 -04:00
Will Binns
be6167d8fb Merge pull request #1634 from Daunus/patch-1
Add HardBlock exchange
2017-06-21 18:34:53 -06:00
Chris Wagner
133079fe08 Resources page: Remove link to UseBitcoins.info. 2017-06-21 13:33:32 -04:00
Chris Wagner
d38ff191cc Spend Bitcoin page: Swap link to UseBitcoins.info for one to 99bitcoins.com page (that includes links to many BTC-accepting merchants), and remove disclaimer (that was aimed at UseBitcoins.info) about directory containing defunct businesses. 2017-06-21 13:33:15 -04:00
Will Binns
2a0633133a Merge pull request #1639 from harding/rm-coinomi
Wallets: delist Coinomi
2017-06-18 07:30:54 -06:00
David A. Harding
bdfb496ca0
Wallets: delist Coinomi
Closes #1622

Coinomi no longer provides updated public source code, violating the
Bitcoin.org listing policy for wallets with local key storage.
2017-06-18 06:19:51 -04:00
Will Binns
5472d7ebea Merge pull request #1609 from harding/chain-size-in-translation-string
Translations: variablize chain size in translation strings
2017-06-17 19:21:51 -06:00
Will Binns
580c1291a6 Merge pull request #1638 from bitcoin-dot-org/binns-add-0142-blog-post
blog: Add post for release of 0.14.2
2017-06-17 19:15:45 -06:00
Will Binns
3323766165
blog: Add post for release of 0.14.2
This adds a new post containing all of the relevant information
pertaining to the release of Bitcoin Core Version 0.14.2 (release notes,
change log, etc.).
2017-06-17 18:35:27 -06:00
Wladimir J. van der Laan
eddcb88bc4
Merge #1637: Bitcoin Core 0.14.2
80c4757 Bitcoin Core 0.14.2 (Wladimir J. van der Laan)

Tree-SHA512: e78ec0db87e40929ce0ee7c76bcc0af59d4f7d7705252b7f7df5fbdde5332ef3979ef58a95ee84c2cb9d97cc796708df090609f6f6f6fee11a4fcf387d1fb513
2017-06-17 14:36:56 +02:00
Wladimir J. van der Laan
80c475721e
Bitcoin Core 0.14.2 2017-06-17 13:35:38 +02:00
Daniel Wilczynski
83946d37f9 Update exchanges.html
Added my Australian Exchange Hardblock.net. We have been operating for over three years. Contact me if more info needed.
2017-06-16 14:21:02 +02:00
Will Binns
d827ca08c4 Merge pull request #1626 from d2597b33-2ac1-4c27-af8e-5794285e8600/patch-1
Add subtractfeeamount parameter
2017-06-14 14:05:16 -06:00
Matthew Smith
ab16005e42 Merge pull request #1 from harding/edit-1626
Dev Docs: RPCs: edits for Subtract Fee From Amount params
2017-06-13 20:28:00 +01:00
David A. Harding
532fd7af9f
Dev Docs: RPCs: edits for Subtract Fee From Amount params 2017-06-13 12:36:08 -04:00
Matthew Smith
886f847018 Fix subtractfeefrom parameter of sendmany
subtractfeefrom is an array of addresses, not a
bool.
2017-06-13 10:05:18 +01:00
Matthew Smith
9824426577 Fix markdown formatting
Add asterisk at the end of the line.
2017-06-13 09:43:27 +01:00
Matthew Smith
a4ee6bb100 Add subtractfeeamount parameter to sendmany RPC
Source: e4918316d8/src/wallet/rpcwallet.cpp (L890)
2017-06-13 09:33:20 +01:00
Matthew Smith
00202e2783 Add subtractfeeamount parameter
Source: e4918316d8/src/wallet/rpcwallet.cpp (L403)
2017-06-12 11:23:33 +01:00
Will Binns
a563ab55bd Merge pull request #1624 from Mirobit/shinyflags
Use shiny flags
2017-06-11 14:33:43 -06:00
Will Binns
6fcc3e0196 Merge pull request #1625 from erasmospunk/update-coinomi
Update Coinomi wallet listing
2017-06-11 14:33:31 -06:00
John L. Jegutanis
22033fc683 Update Coinomi wallet listing 2017-06-09 23:48:28 +03:00
Will Binns
6148ba1694 Merge pull request #1620 from harding/events-drop-meetup
Events plugin: stop requesting events from Meetup.com
2017-06-07 19:24:40 -06:00
Michael Rotarius
0c6aea4636 New shiny flags 2017-06-06 00:26:35 +02:00
Michael Rotarius
a492959763 Updated docs 2017-06-05 19:40:39 +02:00
David A. Harding
a0fa907b4a
Events plugin: stop requesting events from Meetup.com
Closes #1617 (Meetup.com events no longer display)
2017-06-03 08:52:21 -04:00
Will Binns
38f7393651 Merge pull request #1619 from crwatkins/multibithd
Remove wallet listing multibithd
2017-06-02 14:02:14 -06:00
Craig Watkins
955a988e96 Remove wallet listing multibithd 2017-06-02 14:16:59 -04:00
Chris Wagner
68675380d3 Move spend-bitcoin.html from 'en' directory to '_templates', and add 'spend-bitcoin' to 'url' section of en.yml. 2017-05-31 19:21:10 -04:00
Will Binns
be19e6c19d Merge pull request #1614 from luke-jr/2017_pgp_update
Update PGP key for Luke Dashjr (E463A93F5F3117EEDE6C7316BD02942421F4889F)
2017-05-31 13:56:11 -06:00
Chris Wagner
fe2bfe8921 _translations/en.yml: Change link to Coinmap.org (for new Spend page) to only wrap text "Coinmap.org" (not "use Coinmap.org"). 2017-05-31 13:38:28 -04:00
Chris Wagner
4faa2b9df3 _translations/en.yml: Attempt to "tone down" the disclaimer about defunct businesses/websites at UseBitcoins.info (on new Spend page). 2017-05-31 13:37:37 -04:00
Chris Wagner
ef928c8919 _translations/en.yml: Shorten link to UseBitcoins.info (for new Spend page) to just wrap text "online directories". 2017-05-31 13:33:15 -04:00
Chris Wagner
9b7b6dae64 _translations/en.yml: Change "search-engine" to "search engine" (removing hyphen), and for link to Spendabit.co only hyperlink the site name ("Spendabit") as opposed to the whole phrase "search engine like Spendabit". 2017-05-31 13:30:30 -04:00
Chris Wagner
baae33afbe _translations/: Revert all changes to non-en (non-English) translation files that relate to new "Spend Bitcoin" page. 2017-05-31 13:27:52 -04:00
David A. Harding
29ede93b27
Translations: put chain size in l11n strings 2017-05-31 04:26:15 -04:00
Luke Dashjr
910331b031 Update PGP key for Luke Dashjr (E463A93F5F3117EEDE6C7316BD02942421F4889F)
Same key, later expiration, new signatures
2017-05-29 20:08:09 +00:00
Will Binns
4c5121799c Merge pull request #1610 from achow101/new-glossary-terms
New glossary terms
2017-05-25 18:47:00 -06:00
Will Binns
bdbe5dae97 Merge pull request #1611 from achow101/devdoc-fixes
Various corrections to developer reference
2017-05-25 18:45:29 -06:00