| Commit message (Expand) | Author | Age |
* | All rcs backends need to implement rcs_remove•••(Done for svn, git.)
| Joey Hess | 2008-07-21 |
* | form tweaks; use title | Joey Hess | 2008-07-21 |
* | implemented form state saving and retrieval•••This is overkill for delete, since it's only used on Cancel. But it will be
crucial for rename, so as to restore any pending edits after renaming a
page.
| Joey Hess | 2008-07-21 |
* | basic removal form skeleton | Joey Hess | 2008-07-21 |
* | rename skeleton.pm•••Add '.example' so it's not installed with the other plugins.
| Joey Hess | 2008-07-21 |
* | Use correct term prefixes when searching.•••The Z term prefix is for stemming and shouldn't be used here.
X is for custom fields.
| Gabriel McManus | 2008-07-19 |
* | mark old web commits as from web | Joey Hess | 2008-07-17 |
* | fix web commit determination | Joey Hess | 2008-07-17 |
* | dummy up an email address for web commits•••Not doing so breaks cia and other things that try to parse a username out
of the email address.
| Joey Hess | 2008-07-17 |
* | git: Fix parsing of git logs with no commit messages at all. | Joey Hess | 2008-07-17 |
* | change how web commits are specified•••The trailer line was a bit complex and ugly;
I think it's better to just put "(web)" after the user
name.
This has a side effect of making web commits with no messages
have a completly empty commit message. Use --cleanup=verbatim
to force git to accept such.
| Joey Hess | 2008-07-17 |
* | git: Put web committer name/openid/address in the git author field•••The committer's email address is not used (because leaking email addresses
is not liked by many users). Closes: #451023
A "Web-commit" trailer is added, to allow telling the difference between
web commits and direct commits.
| Joey Hess | 2008-07-17 |
* | Add a postscan hook.•••* Add a postscan hook.
* search: Use postscan hook, avoid updating index when previewing.
| Joey Hess | 2008-07-17 |
* | fix pos setting•••What was really going on is that expanding a smiley modified the string and
reset the match process. Force set pos so it continues on from the expanded
smiley.
| Joey Hess | 2008-07-17 |
* | smiley escaping fixes•••Smileys need to be double-escaped to work, since the smiley plugin runs as
a sanitize hook, and markdown helpfully removes one level of escapes first.
There were some bugs in the smiley handling code that made escaped smileys
still be expanded. After unescaping a smiley, it needed to move pos forward
past it or the next pass would expand it.
Also, once the m//g got to the end, it seemed to loop back through and make
one more pass (a difference in perl 5.10's regexp exngine? I observed that
pos was undefined when this happened, so added a `last unless defined pos`.
| Joey Hess | 2008-07-17 |
* | formatting etc | Joey Hess | 2008-07-16 |
* | Merge commit 'intrigeri/pedigree' | Joey Hess | 2008-07-16 |
|\ |
|
| * | pedigree rename to parentlinks: rename/adapt everything•••* Renamed to parentlinks every single variable or function called
pedigree
* Removed the parentlinks function from Render.pm
* Enabled the new parentlinks plugin by default
* Adapted testsuite and documentation to reflate the above facts
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-07-15 |
| * | pedigree rename to parentlinks: renamed files, to start with•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-07-15 |
| * | pedigree: rewrote with different design•••(and updated testsuite + docs accordingly)
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-07-15 |
| * | pedigree: added DISTANCE loop variable•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-07-14 |
| * | pedigree: fix RELDEPTH in PEDIGREE_BUT_ROOT...•••... at least when it's not used in the same template as
PEDIGREE_BUT_TWO_OLDEST (see Known bugs section in pedigree.mdwn for
details)
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-07-14 |
| * | pedigree: added _but_root & _but_two_oldest loops•••... after having learned a bit of Perl, knocked my head against
Perl references and arrays of hashes, tried to use some nice
functionnal programming constructs - no success - to make things
more generic... I'm back to the roots, with this simple code :)
Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-07-13 |
| * | pedigree: fixed misc bugs•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-07-13 |
| * | added new plugin: pedigree•••Signed-off-by: intrigeri <intrigeri@boum.org>
| intrigeri | 2008-07-13 |
* | | fixes | Joey Hess | 2008-07-14 |
* | | use prune to delete rendered files•••This handles deleting empty directories too.
| Joey Hess | 2008-07-14 |
* | | Fix aggregateinternal migration so it skips expired entries, and deletes output | Simon McVittie | 2008-07-15 |
* | | Merge commit 'smcv/aggregateinternal' into aggregateinternal•••Conflicts:
IkiWiki/Plugin/aggregate.pm
| Joey Hess | 2008-07-14 |
|\ \ |
|
| * | | Use _aggregated as extension for internalized aggregation | Simon McVittie | 2008-07-15 |
* | | | changes to debug message printing | Joey Hess | 2008-07-14 |
|/ / |
|
* | | Add aggregateinternal mode to ikiwiki-transition.•••Usage:
1. Update all pagespecs that use aggregated pages to use internal()
2. ikiwiki-transition aggregateinternal $srcdir $htmlext
(where $srcdir and $htmlext are the srcdir and htmlext options in
your .setup file)
3. Add aggregateinternal to your .setup file
4. Rebuild the wiki
| Simon McVittie | 2008-07-14 |
* | | Merge commit 'origin/master' into aggregateinternal | Simon McVittie | 2008-07-14 |
|\ \ |
|
| * | | switch preprocess hooks to use error function | Joey Hess | 2008-07-13 |
| |/ |
|
| * | avoid hardlinking files owned by others•••If hardlinks are enabled, it would hardlink files from the underlay. That
was sorta annoying if you tried to edit by hand for some reason, so let's
not. Files that are hardlinked should be rare enough that a few extra stats
won't hurt.
| Joey Hess | 2008-07-12 |
| * | only htmlize errors when cgi is actually running | Joey Hess | 2008-07-12 |
| * | convert fatal error to warning•••Since perlmagick is not a hard dep, and goodstuff is enabled by default,
imgs should not crash builds
| Joey Hess | 2008-07-12 |
| * | Add missing requirement of IkiWiki::render before starting to render things | Simon McVittie | 2008-07-12 |
* | | Make aggregated items be internal pages if --aggregateinternal is used.•••This addresses <http://ikiwiki.info/todo/aggregate_to_internal_pages/>
in a simple way. With this approach, a flag day is required, on which all
users of aggregated pages start to inline them using the internal() pagespec;
after that, the aggregateinternal option can safely be switched on in the
setup file (and the old aggregated pages can be deleted by hand).
| Simon McVittie | 2008-07-12 |
|/ |
|
* | Stop prepending urn:uuid: to guids that look like UUIDs | Simon McVittie | 2008-07-12 |
* | Rename [[!inline atomid="..."]] to [[!inline guid="..."]] to be consistent wi... | Simon McVittie | 2008-07-12 |
* | Accept [[!inline ... atomid="..."]] and use it to populate the feed's Atom <id>.•••This is often the same as the feed's <link> (in which case it can be omitted) but sometimes it's a urn:uuid: URN instead.
| Simon McVittie | 2008-07-12 |
* | Merge commit 'smcv/master' | Joey Hess | 2008-07-12 |
|\ |
|
| * | Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta p... | Simon McVittie | 2008-07-12 |
* | | Move yesno function out of inline and into IkiWiki core, not exported. | Joey Hess | 2008-07-12 |
|/ |
|
* | rename uuid to guid | Joey Hess | 2008-07-12 |
* | elide temp var | Joey Hess | 2008-07-12 |
* | meta plugin: if uuid looks like it is in fact a UUID, prepend "urn:uuid" (oth... | Simon McVittie | 2008-07-11 |
* | inline plugin: if meta plugin is also enabled, and has collected a uuid for a... | Simon McVittie | 2008-07-11 |
* | meta plugin: also collect [[!meta uuid="..."]] | Simon McVittie | 2008-07-11 |