Commit Graph

61 Commits (59379d0205fdbdb90553d1f5cef666e7e72a8927)

Author SHA1 Message Date
Joey Hess 40257dc621 mention prefix_directives 2008-01-28 14:56:15 -05:00
joey 10038268ad releasing version 2.00 2007-04-30 04:51:57 +00:00
joey a363e19cb9 web commit by JoshTriplett: Future goals: More documentation in the basewiki, including documentation for all enabled plugins. 2007-04-30 02:45:08 +00:00
joey b63fcb8fa4 doh 2007-04-29 23:21:47 +00:00
joey d3452e012d fix 2007-04-29 23:20:53 +00:00
joey 69d27a2ecd 2.0 stuff 2007-04-29 23:19:25 +00:00
joey d5ea49b7b9 web commit by JoshTriplett: Check off the unit test suite; "could of course use more tests" doesn't seem release-critical. 2007-04-29 21:28:58 +00:00
joey 800198cfc2 web commit by JoshTriplett: Expand on "Improved [[todo/html]] stylesheets and templates." 2007-04-29 21:12:34 +00:00
joey 4fcc9d92ab updates 2007-04-26 22:57:35 +00:00
joey 72cbd74a11 web commit by JoshTriplett: Fix typos. 2007-04-15 07:18:18 +00:00
joey 4d27643735 web commit by JoshTriplett 2007-04-10 07:43:22 +00:00
joey 7236d09adb web commit by JoshTriplett: Reference OpenID bug. 2007-04-10 07:42:30 +00:00
joey b67832229e web commit by JoshTriplett: Link pagespecs. 2007-04-10 06:59:55 +00:00
joey f465ffc29d web commit by JoshTriplett: Note the existence of usedirs. 2007-04-10 06:52:38 +00:00
joey d9e0abdd13 web commit by JoshTriplett: Link to goodstuff. 2007-04-10 06:51:36 +00:00
joey 1eebe10d96 web commit by JoshTriplett: Note that our conversion scripts should provide a framework for converters from other wikis. 2007-04-10 06:50:41 +00:00
joey 06b955b84a * Add a new %destsources hash, which maps between a destination file and
the source page used to create it, ie it's the reverse of %renderedfiles.
* Use %destsources in htmllink and urlto for 20-50% speedup.
2007-04-10 01:18:03 +00:00
joey 979ca51584 web commit by JoshTriplett: s/Moin Moin/MoinMoin/ 2007-04-06 22:09:11 +00:00
joey 24cd0fdb42 web commit by JoshTriplett: Link myself and give Jamey's last name. 2007-04-06 22:07:14 +00:00
joey a8f4e5b8a6 Conversion support for existing other wikis. 2007-04-06 22:05:52 +00:00
joey aee4621bae * Fix a bug in the img plugin that caused thumbnailed files to not be
* Make the OpenID library a reccommendation of the Debian package, rather
  than just a suggests, since OpenID is enabled by default.
2007-04-04 00:40:57 +00:00
joey b39495f501 add check marks 2007-03-07 09:39:13 +00:00
joey 8d14c1bd3a on relative pagespecs by default.. 2007-02-15 21:37:07 +00:00
joey e95581101d plans for 2.0 2007-02-15 21:06:29 +00:00
joey f02df6477e roadmap update 2007-02-07 03:48:37 +00:00
joey ff5d1505e3 use toggles 2006-11-22 03:09:32 +00:00
joey 994c242994 update 2006-10-28 05:45:56 +00:00
joey db3b72c482 instead of over and over. Typical speedup is ~4x. Max possible speedup:
8x.
* Add "scan" parameter to hook(), which is used to make the hook be called
  during the scanning pass, as well as the render pass. The meta and tag
  plugins need to use the new scan parameter, so will any others that modify
  %links.
* Now that links are calculated in a separate pass, it can also 
  precalculate backlinks in one pass, which is O(N^2) instead of the
  previous code that was O(N^3). A very nice speedup for wikis with lots
  (thousands) of pages.
