summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-08web commit by EthanGlasserCamp: This is probably better.joey
2006-11-08* Enable utf8 file IO in aggregate plugin.joey
* Fix some issues with the new registration form.
2006-11-08web commit by EthanGlasserCampjoey
2006-11-08web commit by EthanGlasserCamp: exactly what it sounds likejoey
2006-11-08web commit by EthanGlasserCamp: Oops, this is what the patch actually says!joey
2006-11-08web commit by EthanGlasserCamp: use diff -ur so I can apply this easier in ↵joey
the future
2006-11-08web commit by EthanGlasserCamp: use a real patch format rather than just ↵joey
doing svn diff
2006-11-06web commit by JoshTriplett: Canonical feed location?joey
2006-11-06web commit by JoshTriplettjoey
2006-11-06web commit by JoshTriplett: Fix links which just had [homepage] or [blog] in ↵joey
the text to include the surrounding attribution, and change the ion link from HTML to markdown
2006-11-06web commit by JoshTriplett: Add the Sparse wiki.joey
2006-11-06typojoey
2006-11-05* Avoid syntax errors in templates used by the template plugin crashingjoey
ikiwiki.
2006-11-04* Fix issue with aggregate plugin updating expired pages.joey
2006-11-03add news item for ikiwiki 1.32joey
2006-11-03releasing version 1.32joey
2006-11-03move :-) to correct locationjoey
2006-11-02 Closes: #396702joey
2006-11-01web commit by KyleMacLeajoey
2006-11-01web commit by KyleMacLeajoey
2006-11-01* Patch from James Westby to support podcasting, photoblogging, vidcasting,joey
or what have you, by creating enclosures for non-page items that are included in feeds.
2006-11-01ideajoey
2006-11-01updatejoey
2006-11-01foojoey
2006-11-01done-ishjoey
2006-11-01* Implemented expiry options for aggregate plugin.joey
* Use precalculated backlinks info when determining if files need an update due to a page they link to being added/removed. Mostly significant if there are lots of pages. * Remove duplicate link info when saving index. In some cases it could pile up rather badly. (Probably not the best way to deal with this problem.)
2006-10-31add pointer to backportjoey
2006-10-30* Improve login/register process, the login dialog has only name andjoey
password fields, which allows more web browsers to regognise it as a login field, and is less confusing.
2006-10-30* Add perlmagick to build-depends so syntax check of img plugin works.joey
2006-10-30web commit by jhjoey
2006-10-30revamp css market, allow selecting stylesheets on the fly in web browserjoey
2006-10-29another updatejoey
2006-10-29foldjoey
2006-10-28updatejoey
2006-10-28* Install the source of the examples into /usr/share/doc/ikiwiki/examples.joey
2006-10-28updatejoey
2006-10-28* Add a default stylesheet entry for the pagecloud.joey
* Add examples page with some examples of things that can be done using ikiwiki, like a weblog. The examples can be copied into a user's wiki for a quick start, without needing to learn everything about how to put them together.
2006-10-28fix a bugjoey
2006-10-28updated againjoey
2006-10-28* Now that links are calculated in a separate pass, it can alsojoey
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk Erdem.
2006-10-28updatejoey
2006-10-28updatejoey
2006-10-28 instead of over and over. Typical speedup is ~4x. Max possible speedup:joey
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* Add a separate pass to find page links, and only render each page once,joey
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-28add news item for ikiwiki 1.31joey
2006-10-28releasing version 1.31joey
2006-10-28updatejoey
2006-10-28delete sessionjoey
2006-10-28* Add basic spam fighting tool for admins: An admin's prefs page now allowsjoey
editing a list of banned users who are not allowed to log in.
2006-10-27revert spammerjoey