aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* announce 3.20150614Simon McVittie2015-06-14
|
* img: stop ImageMagick trying to be clever if filenames contain a colonSimon McVittie2015-06-13
| | | | | | | | | | $im->Read() takes a filename-like argument with several sets of special syntax. Most of the possible metacharacters are escaped by the default `wiki_file_chars` (and in any case not particularly disruptive), but the colon ":" is not. It seems the way to force ImageMagick to treat colons within the filename as literal is to prepend a colon, so do that.
* inline: change default sort order from age to "age title" for determinismSimon McVittie2015-06-13
|
* new questions (sharing settings easily)https://launchpad.net/~beaufils2015-06-12
|
* new todo: hebrew l10nfr33domlover2015-06-12
|
* announce 3.20150610Simon McVittie2015-06-11
|
* Templates render bugfix appear to be working.kjs2015-06-10
|
* Force a deterministic sort order for more pagesSimon McVittie2015-06-09
|
* Close the openid vs. password pollSimon McVittie2015-06-09
| | | | The result has pretty clearly been: we're keeping both.
* Add [[!meta date]] to news items and tipsSimon McVittie2015-06-09
| | | | | | | The git checkout and build process can leave the checkout date in the tarball release, leading to unstable sorting. I tried to use `git restore-mtime`, but that doesn't work for ikiwiki, because dgit interferes with it.
* disable another gitorious repository in ./gitremotesSimon McVittie2015-06-09
|
* Replace email authentication icon with one that is more instantly recognizableSimon McVittie2015-06-09
|
* follow up: optimization partially restoredSimon McVittie2015-06-09
|
* de-optimized to fix a bugsmcv2015-06-08
|
* hopefully fixed in mastersmcv2015-06-08
|
* respond to various thingssmcv2015-06-08
|
* (no commit message)kjs2015-06-07
|
* Revert "removed"Simon McVittie2015-06-07
| | | | | | We like our pages and we would prefer to keep them. This reverts commit 508bda205911058377f36fd4924b1e3f33914c71.
* Templates not found when pushing from remote computerkjs2015-06-06
|
* (no commit message)guilhem2015-06-06
|
* removedChrisrogeri2015-06-05
|
* Added a comment: Cheap VPSalexjj@97b75209148c043997fe05b4341a6290908200352015-06-05
|
* mutiple setup not possiblehttps://launchpad.net/~beaufils2015-06-01
|
* Question about multiple setup file usehttps://launchpad.net/~beaufils2015-06-01
|
* added opengraph pluginhttps://social.hi.ato.br/desci2015-06-01
|
* removed old sites and added newhttps://social.hi.ato.br/desci2015-06-01
|
* added limitationhttps://social.hi.ato.br/desci2015-06-01
|
* fixed disclaimerhttps://social.hi.ato.br/desci2015-06-01
|
* (no commit message)https://social.hi.ato.br/desci2015-06-01
|
* (no commit message)https://social.hi.ato.br/desci2015-06-01
|
* Add bug about default behaviour of meta plugin for style sheetssajolida2015-05-29
|
* (no commit message)https://social.hi.ato.br/desci2015-05-28
|
* (no commit message)https://social.hi.ato.br/desci2015-05-28
|
* (no commit message)https://social.hi.ato.br/desci2015-05-28
|
* rename icon instead of changing the JavascriptSimon McVittie2015-05-27
| | | | | That can take effect on Branchable without rebuilding ikiwiki.deb, and the shorter name is perhaps nicer anyway.
* correct name of emailauth iconSimon McVittie2015-05-27
|
* Do not directly enable emailauth by default, only indirectly via openidSimon McVittie2015-05-27
| | | | | | | This avoids nasty surprises on upgrade if a site is using httpauth, or passwordauth with an account_creation_password, and relying on only a select group of users being able to edit the site. We can revisit this for ikiwiki 4.
* stop ./gitremotes from processing some broken linksSimon McVittie2015-05-27
|
* (no commit message)usgv@7608a70b09743e47fbf6b7bcd937121e03e4e2442015-05-26
|
* openid spam happens, as it turns outhttps://id.koumbit.net/anarcat2015-05-25
|
* identified (partly) last spammerAntoine Beaupré2015-05-25
|
* Revert "WU trf, train tickets, ship shop, cvv, complete fullz, dumps"Antoine Beaupré2015-05-25
| | | | This reverts commit 1d05cf33fb5f4fc9e1a3d6e76b4973282f3a724c.
* WU trf, train tickets, ship shop, cvv, complete fullz, dumpshttps://me.yahoo.com/a/NyYLSvhuu9XQ3TQ79dx8Peg5GY1VfiNezVI-#df77b2015-05-25
|
* typospalax2015-05-21
|
* Question about python path for external plugins.spalax2015-05-21
|
* http://i.imgur.com/0yo0VjC.png?1Jake12015-05-19
|
* Idea: embedded podcast A/V player.Amitai Schlair2015-05-17
|
* cloak user PII when making commits etc, and let cloaked PII be used in ↵Joey Hess2015-05-14
| | | | | | | | | | | | | | banned_users This was needed due to emailauth, but I've also wrapped all IP address exposure in cloak(), although the function doesn't yet cloak IP addresses. (One IP address I didn't cloak is the one that appears on the password reset email template. That is expected to be the user's own IP address, so ok to show it to them.) Thanks to smcv for the pointer to http://xmlns.com/foaf/spec/#term_mbox_sha1sum
* commentsJoey Hess2015-05-14
|
* passwordauth: Don't allow registering accounts that look like openids.Joey Hess2015-05-14
| | | | | Also prohibit @ in account names, in case the file regexp was relaxed to allow it.