2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-25 18:52:30 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
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