Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | update for rename of todo/org_mode.mdwn to plugins/contrib/org_mode.mdwn | https://id.koumbit.net/anarcat | 2014-12-11 | |
| | ||||
* | rename todo/org_mode.mdwn to plugins/contrib/org_mode.mdwn | https://id.koumbit.net/anarcat | 2014-12-11 | |
| | ||||
* | please don't rely on me for this bit | Simon McVittie | 2014-12-09 | |
| | ||||
* | some notes on ikiwiki vs. Markdown | Simon McVittie | 2014-12-09 | |
| | ||||
* | Add regression test for libdir/libdirs | Simon McVittie | 2014-12-09 | |
| | ||||
* | changelog, close bug | Simon McVittie | 2014-12-09 | |
| | ||||
* | Simplify libdirs: libdirs must be plural, libdir must be a single string | Simon McVittie | 2014-12-09 | |
| | | | | | This makes the documentation read more sensibly, and matches how we handle underlaydirs and underlaydir. | |||
* | Merge remote-tracking branch 'spalax/paternal/libdirs' | Simon McVittie | 2014-12-09 | |
|\ | ||||
| * | Make getlibdirs return an array (or whathever this type is called in perl) | Louis | 2014-12-06 | |
| | | ||||
| * | Allow several extra library and plugin directories (libdir option) | Louis | 2014-12-06 | |
| | | ||||
* | | Added a comment | http://www.globalclue.com/ | 2014-12-08 | |
| | | ||||
* | | Several libdirs: proposed patch | spalax | 2014-12-06 | |
| | | ||||
* | | adding my support for GitHub style multinline code blocks | https://www.google.com/accounts/o8/id?id=AItOawk3u11rMiJPHFHFmiaqzVH4THJuL_Qlpls | 2014-12-03 | |
| | | ||||
* | | entab | Amitai Schlair | 2014-12-02 | |
| | | ||||
* | | in debug mode, issue a warning before waiting for a lock | Mark Jason Dominus (陶敏修) | 2014-12-02 | |
| | | ||||
* | | yet more variants of CSS flex | Simon McVittie | 2014-12-01 | |
| | | ||||
* | | be more backwards-compatible with flex layout | Simon McVittie | 2014-12-01 | |
| | | ||||
* | | close | http://smcv.pseudorandom.co.uk/ | 2014-12-01 | |
| | | ||||
* | | changelog and NEWS entry for responsive layout | Simon McVittie | 2014-12-01 | |
| | | ||||
* | | More page layout adjustments for mobile browsers and small windows | Simon McVittie | 2014-12-01 | |
| | | ||||
* | | page.tmpl: tell mobile browsers we have a responsive layout, unless told not to | Simon McVittie | 2014-12-01 | |
| | | | | | | | | | | | | | | | | | | | | Mobile browsers typically assume that arbitrary web pages are designed for a "desktop-sized" browser window (around 1000px) and display that layout, zoomed out, in order to avoid breaking naive designs that assume nobody will ever look at a website on a phone or something. People who are actually doing "responsive design" need to opt-in to mobile browsers rendering it at a more normal size. | |||
* | | Make the layout adjust to narrow viewports better | Simon McVittie | 2014-12-01 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Below about 600px (phones and small windowed browsers) the sidebar starts breaking the layout. Moving it inline helps a lot; with modern CSS (flex layout) we can also shuffle it after the main content. Older browsers that don't do one of the 4 variants of flex layout will just display it above the main content, which is annoying but not too bad. blueview also has a minimum width set so that it won't become ridiculously small with small fonts, but that means it gets scrollbars below about 850px; stop enforcing the minimum width if necessary. Finally, blueview's relatively generous margins look good in a desktop browser, but are just too space-hungry on a phone. Turn them off below 600px. | |||
* | | (no commit message) | http://jamestechnotes.com/ | 2014-12-01 | |
| | | ||||
* | | (no commit message) | http://jamestechnotes.com/ | 2014-12-01 | |
| | | ||||
* | | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlYiXmRWVkntHp5khnWu3ooHBBf2d2juEQ | 2014-12-01 | |
| | | ||||
* | | update for rename of mjd.mdwn to users/mjd.mdwn | http://blog.plover.com/ | 2014-11-30 | |
| | | ||||
* | | rename mjd.mdwn to users/mjd.mdwn | http://blog.plover.com/ | 2014-11-30 | |
| | | ||||
* | | add IRC identity | http://blog.plover.com/ | 2014-11-30 | |
| | | ||||
* | | (no commit message) | http://blog.plover.com/ | 2014-11-30 | |
| | | ||||
* | | correct broken markup | http://blog.plover.com/ | 2014-11-30 | |
| | | ||||
* | | mention mjd's repository | http://blog.plover.com/ | 2014-11-30 | |
| | | ||||
* | | Adding James Richardson home page. | https://www.google.com/accounts/o8/id?id=AItOawlYiXmRWVkntHp5khnWu3ooHBBf2d2juEQ | 2014-11-29 | |
| | | ||||
* | | Added a comment: more info needed | http://smcv.pseudorandom.co.uk/ | 2014-11-27 | |
| | | ||||
* | | (no commit message) | Veyrdite | 2014-11-26 | |
| | | ||||
* | | update | http://smcv.pseudorandom.co.uk/ | 2014-11-26 | |
| | | ||||
* | | IRC is not a bug tracker | http://smcv.pseudorandom.co.uk/ | 2014-11-26 | |
| | | ||||
* | | you'd get this error on any refresh? | http://smcv.pseudorandom.co.uk/ | 2014-11-26 | |
| | | ||||
* | | moreinfo | http://smcv.pseudorandom.co.uk/ | 2014-11-26 | |
| | | ||||
* | | core: generate HTML5 by default, but keep avoiding new elements like ↵ | Simon McVittie | 2014-11-26 | |
| | | | | | | | | <section> that require specific browser support unless html5 is set to 1. | |||
* | | Merge branch 'ready/html5' | Simon McVittie | 2014-11-26 | |
|\ \ | ||||
| * | | Emit vestigial xmlns so people can still pass ikiwiki output through XSLT | Simon McVittie | 2014-10-16 | |
| | | | ||||
| * | | We no longer have a test for DTD-valid XHTML 1.0, but at least check ↵ | Simon McVittie | 2014-10-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | well-formedness This means that people can do XSLT nonsense if they want to. The failures are currently marked TODO because not everything in the docwiki is in fact well-formed. | |||
| * | | Remove now-redundant test-cases for a non-default html5 setting | Simon McVittie | 2014-10-16 | |
| | | | ||||
| * | | Now that we're always using HTML5, <base href> can be relative | Simon McVittie | 2014-10-16 | |
| | | | ||||
| * | | Always produce HTML5 doctype and new attributes, but not new elements | Simon McVittie | 2014-10-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to caniuse.com, a significant fraction of Web users are still using Internet Explorer versions that do not support HTML5 sectioning elements. However, claiming we're XHTML 1.0 Strict means we can't use features invented in the last 12 years, even if they degrade gracefully in older browsers (like the role and placeholder attributes). This means our output is no longer valid according to any particular DTD. Real browsers and other non-validator user-agents have never cared about DTD compliance anyway, so I don't think this is a real loss. | |||
* | | | search: add more classes as a hook for CSS. Thanks, sajolida | Simon McVittie | 2014-11-26 | |
| | | | ||||
* | | | Add classes to form in search results | sajolida | 2014-11-26 | |
| | | | | | | | | | | | | | | | This is needed to style it, for example to reduce the width of the text input and prevent layout issues. | |||
* | | | review | http://smcv.pseudorandom.co.uk/ | 2014-11-26 | |
| | | | ||||
* | | | Merge remote-tracking branch 'origin/master' | Simon McVittie | 2014-11-26 | |
|\ \ \ | ||||
| * | | | a plan | http://smcv.pseudorandom.co.uk/ | 2014-11-26 | |
| | | | |