2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-28 05:42:19 +00:00
Commit Graph

3613 Commits

Author SHA1 Message Date
Daniel James
2a9de1a31b Fix quickbook filter. 2016-08-07 10:04:09 +01:00
Daniel James
5adddc256b Cope with missing modules.
This can happen when a module is deleted but the entry is left in
.gitmodules.
2016-08-07 09:57:22 +01:00
Daniel James
28cf2392e4 In quiet mode, don't warn about remote doc modules. 2016-08-07 09:53:46 +01:00
Daniel James
61bc6afe84 Optimize some regular expressions.
Prompted by:

http://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016

Not really an issue here, as mostly processing our own files, so they
should be less problematic. The version number parsing code might have
an issue with really long URLs, but I don't think that's possible. But
fix it anyway.
2016-07-30 11:59:45 +01:00
Daniel James
f7821755f7 Cleaner text filter implementation. 2016-07-30 11:58:25 +01:00
Daniel James
0d0006cce7 Fix title on quickbook source. 2016-07-30 11:43:03 +01:00
Daniel James
be3fc4e515 Merge branch 'feature/webhook' 2016-07-30 10:56:17 +01:00
Daniel James
4ac954c3c6 Merge branch 'feature/better-rss-dates' 2016-07-29 13:31:35 +01:00
Ronald Garcia
f04c350439 PFR Added 2016-07-26 09:13:28 -07:00
Ronald Garcia
4e8bd0ed09 Process has switched authors (Klemens Morgenstern takes over
with Boris Schaeling's blessing).  Review dates set.
2016-07-25 09:09:00 -07:00
Daniel James
9b1f368020 Remove unused feed parsing class. 2016-07-21 16:05:37 +01:00
Daniel James
607173fae6 Use DateTime for RSS last_modified. 2016-07-21 16:05:37 +01:00
Daniel James
1cee6728cc Support dates in state files. 2016-07-21 16:05:36 +01:00
Daniel James
1d3968a616 Use DateTime for timestamps.
Preserves timezone.
2016-07-21 16:05:35 +01:00
Daniel James
dce6c5ef72 More descriptive function name. 2016-07-21 16:05:35 +01:00
Daniel James
24d2df3697 Only set last_modified when really modified.
Was setting it in the parser, so it would be set on refereshes as well
as when the file was modified.
2016-07-21 16:05:34 +01:00
Daniel James
6892abb9fd Rework last_modified and pub_date.
- Both are now stored as strings.
- Unpublished articles have a null pub_date.
- last_modified is now always the last modified date,
  before it was the pub_date once published.
2016-07-21 16:05:34 +01:00
Ronald Garcia
519556fa27 Added Double-ended 2016-07-21 14:40:41 +02:00
Automated Commit
3c728b299a Update documentation list 2016-07-13 08:15:15 -04:00
Daniel James
afa29b05fe Rebuild 2016-07-11 09:10:04 +01:00
Daniel James
8f09e9a2ec Merge pull request #165 from olk/patch-36
note for fixing coroutine2
2016-07-11 09:09:33 +01:00
Oliver Kowalke
b075f9cc15 note for fixing coroutine2 2016-07-11 08:57:53 +02:00
Daniel James
676974a570 Redirect boost build installation instructions. 2016-07-09 09:26:15 +01:00
Automated Commit
e69ba04b6f Update documentation list 2016-07-07 01:22:06 -04:00
Daniel James
6a871d2985 Remove TODO note that has already been done. 2016-07-05 09:43:01 +01:00
Automated Commit
cf993525b0 Update documentation list 2016-07-05 04:17:52 -04:00
Daniel James
e40e79ee12 Stop putting pubDate=In Progress in dev RSS feed.
Should probably stop setting pubDate to 'In Progress', it's an artifact
of how the site used to work.
2016-07-05 08:49:23 +01:00
Automated Commit
24268b3884 Update documentation list 2016-07-04 19:21:46 -04:00
Daniel James
d404463956 TODO notes where might want to use hidden libraries.
Currently just pretend they don't exist.
2016-07-04 23:31:35 +01:00
Daniel James
0b204e427c Document the status field. 2016-07-04 23:19:41 +01:00
Daniel James
f610ab80ff Fix parameters to load_from_file. 2016-07-04 23:15:04 +01:00
Daniel James
23e0d6c01e Add support for status=hidden. 2016-07-04 23:14:29 +01:00
Daniel James
0fc496c96f Merge branch 'develop' 2016-07-04 22:54:22 +01:00
Daniel James
488e740acc Update generated/libraries.txt 2016-07-04 22:45:50 +01:00
Daniel James
aafca815c0 Remove transitional code. 2016-07-04 22:45:50 +01:00
Daniel James
24cbf9ee35 Run backdate script.
There are some removed entries. This is because there used to be a
difference between develop and master, as the module names are
different. Now there's no difference, so the develop entry is
automatically removed.
2016-07-04 22:45:50 +01:00
Daniel James
2679edc6fa Script to change 'module' to 'library_path' in metadata. 2016-07-04 22:45:49 +01:00
Daniel James
c97dd3c96c Allow update_finish to be called without a version parameter. 2016-07-04 22:45:49 +01:00
Daniel James
25d3e1f099 Fix some issues prevents recursion in submodules.
Now get_modules works if there are no submodules, and stop throwing
exceptions for unusal submodule urls, since odeint has an external
documentation submodule.
2016-07-04 22:45:49 +01:00
Daniel James
5a5c248320 Fix the name of sublibs. 2016-07-04 22:45:49 +01:00
Daniel James
01f1e4787f Update terminology in update-doc-lists. 2016-07-04 22:45:49 +01:00
Daniel James
ee928a63b4 Recursive metadata from git, with support for sublibs. 2016-07-04 22:45:49 +01:00
Daniel James
6bb9ff707a Use same function for reading from release/local checkout.
Was read_metadata_from_release, but renamed to
read_metadata_from_filesystem. This is possible since it no longer
depends on git modules at all.
2016-07-04 22:45:49 +01:00
Daniel James
c60df18ea0 Use sublibs when reading metadata from a release. 2016-07-04 22:45:49 +01:00
Daniel James
0cfef1fceb Store library path in metadata, instead of module.
This allowed me to simplify some of update-doc-list as there's no longer
any need to work out the module for a library.  This might break
update-doc-list in places. Will work on that next.
2016-07-04 22:45:49 +01:00
Automated Commit
5dc42c121d Update documentation list 2016-07-04 04:36:16 -04:00
Daniel James
d0e40d84f4 Rebuild 2016-07-04 09:23:17 +01:00
Daniel James
777d79fb56 Add another new library.
'detail' and 'winapi' are also turning up because people have added
metadata to those modules, but I think they're meant to be hidden.
2016-07-04 09:21:58 +01:00
Daniel James
1ab7883399 Merge pull request #162 from olk/patch-33
new library fiber
2016-07-04 09:19:52 +01:00
Automated Commit
1003a8f018 Update documentation list 2016-07-04 01:21:24 -04:00