aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add a postscan hook.Joey Hess2008-07-17
| | | | | * Add a postscan hook. * search: Use postscan hook, avoid updating index when previewing.
* web commit by http://jcflack.myopenid.com/Joey Hess2008-07-17
|
* web commit by http://jcflack.myopenid.com/Joey Hess2008-07-17
|
* web commit by http://jcflack.myopenid.com/: Oh, *that's* where XML RPC is ↵Joey Hess2008-07-17
| | | | specified! :)
* fix pos settingJoey Hess2008-07-17
| | | | | | 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.
* add smiley to work around markdownJoey Hess2008-07-17
| | | | | {*} can be interpreted as the start of emphasised text by markdown, so add {x} as an alternate way to get the same symbol
* smiley escaping fixesJoey Hess2008-07-17
| | | | | | | | | | | | | 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`.
* web commit by http://jcflack.myopenid.com/Joey Hess2008-07-17
|
* test for meta plugin and don't use when not availableJoey Hess2008-07-17
|
* whitespaceJoey Hess2008-07-17
|
* set commented-out code to 1Joey Hess2008-07-17
| | | | so it can be uncommented to enable
* further thoughtsJoey Hess2008-07-16
|
* responseJoey Hess2008-07-16
|
* responseJoey Hess2008-07-16
|
* responseJoey Hess2008-07-16
|
* responseJoey Hess2008-07-16
|
* merged intrigeri's parentlinks plugin, close todoJoey Hess2008-07-16
|
* changelogJoey Hess2008-07-16
|
* move complex examples to a tipJoey Hess2008-07-16
|
* formatting etcJoey Hess2008-07-16
|
* Merge commit 'intrigeri/pedigree'Joey Hess2008-07-16
|\
| * pedigree rename to parentlinks: rename/adapt everythingintrigeri2008-07-15
| | | | | | | | | | | | | | | | | | | | * 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>
| * pedigree rename to parentlinks: renamed files, to start withintrigeri2008-07-15
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * pedigree: rewrote with different designintrigeri2008-07-15
| | | | | | | | | | | | (and updated testsuite + docs accordingly) Signed-off-by: intrigeri <intrigeri@boum.org>
| * added testsuite for the pedigree pluginintrigeri2008-07-14
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * pedigree: added documentation (doc/plugins/pedigree.mdwn)intrigeri2008-07-14
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * pedigree: added DISTANCE loop variableintrigeri2008-07-14
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * pedigree: fix RELDEPTH in PEDIGREE_BUT_ROOT...intrigeri2008-07-14
| | | | | | | | | | | | | | | | ... 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>
| * pedigree: added _but_root & _but_two_oldest loopsintrigeri2008-07-13
| | | | | | | | | | | | | | | | | | ... 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>
| * pedigree: fixed misc bugsintrigeri2008-07-13
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * added new plugin: pedigreeintrigeri2008-07-13
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | two more casesJoey Hess2008-07-16
| |
* | some design work on rename/deleteJoey Hess2008-07-16
| |
* | web commit by mrledJoey Hess2008-07-15
| |
* | web commit by mrledJoey Hess2008-07-15
| |
* | web commit by intrigeri: fixed formatting (I will learn to preview before ↵Joey Hess2008-07-15
| | | | | | | | saving, some day...)
* | web commit by intrigeri: proposed patch to add a bonus "else" parameter to ↵Joey Hess2008-07-15
| | | | | | | | the map plugin
* | web commit by intrigeri: fixed git repo url formating, seems that git:// is ↵Joey Hess2008-07-15
| | | | | | | | not supported
* | web commit by http://dajul.myopenid.com/Joey Hess2008-07-15
| |
* | web commit by intrigeri: pedigree: renamed to parentlinks, replace core ↵Joey Hess2008-07-15
| | | | | | | | parentlinks
* | web commit by intrigeri: created wishlist for applydiff pluginJoey Hess2008-07-15
| |
* | web commit by intrigeri: user page creationJoey Hess2008-07-15
| |
* | web commit by intrigeri: pedigree: anounced rewrite according to new designJoey Hess2008-07-15
| |
* | web commit by intrigeri: pedigree: compromise?Joey Hess2008-07-15
| |
* | web commit by http://ptecza.myopenid.com/: * ResponseJoey Hess2008-07-15
| |
* | fixesJoey Hess2008-07-14
| |
* | use prune to delete rendered filesJoey Hess2008-07-14
| | | | | | | | This handles deleting empty directories too.
* | Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess2008-07-14
|\ \ | | | | | | | | | | | | | | | Conflicts: doc/plugins/aggregate.mdwn
| * | Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie2008-07-15
| | |
| * | Merge branch 'aggregateinternal'Simon McVittie2008-07-15
| |\ \