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

3544 Commits

Author SHA1 Message Date
Daniel James
b82fb48c5e Actually, forbid access to all dot files. 2016-06-02 09:49:27 +01:00
Daniel James
1b860ff19d Merge branch 'develop' 2016-06-02 09:33:17 +01:00
Daniel James
516aaa2be0 Also hide nested .git directories. 2016-06-02 09:29:31 +01:00
Daniel James
6f2851c5e8 Forbid access to code directory (apart from info.php).
Nothing really problematic, but might as well.
2016-06-02 09:11:48 +01:00
Daniel James
c5c93dc0c3 Update site.
Because the hash system had changed, it wanted to rebuild the rss feeds,
so I manually reset them. Probably need a better system for doing that,
but it worked well enough.
2016-06-02 09:07:08 +01:00
Daniel James
75000f5de7 Move tests into subdirectory.
To avoid running all the vendor tests on Travis.
2016-06-02 09:04:44 +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
b695d276de Merge branch 'master' into develop2 2016-06-02 08:58:43 +01:00
Daniel James
b0fe0d883c Refresh all pages.
The site generation scripts generate slightly different pages to how
they used to. Still should be more or less the same in the browser,
apart from some sourceforge links, which are a tad nicer to use.
2016-06-02 08:56:43 +01:00
Daniel James
7fda352d2d Hide some directories.
It's nothing that isn't publicly available in this repo, but there you go.
2016-06-02 08:52:28 +01:00
Daniel James
3a03f357c1 Rebuild 2016-06-01 11:51:42 +01:00
Oliver Kowalke
6bf04f58a1 Update boost_1_62_0.qbk 2016-05-31 21:26:54 +02:00
Ronald Garcia
7724515b81 Safe Integer Added. 2016-05-30 17:42:06 -07: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
163d13632c Check in release data. 2016-05-29 19:50:18 +01:00
Daniel James
a392425e9f Generate download data. 2016-05-29 19:49:59 +01:00
Daniel James
7a9b625aca Better config in travis.
No need to use config file for tester, as the required extensions seem
to be built into the php executable.
2016-05-29 19:49:58 +01:00
Daniel James
4f28b5bfdd Read libraries.htm template from repo. 2016-05-29 19:49:58 +01:00
Daniel James
ecb33fc721 Update the config setup to reflect current server. 2016-05-29 19:49:57 +01:00
Daniel James
779c8de658 Remove old download script. 2016-05-29 19:49:57 +01:00
Daniel James
f4477c80ab Merge remote-tracking branch 'origin/master' into fixes 2016-05-27 09:33:04 +01:00
Daniel James
3fd7bec5ff PHP 5.3 fix 2016-05-27 09:23:35 +01:00
Daniel James
f4a1a75c97 Travis 2016-05-27 09:13:19 +01:00
Daniel James
152e10e284 Functional/Forward release note.
Maybe a bit premature as I haven't even accepted the pull request, but
I'll probably forget if I don't do it now.
2016-05-27 08:55:55 +01:00
Ronald Garcia
99173bdb5a Fiber review started. 2016-05-26 23:14:59 -07:00
Daniel James
2c062e9941 Rebuild 2016-05-26 09:29:21 +01:00
Oliver Kowalke
cfd20f5417 Update boost_1_62_0.qbk
note for bugfix #12221
2016-05-26 09:24:35 +02: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
f160d6cc55 Autoload URL handling. 2016-05-26 00:12:07 +01:00
Daniel James
779b3a13da Suppress log entry for invalid UTF-8. 2016-05-26 00:12:07 +01:00
Daniel James
71572b448b Fix title of directory listing 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
dfd1358f68 Make sure every category has a library array. 2016-05-25 14:41:06 +01:00
Daniel James
6156e13636 Merge remote-tracking branch 'origin/feature/more-mustache-support' 2016-05-22 23:25:19 +01:00
Daniel James
3b9d412397 Rebuild 2016-05-22 23:19:43 +01:00
Oliver Kowalke
db11c564b5 Update boost_1_62_0.qbk
- bug 12215 fixed
2016-05-22 17:44:45 +02:00
Daniel James
a9ab0638e0 Stub release notes for 1.62.0 2016-05-22 11:19:58 +01:00
Daniel James
58729dccbc Oops, copied wrong documentation for spirit/repository.
I need a better way to do this....
2016-05-22 11:03:18 +01:00
Daniel James
caa97256d1 Missing 1.61.0 documentation. 2016-05-22 10:57:39 +01:00
Automated Commit
cd762d193b Update documentation list 2016-05-20 01:20:59 -04:00
Daniel James
a9e31b3975 Missing signatures file 2016-05-19 23:33:39 +01:00
Daniel James
c6b8722361 Add signature + windows downloads. 2016-05-19 23:30:56 +01:00
Daniel James
18904dd490 Wonky path/file handling for partials.
The ruby version resolves partial paths to the current working
directory, this resolves them to the path of the current file. I can't
see it specified anywhere and this seems like better behaviour to me.
2016-05-19 23:19:08 +01:00
Daniel James
32c9ac5114 Make 'render' return a string. 2016-05-19 23:18:34 +01:00
Ronald Garcia
142372b31e Wizard report for May 2016-05-19 11:17:08 -07:00
Daniel James
73ccea8a16 Preset tokenizer regexp. 2016-05-18 18:54:31 +01:00
Daniel James
ddbe2d277e Reindent interpret. 2016-05-18 18:54:31 +01:00