2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-25 04:42:32 +00:00
Commit Graph

3734 Commits

Author SHA1 Message Date
Daniel James
f8f2df2ff5 Merge branch 'master' into develop 2016-09-30 11:19:53 +01:00
Daniel James
b9e3c4d75b Rebuild 2016-09-30 11:16:43 +01:00
Daniel James
5902327877 Sort pages on access.
There was a bug where the chronological order of pages wasn't updated
immediately for new pages.
2016-09-30 11:16:21 +01:00
Daniel James
1cb78a2b06 Add release notes for 1.63.0 2016-09-30 11:15:48 +01:00
Daniel James
669566099d Remove old json file, and script for converting it 2016-09-29 16:43:07 +01:00
Daniel James
c4fdb057c3 Revert state changes.
Since this is now generating the same hash codes as master, revert the
appropriate files to be the same as master.
2016-09-29 16:43:07 +01:00
Daniel James
6f25235d41 Normalize release data before hashing.
So that the hah values remain the same as they are on master.
Probably more effort than was required to manually fix the hashes every
time they change, but I was getting a bit fed up of that. Although I
suspect some reason will still come up so that I'll have to manually fix
the hashes again.
2016-09-29 16:43:06 +01:00
Daniel James
43d7e2069c Convert release date to a 'state' file.
Currently no way to update it (apart from manually, which is awkward),
but the plan is to do so automatically.

This messes up the hashes again. Probably best to resolve manually,
although it might be possible to emulate the old hashes.
2016-09-29 16:43:06 +01:00
Daniel James
a79cf02921 Remove old script for generating download data 2016-09-29 16:43:05 +01:00
Daniel James
f32396468d More accurate name 2016-09-29 12:35:22 +01:00
Daniel James
975a4c48f8 Converted some error message to interpolated strings.
I'd missed a comma in one of them, so it wouldn't work. I find
interpolated strings to be more robust in this regard.
2016-09-29 12:30:33 +01:00
Daniel James
813aa4e36e Rebuild 2016-09-29 11:21:34 +01:00
Daniel James
5afbf3178c Sort pages on access.
There was a bug where the chronological order of pages wasn't updated
immediately for new pages.
2016-09-29 11:21:06 +01:00
Daniel James
8ed3fde9d5 Add release notes for 1.63.0 2016-09-29 10:54:08 +01:00
Daniel James
a0258c921c Update the quickbook hashes.
Bit messy, do I need to support this better? Or should I just refresh
everything?
2016-09-29 10:54:08 +01:00
Daniel James
5033b2943b Remove metadata from release notes template 2016-09-29 10:54:08 +01:00
Daniel James
3e7cf770c8 Remove empty data 2016-09-29 10:54:08 +01:00
Daniel James
19ffa52457 Get release data for notes based on parsing filename. 2016-09-29 10:54:08 +01:00
Daniel James
65a8d87fe7 Replace release_status with version. 2016-09-29 10:54:08 +01:00
Daniel James
136f1c8f33 Allow separator between beta and number. 2016-09-29 10:54:08 +01:00
Daniel James
dee3c0206f Store the version as a version object. 2016-09-29 10:54:08 +01:00
Daniel James
c648f992db Infer release_status from the version.
Apart from 'unversioned' which needs a special case. Might be better to
store the version object and use that.
2016-09-29 10:54:08 +01:00
Daniel James
8cdac6a4bb Update version comments
Seems at some point I implemented beta numbers, but the comments claim
they're not supported.
2016-09-29 10:54:08 +01:00
Daniel James
ce0e6d38af Use the most recent release data in get_release_data. 2016-09-29 10:54:08 +01:00
Daniel James
51b4e0e00f Restore beta info for latest release.
Not support yet, but that's the plan.
2016-09-29 10:54:08 +01:00
Daniel James
b1e65390bd Remove superfluous version field 2016-09-29 10:54:08 +01:00
Automated Commit
c81ff87a76 Update documentation list 2016-09-29 01:22:22 -04:00
Daniel James
7ca520e013 Get the tests working again. 2016-09-29 02:08:52 +01:00
Daniel James
b8120cc53c Adjust a lot of the error handling.
Use exceptions for most internal errors. Return error codes for most errors.
2016-09-29 02:08:52 +01:00
Daniel James
f4472fc751 Website bootstrap file.
Sets up error handling and timezone, maybe other things in the future.
2016-09-29 02:08:52 +01:00
Daniel James
4dd37ac5f4 Sort display of sort links 2016-09-28 22:51:27 +01:00
Daniel James
45f3957e93 Fix the sort option 2016-09-28 22:47:53 +01:00
Daniel James
58543a3ae5 Fix the unversioned library page. 2016-09-28 22:42:30 +01:00
Daniel James
8f5366b7aa Add link to windows binaries. 2016-09-28 16:38:41 +01:00
Daniel James
944ac6d1b2 Revert "Delete hashes for now"
This reverts commit f4d6d438f0.
2016-09-28 16:33:20 +01:00
Daniel James
f4d6d438f0 Delete hashes for now 2016-09-28 16:26:01 +01:00
Daniel James
89d2020d34 Fix download links 2016-09-28 16:24:22 +01:00
Daniel James
13cc5c20fd Add date to release notes 2016-09-28 16:21:03 +01:00
Daniel James
8d03a339c0 Update various places where release is set. 2016-09-28 13:07:03 +01:00
Daniel James
eea63d06c7 Rebuild site.
Still need to update date in release notes.
2016-09-28 13:07:01 +01:00
Daniel James
614908c86e Update release info 2016-09-28 13:06:23 +01:00
Daniel James
f2765bf6b3 Update library list from release candidate. 2016-09-28 13:06:23 +01:00
Daniel James
3bd06c1594 Cleaner code to decide whether to show documentation list. 2016-09-21 09:14:21 +01:00
Daniel James
c7369480c7 Extract the documentaion path logic.
I normally try to avoid using compact/extract, but that seems the
simplest way to do this here.
2016-09-21 09:14:21 +01:00
Daniel James
2ed20754b2 Rebuild 2016-09-21 02:35:02 +01:00
Daniel James
37ae23b949 Merge PR #184. 2016-09-21 02:34:25 +01:00
Daniel James
26c98f2f8a Better encoding of image.
For some reason gimp made the image look really dull in my last commit,
so I redid it.
2016-09-21 02:31:51 +01:00
Daniel James
68d3725911 Replace odd anchor with better markup. 2016-09-21 02:25:10 +01:00
Daniel James
11472baebd Use a smaller icecube image file 2016-09-21 02:24:40 +01:00
Michael Caisse
83e6bdd076 Merge pull request #183 from olivas/master
The BLOM program.
2016-09-20 17:08:28 -07:00