| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Everything is done except for the actual indexing. I plan to do incremental
indexing as pages change.
|
|
|
|
| |
Everything but the actual coding to support them.
|
|
|
|
|
| |
This way it matches the path given for the cgi wrapper, assuming apache
set up to use /var/www.
|
|
|
|
| |
such as TZ or PATH.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Turns out duplicate index files do not need to be stored when usedirs is in
use, just when it's not. Ikiwiki is quite consistent about using page/ when
usedirs is in use. (The only exception is the search plugin, which needs
fixing.)
This also includes significant code cleanup, removal of a incorrect special
case for empty files, and addition of a workaround for a bug in the amazon
perl module.
|
|
|
|
| |
pruning not yet implemented, however
|
| |
|
|
|
|
| |
stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom.
|
|
|
|
| |
anonymous users to edit only matching pages. Closes: #478892
|
|
|
|
| |
recentchangediff to work with svn repos.
|
| |
|
|
|
|
| |
on the same filesystem and the wiki includes large media files, which would normally be copied, wasting time and space.
|
|
|
|
| |
option. (Brian May)
|
| |
|
|
|
|
|
|
| |
> This doesn't work in currently released versions of viewmtn (it was
> meant to), but has been fixed in the development repository. I imagine
> it won't be long until the next release.
|
|
|
|
| |
_MTN/ikiwiki-netsync-hook when a commit is merged in from the net.
|
| |
|
| |
|
|
|
|
|
| |
used if you want a wiki that doesn't default to generating rss or atom
feeds, but that does allow them to be turned on for specific blogs.
|
|
|
|
|
|
|
| |
- On commits, replace "mtn sync" bidirectional with "mtn push" single
direction. No need to pull changes when doing a commit. mtn sync
is still called in rcs_update.
- Support for viewing differences via patches using viewmtn.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
I kept it to a simple global configuration, rather than using the
preprocessor directive for recentchanges, because that had chicken and egg
problems and seemed overcomplicated. This should work reasonably well,
though it would be good to add some more metadata so that more customised
recentchanges pages can be made.
|
| |
|
|
|
|
|
| |
the svnrepo and notify settings, though both will be ignored if left in
setup files.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
It needs to be setgid if the master repo is a shared repository, so
that pushes into the working copy repository happen as the same group,
avoiding permissions problems.
|
| |
|
|
|
|
|
|
|
| |
this kind of thing.
change formatting of some quotes
|
| |
|
| |
|
|
|
|
| |
plugins, from a user-configurable directory.
|
|
|
|
| |
html files with a different extension.
|
| |
|
|
|
|
|
| |
set in the wiki setup, passwordauth will require the password in
order to create an account.
|
|
|
|
| |
* Enable usedirs by default.
|
| |
|
| |
|
|
|
|
|
|
| |
on and supported creating it (especially Tumov). This adds a "usedirs"
option that makes ikiwiki use foo/index.html instead of foo.html as
output page names. It is not yet enabled by default.
|
|
|
|
| |
existence of underlaydir.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
edited.
* Move code forcing signing before edit to a new "signinedit" plugin, and
code checking for locked pages into a new "lockedit" plugin. Both are
enabled by default.
* Remove the anonok config setting. This is now implemented by a new
"anonok" plugin. Anyone with a wiki allowing anonymous edits should
change their configs to enable this new plugin.
* Add an opendiscussion plugin that allows anonymous users to edit
discussion pages, on a wiki that is otherwise wouldn't allow it.
* Lots of CGI code reorg and cleanup.
|
|
|
|
| |
file. Closes: #408599
|
| |
|
|
|
|
|
| |
it from discussion, since it is indeed documented
|
| |
|