Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | response | joey | 2006-11-08 |
| | |||
* | * Make sure to check for errors from every eval. | joey | 2006-11-08 |
| | |||
* | web commit by joey: responses | joey | 2006-11-08 |
| | |||
* | update | joey | 2006-11-08 |
| | |||
* | this is really a todo item, not a bug | joey | 2006-11-08 |
| | |||
* | response | joey | 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 | 2006-11-08 |
| | | | | * Fix some issues with the new registration form. | ||
* | 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 | 2006-11-08 |
| | | | | the future | ||
* | web commit by EthanGlasserCamp: use a real patch format rather than just ↵ | joey | 2006-11-08 |
| | | | | doing svn diff | ||
* | 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 | 2006-11-06 |
| | | | | the text to include the surrounding attribution, and change the ion link from HTML to markdown | ||
* | web commit by JoshTriplett: Add the Sparse wiki. | joey | 2006-11-06 |
| | |||
* | typo | joey | 2006-11-06 |
| | |||
* | * Avoid syntax errors in templates used by the template plugin crashing | joey | 2006-11-05 |
| | | | | ikiwiki. | ||
* | * Fix issue with aggregate plugin updating expired pages. | joey | 2006-11-04 |
| | |||
* | 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-03 |
| | |||
* | Closes: #396702 | joey | 2006-11-02 |
| | |||
* | 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 | 2006-11-01 |
| | | | | | or what have you, by creating enclosures for non-page items that are included in feeds. | ||
* | 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 | 2006-11-01 |
| | | | | | | | | | * 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.) | ||
* | add pointer to backport | joey | 2006-10-31 |
| | |||
* | * Improve login/register process, the login dialog has only name and | joey | 2006-10-30 |
| | | | | | password fields, which allows more web browsers to regognise it as a login field, and is less confusing. | ||
* | * 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-30 |
| | |||
* | another update | joey | 2006-10-29 |
| | |||
* | fold | joey | 2006-10-29 |
| | |||
* | 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 | 2006-10-28 |
| | | | | | | | * 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. | ||
* | 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 | 2006-10-28 |
| | | | | | * Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk Erdem. | ||
* | update | joey | 2006-10-28 |
| | |||
* | update | joey | 2006-10-28 |
| | |||
* | instead of over and over. Typical speedup is ~4x. Max possible speedup: | joey | 2006-10-28 |
| | | | | | | | | | | | | 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. |