Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix the issue that the build-snapshot script failed to checkout existing
branches.
|
|
Make sure that no symlink points to an old snapshot before cleaning it
up. Also, don't check for dangling symlinks, as they should not occur
anymore.
|
|
Redirect /taxonomy/term/2 to /doc/presentation.html. The old URI is
referenced e.g. here:
http://exchange.nagios.org/directory/Tutorials/Nagios-Core-Tutorials/How-to-Write-Great-Nagios-Plugins-in-Perl--2D-FOSDEM-2007/details
|
|
|
|
|
|
Add infrastructure for creating lists of news articles and for
distributing them via RSS 2.0.
|
|
Put the code for creating the test instance into a separate hook file in
order to make the other files less convoluted.
|
|
This is just cosmetics.
|
|
Thanks to Frank Bulk.
|
|
Let the build-web-site script grab only the actual Poole source into the
temporary directory.
|
|
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this
repository.
|
|
... just to be on the safe side.
|
|
If multiple snapshot branches were updates, build snapshots from _all_
of them.
|
|
Use better variables names.
|
|
The correct name is "Nagios Plugin Development Guidelines".
|
|
Show the "Stable release: X.Y" hint on the right-hand side of the
breadcrumb navigation line.
|
|
Before:
-S Enable compatibility with SourceForge's gitweb URLs
After:
-G Don't append .git extension to repository names in gitweb URLs
The new option behaves like the old one, this change should just clarify
that this is not specific to SourceForge.
|
|
Add links to our repository web interface to the commit notifications.
|
|
We use cgit, not Gitweb.
TODO: Make this configurable.
|
|
Add links to <http://webchat.freenode.net/?channels=$channel>.
|
|
Fix a bug that will only be triggered if the output of whoami(1) is
empty.
|
|
|
|
Fix the problem that build-snapshot failed to checkout remote branches.
|
|
Build snapshot only once if multiple branches point(ed) to the same
commit.
|
|
The button is from here:
https://twitter.com/about/resources/buttons
|
|
Show a "Stable release: x.y" note in place of the breadcrumb navigation
on the home page.
|
|
|
|
"current" is just one element, not a class of elements.
|
|
|
|
Add a note regarding the removal of the "contrib" directory to the
release announcement.
|
|
... and reference the release announcement.
|
|
|
|
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.
|
|
Our Git hooks modify files in the home directory of the "plugins" user.
|
|
Add a few notes regarding our poor man's web design.
|
|
Mention our test suite on the "Development" page and show the test
results from <http://labs.consol.de/nagios-plugins/logs/>.
|
|
Markdown uses <pre><code> for code blocks, not just <pre>. Therefore,
we cannot set "white-space: nowrap" for <code>.
|
|
|
|
Jeremy is usually known as "Jeremy T. Bouse".
|
|
|
|
|
|
E.g., <http://www.nagios.org/download/plugins> currently has a reference
to /snapshot/nagios-plugins-HEAD.tar.gz ...
|
|
Match only "^/guidelines$", not "^/guidelines.*".
|
|
Import the --extra-opts documentation from our old site. The --help
output of plugins refers to <http://nagiosplugins.org/extra-opts>.
|
|
Command lines etc. should usually not be wrapped.
|
|
Send emails from Git Repository <git@nagios-plugins.org>. We should
turn this into a proper command line option.
|
|
GitHub uses the refs/pull namespace for pull requests.
|
|
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts,
and configuration files.
|