Commit graph

2372 commits

Author SHA1 Message Date
Saivann
d814977536 Beautify javascript (fixes #980) 2015-07-29 16:57:11 -04:00
Saivann
22971db3d1
Merge branch 'low-fees-fast-tx' 2015-07-29 11:47:02 -04:00
Saivann
949c8a2ad6 Make no address reuse with change addresses a requirement for wallets 2015-07-29 00:57:56 -04:00
Saivann
336a34652a Remove unrelevant low-level details for end users from the "Protect your privacy" page (thanks luke-jr) 2015-07-28 22:44:12 -04:00
David A. Harding
8e38860808
Merge pull #983: Update settxfee description to match actual behavior 2015-07-28 13:54:49 -04:00
Casey Rodarmor
f50eb7c964 Update settxfee description to match actual behavior
Currently, Bitcoin Core accepts 0 as an argument to settxfee, see settxfee() in https://github.com/bitcoin/bitcoin/blob/master/src/wallet/rpcwallet.cpp

Update the description to match this
2015-07-28 13:35:10 -04:00
David A. Harding
8642c81714
Merge pull #962: Site Docs: Add Details To Alert Creation Process 2015-07-28 11:35:06 -04:00
Saivann
75a3c45628 Resolve merge conflict 2015-07-28 01:20:31 -04:00
David A. Harding
24ce55b1e9
Merge pull #957: Layouts: Allow Alternative Base Layouts & Add Breadcrumbs 2015-07-28 00:06:09 -04:00
David A. Harding
05a5df8ea4
Merge pull #982: Add Inside Bitcoins San Diego to event page 2015-07-27 08:51:18 -04:00
andreadezsi
842368c60e add Inside Bitcoins San Diego to event page 2015-07-27 13:30:30 +03:00
Saivann
77511cb0d7 Auto-hide unselected wallet menu entries (thanks Craig Watkins) 2015-07-26 20:47:27 -04:00
David A. Harding
36556f1234
You Need To Know: Update Text
- Rewrite "Unconfirmed transactions" section

- Rewrite "Experimental" section

Changes suggested by Saïvann (thanks!)
2015-07-26 14:52:19 -04:00
Saivann
07b81ab0c1 Use "Low fees" and "Fast transactions" 2015-07-26 14:05:42 -04:00
David A. Harding
ae2c7b4caf
Merge pull #966: Copyrights: Add MIT License Header To More Files 2015-07-26 11:54:27 -04:00
Saivann
bcc4b1fad5 Fix Makefile to allow empty anchor href attributes 2015-07-26 02:09:52 -04:00
Saivann
37f68c2afe Prevent mobile highlighting in cases where it is unhelpful 2015-07-26 01:18:52 -04:00
Saivann
34550965b2 Make wallet scores and all onclick events compatible with iOS 2015-07-26 01:18:23 -04:00
Saivann
764c405929 Prevent :hover to override .active on mobile CSS stylesheet 2015-07-26 01:15:07 -04:00
Saivann
664ec1ac61 Drop use of href="#|return false;" workarounds
This workaround was used for facilitating clicks on mobiles,
but is now unnecessary as ontouchstart events are used.
2015-07-26 01:15:04 -04:00
Saivann
11c484c858 Avoid direct use of e.type
Some browsers need us to use window.event
2015-07-26 01:04:05 -04:00
David A. Harding
09acaafbb0
Merge pull #975: Combine /index, /<lang>/index, and /404 2015-07-25 20:28:03 -04:00
evoskuil
3b15976c7e
Fix libbitcoin, urls, descriptions, split blkmaker, drop BOP, sort
Rebased-from: 5e842a3d7a08d5175c977530f513975c57477072
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #971
2015-07-25 20:27:43 -04:00
David A. Harding
7d7494155f
Layout: Add Breadcrumbs To Dev Docs 2015-07-25 11:15:52 -04:00
David A. Harding
df3b8dcf28
Layout: Add Whitespace To Layouts 2015-07-25 11:15:50 -04:00
David A. Harding
6bfb8849dd
Layout: Split Base Layout 2015-07-25 11:12:36 -04:00
David A. Harding
ec6c93e224
Alerts: Change 'Alias' Field To 'Shorturl'
Suggested by Saïvann (thanks!)
2015-07-25 10:18:46 -04:00
David A. Harding
b21bf33bcc
Site Docs: Add Details To Alert Creation Process
Closes #934

[skip ci]
2015-07-25 10:17:30 -04:00
Oliver
02243f6d2a
Merge pull #968: OS X Yosemite Install Instructions
Rebased-from: 55affa10467333c08423420fefcce8795a0ce3e7
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #968
2015-07-25 00:49:48 -04:00
Damian
c17b485037
Merge pull #929: Airbitz update
Rebased-from: 17307d043141eabbd1877506db608ab9620f9ebc
Rebased-by: David A. Harding <dave@dtrt.org>
Closes #929
2015-07-25 00:45:31 -04:00
David A. Harding
d1f49ba2c2
Combine /index, /<lang>/index, and /404 2015-07-24 16:56:57 -04:00
David A. Harding
855f8bb91d
Merge pull #973: Fixed broken url to script.h 2015-07-24 10:44:56 -04:00
Josh Billings
8e2914e3f5 Fixed broken url to script.h 2015-07-24 10:12:17 -04:00
David A. Harding
0830741f53
Merge pull #969: Upgrade full-node instructions from 0.10.0 to 0.11.0 2015-07-22 15:16:52 -04:00
Joseph W. Becher
c29d116cf0 Upgraded all instances of 0.10.0 to 0.11.0
Double-checked that 0.11 exists at https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin as well.
2015-07-21 20:58:46 -04:00
Joseph W. Becher
b20307423d Upgrade other linux to 0.11.0
https://bitcoin.org/en/full-node#other-linux-distributions
2015-07-21 16:16:33 -04:00
David A. Harding
e038560ab7
Copyrights: Add MIT License Header To More Files
- Makefile: extend copyright check test to scan all files with YAML
  headers

    - Exclude alerts from check -- lack of a license shouldn't prevent
      us from publishing emergency information

    - Also add license to Makefile itself

- Fix all errors caught by new test

    - For release notes, also link to github.com/bitcoin/bitcoin
      repository as origin

        - Also update README.md release instructions to include license
2015-07-19 18:44:49 -04:00
David A. Harding
e509a927f9
Alerts: Disable SPV Mining Alert 2015-07-15 08:58:51 -04:00
David A. Harding
6622486a04
Merge pull #961: Add Bitcoin Thrill Day to Events 2015-07-14 10:02:11 -04:00
Saivann
a0dd6ef052
Merge branch 'jsmobilewalletclick' 2015-07-13 09:21:52 -04:00
will binns
2d73e280da Add Bitcoin Thrill Day to Events; Resolve #960. 2015-07-12 23:54:59 -06:00
David A. Harding
d5987114bd
Travis: Update To Containers & Cache
Per: http://docs.travis-ci.com/user/migrating-from-legacy/
2015-07-12 11:57:41 -04:00
David A. Harding
519ac65a5f
Merge pull #875: Releases: Add Bitcoin Core 0.11.0 2015-07-12 11:40:15 -04:00
David A. Harding
3268196d3a
Releases: Add Magnet URI And Date for 0.11.0 2015-07-12 11:39:34 -04:00
David A. Harding
ee554df519
Dev Docs: Clarify Protocol Version / Bitcoin Core Relationship
Closes #958
2015-07-11 12:00:44 -04:00
David A. Harding
ebde7f7523
Releases: update notes to d26f951 2015-07-11 07:34:59 -04:00
David A. Harding
ee2deefdaf
Releases: Update to 0.11.0RC3 2015-07-11 07:34:14 -04:00
David A. Harding
e5d54dd9bd
Releases: Update 0.11.0 Notes To RC2 2015-07-11 07:34:14 -04:00
David A. Harding
aa51195a02
Releases: Add Bitcoin Core 0.11.0 2015-07-11 07:34:13 -04:00
Saivann
1bd4720304
Enable use of "use strict" and fix two global variable declarations 2015-07-10 14:09:06 -04:00