Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | styling for formbuilder fieldsets | joey | 2007-04-30 | |
| | ||||
* | Document "Mail Password". | joshtriplett | 2007-04-30 | |
| | ||||
* | web commit by JoshTriplett: Add passwordauth, and invert logic. | joey | 2007-04-30 | |
| | ||||
* | web commit by JoshTriplett: Future goals: More documentation in the ↵ | joey | 2007-04-30 | |
| | | | | basewiki, including documentation for all enabled plugins. | |||
* | Extend pagespecs in conditionals to ensure that the target basewiki page ↵ | joshtriplett | 2007-04-30 | |
| | | | | exists as well, in case the setup file excludes it. | |||
* | Followup on bug. | joshtriplett | 2007-04-30 | |
| | ||||
* | web commit by JoshTriplett: Use fixed-width fonts for syntax examples. | joey | 2007-04-30 | |
| | ||||
* | Add passwordauth to basewiki.mdwn. | joshtriplett | 2007-04-30 | |
| | ||||
* | web commit by JoshTriplett: Improve formatting of the OpenID provider ↵ | joey | 2007-04-30 | |
| | | | | example, and remove an extra backslash. | |||
* | * Group passwordauth fields with a fieldset as well. Add a new | joshtriplett | 2007-04-30 | |
| | | | | | | | | passwordauth page to the basewiki describing password authentication; like openid, it uses conditional to check which forms of authentication the wiki allows. Add conditional cross- links between the openid and passwordauth pages, to help the user understand how they can log in. | |||
* | remove old item | joey | 2007-04-29 | |
| | ||||
* | doh | joey | 2007-04-29 | |
| | ||||
* | fix | joey | 2007-04-29 | |
| | ||||
* | 2.0 stuff | joey | 2007-04-29 | |
| | ||||
* | * Enable openid logins by default. | joey | 2007-04-29 | |
| | | | | * Enable usedirs by default. | |||
* | add | joey | 2007-04-29 | |
| | ||||
* | * Use a fieldset to set off the openid entry from the rest of the login | joey | 2007-04-29 | |
| | | | | form. | |||
* | * Avoid using GNU extensions to cp during "make install", which did | joshtriplett | 2007-04-29 | |
| | | | | not work on FreeBSD. Thanks to Henrik Brix Andersen for the patch. | |||
* | Add trailing newline. | joshtriplett | 2007-04-29 | |
| | ||||
* | web commit by JoshTriplett: Fix typo. | joey | 2007-04-29 | |
| | ||||
* | web commit by JoshTriplett: Fix typo. | joey | 2007-04-29 | |
| | ||||
* | web commit by JoshTriplett: Check off the unit test suite; "could of course ↵ | joey | 2007-04-29 | |
| | | | | use more tests" doesn't seem release-critical. | |||
* | web commit by JoshTriplett: No, apparently FreeBSD `install` does not ↵ | joey | 2007-04-29 | |
| | | | | support `-D`. | |||
* | web commit by JoshTriplett: Expand on "Improved [[todo/html]] stylesheets ↵ | joey | 2007-04-29 | |
| | | | | and templates." | |||
* | response | joey | 2007-04-29 | |
| | ||||
* | web commit by hb | joey | 2007-04-29 | |
| | ||||
* | web commit by enodev | joey | 2007-04-29 | |
| | ||||
* | web commit by HenrikBrixAndersen: Add patch for using install(1) instead of ↵ | joey | 2007-04-29 | |
| | | | | cp(1) for installing files | |||
* | add news item for ikiwiki 1.51 | joey | 2007-04-29 | |
| | ||||
* | * Apply patch from hb that uses the full path to a file when adding a file | joey | 2007-04-29 | |
| | | | | | | using the mercurial backend. Not 100% sure why it failed w/o the full path, but this still passes the test suite, and indeed, is how the test suite calls hg add. | |||
* | web commit by JoshTriplett: The Debian package does have a version on its ↵ | joey | 2007-04-28 | |
| | | | | Suggests of liblocale-gettext-perl. | |||
* | web commit by enodev | joey | 2007-04-28 | |
| | ||||
* | web commit by http://adam.shand.net/: debian package needs updating with ↵ | joey | 2007-04-28 | |
| | | | | require for new enough version of liblocale-gettext-perl | |||
* | web commit by http://adam.shand.net/ | joey | 2007-04-28 | |
| | ||||
* | web commit by http://mem.myopenid.com/: poll vote (Accept only OpenID for ↵ | joey | 2007-04-28 | |
| | | | | logins) | |||
* | web commit by http://mem.myopenid.com/: Add first cut at implementation | joey | 2007-04-28 | |
| | ||||
* | done | joey | 2007-04-27 | |
| | ||||
* | web commit by http://adam.shand.net/ | joey | 2007-04-27 | |
| | ||||
* | add a description to rfc links | joey | 2007-04-27 | |
| | ||||
* | web commit by JoshTriplett: Correct. | joey | 2007-04-27 | |
| | ||||
* | Add two Message-ID shortcuts. | joshtriplett | 2007-04-27 | |
| | ||||
* | * Make pagespec_match return an object that can be stringified to tell | joey | 2007-04-27 | |
| | | | | * Include wikiname in syslogged messages. | |||
* | question | joey | 2007-04-27 | |
| | ||||
* | minor improvements | joey | 2007-04-27 | |
| | ||||
* | web commit by enodev | joey | 2007-04-27 | |
| | ||||
* | web commit from 82.212.18.143: poll vote (Accept both) | joey | 2007-04-27 | |
| | ||||
* | web commit by JoshTriplett | joey | 2007-04-27 | |
| | ||||
* | web commit by JoshTriplett | joey | 2007-04-27 | |
| | ||||
* | the kind of perl code that can only be written at 4:30 am | joey | 2007-04-27 | |
| | | | | | | | (Get a good message when a PageSpec fails due to a negated success by creating success objects with a reason string, which morph into failure objects when negated.) | |||
* | * Make pagespec_match on failure return a value that is false, but in a | joey | 2007-04-27 | |
| | | | | | | scalar context, evaluates to a reason why the match failed. * Add testpagespec plugin, which might be useful to see why a pagespec isn't matching something. |