Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | security update | joey | |
2006-04-25 | prevent users from registering with name that is not a valid wikifile | joey | |
avoids XSS attacks and is generally a good limitation | |||
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | oops | joey | |
2006-04-25 | implemented html sanitisation | joey | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | more double slash sanitisation, avoids another loop | joey | |
2006-04-25 | fix a deadloop if from ended in a / | joey | |
2006-04-25 | more | joey | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | web commit by joey | www-data | |
2006-04-25 | formatting | joey | |
2006-04-25 | update | joey | |
2006-04-25 | subscription nearly done | joey | |
2006-04-24 | web commit by joey | www-data | |
2006-04-24 | web commit by joey | www-data | |
2006-04-24 | web commit by joey | www-data | |
2006-04-24 | web commit by joey | www-data | |
2006-04-24 | update | joey | |
2006-04-24 | commit changes for email subscriptions | joey | |
2006-04-24 | update | joey | |
2006-04-24 | update | joey | |
2006-04-21 | patch fron Branden to install the man page in Makefile.PL | joey | |
2006-04-21 | fix comment | joey | |
2006-04-20 | version formbuilder dep | joey | |
2006-04-20 | fix broken example config file and detect this breakage | joey | |
2006-04-17 | web commit by ThomasSchwinge: I like it. | www-data | |
2006-04-17 | web commit by ThomasSchwinge: Commenting... | www-data | |
2006-04-17 | web commit by ThomasSchwinge | www-data | |
2006-04-17 | web commit by ThomasSchwinge | www-data | |
2006-04-14 | fix --anonok | joey | |
2006-04-10 | bug | joey | |
2006-04-10 | web commit by joey | www-data | |
2006-04-10 | add basic borders around blog posts | joey | |
not sure I'm 100% happy with this look, but it's better than naught | |||
2006-04-07 | typo | joey | |
2006-04-06 | web commit by kcr | www-data | |
2006-04-04 | moving away from regenning wiki on every upgrade, added a variable to | joey | |
control when to do it | |||
2006-04-04 | renamed | joey | |
2006-04-04 | web commit by joey: remove no longer relevant note (underlaid now) | www-data | |
2006-04-04 | Convert postprocessordirectives into preprocessordirectives, so they are | joey | |
expanded before markdown. Consequences: - No need to worry about markdown messing with parameters of preprocessordirectives. (If you had to escape stuff in one before, you'll need to undo that escaping now.) - No need for ugly </p> hacks before inlined subpages. Instead, subpages are wrapped in a <div>, and this prevents markdown from touching them. (This can also be used to add style to subpages.) - rss generation is less of a hack. |