Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-08 | * Patch from Ethan Glasser Camp to add a skip option to the inline plugin. | joey | |
2006-11-08 | web 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-08 | web commit by EthanGlasserCamp | joey | |
2006-11-08 | web commit by EthanGlasserCamp: exactly what it sounds like | joey | |
2006-11-08 | web commit by EthanGlasserCamp: Oops, this is what the patch actually says! | joey | |
2006-11-08 | web commit by EthanGlasserCamp: use diff -ur so I can apply this easier in ↵ | joey | |
the future | |||
2006-11-08 | web commit by EthanGlasserCamp: use a real patch format rather than just ↵ | joey | |
doing svn diff | |||
2006-11-06 | web commit by JoshTriplett: Canonical feed location? | joey | |
2006-11-06 | web commit by JoshTriplett | joey | |
2006-11-06 | web 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-06 | web commit by JoshTriplett: Add the Sparse wiki. | joey | |
2006-11-06 | typo | joey | |
2006-11-05 | * Avoid syntax errors in templates used by the template plugin crashing | joey | |
ikiwiki. | |||
2006-11-04 | * Fix issue with aggregate plugin updating expired pages. | joey | |
2006-11-03 | add news item for ikiwiki 1.32 | joey | |
2006-11-03 | releasing version 1.32 | joey | |
2006-11-03 | move :-) to correct location | joey | |
2006-11-02 | Closes: #396702 | joey | |
2006-11-01 | web commit by KyleMacLea | joey | |
2006-11-01 | web commit by KyleMacLea | joey | |
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-01 | idea | joey | |
2006-11-01 | update | joey | |
2006-11-01 | foo | joey | |
2006-11-01 | done-ish | joey | |
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-31 | add pointer to backport | joey | |
2006-10-30 | * Improve login/register process, the login dialog has only name and | joey | |
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-30 | web commit by jh | joey | |
2006-10-30 | revamp css market, allow selecting stylesheets on the fly in web browser | joey | |
2006-10-29 | another update | joey | |
2006-10-29 | fold | joey | |
2006-10-28 | update | joey | |
2006-10-28 | * Install the source of the examples into /usr/share/doc/ikiwiki/examples. | joey | |
2006-10-28 | update | joey | |
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-28 | fix a bug | joey | |
2006-10-28 | updated again | joey | |
2006-10-28 | * Now that links are calculated in a separate pass, it can also | joey | |
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk Erdem. | |||
2006-10-28 | update | joey | |
2006-10-28 | update | joey | |
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-28 | add news item for ikiwiki 1.31 | joey | |
2006-10-28 | releasing version 1.31 | joey | |
2006-10-28 | update | joey | |
2006-10-28 | delete session | joey | |
2006-10-28 | * Add basic spam fighting tool for admins: An admin's prefs page now allows | joey | |
editing a list of banned users who are not allowed to log in. |