2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-23 06:02:18 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Daniel James
f160d6cc55 Autoload URL handling. 2016-05-26 00:12:07 +01:00
Daniel James
b2d368cbe9 Check that path exists earlier.
To avoid warning when getting the last_modified date.
2016-05-25 14:41:38 +01:00
Daniel James
3f7ba6f770 Fix regression documentation. 2016-05-25 14:41:07 +01:00
Daniel James
569bc80157 Stop version check overwriting page version. 2016-05-18 08:58:41 +01:00
Daniel James
51ecd32bdf Remove special case code for build docs + regression results. 2016-03-06 22:23:08 +00:00
Daniel James
e97035c7d6 Fix directory listing. 2016-03-06 22:23:08 +00:00
Daniel James
106c6e73a3 Replace more of params with variables. 2016-03-06 22:23:08 +00:00
Daniel James
9b8ffcfed3 Remove support for override_extractor. 2016-03-06 22:23:08 +00:00
Daniel James
2e675975b9 Use variable for 'use_http_expire_date'
Should possibly always be true.
2016-03-06 22:23:08 +00:00
Daniel James
c8faba5777 Remove use of archive_file_prefix.
I think it was only really appropriate for zipfiles, and should never
have been used in this way.
2016-03-06 22:23:08 +00:00
Daniel James
79cad5cf4c Remove more uses of params in BoostDocumenation. 2016-03-06 22:23:07 +00:00
Daniel James
b623ed84a4 Remove archive_subdir parameter. 2016-03-06 22:23:07 +00:00
Daniel James
ea2e9c2c72 Replace params[key] with variable. 2016-03-06 22:23:07 +00:00
Daniel James
a0088752f3 Inline get_archive_location. 2016-03-06 22:23:07 +00:00
Daniel James
86a4bd1f4c Set up BoostFilterData earlier. 2016-03-06 22:23:07 +00:00
Daniel James
25322ab066 Replace $params with class in filters. 2016-03-06 22:23:07 +00:00
Daniel James
fe3dcc08b7 Rejig BoostWeb::error_page. 2016-03-06 22:23:06 +00:00
Daniel James
01f32a76da Inline some now trivial functions in BoostDocumentation. 2016-03-06 22:23:06 +00:00
Daniel James
cc4686cb7b Extract some of the common code into a new file.
It's a bit arbitrary, so might reconsider later.
2016-03-06 22:23:06 +00:00
Daniel James
5b64662904 Clean up 'last_modified' handling, not need in BoostArchive 2016-03-06 22:23:06 +00:00
Daniel James
60ea43d74b Remove the 'zipfile' parameter, and supporting code.
Now BoostDocumentation is always from the file system. BoostArchive
always from a zipfile.
2016-03-06 22:23:05 +00:00
Daniel James
1c4b3b1dda Separate classes for serving documentation + test results.
Obviously a lot of code duplication, that will be removed soon.
2016-03-06 22:23:05 +00:00