2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 08:22:18 +00:00
Commit Graph

203 Commits

Author SHA1 Message Date
Daniel James
c066809eb4 New modified date. 2015-02-07 17:47:13 +00:00
Daniel James
107ea4f99d Go back to using the URL to generate the version path.
The new code doesn't work for something like:

http://www.boost.org/development/tests/release-1_35_0/developer/summary.html

As it doesn't follow the same URL convention as the documentation.
2014-08-19 18:06:14 +01:00
Daniel James
aca73143c7 Try to fix test results.
It was incorrectly changing 'develop' to 'boost_develop'.
2014-08-19 17:49:57 +01:00
Daniel James
334388a833 Restore change lost in f8cc382db 2014-08-19 17:34:53 +01:00
Daniel James
aaed6a4525 Merge branch 'master' into beta
Conflicts:
	common/code/boost_archive.php
	generated/libraries.txt
2014-08-19 17:14:29 +01:00
Daniel James
1f7fca4e0e Fix getting started guide for 1.56. 2014-08-09 20:27:50 +01:00
Daniel James
666b0354df Fix more php 5.3 issues.
Php code in site-tools still requires 5.4, but that's normally not run on the server.
2014-08-07 21:27:43 +01:00
Daniel James
d810ac06b2 Move display_template into BoostArchives.
Also remove 'template' from $params.
2014-08-07 20:34:31 +01:00
Daniel James
54b4ed12b4 Move boost_archive_render_callbacks + rename. 2014-08-07 20:34:31 +01:00
Daniel James
eb8a65620d Convert display_dir into a class. 2014-08-07 20:34:31 +01:00
Daniel James
f8cc382db8 Create a BoostArchive class. 2014-08-07 20:34:31 +01:00
Daniel James
8574966611 Make params a member. 2014-08-07 20:34:31 +01:00
Daniel James
13ce1c1ca6 Convert filters to classes. 2014-08-07 20:34:30 +01:00
Daniel James
88d546207d Use a version object from the start.
Although it still doesn't assume that the version is an object in the
filter and template functions, just in case they're called by some other
means.
2014-08-07 20:34:30 +01:00
Daniel James
860cb21970 Custom html_encode to use UTF-8.
PHP 5.4 uses UTF-8 by default, but PHP 5.3 uses ISO-8859-1 so character
encoding is going wrong there. So replace htmlentities with a function
that uses the correct encoding.
2014-07-20 23:36:24 +01:00
Daniel James
287032b9d1 Set build docs version to null.
Which is accurate, and removes the need for a special case. If boost
build needs special behaviour, that could be set by adding an extra
entry to `$params`.
2014-05-03 16:01:18 +01:00
Daniel
a965217851 Don't display link to latest version in error pages. 2014-04-30 22:51:05 +01:00
Daniel
8a09c60cd5 Only support arrays in file_not_found. 2014-04-30 22:51:05 +01:00
Daniel
d2f2b875be Use $params in get_archive_location. 2014-04-30 22:51:05 +01:00
Daniel
ee8ea45f9e Use archive_dir from params in latest_link. 2014-04-30 22:51:05 +01:00
Daniel James
4ece40aeac Fix latest_link for directories. 2014-04-30 09:16:34 +01:00
Daniel James
26e90f1602 Move latest_link into boost_archive.php.
It's a display function rather than a filter function.
2014-04-30 09:12:57 +01:00
Daniel James
874164e494 Pass full $params array to 'display_template'.
The 'display_template' mechanism is pretty rubbish. There's only ever
one template, and it's probably not flexible enough to ever be of use.
Might be best to just remove it.
2014-04-30 09:10:02 +01:00
Daniel James
3a683575db Avoid a couple of warnings. 2014-04-13 14:24:47 +01:00
Daniel James
11c12a0419 Fix test_filters.php.
Did it ever work?
2014-04-13 14:24:47 +01:00
Daniel James
7d1bbcd38b A more capable 'resolve_url'. 2014-02-23 14:32:35 +00:00
Daniel James
ed28dbbf2b Display documentation for super project branches.
This won't actually work, as the documentation isn't on the server.
2014-02-01 21:54:22 +00:00
Daniel James
74df1e9486 Mark documentation updated with every release.
[SVN r86670]
2013-11-12 21:42:08 +00:00
Daniel James
06de38c810 Website: Merge latest documentation links to live.
[SVN r80770]
2012-09-30 10:35:00 +00:00
Daniel James
e0f90d8c00 Website: Update script to use fixes when available.
[SVN r80718]
2012-09-26 20:10:53 +00:00
Daniel James
fc003287e9 Website: Bump modified date.
[SVN r80661]
2012-09-23 09:49:27 +00:00
Daniel James
35a0ab9d0a Website: Merge from live to beta
[SVN r80341]
2012-08-31 22:46:03 +00:00
Daniel James
232b37dbc7 Website: For a change to cache details.
[SVN r80340]
2012-08-31 22:35:40 +00:00
Daniel James
b0e5a052f6 Website: Fix boost build docs.
[SVN r80339]
2012-08-31 22:31:38 +00:00
Daniel James
d943d39d07 Website: Merge from beta to live
[SVN r80314]
2012-08-29 22:37:51 +00:00
Daniel James
f0aab8ced9 Website: Remove version-regex.
It isn't used anywhere and didn't work.

[SVN r79661]
2012-07-22 07:22:38 +00:00
Daniel James
b1e7b60650 Website: Call get_archive_location from inside display_from_archive
[SVN r79660]
2012-07-22 07:22:13 +00:00
Daniel James
04f4f7d819 Website: Move the expiry date logic into boost_archive.php
[SVN r79659]
2012-07-22 07:21:36 +00:00
Daniel James
65394b2a69 Website: Use a class to represent versions of boost.
[SVN r79638]
2012-07-21 07:19:52 +00:00
Daniel James
09154f11e7 Website: Merge from live to beta.
[SVN r76242]
2011-12-31 10:39:16 +00:00
Daniel James
5e6e0a5d94 Website: Bump the docs modified date.
[SVN r75721]
2011-11-29 10:10:26 +00:00
Daniel James
ade72ee71d Website: Merge to live.
[SVN r75681]
2011-11-26 19:33:56 +00:00
Daniel James
a9a27e79f7 Website: Avoid accessing undefined value.
[SVN r75680]
2011-11-26 19:30:33 +00:00
Daniel James
3ae8b5d0df Website: Short expiry date for redirects.
[SVN r75678]
2011-11-26 19:17:36 +00:00
Daniel James
82d043d4c1 Website: Merge from beta to live.
[SVN r75018]
2011-10-17 20:49:58 +00:00
Daniel James
9782528248 Website: fix typo.
[SVN r73677]
2011-08-11 21:03:37 +00:00
Daniel James
e3c05d7bed Website: Add noindex to quickbook and directory pages.
[SVN r73676]
2011-08-11 20:59:04 +00:00
Daniel James
f773be8947 Website: add 'nofollow' to links from directory list.
Try to reduce the search engine ranking of documentation source files.

[SVN r73650]
2011-08-11 11:57:14 +00:00
Daniel James
831e9a3d95 Website: Merge from live to beta.
[SVN r73001]
2011-07-11 10:35:20 +00:00
Daniel James
e1bee0350b Website: check if files to serve are readable.
[SVN r72211]
2011-05-27 12:56:15 +00:00