aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* * postsparkline: Avoid a confusing error message if no pages matchJoey Hess2007-10-24
| | | | and instead show an empty graph.
* ikiwiki is now stored in a git repositoryJoey Hess2007-10-24
| | | | | Note that all the sha1s did change from those in the earlier ikiwiki git repos gated from svn. Thank you, git-svnimport, for the pain.
* * Add a calendar plugin, contributed by Manoj Srivastava.joey2007-10-23
| | | | | | | | | * Reformat calendar plugin to ikiwiki conventions. * The calendar plugin made *every* page depend on every other page, which seemed a wee tiny little bit overkill. Fixed the dependency calculations (I hope.) * Removed manual ctime statting code, and just have the calendar plugin use %pagectime.
* * If gitorigin_branch is set to the empty string, don't push or pull.joey2007-10-22
| | | | Useful for laptop clones of remote wikis.
* * Correct a pair of logic errors that triggered if svnpath was empty.joey2007-10-21
|
* suggest python, since the rst formatter is written in itjoey2007-10-21
|
* * Support git authors of the form "joey <joey>", which is common whenjoey2007-10-21
| | | | | importing from a svn repo.
* * Danish translation from Jonas Smedegaard. Closes: #446952joey2007-10-16
|
* * Rewritten rst plugin by madduck is a python program that communicates withjoey2007-10-15
| | | | | | ikiwiki via XML RPC. This should be much faster than the old plugin that had to fork python for every rst page render. Note that if you use the rst plugin, you now need to have the RPC::XML perl module installed.
* * Add a "createlink" class attribute to the span for wikilinks pointingjoey2007-10-13
| | | | | to not-yet-existing pages. I don't have a useful style defined for that though.
* * Fix strange stderr-hiding code in the git module, allow error messagesjoey2007-10-10
| | | | | to be passed on to stderr. Also fixes a potential bug, since git error meesages were treated as if they came from git stdout.
* Vcs- fields now officialjoey2007-10-10
|
* * In the cgi edit path, reload the index file before rendering. A bugjoey2007-10-10
| | | | | | | | | | showed up where a web edit that added a page caused a near-concurrent web edit to fail in will_render. While it would be hard to reproduce this, my analysis is that the failing cgi started first, loaded the index file (prior to locking) then the other cgi created the new page and rendered it, and then the failing cgi choked on the new file when _it_ tried to render it. Ensuring that the index file is loaded after taking the lock will avoid this bug.
* * French translation update. Closes: #445923joey2007-10-10
| | | | * Fix --get-ctime with git, needed to remove srcdir from filename.
* * Tidy ctime debug output for git.joey2007-10-04
|
* releasing version 2.9joey2007-09-30
|
* clean up bad wiki links, add news itemjoey2007-09-29
|
* * camelcase: Tighten regexp to avoid false positives. WikiWords are onlyjoey2007-09-28
| | | | linkified now if they are preceeded by whitespace.
* * Don't allow whitespace in link text in a wikilink. This was stilljoey2007-09-24
| | | | | allowed by the regexp in one case though not documented to work, and was ambiguous with preprocessor directives.
* * Save index after previewing page edit, since even previewing can createjoey2007-09-22
| | | | | | files in some situations, and this is appropriate in some cases, such as the teximg plugin's error log file. Such files will be automatically cleaned up at an appopriate later time.
* * img: Allow link=somepage to cause the image to link to a given page.joey2007-09-22
| | | | | Slight overriding of link, as link=no is still used to disable the linking entirely. Unless you have a page named "no"..
* * map: Render pages on the way to subpages whose parent pagesjoey2007-09-22
| | | | | | are not included in the map. Include special styling for such pages. * map: Remove common prefixes and don't over-indent. * Add class option to htmllink().
* * map: Render empty nodes on the way to subpages whose parent pagesjoey2007-09-21
| | | | | are not included in the map. * map: Fix valid html issue.
* * tag: Add taglink preprocessor directive, supporting visible tag links.joey2007-09-20
| | | | | * map: Fully specify paths to links to avoid issues when the bestlink didn't point to the correct page.
* * Add taglink preprocessor directive, supporting visible tag links.joey2007-09-20
| | | | Closes: #443344
* * Fix copyright and licence styling.joey2007-09-20
|
* releasing version 2.8joey2007-09-17
|
* * table plugin: Actually specify the delimiter when parsing CSV.joey2007-09-16
| | | | | | * table plugin: The previous version broke WikiLinks inside quoted values. Fix this by linkifying CSV data after parsing it, while DSV data is still linkified before parsing.
* * table plugin: Actually specify the delimiter.joey2007-09-16
|
* * meta: Support license and copyright information. The information willjoey2007-09-14
| | | | | | be shown in the page footer. HTML will also be inserted that should support the rel=license microformat as well as the HTML spec's rel=copyright.
* * inline: add feedonly option, set feedonly=yes to get only the feed buttonjoey2007-09-13
| | | | but not inline the pages.
* * Redid the debian/copyright file, using the proposed new copyright filejoey2007-09-11
| | | | format. Included many details not previously listed in the old file.
* link the GPL to GPL-2 since GPL is now GPL 3.joey2007-09-11
|
* releasing version 2.7joey2007-09-09
|
* * Exclude external plugin from syntax check since it uses a module that isjoey2007-09-07
| | | | not in the build depends. Closes: #441171
* commit.joey2007-09-06
| | | | * Add the ikiwiki-update-wikilist command.
* * Change git test suite to reflect change in log for initial repo creationjoey2007-09-05
| | | | commit.
* * table: Text::CSV doesn't return decoded unicode (XS module); decode itsjoey2007-09-05
| | | | return values.
* * Updated Spanish translation from Victor Moral.joey2007-09-04
|
* * Correct generation of RFC 3339 format times for atom/rss feeds. Always usejoey2007-09-02
| | | | gmtime for these since a time zone is not specified.
* add changelog entriesjoey2007-08-30
|
* * mercurial: Fix rcs_getctime (thanks, bma)joey2007-08-29
|
* thank goodness for test suitesjoey2007-08-29
|
* * mercurial: Pass --style defaults to hg log to ensure right format is used.joey2007-08-29
|
* * Tables containing links with a link text were misparsed, because the "|"joey2007-08-28
| | | | | | | in the wikilink looked like a table field separator. Avoid this ambiguity by linkifying the data before parsing it as a table. * Turn on allow_loose_quotes in the table plugin's Text::CSV object, so that links from wikilinks don't confuse the parser.
* Don't allow newlines in link text in a wikilink.joey2007-08-28
|
* * Allow -cgi -wrapper to be passed on the command line to generate ajoey2007-08-28
| | | | | wrapper. * Fix some taint issues with generating wrappers using the command line.
* * Support for looking in multiple directories for underlay files.joey2007-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.
* fix newsion numberjoey2007-08-27
|
* * Add an editcontent hook.joey2007-08-26
|