Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-19 | Added a comment | jeanm | |
2010-06-19 | What license for themes for distribution in ikiwiki? | PaulePanter | |
2010-06-19 | Match start page `/index` does not work. | PaulePanter | |
2010-06-19 | Test PageSpec with root page `/index.mdwn`. | PaulePanter | |
2010-06-19 | Enhance the link plugin to handle external links. | Bernd Zeimetz | |
The following ways to create a link are supported now: [[url]] [[text|url]] url can be one of the following: - an internal wikilink: will be handled as before - any other kind of URL, including mailto: proper links will be created: <a href="url">url</a> <a href="url">text</a> - an email address: <a href="mailto:url">url</a> <a href="mailto:url">text</a> | |||
2010-06-19 | forgotten signature | bhobbit | |
2010-06-19 | reply to Joey | bhobbit | |
2010-06-18 | less tight positioning | Joey Hess | |
the descenders in the tabs were cut off before | |||
2010-06-18 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-18 | sidebar styling and fix actions for inlined pages | Joey Hess | |
Styling the actions for inlined pages as tabs did not work well. That still needs some work; for now just don't style the actions for inlined pages. | |||
2010-06-18 | update to newer version from svend's blog | Joey Hess | |
2010-06-18 | don't need to escape the inline tag if its in pre tag | http://www.openid.albertlash.com/openid/ | |
2010-06-18 | (no commit message) | http://www.openid.albertlash.com/openid/ | |
2010-06-18 | store state to avoid needing to rebuild when changing theme | Joey Hess | |
2010-06-18 | needsbuild hook is passed an array ref | Joey Hess | |
2010-06-18 | typo | Joey Hess | |
2010-06-18 | mention added themes | Joey Hess | |
2010-06-18 | rename bzed theme to "blueview" | Joey Hess | |
2010-06-18 | also a problem for theme plugin | Joey Hess | |
2010-06-18 | response | Joey Hess | |
2010-06-18 | response | Joey Hess | |
2010-06-18 | avoid showing subpages of contrib plugins | Joey Hess | |
2010-06-18 | fix filename | Joey Hess | |
2010-06-18 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-18 | bugnum | Joey Hess | |
2010-06-18 | avoid shelling | Joey Hess | |
2010-06-18 | mercurial: Fix buggy getctime code. | Joey Hess | |
The file passed to rcs_getctime is already absolute, and it was trying to stick the srcdir on the front. Also, eliminated potentially unsafe shelling. | |||
2010-06-18 | `themes.pm` instead of `themes.mdwn` | PaulePanter | |
2010-06-17 | avoid dying if cannot chdir to an underlaydir | Joey Hess | |
2010-06-17 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-17 | yeay ! \\o \o/ o// | demo | |
2010-06-17 | (no commit message) | jhagg | |
2010-06-17 | (no commit message) | jeanm | |
2010-06-16 | link to theme plugin | Joey Hess | |
2010-06-16 | Merge branch 'themes' | Joey Hess | |
2010-06-16 | add background image, kindly gpl'd by bzed | Joey Hess | |
2010-06-16 | force list context | Joey Hess | |
run_or_die returns a status code in scalar context | |||
2010-06-16 | preserve timestamps for directive and theme underlays | Joey Hess | |
2010-06-16 | force rebuild for theme change | Joey Hess | |
For now, a rebuild is the only way to ensure the changed theme is used. Ikiwiki normally will not realize style.css has changed, since themes tend to have the same timestamp for the file. | |||
2010-06-16 | add theme plugin | Joey Hess | |
2010-06-16 | Encode not used | Joey Hess | |
2010-06-16 | comments | Joey Hess | |
2010-06-16 | not local.css here | Joey Hess | |
2010-06-16 | copy from actiontabs.css in css_market | Joey Hess | |
fixed a few indents | |||
2010-06-16 | copy from bzed | Joey Hess | |
2010-06-16 | tweak bzed's theme | Joey Hess | |
* move dotted border from bottom inlinecontent to top inlinefooter, and allow inlinefooter to clear floating content. This way, floating images do not hang down through the dotted border * don't reset inputs and textareas, it makes buttons in forms all squash up together * don't eliminate fieldsets, it makes the web setup page a mess * only force the size of the search box. ikiwiki generally picks form field sizes with a reasonable good reason * remove some custom css classes not used * remove some trailing whitespace | |||
2010-06-16 | add copy of local.css from bzed.de | Joey Hess | |
bzed says this is not quite ready, but I'm an impatient guy. Guess I'll have to track his updates. | |||
2010-06-16 | attachment: Support Windows paths when taking basename of client-supplied ↵ | Joey Hess | |
file name. | |||
2010-06-16 | (no commit message) | jhagg | |
2010-06-15 | git: Gix --gettime to properly support utf8 filenames. | Joey Hess | |
In passing, fixed a bug where the srcdir was in a subdir of a repository named "0". |