aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* web commit by joeywww-data2006-06-11
|
* addjoey2006-06-11
|
* * Patch from Recai Oktaş to improve utf-8 support, it should now use properjoey2006-06-11
| | | | | utf-8 for edit and other fields, and for recentchanges. There may still be utf-8 issues with the preferences page though.
* web commit by AndreLuisLopes: Added AndreLuisLopes personal website entrywww-data2006-06-11
|
* move to more appropriate pagejoey2006-06-10
|
* ikiwiki now in testingjoey2006-06-10
|
* web commit by PaulCollins: link logowww-data2006-06-10
|
* * Fix absolute url munging in rss generation to support https, ftp, etc urlsjoey2006-06-08
| | | | not just http urls.
* web commit by DonMartiwww-data2006-06-08
|
* web commit by DonMartiwww-data2006-06-08
|
* web commit by LarsChristianHausmannwww-data2006-06-04
|
* another from Recaijoey2006-06-04
|
* misc fixes from Recaijoey2006-06-03
|
* web commit by EroSenninwww-data2006-06-03
|
* meta headers are not sanitised; prevent html leaking into themjoey2006-06-02
|
* solution..joey2006-06-02
|
* ugly bug with localesjoey2006-06-02
|
* improve the ikiwiki.setup for git, hope I got everything rightjoey2006-06-02
|
* blahjoey2006-06-02
|
* better blockingjoey2006-06-02
|
* * Add support for using git instead of subversion as the RCS backend,joey2006-06-02
| | | | | tremendous thanks to Recai Oktaş for this. * Doc updates for git.
* foojoey2006-06-02
|
* minorjoey2006-06-02
|
* * Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey2006-06-02
| | | | | | | | | | * Allow pagetemplate plugins to override *anything* in the template. * Add a meta plugin, which allows specifying various metadata about pages, like license and author. It also allows for inserting html link and meta tags into html, overriding the title, and adding hidden WikiLinks, which can be useful when using link-based globbing for page categorisation. * Remove preprocessor directives from inlined pages. * Allow simple preprocessor directive values to be specified w/o quotes.
* bah, globlists are not anded..joey2006-06-02
|
* addjoey2006-06-02
|
* * Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flagjoey2006-06-02
| | | | | when a todo item is done, instead of the previous moving it to a different subdir.
* * Patch from Dr. Zini to add link() and backlink() to globlists. This allowsjoey2006-06-02
| | | | | | | | | | | for some handy stuff like: - Using links as a kind of tag; creating blog pages that list all pages containing a given tag/link or not containing some other tag. - Subscribing to mail notifications whenever a change is made to a page that is a backlink of page foo. Ie, "Please notify me of changes in all pages that link to my home page in the wiki" - Locking any pages that are linked to from a particular page, so that lists of locks can be exposed in the wiki.
* * More security review.joey2006-06-01
|
* web commit by joey: cleanupwww-data2006-05-31
|
* web commit by joeywww-data2006-05-31
|
* web commit by joeywww-data2006-05-31
|
* web commit by joeywww-data2006-05-31
|
* web commit by VictorMoralwww-data2006-05-30
|
* web commit by VictorMoralwww-data2006-05-30
|
* web commit by VictorMoralwww-data2006-05-30
|
* web commit by VictorMoralwww-data2006-05-30
|
* cannot reproduce a problemjoey2006-05-29
|
* * Add --timeformat config option to allow changing how dates are displayed.joey2006-05-29
| | | | | Note that as a side effect, dates will now be displayed using the local timezone, not as GMT.
* remove some old news pages, I'll only be keeping the most recent couple ofjoey2006-05-27
| | | | | things around
* web commit by joeywww-data2006-05-27
|
* add news item for ikiwiki 1.4joey2006-05-27
|
* releasing version 1.4joey2006-05-27
|
* * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades thatjoey2006-05-27
| | | | do not need a full rebuild, in order to update any basewiki pages.
* missed a couple htmllinksjoey2006-05-27
|
* Make page edit textarea resize to fit browser window.joey2006-05-27
|
* typojoey2006-05-26
|
* * --getctime had bitrotted (well I only ever used it the once so far..),joey2006-05-26
| | | | | | | | | | | | * When inlining a page in another one, links from the inlined page are now expanded the same as they are when rendering the inlined page as a standalone page. So rather than being expanded from the POV of the inlining page, they are expanded from the POV of the inlined page. For example, a link from blog/foo to "bar" will now link to blog/bar if it exists. Previously this needed to be a link explicitly to "blog/bar"; such links will also continue to work. (This was slightly complex to do as the link still has to be constructed relative to the inlining page.)
* utf-8 support seems to be working nowjoey2006-05-26
|
* * --getctime had bitrotted (well I only ever used it the once so far..), joey2006-05-26
| | | | | | | fix and make it a bit more flexible * rcs_getctime is changed, now rather than needing to loop over all pages, it should just use the rcs to get the ctime of the passed file.