Commit graph

220 commits

Author SHA1 Message Date
David A. Harding
0aad50c5f3
Add end_of_page hook for extra Javascript 2015-08-22 18:28:36 -04:00
Saivann
4b950cf928 Move jquery libraries into a subfolder 2015-08-21 02:20:14 -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
Saivann
5707cea630
Rework menus for mobile compatibility
Start supporting touch events for non-buggy iOS support and faster menus
Display and hide wallets on click instead of on mouseout to prevent accidental clicks or mouseout events
Add a wrapper function to detect ghost and accidental clicks
Reorganize wallet javascript functions for better readability
Fix bug in which a wallet would display on mouse over after user clicked inside it's bubble
Fix accidental use of global variables
2015-07-07 15:21:21 -04:00
Saivann
6dfe019256
Merge branch 'alertclass' 2015-07-06 11:05:38 -04:00
Saivann
4e9697bf0d
Avoid CSS declarations in HTML 2015-07-05 21:53:33 -04:00
Saivann
2d36e36464 Allow to set styles for alert banner 2015-07-05 21:11:23 -04:00
Saivann
0216bf3f64
Merge branch 'alertclickable' 2015-07-05 10:45:51 -04:00
Saivann
7af80fcabd
Drop unnecessary duplicate links 2015-07-04 14:05:48 -04:00
Saivann
7748504b94
Use blog layout for alerts with clear RSS feeds 2015-07-04 13:48:02 -04:00
Saivann
a1b7f4f533
Add RSS icon to individual alert pages 2015-07-04 12:34:26 -04:00
Saivann
227dc24d68
Make full alert banners clickable 2015-07-04 12:00:48 -04:00
Saivann
fa4d5fd34f Add warning icon to alert pages 2015-07-04 04:29:58 -04:00
Saivann
b27bcaf626 Simplify javascript code for expanding lists and blocks
Move styles to CSS stylesheets by using a class
Use a single function for all expanding boxes and lists
Separate CSS code for IE8 compatibility
2015-06-25 23:26:50 -04:00
David A. Harding
b347044eb2
Repository Move: Update Repository URLs
git ls-tree --full-tree -r HEAD \
  | sed 's/^.\{53\}//'          \
  | xargs sed -i 's^https://github.com/bitcoin/bitcoin.org^https://github.com/bitcoin-dot-org/bitcoin.org^g'
2015-06-23 09:08:40 -04:00
Saivann
f0d111e2c4 Drop public stats 2015-05-05 09:55:55 -04:00
David A. Harding
8e573b38f3
Merge #837, #838, and #842
* #837: Add A Blog To Bitcoin.org
* #838: Full Node Guide: Add Windows 8.x Instructions
* #842: QA: Fix 16,591 HTML Validation Errors
2015-04-28 11:06:59 -04:00
David A. Harding
feea5bb21f Layout: Add anchor link affordance to all pages 2015-04-25 19:19:24 -04:00
David A. Harding
7872468383
Blog: Add RSS Discovery Link & Icon
Suggested by Saïvann (thanks!)
2015-04-23 19:23:57 -04:00
David A. Harding
ffa9a249f3
Blog: Add Blog To Bitcoin.org
* Adds new page /en/blog

* Adds new feed for blog posts to /en/rss/blog.xml

* Adds "Blog" link to site footer

* Adds three back-dated blog posts to give the blog some initial
  content.
2015-04-22 17:49:30 -04:00
David A. Harding
a2a5f454cb
Revert "Revert "Merge pull #793: Dev Docs: New Glossary & JS Search Box""
This reverts commit 961d6c988f.
2015-04-14 08:55:53 -04:00
Saivann
b32efb7e66 Update sv translations 2015-04-12 11:55:53 -04:00
Saivann
de9afa06b3 Expend the "Participate" menu entry 2015-04-09 17:38:11 -04:00
Jacob Burenstam
fca84569e3 Fixes the position of the nav icon when resizeing the window on Chrome
Closes #808
2015-04-07 22:08:01 +02:00
David A. Harding
d954708ef1
QA: Use HTML Proofer To Check Internal Links
Uses Ruby html-proofer to check the links.  This commit also fixes the
various problems it found, as well as dealing with some of its
non-problem complaints (it doesn't like anchor (a) tags without either
an href, name, or id).

Running HTML proofer takes about 12 minutes on my system (with up to two
threads), during which it prints no text. Travis CI times out after 10
minutes of nothing being written to stdout, so this commit also adds a
background process the Makefile to print a line every minute while make
runs.
2015-03-14 15:17:24 -04:00
David A. Harding
cbebe461ff Releases: Variablize Release Notes
Add additional variables to the release note files to allow setting the
version number and date.  The version number is required, and can be
used to automatically set the release notes title.  The date is optional
and can be set hours/days after the release.

Additionally, a Makefile test is added that checks whether the download
files exist on the Bitcoin.org server.  This can help prevent creating a
broken Download page.

* Set variables for all previous releases

* Document variables in README.md

* Update code and templates to use variables

* Add the Download page links to the "dl" CSS class. Also add newlines
  to make the HTML a bit easier to parse using sed

* Add a new Liquid plugin to print warnings. This is used to print a
  non-error warning if any release is created without the optional date
2015-02-27 08:15:50 -05:00
Saivann
20d456204e Reduce future changes to the javascript code of the download page
Drop unnecessary code used in other pages
Load download links from links already on the page
2015-02-19 09:42:53 -05:00
Saivann
109db2629c Update da translations 2015-01-29 15:42:11 -05:00
Saivann
0db3a01cbe Update de translations 2015-01-29 14:51:01 -05:00
Saivann
f2a576bf91 Update hu translations 2015-01-19 17:20:25 -05:00
Saivann
d51a80d063 Update date in the footer 2015-01-09 09:53:37 -05:00
Saivann
df15d7f857 Update tr translations 2014-12-25 21:10:40 -05:00
Saivann
f700835c3c Update ro translations 2014-12-22 01:33:23 -05:00
Saivann
3ccb3fc1aa Update sv translations 2014-12-20 11:37:03 -05:00
Saivann
0b433d4d06 Update ko translations 2014-12-18 10:01:13 -05:00
Saivann
46f897f2e3 Update id translations 2014-12-17 12:50:37 -05:00
Saivann
ab415e8b68 Update pl translation 2014-12-17 11:16:43 -05:00
Saivann
05c3917584 Update fr translations 2014-12-15 22:14:33 -05:00
Saivann
429b4ede69 Update nl translations 2014-12-15 15:03:52 -05:00
Saivann
2f57126729 Update uk translations 2014-12-14 20:58:57 -05:00
Saivann
41c4dd3ac8 Update pt_BR translations 2014-12-14 20:01:54 -05:00
Saivann
42b49469f4 Update hi translations 2014-12-14 19:57:01 -05:00
Saivann
84ac3d2589 Update zh_CN, zh_TW translations 2014-12-13 22:18:11 -05:00
Saivann
0c1cb72fbf Update ja translations 2014-12-12 19:40:12 -05:00
Saivann
57a5e04ffc Update it translations 2014-12-12 16:13:01 -05:00
Saivann
872e4c8e61 Apply "sans" stylesheet to Greek translations 2014-12-11 14:55:57 -05:00
Saivann
4722fe993e Update bg translations 2014-12-10 03:07:13 -05:00
Saivann
56210e8f16 Update layouts for Russian language 2014-12-07 20:02:32 -05:00