Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-15 | note | Joey Hess | |
2010-06-15 | match only pages in calendar | Joey Hess | |
2010-06-15 | clear floats before comments begin | Joey Hess | |
2010-06-15 | calendar: Tune archive_pagespec to only match pages, not other files. | Joey Hess | |
2010-06-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-15 | fix labels for form elements | Joey Hess | |
The label for attribute must correspond to the element id (not name). And it needs to be unique inside the loop. | |||
2010-06-15 | Thanks | privat | |
2010-06-15 | typo | bhobbit | |
2010-06-15 | (no commit message) | bhobbit | |
2010-06-14 | fix links | Joey Hess | |
2010-06-14 | add links to mentioned directives | Joey Hess | |
Using the !iki shortcut, since the directive pages may not be included in the basewiki. | |||
2010-06-14 | editpage, comments: Fix broken links in sidebar (due to forcebaseurl). ↵ | Joey Hess | |
(Thanks, privat) | |||
2010-06-14 | good idea | Joey Hess | |
2010-06-14 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-14 | simplify, avoid confusing suggestions | Joey Hess | |
Don't even talk about ACLs, and more strongly discourage directly committing to ikiwiki's srcdir. | |||
2010-06-14 | limit blog inlines to pages | Joey Hess | |
This way images attached to blog posts don't show up as enclosures in the blog by default. | |||
2010-06-14 | Reopen the bug since it is not fixed | privat | |
2010-06-13 | more symetric enable/disable | Joey Hess | |
Removing a plugin from add_plugins is not always enough to disable it. It may have been redundantly added there and also pulled in via goodstuff. Always add didabled plugins to disable_plugins. | |||
2010-06-13 | websetup: Allow enabling plugins listed in disable_plugins. | Joey Hess | |
The bug here was that disabling a plugin included thru goodstuff, like htmlscrubber, caused it to be added to disable_plugins, and those plugins were never loaded, so could not be re-enabled. Fix by allowing them to be force loaded when appropriate. (Also that allows disabled plugins to still record their setup options when dumping a setup file.) | |||
2010-06-13 | response | Joey Hess | |
2010-06-13 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-13 | remove obsolete ol class=form for editpage and editcomment | Joey Hess | |
The styling of labels on the form largely obsoleted the special styled ol, so just a few br's sufficed. Using an ol like that was not too semantically right (probably?) and could cause problems with customized local.css. | |||
2010-06-13 | (no commit message) | http://abhidg.wordpress.com/ | |
2010-06-13 | wording | Joey Hess | |
2010-06-13 | speling | Joey Hess | |
2010-06-13 | typo | Joey Hess | |
2010-06-12 | attachment: When inserting links, insert img directives for images, if that ↵ | Joey Hess | |
plugin is enabled. | |||
2010-06-12 | avoid ugly warning if size="" is specified | Joey Hess | |
2010-06-12 | edittemplate: Look for template pages under templates/ like everything else ↵ | Joey Hess | |
(still looks in old location for backwards compatability). | |||
2010-06-12 | edittemplate: Make silent mode not disable display when the template page ↵ | Joey Hess | |
does not exist, so it can be easily created. | |||
2010-06-12 | editpage: Rename "comments" field to avoid CSS conflict with the comments div. | Joey Hess | |
2010-06-12 | img: Support hspace and vspace attributes. | Joey Hess | |
2010-06-12 | attachment: Show files from underlay in attachments list. | Joey Hess | |
While those files cannot be removed or renamed, this allows easy downloading of them, and a new version can after all be uploaded. | |||
2010-06-11 | realm is an url pattern | Joey Hess | |
2010-06-11 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-11 | openid: Add openid_realm and openid_cgiurl configuration options, useful in ↵ | Joey Hess | |
a few edge case setups. | |||
2010-06-11 | (no commit message) | jwalzer | |
2010-06-11 | (no commit message) | zimek | |
2010-06-11 | (no commit message) | dwabot | |
2010-06-11 | use the ikiwiki userdb outside of the ikiwiki edition access control | nil | |
2010-06-11 | use PARENTLINKS | privat | |
2010-06-10 | Update URL | http://jblevins.org/ | |
2010-06-10 | Update URL | http://jblevins.org/ | |
2010-06-10 | remove old | Joey Hess | |
2010-06-10 | add news item for ikiwiki 3.20100610 | Joey Hess | |
2010-06-10 | releasing version 3.20100610 | Joey Hess | |
2010-06-10 | add auto-scrolling pre's | Joey Hess | |
let's see if anyone hates it :) | |||
2010-06-10 | I'm told that the pagebody div should be after the sidebar. | Joey Hess | |
2010-06-10 | calendar styling | Joey Hess | |
* calendar: Shorten day names, and improve styling of month calendar. * style.css: Reduced sidebar width back to 20ex from 30; the month calendar will now fit in the smaller width, and 30 was feeling too large. | |||
2010-06-10 | also set overflow: auto for blogform | Joey Hess | |
This improves its display slighly when next to a sidebar or other floating element. |