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
726020e1f7
Stop filtering pages in get_downloads.
2016-04-10 10:08:54 +01:00
Daniel James
36eb7eeff0
Filter pages before generating everything.
2016-04-10 10:08:54 +01:00
Daniel James
ec7032f433
Clean BoostSiteTools a tad bit more.
2016-04-10 10:08:54 +01:00
Daniel James
00bc1a97a5
Move RSS generation into its own class.
2016-04-10 10:08:54 +01:00
Daniel James
7be5ca9a1f
Remove direct use of BoostPages in RSS code.
2016-04-10 10:08:54 +01:00
Daniel James
684b764aec
Remove BoostPageSettings::$feeds.
2016-04-10 10:08:54 +01:00
Daniel James
7c9094f4f3
Remove BoostPageSettings::$downloads.
2016-04-10 10:08:54 +01:00
Daniel James
7e96468fa3
Remove BoostPageSettings::$pages.
2016-04-10 10:08:54 +01:00
Daniel James
1db0568654
Remove BoostPageSettings::$index_pages.
2016-04-10 10:08:54 +01:00
Daniel James
0f33b8211b
Remove use of 'compact', I don't like it now.
2016-04-10 10:08:54 +01:00
Daniel James
0fab99b918
Merge branch 'feature/separate-docs-and-test-results'
...
The documentation pages and the test results were handled by the same
code. That made sense originally when they were served in a very similar
manner, but over time their requirements got increasingly different and
it was getting overcomplicated to serve both in one place. So replace
the generic implementation with two more specific implementations.
2016-04-10 09:57:27 +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
ca4dc5b017
Make display_template static.
2016-03-06 22:23:08 +00:00
Daniel James
d21c628e98
Rename BoostFilters to BoostFilter
2016-03-06 22:23:08 +00:00
Daniel James
51ecd32bdf
Remove special case code for build docs + regression results.
2016-03-06 22:23:08 +00:00
Daniel James
e97035c7d6
Fix directory listing.
2016-03-06 22:23:08 +00:00
Daniel James
106c6e73a3
Replace more of params with variables.
2016-03-06 22:23:08 +00:00
Daniel James
9b8ffcfed3
Remove support for override_extractor.
2016-03-06 22:23:08 +00:00
Daniel James
2e675975b9
Use variable for 'use_http_expire_date'
...
Should possibly always be true.
2016-03-06 22:23:08 +00:00
Daniel James
c8faba5777
Remove use of archive_file_prefix.
...
I think it was only really appropriate for zipfiles, and should never
have been used in this way.
2016-03-06 22:23:08 +00:00
Daniel James
79cad5cf4c
Remove more uses of params in BoostDocumenation.
2016-03-06 22:23:07 +00:00
Daniel James
b623ed84a4
Remove archive_subdir parameter.
2016-03-06 22:23:07 +00:00
Daniel James
ea2e9c2c72
Replace params[key] with variable.
2016-03-06 22:23:07 +00:00
Daniel James
a0088752f3
Inline get_archive_location.
2016-03-06 22:23:07 +00:00
Daniel James
86a4bd1f4c
Set up BoostFilterData earlier.
2016-03-06 22:23:07 +00:00
Daniel James
514753eae2
Update test_filters.php
2016-03-06 22:23:07 +00:00
Daniel James
84e86e2009
Fix sending data to template.
2016-03-06 22:23:07 +00:00
Daniel James
25322ab066
Replace $params with class in filters.
2016-03-06 22:23:07 +00: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