Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-03 | build-snapshot: Fix building non-"master" branches | Holger Weiss | 1 | -3/+5 | |
Fix the problem that build-snapshot failed to checkout remote branches. | |||||
2013-10-03 | build-snapshot: Don't rebuild existing snapshots | Holger Weiss | 1 | -4/+7 | |
Build snapshot only once if multiple branches point(ed) to the same commit. | |||||
2013-10-03 | Add "follow us on Twitter" button | Holger Weiss | 1 | -0/+17 | |
The button is from here: https://twitter.com/about/resources/buttons | |||||
2013-10-03 | Show "Stable release: x.y" on home page | Holger Weiss | 1 | -2/+3 | |
Show a "Stable release: x.y" note in place of the breadcrumb navigation on the home page. | |||||
2013-10-03 | Use ยป instead of > for breadcrumb navigation | Holger Weiss | 1 | -1/+1 | |
2013-10-03 | CSS cosmetics: span.current -> span#current | Holger Weiss | 2 | -2/+2 | |
"current" is just one element, not a class of elements. | |||||
2013-10-03 | fixed man page links on startpage | Sven Nierlein | 1 | -6/+6 | |
2013-10-03 | Release announcement: Mention "contrib" removal | Holger Weiss | 1 | -0/+7 | |
Add a note regarding the removal of the "contrib" directory to the release announcement. | |||||
2013-10-02 | Bump release version to 1.5 | Holger Weiss | 2 | -6/+9 | |
... and reference the release announcement. | |||||
2013-10-02 | Add release notes for version 1.5 | Holger Weiss | 1 | -0/+88 | |
2013-10-02 | tests.md: Switch to HTTPS, and adjust the size | Holger Weiss | 1 | -1/+1 | |
Some browsers refused to mix HTTP and HTTPS content. Also, the object is now hopefully wide enough that most browsers won't insert additional word-wrapping. | |||||
2013-10-02 | Run Git hooks as "plugins" user | Holger Weiss | 1 | -1/+3 | |
Our Git hooks modify files in the home directory of the "plugins" user. | |||||
2013-10-01 | web: Add README file | Holger Weiss | 1 | -0/+22 | |
Add a few notes regarding our poor man's web design. | |||||
2013-10-01 | Add test-results.md | Holger Weiss | 2 | -0/+38 | |
Mention our test suite on the "Development" page and show the test results from <http://labs.consol.de/nagios-plugins/logs/>. | |||||
2013-10-01 | plugins.css: Set "white-space: pre" | Holger Weiss | 1 | -1/+1 | |
Markdown uses <pre><code> for code blocks, not just <pre>. Therefore, we cannot set "white-space: nowrap" for <code>. | |||||
2013-09-30 | impressum.md: Replace multiple with   | Holger Weiss | 1 | -3/+3 | |
2013-09-30 | team.md: Jeremy Bouse -> Jeremy T. Bouse | Holger Weiss | 1 | -1/+1 | |
Jeremy is usually known as "Jeremy T. Bouse". | |||||
2013-09-30 | Add Jan Wagner to list of team members | Holger Weiss | 1 | -0/+1 | |
2013-09-30 | Add Eric Stanley to list of previous team members | Holger Weiss | 1 | -0/+1 | |
2013-09-30 | Redirect requests for nagios-plugins-HEAD.tar.gz | Holger Weiss | 1 | -0/+3 | |
E.g., <http://www.nagios.org/download/plugins> currently has a reference to /snapshot/nagios-plugins-HEAD.tar.gz ... | |||||
2013-09-29 | site.conf: Fix regular expression | Holger Weiss | 1 | -1/+1 | |
Match only "^/guidelines$", not "^/guidelines.*". | |||||
2013-09-29 | Add extra-opts documentation | Holger Weiss | 2 | -1/+73 | |
Import the --extra-opts documentation from our old site. The --help output of plugins refers to <http://nagiosplugins.org/extra-opts>. | |||||
2013-09-29 | plugins.css: Don't wrap <code> | Holger Weiss | 1 | -0/+1 | |
Command lines etc. should usually not be wrapped. | |||||
2013-09-29 | git-notify: Use another From: address | Holger Weiss | 1 | -1/+6 | |
Send emails from Git Repository <git@nagios-plugins.org>. We should turn this into a proper command line option. | |||||
2013-09-29 | git-notify: Ignore GitHub pull requests | Holger Weiss | 1 | -2/+2 | |
GitHub uses the refs/pull namespace for pull requests. | |||||
2013-09-29 | Import Nagios Plugins site | Holger Weiss | 647 | -0/+82790 | |
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. |