2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-20 17:12:18 +00:00

21 Commits

Author SHA1 Message Date
rbbeeston
3735bdf32c Insert Plausible script 2024-09-01 08:56:16 -07:00
Glen Fernandes
726203d919 Update charset to utf-8 2020-04-10 17:37:30 -04:00
Daniel James
40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00
Daniel James
768ceaa946 Fix case insensitive category names
Now they are indexed by lower case name, and library category is stored
in lower case.
2017-01-21 13:13:34 +00:00
Daniel James
af5bb69290 Rename/comment a few variables and functions 2016-12-11 14:56:42 +00:00
Daniel James
451e564c26 Use exceptions for http errors
Not how I'd normally do this, but seems cleaner than exiting the script
in the middle of a constructor.
2016-11-30 01:30:37 +00:00
Daniel James
b6ca3886f3 Clean up library list/pull request + better error pages 2016-11-14 22:53:35 +00:00
Daniel James
f4472fc751 Website bootstrap file.
Sets up error handling and timezone, maybe other things in the future.
2016-09-29 02:08:52 +01:00
Daniel James
c0215c6588 Add configuration variable for data directory. 2015-04-12 15:18:06 +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
49dda58fd8 Fix displaying single units. 2014-05-20 09:18:59 +01:00
Daniel James
e39a490962 Trim 'boostorg/' from module names. 2014-05-20 09:16:02 +01:00
Daniel James
bf3fb86c95 Better handling of future dates.
Although not much better. For future reference, can also use $diff->invert to
detect if date is in the future.
2014-05-20 09:10:49 +01:00
Daniel James
85333f3dae Time passed since last update, instead of actual time. 2014-05-18 11:10:03 +01:00
Daniel James
ba1b8213d8 UTC date. 2014-05-18 10:47:57 +01:00
Daniel James
1f6ebf10cd Add update date to pull request report. 2014-05-18 10:46:13 +01:00
Daniel James
662ae7d2d6 Change json pull requests to an object. 2014-05-18 10:38:14 +01:00
Daniel James
ae666401d9 A couple of page views.
Duplicated code from the library list.
2014-05-18 10:32:44 +01:00
Daniel James
313ace16ea I'm now storing text date in json. 2014-05-18 10:32:44 +01:00
Daniel James
6b676d5b55 Fix '1 open requests'. 2014-05-16 00:33:31 +01:00
Daniel James
d6eaf80256 Initial version of pull requests page.
Just dumped in the code from the quick report I did.
2014-05-16 00:29:06 +01:00