aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* community/gsoc: GSoC 2014 is over.Thomas Schwinge2014-10-072-13/+7
|
* GSoC 2014.Thomas Schwinge2014-03-165-51/+91
|
* Improve rendering of inlined pages.Thomas Schwinge2014-03-122-4/+5
|
* QEMU multiboot.Thomas Schwinge2014-03-124-348/+41
|
* qemu: fatal: Trying to execute code outside RAM or ROM at 0x000000010010001eThomas Schwinge2014-03-112-13/+8
|
* open_issues/nightly_builds_deb_packages: /proc/cmdline does work fine.Thomas Schwinge2014-03-111-8/+0
|
* Merge remote-tracking branch 'fp/master'Thomas Schwinge2014-03-115-0/+182
|\
| * IRC.Thomas Schwinge2014-03-115-0/+182
| |
* | Interlink file locking issues.Thomas Schwinge2014-03-114-14/+31
| |
* | community/gsoc/project_ideas/testsuites: Implement Missing Interfaces for ↵Thomas Schwinge2014-03-092-15/+57
| | | | | | | | GNU Hurd.
* | open_issues/glibc: POSIX Timers.Thomas Schwinge2014-03-091-1/+5
| |
* | community/gsoc/project_ideas/package_manager: Porting Guix to GNU/Hurd.Thomas Schwinge2014-03-091-1/+4
|/
* ikiwiki.setup: Reflect reality of setup on darnassus.Thomas Schwinge2014-03-091-3/+3
|
* OpenID login issue: make sure that liblwpx-paranoidagent-perl is not installed.tschwinge2014-03-091-37/+7
|
* "Uncommitted changes" issue resolved by patching Ikiwiki/Plugin/git.pm for ↵https://www.google.com/accounts/o8/id?id=AItOawlhuDmpoP_69ebY9ZWu9hqr2RDLwsOf9802014-03-091-30/+1
| | | | Git's new behavior/--allow-empty-message option.
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlhuDmpoP_69ebY9ZWu9hqr2RDLwsOf9802014-03-091-10/+1
|
* Merge branch 'ikiwiki-update'Thomas Schwinge2014-03-097-52/+193
|\
| * Keep using libtext-markdown-perl instead of libtext-markdown-discount-perl.Thomas Schwinge2014-03-092-2/+9
| |
| * ikiwiki update: 3.20140227.Thomas Schwinge2014-03-091-20/+80
| |
| * Style enclosures like content.Amitai Schlair2014-03-092-3/+5
| | | | | | | | (cherry picked from commit 984f2ab952cb97990fc0d2460c2e335127a73491)
| * page.tmpl: omit searchform, trails, sidebar and most metadata in CGISimon McVittie2014-03-091-0/+10
| | | | | | | | | | | | | | | | | | | | These all seem somewhat inappropriate (searchform and sidebar are arguable either way). I've left actions and languages enabled, since they seem more reasonable for CGI-generated pages. Bug: http://ikiwiki.info/bugs/trail_shows_on_cgi_pages/ Signed-off-by: Simon McVittie <smcv@debian.org> (cherry picked from commit fae59b07b02dbcaba892e96ff86f3f800e6ef54a)
| * Genericize download link for more use cases.Amitai Schlair2014-03-091-1/+1
| | | | | | | | (cherry picked from commit 0c320f45e84e454aceaf150d51e84b639444e8d5)
| * Don't add enclosure divs unless we have enclosures.Amitai Schlair2014-03-091-2/+2
| | | | | | | | (cherry picked from commit 6a1cbe6f09e20ead8393de184480a403bc20cda1)
| * Make [[!meta enclosure=foo.mp3]] "work" for HTML.Amitai Schlair2014-03-091-0/+6
| | | | | | | | (cherry picked from commit cc0d875507671498e7cf9cd782357d32dbd88f66)
| * Have trail links at both beginning and end in the default templatesSimon McVittie2014-03-091-0/+2
| | | | | | | | (cherry picked from commit 1a8cbf526cdc7e77bfa084e266b8633858b68a09)
| * trail: new plugin (3rd attempt)Simon McVittie2014-03-091-0/+11
| | | | | | | | (cherry picked from commit 156f70912213b6520e9056050a8827de66e80176)
| * Genericize download link for more use cases.Amitai Schlair2014-03-091-1/+1
| | | | | | | | (cherry picked from commit 0c320f45e84e454aceaf150d51e84b639444e8d5)
| * Don't add enclosure divs unless we have enclosures.Amitai Schlair2014-03-091-2/+2
| | | | | | | | (cherry picked from commit 6a1cbe6f09e20ead8393de184480a403bc20cda1)
| * When inlining HTML pages, render enclosures.Amitai Schlair2014-03-091-0/+6
| | | | | | | | (cherry picked from commit aebd6c773c5c228f6fb960c5f02fed38ff1af6f7)
| * add comment subscription checkbox to editpageJoey Hess2014-03-091-1/+4
| | | | | | | | | | Reworded template, which also called the commit message a "comment". (cherry picked from commit e81e857ba62970caefd0f674d2cdfc3f9b70fe09)
| * auto-check just uploaded attachmentsJoey Hess2014-03-091-1/+1
| | | | | | | | | | | | This may make it easier to eg, Insert Links after dropping in a lot of files. (cherry picked from commit 1aad46e15e4329eff066fc8a68719e0c27f07891)
| * Display attachment manipulation links always, since attachments can be ↵Joey Hess2014-03-091-2/+0
| | | | | | | | | | | | | | | | uploaded via javascript. Could arrange for them to be in a span that is hidden when there are no attachments and make the javascript upload unhide it; this is a quick fix. (cherry picked from commit 20577d8ecb18f7954a97800cb9b9dca981d2b53e)
| * load attachment javascript into template the clean wayJoey Hess2014-03-091-8/+0
| | | | | | | | (cherry picked from commit e2b43578a677894d23fa526d9201e5a89b231abc)
| * WIPJoey Hess2014-03-091-53/+20
| | | | | | | | (cherry picked from commit f77452b7caa7346625882d20f396b7154cda6a54)
| * WIPJoey Hess2014-03-091-7/+78
| | | | | | | | (cherry picked from commit b66261d08bb978a1c5b1fe02ef25b49b4cd9d9e6)
| * remove obsolte cia shortcutsJoey Hess2014-03-091-3/+1
| | | | | | | | | | | | | | (cherry picked from commit 268c4e9c857e222a22b836a3a895500012ccb296) Conflicts: git.mdwn
| * shortcut: Support Wikipedia's form of url-encoding for unicode charactersJoey Hess2014-03-091-3/+5
| | | | | | | | | | | | | | | | | | I think it's the wrong encoding, seems like mojibake to me, but it works now. Closes: #661198 (cherry picked from commit 78737cbfbf91c7b31ed5d216a23de8d360a76392) Conflicts: shortcuts.mdwn
| * Fix wikipedia URL: wikipedia.org, not wikimedia.orghttp://smcv.pseudorandom.co.uk/2014-03-091-1/+1
| | | | | | | | | | | | | | (cherry picked from commit a8ded6bf1d8ac389100ac3f3c55a075065290cb1) Conflicts: shortcuts.mdwn
| * Change all shortcuts to use https where possible.JoshTriplett2014-03-091-12/+12
| | | | | | | | | | | | | | (cherry picked from commit ae7fbb50e53c68862485101be4efa25ea143b968) Conflicts: shortcuts.mdwn
| * wikipedia now supports ssl properly and the URLs changed accordinglyhttps://id.koumbit.net/anarcat2014-03-091-2/+2
| | | | | | | | | | | | | | (cherry picked from commit 2c8ca894d6b773db2c7c278cfc4dd62ff54cdc43) Conflicts: shortcuts.mdwn
| * point [[!debss]] shortcut to snapshot.debian.*org* now that it existshttp://smcv.pseudorandom.co.uk/2014-03-091-1/+1
| | | | | | | | | | | | | | (cherry picked from commit a8788935853e6e1e92de9272d807d6b57d3376d5) Conflicts: shortcuts.mdwn
| * newer hackage urlhttps://launchpad.net/~kralph2014-03-091-1/+1
| | | | | | | | (cherry picked from commit 6350accb8bfa0c7867a9d90e51b05cdf0af29e6b)
| * add mozillazine KB, FreeBSD wiki, and Haskell hackagehttps://launchpad.net/~kralph2014-03-091-0/+3
| | | | | | | | (cherry picked from commit 30a66bf5bcc26ca779ac60cfcd2b380524774001)
| * add ubuntu packages searchhttps://launchpad.net/~kralph2014-03-091-0/+1
| | | | | | | | (cherry picked from commit c2278f83a93f039c1dfc364904452bb0afd735bb)
| * Use HTTPS version for [Wikimedia](https://secure.wikimedia.org/) and Google ↵PaulePanter2014-03-091-4/+4
| | | | | | | | | | | | | | | | | | (noted by using DuckDuckGo.com which is directing there) (cherry picked from commit 704038db298c0f3a8039dcfe8d3a801c26fadf15) Conflicts: shortcuts.mdwn
| * add shortcut for novell bugzillalnussel2014-03-091-0/+1
| | | | | | | | (cherry picked from commit 68433d82b88e93962561d6ddad8689984398def1)
| * add cpanrthttp://www.larted.org.uk/~dom/2014-03-091-0/+1
| | | | | | | | (cherry picked from commit 79f3e32ea7adf3e5adbef0a8c9c68cd32a67cac4)
* | Merge remote-tracking branch 'darnassus--hurd-web/master'Thomas Schwinge2014-03-093-2/+26
|\ \
| * | Remove --enable-kvmgg02014-03-061-1/+1
| | |
| * | Fix qemu binary name and optionsgg02014-03-061-1/+1
| | |