Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-24 | response | Joey Hess | |
2008-06-24 | web commit by http://gmcmanus.myopenid.com/: new plaintext plugin | Joey Hess | |
2008-06-21 | `template` option for aggregate.pm. | Bernd Zeimetz | |
Allows to specify the template file which is used to create the html pages. | |||
2008-06-20 | remove some stuff that doesn't really need to be noted in the wiki now that | Joey Hess | |
the plugin is in mainline | |||
2008-06-19 | creole: New plugin from Bernd Zeimetz. Closes: #486930 | Joey Hess | |
2008-06-18 | web commit by ptman: It seems the exclamation mark is now needed, can ↵ | Joey Hess | |
someone confirm this? | |||
2008-06-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-06-15 | meta: Store "description" in pagestate for use by other plugins. | Joey Hess | |
map: Support show=description. | |||
2008-06-15 | web commit by XTaran: Changed case of repo link since hgweb seems to be ↵ | Joey Hess | |
pickier about it than before, thanks to Marillion for reporting the dead link. | |||
2008-06-15 | remove TODO, moved to code | Joey Hess | |
2008-06-15 | finish including hnb plugin | Joey Hess | |
2008-06-15 | map: Add a "show" parameter. "show=title" can be used to display page ↵ | Joey Hess | |
titles, rather than the default page name. Based on a patch from Jaldhar H. Vyas, Closes: #484510 | |||
2008-06-15 | web commit by tschwinge: Indeed this issue is ``fixed'' now ;-) and the new ↵ | Joey Hess | |
searching subsystem is confirmed to function. | |||
2008-06-12 | link to patch | Joey Hess | |
2008-06-12 | web commit by AndrewGreenberg: We'd also like to see a 'usetitles' option ↵ | Joey Hess | |
for the map plugin. | |||
2008-06-12 | response | Joey Hess | |
2008-06-11 | web commit by http://harningt.eharning.us/: Question about mirroring w/ ↵ | Joey Hess | |
pinger/pingee | |||
2008-06-07 | img: Support captions. | Joey Hess | |
2008-06-04 | finishing touches on the new search plugin | Joey Hess | |
- Add a Help link. - If the pageterm is too long, hash it. | |||
2008-06-04 | some plugins that need SHA1 | Joey Hess | |
2008-06-04 | Pass a destpage parameter to the sanitize hook. | Joey Hess | |
Because the search plugin needed it, also because it's one of the few plugins that didn't already have it. I also considered adding it to htmlize, but I really cannot imagine caring what the destpage is when htmlizing. (I'll probably be poven wrong later.) | |||
2008-06-04 | more search improvements | Joey Hess | |
2008-06-03 | search: Converted to use xapian-omega. | Joey Hess | |
Everything is done except for the actual indexing. I plan to do incremental indexing as pages change. | |||
2008-06-01 | document that pagestate values can be anything Storable handles | Joey Hess | |
This only started being true by accident when the index was changed to use Storable, but it's a nice feature. | |||
2008-05-30 | haiku: Generate valid xhtml. | Joey Hess | |
2008-05-30 | fix link | Joey Hess | |
2008-05-30 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-05-30 | web commit by http://kaizer.se/: The output of this plugin does not validate ↵ | Joey Hess | |
as XHTML: [validator.w3.org][w3] --ulrik | |||
2008-05-29 | documentation for use of hashed passwords | Joey Hess | |
Everything but the actual coding to support them. | |||
2008-05-26 | web commit by XTaran: Mercurial repository | Joey Hess | |
2008-05-26 | web commit by XTaran: Everything necessary fixed with 0.02 | Joey Hess | |
2008-05-16 | response | Joey Hess | |
2008-05-16 | web commit by http://harningt.eharning.us/ | Joey Hess | |
2008-05-15 | exclude templates/*, which are listed in templates | Joey Hess | |
2008-05-13 | web commit by buo: Typo | Joey Hess | |
2008-05-13 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-05-13 | mdwn: Add a multimarkdown setup file option. | Joey Hess | |
2008-05-13 | web commit by https://noone.org/openid//: Added note about license (GPL) | Joey Hess | |
2008-05-08 | add --delete-bucket option | Joey Hess | |
2008-05-08 | amazon s3 index file improvements | Joey Hess | |
Turns out duplicate index files do not need to be stored when usedirs is in use, just when it's not. Ikiwiki is quite consistent about using page/ when usedirs is in use. (The only exception is the search plugin, which needs fixing.) This also includes significant code cleanup, removal of a incorrect special case for empty files, and addition of a workaround for a bug in the amazon perl module. | |||
2008-05-07 | amazon s3 support implemented and kinda working | Joey Hess | |
pruning not yet implemented, however | |||
2008-05-07 | whitespace | Joey Hess | |
2008-05-07 | documentation for amazon_s3 plugin | Joey Hess | |
Now to write it. :-) | |||
2008-05-06 | pinger/pingee now tested and working | Joey Hess | |
2008-05-05 | aggregate: Add support for web-based triggering of aggregation for people ↵ | Joey Hess | |
stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom. | |||
2008-05-03 | linkify | Joey Hess | |
2008-05-03 | web commit by RichMorin | Joey Hess | |
2008-05-03 | web commit by RichMorin | Joey Hess | |
2008-05-02 | Fix ugly display when editing a page that has vanished. | Joey Hess | |
srcfile now has an optional second parameter to avoid it throwing an error if the source file does not exist. | |||
2008-05-01 | anonk: Add anonok_pagespec configuration setting that can be used to allow ↵ | Joey Hess | |
anonymous users to edit only matching pages. Closes: #478892 |