2006-10-28 05:07:56 +00:00
joey 49bf877701 * Add a separate pass to find page links, and only render each page once,
instead of over and over. This is up to 8 times faster than before!
  (This could have introduced some subtle bugs, so it needs to be tested
  extensively.)
2006-10-28 03:27:10 +00:00
joey dae0f48e91 * Work on firming up the plugin interface:
- Plugins should not need to load IkiWiki::Render to get commonly
    used functions, so moved some functions from there to IkiWiki.
  - Picked out the set of functions and variables that most plugins
    use, documented them, and made IkiWiki export them by default,
    like a proper perl module should.
  - Use the other functions at your own risk.
  - This is not quite complete, I still have to decide whether to
    export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
  referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
  to make like changes to it and avoid use of non-exported symboles from
  "IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
  setting.
2006-09-09 22:50:27 +00:00
joey f7f3b0bb7d * Add support for mercurial, contributed by Emanuele Aina. 2006-09-06 20:31:55 +00:00
joey 99d52a1794 * Add support for tla, contributed by Clint Adama. Closes: #385936 2006-09-04 06:15:54 +00:00
joey ea95624e2d * Drop real uid/gid in the suid wrapper, thus allowing commits to remote
subversion repos and fixing some other issues.
2006-09-04 03:38:02 +00:00
joey e32b07ed2b releasing version 1.21 2006-08-20 20:53:56 +00:00
joey e1fa002cb4 update 2006-08-19 05:15:00 +00:00
joey 63edea27bc * Add first draft at a Restructured Text (rst) plugin, by Sergio
Talens-Oliag. Note that this has many known issues -- see the caveats on
  the plugin's page.
* Credit everyone who wrote a plugin on the plugins' wiki pages.
2006-08-19 05:05:02 +00:00
joey 2f0d94c80b updates 2006-08-18 06:21:59 +00:00
joey 2794d7ef5a * Renamed GlobLists to PageSpecs.
* PageSpecs can now include nested parens, "and", and "or". This remains
  backwards compatible to the old GlobList format. It's implemented by
  treating the GlobList as a very limited microlanguage that is transformed
  to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
  using the new PageSpec format. Compatability with the old format will be
  removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
  Closes: #380680
* Changes to index file encoding.
2006-08-02 00:14:31 +00:00
joey dea23a1031 * Switch pagetemplate hooks to using named parameters.
* Pass a "destpage" parameter to preprocessor and pagetemplate hooks.
  This will be the page that a source page will be part of, which is
  different than the source page for inlined pages.
* Audited all plugins to endure they pass page, destpage to htmllink
  appropriatly. This means inlining of various plugins will not work
  properly, with correct links generated.
2006-07-27 23:41:58 +00:00
joey 97e6f39dd0 * Patch from Faidon to use svn --limit when possible for recentchanges,
speeds up recentchanges a lot for wikis with more history.
2006-07-05 17:40:07 +00:00
joey 014a387996 * Memoize abs2rel, which is still kinda slow, for another 30% speedup
in time to build the doc wiki.
2006-07-04 16:34:27 +00:00
joey 77b38730d4 update 2006-07-04 03:59:37 +00:00
joey 02aed8df36 update 2006-07-04 00:03:36 +00:00
joey 84815d0ce9 word wrap 2006-07-03 22:49:24 +00:00
www-data e743ee6974 web commit by joey 2006-06-18 21:26:13 +00:00
joey c0f8126143 foo 2006-06-02 04:54:35 +00:00
joey d534483b9b * Reorganised the doc wiki's todo/* pages, using a link/tag to flag
* 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.
2006-06-02 04:49:12 +00:00
joey 65d0aee407 * --getctime had bitrotted (well I only ever used it the once so far..),
* 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.)
2006-05-26 16:11:53 +00:00
www-data 64d99045b9 web commit by joey 2006-05-12 23:45:07 +00:00
joey 3b0fce93e4 * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
it, this will allow for adding a unit test suite.
2006-05-02 06:53:33 +00:00