| Commit message (Expand) | Author | Age |
* | highlight: New plugin supporting syntax highlighting of pretty much anything.•••* debian/control: Add suggests for libhighlight-perl, although
that package is not yet created by Debian's highlight source package.
(See #529869)
| Joey Hess | 2009-05-22 |
* | Add a microblog template that is useful for inlining microblogging posts. | Joey Hess | 2009-04-11 |
* | css: Add clear: both to inlinefooter.•••If an inlined page contains a floating element, this ensures
that the footer appears beneath it, and prevents the floating element from
possibly leaking down to the next inlined page.
| Joey Hess | 2009-03-25 |
* | remove hr under comment actions•••The horizontal line was only meant to be displayed under
the actions at the top of a page.
| Joey Hess | 2009-01-25 |
* | Remove nonstandard css. Closes: #512378 | Joey Hess | 2009-01-20 |
* | comment layout change•••I saw a layout similar to this on blogger, and I sorta like it
The dash avoids parens sitting next to each other in some cases.
| Joey Hess | 2008-12-21 |
* | my try at improving comment styling•••Makes it look more like a blog, but not enough to be confusing, and with
nothing as large as in a blog. Removal of the vertical line under the
subject imho makes it easier to scan through comments as each box is a new
one. Bolding the subject seems to make it stand out enough, especially as
its a link now. (Also considered increasing its font size to 110%.)
| Joey Hess | 2008-12-20 |
* | fiddle with comment css classes | Joey Hess | 2008-12-19 |
* | postcomment: Rename plugin to comments, use *._comment files•••The PageSpec is still called "postcomment" since that's what it means.
| Simon McVittie | 2008-12-11 |
* | Rename smcvpostcomment plugin to postcomment to propose for inclusion | Simon McVittie | 2008-12-11 |
* | smcvpostcomment_*.tmpl: make class names match template names•••Also put "posting comments disabled" in [], and change "Page preview"
to "Comment preview".
| Simon McVittie | 2008-12-11 |
* | Add some basic stylesheet rules for smcvpostcomment | Simon McVittie | 2008-12-11 |
* | style.css: reduce the scope of the .author rule to when it's nested in .inlin...•••In the initial template for blog-style comments, I don't want the author
name to be quite as large and prominent as the author of a blog post - I
expect that comments will be rather short, so the author name stands out
better for a given font size.
| Simon McVittie | 2008-12-11 |
* | add padding between inlined page title and content•••Some aggregated contents do not include a span element, so there was zero
padding without this.
| Joey Hess | 2008-10-01 |
* | progress: New plugin to generate progress bars (willu) | Joey Hess | 2008-09-09 |
* | style.css: Add missing semicolon. Closes: #497176 | Joey Hess | 2008-09-01 |
* | color: New plugin from ptecza. | Joey Hess | 2008-08-26 |
* | add clear: both for recentchanges•••This helps make sure the sidebar displays above it on some browsers
| Joey Hess | 2008-08-07 |
* | move to right | Joey Hess | 2008-08-06 |
* | Added a small icon to the search input box. | Joey Hess | 2008-08-06 |
* | set background color of floating divs•••If a floating div is next to (and in front of) a div that takes up the
whole screen width, and has a background color set, that color can bleed
through into the floating div. One exampe of this is inline's blogpost
form. Avoid it by setting the background color of the floating element.
| Joey Hess | 2008-08-04 |
* | Don't set clear:both on .pagedate etc., only on .pagefooter•••This removes clear:both from the trailing metadata of inlined entries as
requested by tschwinge, but if you want that feature back, you can set
.inlinefooter { clear: both; } in local.css.
| Simon McVittie | 2008-07-13 |
* | make errors red | Joey Hess | 2008-07-12 |
* | img: Support captions. | Joey Hess | 2008-06-07 |
* | * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.•••* rcs_diff is a new function that rcs modules should implement.
* Implemented rcs_diff for git, svn, and tla (tla version untested).
Mercurial and monotone still todo.
| Joey Hess | 2008-03-03 |
* | more style improvements | Joey Hess | 2008-01-29 |
* | * map: Render pages on the way to subpages whose parent pages••• are not included in the map. Include special styling for such pages.
* map: Remove common prefixes and don't over-indent.
* Add class option to htmllink().
| joey | 2007-09-22 |
* | basic styling for license and copyright | joey | 2007-09-15 |
* | page cloud was split into two definitions | joey | 2007-05-12 |
* | * Make all templates have a footer div to ease themeing. Required template••• and style sheet updates, and unless you're using customised versions,
you'll want to rebuild wikis on upgrade to this version to avoid
inconsistencies.
* Allow WIKINAME to to used in footers, as an example of something to put
there.
| joey | 2007-05-11 |
* | Use border-style: none; rather than border: 0px; for img. | joshtriplett | 2007-05-08 |
* | * Use div layout for the signin and preferences forms, so that they can be••• styled using the stylesheet, rather than by creating signin and prefs
templates.
* Make the openid login form nicely styled.
| joey | 2007-04-30 |
* | styling for formbuilder fieldsets | joey | 2007-04-30 |
* | more footer improvements | joey | 2007-04-26 |
* | more footer improvements | joey | 2007-04-26 |
* | add margin around tags | joey | 2007-04-26 |
* | * Move the footer div to enclose tags and links too.•••* More style sheet updates, remove the hack that used the tags div to create
the footer border.
| joey | 2007-04-26 |
* | * Change basewiki CSS to not put a border around images used as links. | joshtriplett | 2007-04-24 |
* | use popup balloon for more backlinks, rather than expanding on hover, since•••in some cases it's not possible to move the mouse over the more backlinks
using the old method
| joey | 2007-04-06 |
* | * Hide excess backlinks and expand using CSS trick; control quantiy via••• the numbacklinks setting.
| joey | 2007-03-31 |
* | * Add a templates page to the basewiki. It will automatically list all••• available templates. Rename the old templates page to wikitemplates.
* Include the note template in the basewiki.
* Add a popup template in the basewiki. CSS based on some by Martin Krafft.
* Make the note, popup, and plugin templates detect missing variables and be
self-documenting, listing the available variables.
| joey | 2007-03-31 |
* | * Make ikiwiki's stylesheet support printing by hiding parts of the page••• that shouldn't appear in a printout: Search box, actions bar,
blog post form, tags, backlinks, and feed buttons.
| joey | 2007-03-22 |
* | * Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for the••• OpenID login form rather than linking to a remote logo, to avoid various
issues. Since there is not yet a license for the actual OpenID logo, this
file is currently a blank image. Users who want to can copy
http://openid.net/login-bg.gif into their wiki.
| joey | 2007-02-19 |
* | * Make the basewiki be full of symlinks to pages that should be the same••• in the doc wiki. This will allow direct edits to alter the base wiki
without manual munging.
| joey | 2007-02-13 |
* | merge to basewiki | joey | 2007-02-10 |
* | web commit by JoshTriplett: Nuke trailing whitespace. | joey | 2007-02-10 |
* | web commit by JoshTriplett: Avoid overriding the user's choice of sans-serif ... | joey | 2007-02-10 |
* | Implemented --underlaydir, and moved files provided by underlay out of doc•••so I don't need to maintain two copies anymore.
You might also want to remove the files provided in the basewiki underlay
from your wiki, if you have not created custom local versions of them, so
that these pages will be automatically updated in future ikiwiki upgrades.
| joey | 2006-03-29 |
* | minor | joey | 2006-03-29 |
* | minor improvements | joey | 2006-03-29 |