Commit Graph

7460 Commits (4cec43e1b9587b2631fcbaef0462a46f0529fa36)

Author SHA1 Message Date
Joey Hess 4cec43e1b9 update 2008-08-25 13:30:36 -04:00
Joey Hess 029edd9b45 plugin by willu 2008-08-25 13:28:25 -04:00
http://www.cse.unsw.edu.au/~willu/ 25723e857e modify patch based on feedback 2008-08-25 01:50:27 -04:00
http://www.cse.unsw.edu.au/~willu/ 7465e0dd5d Response 2008-08-24 17:29:52 -04:00
Joey Hess 69e35d3c51 willu's teximg changes
* teximg: The prefix is configurable, and has changed to not include the
  nonstandard mhchem by default. (willu)
* teximg: dvipng is used if available to render images. Its output is
  antialiased and better than dvips. If not available, the old dvips+convert
  chain will be used. (willu)
* Drop suggests on texlive-science, add suggests on dvipng.
2008-08-24 15:21:51 -04:00
Joey Hess 7f5413b0c0 response 2008-08-24 12:59:17 -04:00
Joey Hess ac79f2107b confirmation 2008-08-24 12:50:49 -04:00
http://www.cse.unsw.edu.au/~willu/ cd5afe22a2 Might help to put the right version in... 2008-08-24 03:19:39 -04:00
http://www.cse.unsw.edu.au/~willu/ bf3deab7b0 New patch taking comments into account 2008-08-24 02:17:42 -04:00
http://www.cse.unsw.edu.au/~willu/ cbd7b8a1f2 comments 2008-08-23 21:49:12 -04:00
Joey Hess af17ff4de5 add target to aid benchmarking 2008-08-23 15:58:59 -04:00
Joey Hess 14885af458 cannot reproduce 2008-08-23 15:45:44 -04:00
http://mskala.livejournal.com/ 56c2fca4b0 2008-08-23 14:28:01 -04:00
Joey Hess 5115b8e418 comments 2008-08-23 13:31:10 -04:00
Joey Hess 9b10f5eab2 map: The fix for #449285 was buggy and broke display of parents in certian circumstances.
The use of $dummy was not sufficient, because it only stuck around for the
first element after a dummy parent, and was then lost. Instead, use a
$addparent that contains the actual dummy parent, so it can be compared
with the new item to see if we're still under that parent or have moved to
another one.
2008-08-23 13:10:49 -04:00
Joey Hess d84e43faac fix my broken fix 2008-08-23 12:48:01 -04:00
Joey Hess d23943ebea fix off-by-one, and fix link
The link was broken if the inserted dir was not under the destpage
2008-08-23 12:37:19 -04:00
Joey Hess 15a0a151bf fix links to inserted parent pages
The parent page names had "/" prepended, which caused broken links.
2008-08-23 12:28:18 -04:00
Joey Hess 7071d0b586 remove incorrect comment 2008-08-23 12:19:39 -04:00
Joey Hess bc0e09e6c8 problem with the patch 2008-08-23 12:13:38 -04:00
Joey Hess cc111c9777 response 2008-08-23 11:52:38 -04:00
http://www.cse.unsw.edu.au/~willu/ b98db56f11 Add very preliminary patch 2008-08-23 08:36:23 -04:00
jcw 5166cebee4 2008-08-23 07:54:17 -04:00
http://www.cse.unsw.edu.au/~willu/ 6f8632184e Further thinking 2008-08-23 03:32:33 -04:00
http://www.cse.unsw.edu.au/~willu/ 09cf225c71 Thoughts... 2008-08-23 03:26:23 -04:00
http://www.cse.unsw.edu.au/~willu/ b44a63126a Bug fix and comment 2008-08-23 00:45:40 -04:00
http://www.cse.unsw.edu.au/~willu/ 2c0a45ba7a Major patch rewrite 2008-08-22 23:41:30 -04:00
Joey Hess 3069c7b36a fix directory uniquification code 2008-08-22 21:52:03 -04:00
Joey Hess 577477e1ce put monotone dir name munging code in auto.setup
conceptually cleaner to do it this way
2008-08-22 21:19:53 -04:00
Joey Hess ae45223b31 more monotone changes from Thomas Keller 2008-08-22 21:16:53 -04:00
Joey Hess 43302310c0 typo 2008-08-22 21:07:13 -04:00
http://www.cse.unsw.edu.au/~willu/ 5f63f63b20 Responses 2008-08-22 00:56:39 -04:00
http://www.cse.unsw.edu.au/~willu/ fe0c001ab6 Response, suggested NEWS item, small patch addition 2008-08-22 00:39:17 -04:00
Joey Hess 4643233c18 monotone updates
- Try to configure a wrapper
- Fix (?) ikiwiki-makerepo repo name mangling
- Add big warning about passphrases
- Doc updates
2008-08-22 00:22:02 -04:00
Joey Hess db73f81258 ikiwiki-makerepo: Added support for monotone. (Thomas Keller) 2008-08-21 23:44:00 -04:00
Joey Hess 6cf96b5819 Fix bug in wikiname sanitisation in the setup automator. 2008-08-21 23:40:11 -04:00
Joey Hess 15ed67132e Revert "Add missing PREFIX to a few lines of the Makefile. (Thomas Keller)"
This reverts commit 65c12dffec.

Turns out we can't use PREFIX for files in /etc, because that would tend to
put them in /usr/etc, which is bad..
2008-08-21 23:12:14 -04:00
Joey Hess 00a4271290 improve handling of typoed or problem rcs 2008-08-21 23:07:29 -04:00
Joey Hess e910acfbc9 i10n auto.setup 2008-08-21 22:49:50 -04:00
Joey Hess 888f4203f5 Avoid using hostname -f for portability to eg, OS X, use Net::Domain instead, and prompt if it fails. 2008-08-21 22:48:07 -04:00
Joey Hess a98bfb05c0 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-08-21 22:25:53 -04:00
Joey Hess 65c12dffec Add missing PREFIX to a few lines of the Makefile. (Thomas Keller) 2008-08-21 22:25:36 -04:00
Joey Hess 8ae1aa3dfa add 2008-08-21 22:23:28 -04:00
Joey Hess f7bde90c83 response 2008-08-21 22:23:18 -04:00
http://yag.myopenid.com/ 00327e6bcd 2008-08-21 16:30:03 -04:00
Joey Hess 61a212aa62 response 2008-08-21 16:26:14 -04:00
Joey Hess 5e3cd96ca1 response 2008-08-21 16:23:56 -04:00
Joey Hess dec9b4e2c9 Avoid using cp -a (again). (HenrikBrixAndersen) 2008-08-21 16:21:40 -04:00
Joey Hess b12f29e456 response 2008-08-21 16:13:59 -04:00
http://ptecza.myopenid.com/ 2d4ec7fa0f * Response 2008-08-21 11:12:02 -04:00