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

3936 Commits

Author SHA1 Message Date
Daniel James
53489abb02 Check in 1.63.0rc1 download info
There no support for release candidates yet, as we've never put them on
the site before. Will just treat it as the final release details to see
how well it works.
2016-12-11 05:04:33 +00:00
Daniel James
110bcef335 Run update-pages.php 2016-12-11 05:04:29 +00:00
Daniel James
addd2d0edf Merge branch 'master' into develop 2016-12-11 04:59:16 +00:00
Daniel James
589376024a Use a prebuilt quickbook on travis
Also means that the tests only need a single configuration.
2016-12-08 11:19:55 +00:00
Daniel James
0a8d9127b1 Don't use quickbook on travis
The version in the Ubuntu distribution is too old, which was causing a
build error somewhere. Will need to use a more recent version.
2016-12-08 10:07:00 +00:00
Daniel James
39ac299811 Fix travis label 2016-12-08 10:04:28 +00:00
Daniel James
7ad979b6e6 Try running site update scripts in travis
Won't acheive much, as I don't think they do a good job of returning
error values, but can work on that. Using an old version of quickbook,
but I thin that's okay.
2016-12-08 09:24:36 +00:00
Daniel James
220bdf5a59 Remove print_r debug_backtrace from exception handler 2016-12-08 09:22:45 +00:00
Daniel James
996ee51187 Merge pull request #203 from faithandbrave/patch-7
1.63.0 release note : fix link
2016-12-06 09:52:55 +00:00
Akira Takahashi
ee0233d94d 1.63.0 release note : fix link 2016-12-06 14:01:53 +09:00
Daniel James
c9376119b1 Option to only update 'in progress' pages in update-pages.php
I think I'll use this in a cron job, so that updates to more public
pages can be checked before being released. Also won't have to deal with
automatically adding new files.
2016-12-06 00:16:08 +00:00
Daniel James
6f879e327f Remove code for dealing with incomplete boostbook_values
Shouldn't happen now that I'm clearing the cache in a migration.
2016-12-05 23:37:33 +00:00
Daniel James
1dd412b072 Clear the old page cache
It doesn't include all the data the is currently stored, there's some
code that attempts to work round that, but it generates incomplete pages
because some of the data is missing. So better just to clear the cache.
2016-12-05 23:37:33 +00:00
Daniel James
3e03a9846b Store the beta release notes in a separate file 2016-12-05 23:37:33 +00:00
Daniel James
5e300a2e7e Don't require paths in BoostPages constructor 2016-12-05 23:37:32 +00:00
Daniel James
04dc83a139 Add a global define for the root directory of the website 2016-12-05 23:14:52 +00:00
Daniel James
2232c49d75 Add move updated libraries 2016-12-05 23:14:22 +00:00
Daniel James
83bc31841b Merge pull request #202 from igaztanaga/patch-1
Changelog for Container, Interproces, Intrusive & Move
2016-12-05 23:12:59 +00:00
Ion Gaztañaga
3d106ddef6 Changelog for Container, Interproces, Intrusive & Move 2016-12-05 12:49:54 +01:00
Daniel James
9625a0fe34 Add migration to fix hash of unversioned quickbook notes 2016-12-05 09:29:56 +00:00
Daniel James
08358f40f9 Extract hash calculation from update_qbk_file 2016-12-05 09:29:56 +00:00
Daniel James
da52af088f Rename add_qbk_file to update_qbk_file 2016-12-05 09:29:55 +00:00
Daniel James
b6cf324f43 Only use the boostbook values store in page class in indexes
It's a bit awkward, but to generate a page needed to update
BoostPages_Page, which wasn't always appropriate. So now generate pages
just using the data from the quickbook source, combined with the state
data.
2016-12-05 09:01:39 +00:00
Daniel James
2196c54291 Comment the BostPages_Page members
I feel like this shouldn't be stored in one big object, but also
breaking it up feels like more trouble than it's worth.
2016-12-05 09:01:38 +00:00
Daniel James
df315c5535 Remove unused $page parameter
They can all get it from the page data if they really need it.
2016-12-05 09:01:38 +00:00
Daniel James
3818306884 Stop storing description in BoostPages_Page 2016-12-05 09:01:38 +00:00
Daniel James
fcbfde323c Remove unused template variable 2016-12-05 09:01:38 +00:00
Daniel James
895ce62b6b Fix logic for rebuilding items in rss feed 2016-12-05 09:01:37 +00:00
Daniel James
5989e6dd64 Seperate refresh implementation from update
So that it doesn't update the state in ways that we don't wish it to. A
little awkward as it can update a page that isn't in the cache without
recording it as updated.
2016-12-05 09:01:37 +00:00
Daniel James
b31237b9a3 Only update last_modified when something actually changes 2016-12-05 09:01:37 +00:00
Daniel James
6fe973a261 Extract the html transformation code from update_page_data_from_boostbook_values 2016-12-05 09:01:36 +00:00
Daniel James
56d4358244 Cleaner beta handling
Moved the logic for handling beta pages into convert_quickbook_pages as
it didn't make much sense in load_quickbook_page. Also simplified a bit
as there should always be a cached entry for a beta page. Perhaps should
store the beta pages in a separate file?
2016-12-05 09:01:36 +00:00
Daniel James
7c6641458b Extract code for loading from quickbook source 2016-12-05 09:01:36 +00:00
Daniel James
2452e9cba5 Inline convert_quickbook_page, clean up implementation.
It didn't really work for 'In Progress' entries, so that behaves a
little differently now.
2016-12-05 09:01:35 +00:00
Daniel James
b28c16d380 Factor convert_quickbook_page 2016-12-05 09:01:35 +00:00
Daniel James
e459cd38ba Only update beta page when release data changes
But ignoring changes to source file. This requires a different hashing
algorithm for beta pages to the rest of the site, which is a bit hacky.
2016-12-05 09:01:35 +00:00
Daniel James
0466fe03d6 In page cache, store beta versions separately 2016-12-05 09:01:35 +00:00
Daniel James
7d8a844569 Store more data in page cache
To fix the bug where the development release notes didn't have all the
appropriate data.

