Daniel James
9c8ab72da9
Remove unused parameter from unzip_error.
2016-06-04 15:44:17 +01:00
Daniel James
3f7ba6f770
Fix regression documentation.
2016-05-25 14:41:07 +01:00
Daniel James
886b3e1a7a
A little bit of final BoostArchive cleanup.
2016-03-06 22:23:07 +00:00
Daniel James
81219c6d06
Make all functions in boost_archive.php member functions.
2016-03-06 22:23:07 +00:00
Daniel James
28573d56db
Simplify parameter handling in boost_archive.php
2016-03-06 22:23:07 +00:00
Daniel James
199988591b
Store zipfile details in variables instead of $params.
2016-03-06 22:23:07 +00:00
Daniel James
ef3381a3f0
Remove all mentions of $params from unzip code.
2016-03-06 22:23:07 +00:00
Daniel James
81f32dd5c0
Remove 'key' member of params.
2016-03-06 22:23:06 +00:00
Daniel James
ecc736254a
Get pattern when needed.
2016-03-06 22:23:06 +00:00
Daniel James
0d809fcb0b
Don't mutate params member in BoostArchive
2016-03-06 22:23:06 +00:00
Daniel James
d2fba3ead4
Inline get_archive_location
2016-03-06 22:23:06 +00:00
Daniel James
fe3dcc08b7
Rejig BoostWeb::error_page.
2016-03-06 22:23:06 +00:00
Daniel James
dbf576d8cf
Simplify error reporting for unzip.
2016-03-06 22:23:06 +00:00
Daniel James
3c18dc4f42
Remove some more old stuff from BoostArchive.
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
94a7c9bc6c
Remove remaining version handling code.
2016-03-06 22:23:06 +00:00
Daniel James
93278056ac
Remove expiry date handling from BoostArchive.
2016-03-06 22:23:06 +00:00
Daniel James
ced0d34835
Remove HTML processing functions from BoostArchive
2016-03-06 22:23:05 +00:00
Daniel James
b0faef60f2
Remove 'archive_subdir' support from BoostArchive.
2016-03-06 22:23:05 +00:00
Daniel James
aeeb9af7e9
Remove 'extractor' stuff from BoostArchive.
2016-03-06 22:23:05 +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
ffc3b72a43
Support json files.
2016-03-05 10:10:24 +00:00
Daniel James
e2a0580191
Proper support for HEAD in display_raw_file.
2015-12-18 08:50:14 +00:00
Daniel
8f04920749
Merge branch 'feature/error-message'
2015-12-18 08:49:43 +00:00
Daniel James
a53ed74520
Try reactivating corrupt zipfile error.
...
Unzip appears to have started returning that status correctly. Will have
to wait and see if it causes the problems it used to cause.
2015-11-06 15:13:18 +00:00
Daniel James
a60840c0c1
Update $params in extract_file/unzip_error, and use with error_page.
2015-09-20 13:12:12 +01:00
Daniel James
f1bd8d55e7
A more flexible error page.
2015-09-20 13:08:31 +01:00
Daniel James
9800b5df2c
Tweak error message.
2015-09-20 12:52:59 +01:00
Daniel James
2d41fa59a4
Fix for PHP 5.3
2015-09-20 12:47:37 +01:00
Daniel James
075c84e98c
Appropriate HTTP codes for unzip error messages.
2015-09-20 12:42:11 +01:00
Daniel James
b17e5d64bc
More detail in unzip error message.
2015-09-18 13:29:45 +01:00
Daniel James
3abfe38677
Add a 'min version' parameter to the matcher list.
...
Will match for any versions later than the given version. Note that the
first match is the successful one, so will need to put versions in
reverse order, as will be seen in next commit.
2015-08-23 17:25:23 +01:00
Daniel James
2cd61259d8
Add an error message to development sites for missing extractors.
2015-08-04 23:30:21 +01:00
Daniel James
d197f0e805
Serve SVG files.
2015-08-04 22:34:04 +01:00
Daniel James
6b8859aeba
Display regression docs from a local repo clone.
2015-04-12 15:18:06 +01:00
Daniel James
b78601ebfb
Only use 301 redirect for releases.
2015-04-02 12:04:32 +01:00
Daniel James
796b9511ab
Display xsl files on website.
...
Fixes https://svn.boost.org/trac/boost/ticket/11007
2015-02-23 09:08:39 +00:00
Daniel James
d23d58ff30
Bump the date again.
2015-02-07 21:44:14 +00:00
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