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

32 Commits

Author SHA1 Message Date
Daniel James
c927a1e22f Link to snapshot download page from dev release notes. 2016-08-08 13:08:02 +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
Daniel James
6a871d2985 Remove TODO note that has already been done. 2016-07-05 09:43:01 +01:00
Daniel James
f9034e55a7 Remove dependencies on DOMDocument. 2016-06-02 09:04:44 +01:00
Daniel James
25a884c58c Include release_data in hash. 2016-06-02 09:04:44 +01:00
Daniel James
f730bb37e1 Use release data. 2016-05-29 19:50:18 +01:00
Daniel James
17dbdf21c0 Add release_data to pages. 2016-05-29 19:50:18 +01:00
Daniel James
ee73bbdd2b Remove last remanants of flag system.
Now just using release_status, which can only be 'released',
'beta','dev'.
2016-05-26 00:12:07 +01:00
Daniel James
c6b8722361 Add signature + windows downloads. 2016-05-19 23:30:56 +01:00
Daniel James
1082b6ddef Add sha256 signatures. 2016-05-15 12:01:49 +01:00
Daniel James
6c23a3a35e Add link to tar.bz2 file. 2016-05-13 13:16:44 +01:00
Daniel James
51cee3fe7e Release 1.61.0 2016-05-13 09:33:54 +01:00
Daniel James
5ad81026e9 Move scan_location_for_new_quickbook_pages to BoostPages. 2016-04-10 10:08:55 +01:00
Daniel James
00ba6c5e5a Replace match_pages with some basic filtering. 2016-04-10 10:08:55 +01:00
Daniel James
7e96468fa3 Remove BoostPageSettings::$pages. 2016-04-10 10:08:54 +01:00
Daniel James
7ade8661fc Switch to sourceforge downloads for 1.61.0 beta1. 2016-04-06 15:31:53 +01:00
Daniel James
a9bf1bc203 Add link to windows binaries.
Accidentally comitted this to the beta branch first, so this commit is duplicated.
2016-04-05 22:33:09 +01:00
Daniel James
abf87cd904 Update beta details. 2016-04-04 16:34:15 +01:00
Daniel James
bf8fc30581 Include who signed the release.
I need to look into the best way to present this stuff.
2016-04-04 09:12:56 +01:00
Daniel James
d030dbcab1 Add download details, including download signature for beta.
Not pushing to front page until we have proper download links. Will
probably adjust somewhat for the proper release. The location of the
signature file will almost certainly change.
2016-04-04 09:02:50 +01:00
Daniel James
36b08bcb91 Hard-code in 1.61.0 release details.
Going to replace with a better mechanism later.
2016-03-30 09:18:01 +01:00
Daniel James
3f4540944a Use a nested array to allow for more download data. 2016-03-30 09:18:01 +01:00
Daniel James
91d1d48fa2 Return full URLs in download_table_data. 2016-03-30 09:18:01 +01:00
Daniel James
83d049ab38 Separate function for getting download data to display in table. 2016-03-30 09:18:01 +01:00
Daniel James
2d24fcb2a5 Fixes for regenerating site from any directory. 2016-03-30 09:18:01 +01:00
Daniel James
497af38189 Fix search+replace error. 2016-03-03 16:18:13 +00:00
Daniel James
fbdfede44c Fix python function name in php conversion. 2015-12-19 14:45:32 +00:00
Daniel James
29e597e5b1 Port python code to php
Having the site in two different languages is a bit of a pain, so
convert everything to PHP.
2015-12-19 14:30:46 +00:00