Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use PERL | Joey Hess | 2008-06-02 |
| | |||
* | defer po and pot file updating until package build time | Joey Hess | 2008-03-21 |
| | | | | | This allows make to be run without polluting the tree with lots of po file changes. | ||
* | updates to support current version of Devel::Profile | Joey Hess | 2008-03-21 |
| | |||
* | Time::Duration is no longer used, remove from docs and recommends. | Joey Hess | 2008-03-19 |
| | |||
* | Prevent plugins/.gitignore from being installed | martin f. krafft | 2008-03-18 |
| | | | | | | | | | I added a .gitignore file to plugins/ to ignore *.pyc files, and that file is now being installed +x to /usr/lib/ikiwiki/plugins. This commit prevents that by excluding all dot-files under plugins/ from the install. Signed-off-by: martin f. krafft <madduck@madduck.net> | ||
* | pass -libdir so external plugins can be used | Joey Hess | 2008-03-15 |
| | |||
* | clean .myc files from plugins | Joey Hess | 2008-03-15 |
| | |||
* | * Disable taint checking for all builds as people keep complaining about it, | Joey Hess | 2008-02-24 |
| | | | | and since all versions of perl seem to be hopelessly broken. | ||
* | * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this. | Joey Hess | 2008-02-12 |
| | |||
* | rename ikiwiki-prefix-directives into ikiwiki-transition | Joey Hess | 2008-01-30 |
| | | | | | If we have transitions of this sort in the future, this program will hopefully be used to handle them too. | ||
* | Add new preprocessor directive syntax¸ using a '!' prefix. | Josh Triplett | 2008-01-27 |
| | | | | | | | | Add a prefix_directives option to the setup file to turn this syntax on; currently defaults to false, for backward compatibility. Support optional '!' prefix even with prefix_directives off, and use that in the underlay to support either setting of prefix_directives. Add NEWS entry with migration information. | ||
* | * Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects. | Joey Hess | 2008-01-07 |
| | |||
* | pass -refresh | Joey Hess | 2007-12-28 |
| | |||
* | add a setup file for building the doc wiki | Joey Hess | 2007-12-19 |
| | |||
* | * Added a version plugin that saves state about what's using it, to force | Joey Hess | 2007-12-08 |
| | | | | pages to rebuild when ikiwiki's version changes. | ||
* | * Add a new ikiwiki-makerepo program, that automates setting up a repo | Joey Hess | 2007-11-27 |
| | | | | | | | and importing existing content for svn, git, and mercurial. This makes the setup process much simpler. * Reorganised git documentation. * Actually install the ikiwiki-update-wikilist program. | ||
* | bugfix | joey | 2007-09-09 |
| | |||
* | commit. | joey | 2007-09-06 |
| | | | | * Add the ikiwiki-update-wikilist command. | ||
* | fix path issue when runnign test | joey | 2007-09-05 |
| | |||
* | * Support for looking in multiple directories for underlay files. | joey | 2007-08-28 |
| | | | | | | | * Plugins can add new directories to the search path with the add_underlay function. * Split out smiley underlay files into a separate underlay, so if the plugin isn't used, the wiki isn't bloated with all those files. | ||
* | * Avoid ugly gettext messages if LANG is empty. Closes: #439035 | joey | 2007-08-21 |
| | |||
* | * Fix --libdir to work at the command line. | joey | 2007-08-13 |
| | | | | | * Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC. | ||
* | build fixes | joey | 2007-05-20 |
| | |||
* | * Apply patch from Pawel to avoid using -L in Makefile as it's not available | joey | 2007-05-10 |
| | | | | in older finds. | ||
* | updates for usedirs | joey | 2007-04-29 |
| | |||
* | * Avoid using GNU extensions to cp during "make install", which did | joshtriplett | 2007-04-29 |
| | | | | not work on FreeBSD. Thanks to Henrik Brix Andersen for the patch. | ||
* | tmon.out removed by stock clean rule actually.. | joey | 2007-04-27 |
| | |||
* | * Avoid .svn directories when installing from svn checkout. | joey | 2007-04-26 |
| | |||
* | * Add support for PROFILE=1 to the Makefile, this turns on profiling of the | joey | 2007-04-10 |
| | | | | wiki build using Devel::Profiler (Dprof can't handle ikiwiki). | ||
* | --no-rcs is the default now, so no need to explicitly specify | joey | 2007-03-29 |
| | |||
* | PERL5LIB won't work when using the taint flag, and use lib "." is removed | joey | 2007-02-21 |
| | | | | | since ikiwiki.out is run now. So switch to using -I. | ||
* | supposed to run ikiwiki.out now | joey | 2007-02-20 |
| | |||
* | build ikiwiki.out and use it to build the wiki, so that NOTAINT can take ↵ | joey | 2007-02-20 |
| | | | | effect during the build too if necessary | ||
* | * Add explicit module prereqs to Makefile.PL | joey | 2007-02-18 |
| | |||
* | * Make the basewiki be full of symlinks to pages that should be the same | joey | 2007-02-13 |
| | | | | | in the doc wiki. This will allow direct edits to alter the base wiki without manual munging. | ||
* | * When building the doc wiki, build with LANG=C. | joey | 2007-01-28 |
| | |||
* | * Added a Spanish translation by Victor Moral. | joey | 2007-01-03 |
| | | | | * A few translation infrastructure fixes. | ||
* | userdir fixes | joey | 2006-12-29 |
| | |||
* | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | 2006-12-29 |
| | | | | | is available for translation. * Export gettext() from IkiWiki module. | ||
* | fix man page perms in install | joey | 2006-12-19 |
| | |||
* | rename | joey | 2006-11-22 |
| | |||
* | * Add toggle plugin. | joey | 2006-11-22 |
| | | | | | | | | * Introduce the nicebundle. This is a kind of plugin, that just enables many other plugins. It's an easy way to boost ikiwiki from its default, basic wiki, to a full-featured wiki, without manually picking the right set of plugins. New plugins will be added to the nicebundle from time to time. | ||
* | * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it. | joey | 2006-11-20 |
| | | | | | | | | | * Add some code to the build system that tries to determine if the lib installation directory is in @INC. If it's not, munge ikiwiki to hardcode the path to the lib directory. This should allow installing ikiwiki in nonstandard locations, including home directories, by just setting PREFIX at build time. * Fix nested examples directory in deb. | ||
* | shortcut stuff | joey | 2006-11-20 |
| | |||
* | * Patch from Pawel Tecza to cp -a the templates in the Makefile. | joey | 2006-10-17 |
| | |||
* | * Patch from Paul Tötterman to use CP in the Makefile. | joey | 2006-09-28 |
| | |||
* | * Don't rm -rf ikiwiki on distclean, since a) there's no such file | joey | 2006-09-25 |
| | | | | and b) those poor Mac OSX users and their case insensative files! | ||
* | * Yet another fix for those poor case-sensative OSX users. | joey | 2006-09-15 |
| | |||
* | * Add toc (table of contents) plugin. | joey | 2006-08-28 |
| | |||
* | more PREFIX fun | joey | 2006-08-27 |
| |