I might not do this, I feel like it might be better to create a new
'section'.
2016-12-05 09:01:34 +00:00
Daniel James
c0a4725d44 Merge pull request #201 from olk/patch-43
update changelog for boost.context
2016-12-05 08:30:23 +00:00
Oliver Kowalke
ab29420ac7 ticket 11687 closed 2016-12-05 09:21:24 +01:00
Oliver Kowalke
fd6b0d654e update changelog for boost.context 2016-12-05 09:18:05 +01:00
Oliver Kowalke
318eb78238 update changelog for boost.context 2016-12-05 08:44:34 +01:00
Daniel James
c9948956a5 Add context to updated libraries 2016-12-04 21:38:57 +00:00
Daniel James
78f58bc1bc Merge PR #200 2016-12-04 21:37:55 +00:00
Antony Polukhin
26c951b92f Added after-beta fixes for LexicalCast 2016-12-04 15:10:42 +03:00
Oliver Kowalke
4ffa718d76 fixes for boost.context 2016-12-04 12:29:26 +01:00
Ronald Garcia
e107b3b38b Synapse is under review. 2016-12-01 13:24:47 -08:00
Daniel James
73afecaf71 Build 'in progress' release notes separately
So that they don't overwrite the beta release notes. This means that
there's no way to update the beta release notes, but I guess that can be
done manually.

I'm going to create a new page for 'in progress' release notes, and only
write the release notes pages for actual release (including beta
releases). That way the beta release notes can be left in place while
the release notes are updated for the next beta/full release. Changes to
the release notes after the final release will be updated.
2016-11-30 06:49:22 +00:00
Daniel James
1bbdf99db2 Reformat code after last change
I didn't do this in the last change, as I wanted a cleaner diff.
2016-11-30 05:29:47 +00:00
Daniel James
28c400a753 Split up the page generation code 2016-11-30 05:29:47 +00:00