Saivann
4b7da55f46
Display no category by default on the wallet page
2014-12-15 14:27:03 -05:00
Saivann
e3614f182b
Update events ( fixes #569 )
2014-12-09 12:52:40 -05:00
Saivann
584fb4db91
Update events ( fixes #674 )
2014-12-09 12:28:16 -05:00
Saivann
56210e8f16
Update layouts for Russian language
2014-12-07 20:02:32 -05:00
Saivann
d151b92252
Merge remote-tracking branch 'remotes/arvicco/master' into master
2014-12-07 19:57:01 -05:00
arvicco
379839c343
Russian translation updated
2014-12-07 15:12:51 -08:00
Saivann
57b0c500bb
Replace links to blockchain.info in translations
2014-12-06 12:05:13 -05:00
saivann
e97bc2a0e2
Merge pull request #663 from bitcoin/revisitbcinfo
...
Revisit blockchain.info listing
2014-12-06 12:03:24 -05:00
Saivann
d310392918
Replace links to blockchain.info
2014-12-04 09:53:15 -05:00
saivann
3907aa4681
Merge pull request #666 from bitcoin/el
...
Add Greek (el) translations
2014-12-04 09:44:49 -05:00
Saivann
250ce37820
Add Greek (el) translations
2014-12-04 09:44:05 -05:00
Saivann
dfe610b1c1
Update fa translations
2014-12-02 21:00:59 -05:00
Saivann
02c892b9a7
Update fa translations
2014-12-02 14:07:17 -05:00
Saivann
7055d66efd
Merge remote-tracking branch 'remotes/codeshark/mSIGNA_tracking_links'
2014-12-01 11:32:47 -05:00
Saivann
ac2b7614a6
Merge remote-tracking branch 'remotes/muresanroland/insidebitcoins.com-upcoming-events'
2014-12-01 11:22:24 -05:00
muresanroland
3fa48bf09f
Upcoming insidebitcoins.com events
2014-12-01 11:39:00 +02:00
David A. Harding
ae54fc7194
Merge branch 'notoc' (Pull #661 : Convert Fake Subheadings To Real Subheadings)
2014-11-29 22:57:51 -05:00
Saivann
b91dcb1c54
Drop unused translations
2014-11-29 22:03:37 -05:00
Saivann
ec4cc10aa3
Revisit blockchain.info listing
...
(For issues with transparency, bugs, and security of passwords and backups)
2014-11-29 21:06:22 -05:00
David A. Harding
37c4295fb6
Dev Docs: Revise Makefile Test To Check For Auto Links In Subheadings
2014-11-28 21:29:40 -05:00
David A. Harding
55645c0024
Merge remote-tracking branches 'saivann/notoc' and 'saivann/notocanchor' into notoc
2014-11-28 20:50:50 -05:00
Saivann
a9d2e73c1a
Allow links in anchor affordance titles
2014-11-28 20:38:27 -05:00
Saivann
1652bc6eda
Ignore .no_toc titles when selecting active toc entry
2014-11-28 20:06:12 -05:00
David A. Harding
217ddb0701
Dev Docs (Formatting Only): Convert Fake Subheadings To Real Subheadings
...
Converts fake subheadings created using **bold** to real HTML
subheadings without adding them to the table of contents.
Also fixes a link broken by commit 4e067ac89e
and adds a Makefile
test to catch future similar breakage.
2014-11-28 19:54:31 -05:00
David A. Harding
464272eeb0
Merge Pull #657 : Dev Docs: Describe Filterload Message (Final P2P Message To Document)
2014-11-28 19:30:20 -05:00
Saivann
c7798bf086
Update zh_TW translations
2014-11-28 19:16:30 -05:00
Saivann
071968574c
Add missing redirection
2014-11-28 11:00:15 -05:00
Saivann
e0de3612b9
Add Luigigiuseppe Prosperi to the list of contributors
2014-11-28 10:58:50 -05:00
Saivann
64a6f780be
Merge branch 'license'
2014-11-28 10:54:28 -05:00
David A. Harding
b3c14aad89
Dev Docs: Made Corrections To Filterload Docs Suggested By @saivann (Thanks!)
2014-11-27 21:36:10 -05:00
David A. Harding
a8fd82c6a6
Dev Docs: Describe Filterload Message (Final P2P Message To Document)
...
New material:
* Add documentation for `filterload` message to devref. This is the last
P2P protocol message which needed documentation.
* Add an example for creating a bloom filter to the devex, as well as an
example of checking data against that filter.
Edits:
* Change "object" to "element" in previous `filteradd` text. I decided
"transaction element" made more sense than the more generic "object".
Text should be fully consistent across both `filterload` and
`filteradd` descriptions.
* Mentioned that I think the example hexdump in the `alert` section is
public domain. (Only the hex is taken from the wiki; the annotation is
my own work.)
2014-11-27 21:27:01 -05:00
David A. Harding
b9ee23615a
Dev Docs: Change MerkleBlock To Merkle Block (But Not P2P Message Form)
2014-11-27 21:13:14 -05:00
Saivann
6edf496a5b
Update zh_TW translations
2014-11-27 14:06:39 -05:00
Saivann
eb62fb9ef3
Update it translations
2014-11-27 12:42:40 -05:00
Eric Lombrozo
524f0b5f71
Changed website and source links.
2014-11-26 16:09:24 -08:00
Saivann
e79a7c0170
Update ko translations
2014-11-26 00:35:55 -05:00
Saivann
346ba74485
Update hu translations
2014-11-25 21:09:59 -05:00
Saivann
80fbc3d44d
Fix one typo (thanks @gurnec)
2014-11-25 12:48:53 -05:00
saivann
6020b1f63d
Merge pull request #656 from bitcoin/disclaimerupdate
...
Update legal disclaimer
2014-11-25 11:01:37 -05:00
Saivann
ec3e517b69
Update bg translation
2014-11-24 20:57:54 -05:00
David A. Harding
ecd5a349aa
Dev Docs: Correct Connection Establishment Message Order
...
Text said: version/verack/version/verack. Correct order (per code and
my own testing) is version/version/verack/verack.
2014-11-24 10:02:21 -05:00
Saivann
ba153fc937
Update id translations
2014-11-23 00:09:00 -05:00
Saivann
79dac969b5
Update events ( fixes #651 )
2014-11-22 20:21:27 -05:00
Saivann
1dd6a3dead
Merge remote-tracking branch 'remotes/gurnec/full-node-reqd
2014-11-22 18:57:09 -05:00
Christopher Gurnee
de2b8cd04a
Modify validation text for wallets requiring additional full node software ( closes #645 )
2014-11-22 18:48:33 -05:00
saivann
06b8699a4d
Merge pull request #654 from gurnec/full-node-reqd
...
Modify validation text for wallets requiring additional full node software (closes #645 )
2014-11-22 18:35:37 -05:00
saivann
8486f9c8ac
Merge pull request #650 from bitcoin/statsprivacy
...
Add a "Privacy" page and link to public stats (fixes #605 )
2014-11-22 14:12:57 -05:00
Saivann
7d981b183a
Drop obsolete CSS lines
2014-11-22 13:56:56 -05:00
Saivann
b26b0d7791
Replace typo s/bit/byte (thanks @harding)
2014-11-22 13:53:55 -05:00
Saivann
fda3f0149d
Add a "Privacy" page and link to public stats ( fixes #605 )
2014-11-22 13:53:00 -05:00