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

344 Commits

Author SHA1 Message Date
Daniel James
4391c27e2f Update library list. 2014-07-24 22:37:52 +01:00
Daniel James
700f2022a3 Update library list. 2014-07-21 22:29:51 +01:00
Daniel James
24a8f38712 Better support for beta versions.
It used to just ignore the beta information, but that wasn't quite right.
This does means that the library details will still have information about
the beta version after a release, which isn't desirable, but it
shouldn't be too hard to write something to strip out old beta
information.
2014-07-21 22:29:42 +01:00
Daniel James
e1c2c6e049 Update library list for beta. 2014-07-21 09:23:40 +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
5cf6063e32 Deprecate TR1 2014-07-15 22:26:43 +01:00
Daniel James
e314b1ae37 Fix numeric modules. 2014-07-13 11:21:44 +01:00
Daniel James
b8aebbea9f Update documentation list. 2014-07-13 11:21:44 +01:00
Daniel
9c79ac8330 Update from develop. 2014-06-09 11:57:45 +01:00
Daniel James
ce397890d2 Fix numeric modules. 2014-06-08 23:33:38 +01:00
Daniel James
d06122db81 Update modules. 2014-06-08 23:01:07 +01:00
Daniel James
034ba5a5b1 Convert several authors fields to lists.
I left out ones which are a little tricky. It's fine to leave them as
strings.
2014-06-03 19:05:32 +01:00
Daniel James
c3977f7d05 Update documentation list. 2014-06-03 19:05:32 +01:00
Daniel James
093462ece8 Update documentation list from repo. 2014-06-03 19:00:29 +01:00
Daniel James
8bc0deb4f1 Rebuild documentation list.
The link to the type_index documentation doesn't work yet, but hopefully
will soon.
2014-05-20 09:10:12 +01:00
Daniel James
4d50146e14 Update documentation list from repo. 2014-05-03 16:09:17 +01:00
Daniel James
8e68c0b2cb 'unreleased' for libraries without a version.
Assuming that a released library will have a 'boost-version' field.
2014-04-28 21:42:04 +01:00
Daniel James
7c32655b59 Better display of library details.
Don't assume the array entry is set, and htmlencode for output.
2014-04-28 21:42:04 +01:00
Daniel James
b117130957 Update libraries. 2014-04-28 21:42:04 +01:00
Daniel James
f8d9c39b34 Clean up the final page display a bit.
At least I think it's clearer.
2014-04-16 04:35:56 +01:00
Daniel James
ee57ff9dd8 No need to pass around categories now. 2014-04-16 04:35:56 +01:00
Daniel James
236dd6dfdd Precalculate some of the link stuff. 2014-04-16 04:35:56 +01:00
Daniel James
7e38dcf337 Just stuff all the functions into the class. 2014-04-16 04:35:55 +01:00
Daniel James
054affe457 More verbose filter function.
I used to be quite keen on dense conditions. Now I seem to be regretting
that.
2014-04-16 04:35:55 +01:00
Daniel James
032b0bce5c Doesn't seem possible to have category_value 'all'. 2014-04-16 04:35:55 +01:00
Daniel James
1b9443756f Move much of library list implementation into class.
An attempt to structure the file a bit better. Actually makes the file a
bit bigger, but hopefully it will be a little easier to manage now.
2014-04-16 04:35:55 +01:00
Daniel James
e29bdb5fdc Small improvements to some of the display functions. 2014-04-16 04:35:55 +01:00
Daniel James
341cc24990 No need to check for 'false'.
Because BoostLibraries does it already.
2014-04-16 04:35:55 +01:00
Daniel James
4e0dbc79c3 Move page title generation into BoostVersion. 2014-04-16 04:35:55 +01:00
Daniel James
83d16ada92 Merge branch 'master' into beta 2014-04-13 14:32:09 +01:00
Daniel James
83f1106294 Rebuild library list. 2014-04-13 14:24:47 +01:00
Daniel James
3ab69c75ef Use basic filter for optional's boostbook docs. 2014-04-12 22:31:01 +01:00
Daniel James
c94d237db5 Regenerate sorted libraries. 2014-02-28 09:12:48 +00:00
Daniel James
af24cd7071 Update from latest version 2014-02-28 09:12:48 +00:00
Daniel James
ae1e3f0b37 Add first maintainers from repo 2014-02-24 22:49:18 +00:00
Daniel James
56e5a8b906 Always normalize spaces.
It makes it easier to detect when a library's details have changes. I
could normalize when comparing, but this seems easier. It's okay to
lose this information.
2014-02-24 22:49:17 +00:00
Daniel James
78a6aa7733 More specific names for from_string/from_file. 2014-02-24 22:49:17 +00:00
Daniel James
cd44492409 Fix the module for lexical_cast 2014-02-23 14:32:34 +00:00
Daniel James
3cb769d321 Store the categories in order. 2014-02-01 21:54:23 +00:00
Daniel James
baf07faaa8 Use static method to create boost_libraries. 2014-02-01 21:54:23 +00:00
Daniel James
3db38a77a3 Add module field. 2014-02-01 21:54:23 +00:00
Daniel James
696dfdb11a Generate xml from boost_libraries.
Run it on libraries.xml to "normalize" it.
2014-02-01 21:54:22 +00:00
Daniel James
d84c6d0419 Replace 'boost-min-version', 'boost-max-version' with 'update-version'
Picks the latest update.

There's now no way to remove a library, will probably do so by creating
an update with some xml representation of a removal.
2014-02-01 21:54:22 +00:00
Daniel James
3a438b196b Move version checking code into boost_libraries. 2014-02-01 21:54:22 +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
67e513b354 Fix property tree authors. 2014-01-05 10:17:12 +00:00
Daniel James
141cddf2d7 Add missing utility documentation.
[SVN r86740]
2013-11-17 17:17:50 +00:00
Daniel James
b2a2eaf58b Release Boost 1.55.0
[SVN r86622]
2013-11-11 19:58:53 +00:00
Daniel James
585ec61304 Restore latest libraries page.
[SVN r86402]
2013-10-23 11:34:35 +00:00
Daniel James
5f08760659 Copy boostbook.css from trunk - so that the site will get colours regardless.
[SVN r86308]
2013-10-14 21:17:14 +00:00