Commit Graph

6219 Commits (240b58c36c0d3ed9ecf89fc005364b769d0caf8e)

Author SHA1 Message Date
Joey Hess 41d7ccfa79 close todo about this 2008-09-29 18:24:36 -04:00
Joey Hess 0d3878896f Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-29 18:10:19 -04:00
Joey Hess fa620b1eca more changes for removal of blog page 2008-09-29 17:23:38 -04:00
http://josephturian.blogspot.com/ a44d9d8e12 2008-09-29 16:17:26 -04:00
http://josephturian.blogspot.com/ 9b27983808 2008-09-29 00:03:23 -04:00
chrysn 714de9f101 response 2008-09-28 05:47:20 -04:00
Joey Hess d4ac1c750e response 2008-09-27 21:13:35 -04:00
http://www.cse.unsw.edu.au/~willu/ 66eb48ebcd Thoughts on the new wikistate variable 2008-09-27 20:03:15 -04:00
Joey Hess 2ff3c8aee7 editpage: Be more aggressive (and less buggy) about cleaning up temporary files rendered during page preview. 2008-09-27 18:02:33 -04:00
Joey Hess a5d3acd37c Add %wikistate, which is like %pagestate except not specific to a given page, and is preserved across rebuilds. 2008-09-27 16:45:27 -04:00
Joey Hess 8d04a1de61 thoughts 2008-09-27 16:15:16 -04:00
Plareplane 6817a794a4 2008-09-27 15:23:49 -04:00
Joey Hess 9ec9d6901d Export pagetitle, titlepage, linkpage. 2008-09-27 14:27:42 -04:00
http://smcv.pseudorandom.co.uk/ 6d98b2265e 2008-09-27 14:14:27 -04:00
Joey Hess 8bedf14f33 analysis of most used non-exported library functions by plugins 2008-09-27 13:39:56 -04:00
Joey Hess 3b39e93699 Beautify urls used in various places. (smcv) 2008-09-27 13:03:21 -04:00
Joey Hess 7e513f22a6 update 2008-09-27 12:55:45 -04:00
Joey Hess dddf5d55fd clarify when to use utlto and when to use htmlpage
suggestion from smcv
2008-09-27 12:54:10 -04:00
Joey Hess f181962dfc typo 2008-09-27 12:50:39 -04:00
intrigeri f9a000b24b 2008-09-27 12:40:26 -04:00
http://dtrt.org/ bf9ae466be just wanted to test a change. thanks. 2008-09-27 06:33:38 -04:00
Joey Hess 78e4d5bc6f clarify 2008-09-26 19:31:19 -04:00
Joey Hess 70a87e2fd9 update 2008-09-26 18:16:14 -04:00
Joey Hess 89256ab870 htmlscrubber: Add a config setting that can be used to disable the scrubber acting on a set of pages. 2008-09-26 18:07:37 -04:00
Joey Hess 83429adf04 decode utf-8 in recentchanges_link parameter 2008-09-26 15:40:01 -04:00
chrysn 1d12dfc57c update: possible solution 2008-09-26 12:44:09 -04:00
chrysn 947a50fe5d some problem remains 2008-09-26 09:05:01 -04:00
http://ptecza.myopenid.com/ 585786b0bc * Responses 2008-09-26 05:45:21 -04:00
http://www.cse.unsw.edu.au/~willu/ a0b53cf26b Comments and links 2008-09-25 21:44:46 -04:00
Joey Hess fa763214e3 close bugs for just fixed tag creation issue 2008-09-25 20:27:35 -04:00
Joey Hess d20b365b4b remove blog from pagespecs 2008-09-25 20:25:26 -04:00
Joey Hess 6cea3a0b03 response 2008-09-25 19:08:21 -04:00
Joey Hess 6535c61746 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-25 18:27:10 -04:00
Joey Hess 965f7310fe git: Fix handling of utf-8 filenames in recentchanges.
Seems that the problem is that once the \nnn coming from git is converted
to a single character, decode_utf8 decides that this is a standalone
character, and not part of a multibyte utf-8 sequence, and so does nothing.
I tried playing with the utf-8 flag, but that didn't work. Instead, use
decode("utf8"), which doesn't have the same qualms, and successfully
decodes the octets into a utf-8 character.

Rant:

Think for a minute about fact that any and every program that parses git-log,
or git-show, etc output to figure out what files were in a commit needs to
contain this snippet of code, to convert from git-log's wacky output to a
regular character set:

if ($file =~ m/^"(.*)"$/) {
	($file=$1) =~ s/\\([0-7]{1,3})/chr(oct($1))/eg;
}

(And it's only that "simple" if you don't care about filenames with
embedded \n or \t or other control characters.)

Does that strike anyone else as putting the parsing and conversion in the
wrong place (ie, in gitweb, ikiwiki, etc, etc)? Doesn't anyone who actually
uses git with utf-8 filenames get a bit pissed off at seeing \xxx\xxx
instead of the utf-8 in git-commit and other output?
2008-09-25 18:26:42 -04:00
test1 d6d3f3a36b 2008-09-25 18:17:05 -04:00
Joey Hess a4215312d0 response 2008-09-25 17:11:29 -04:00
Joey Hess e1ba137317 attachment: Add admin() pagespec to test if the uploading user is a wiki admin. 2008-09-25 16:49:30 -04:00
http://ptecza.myopenid.com/ 0720a6f5fb * Response to response to response ;) 2008-09-25 04:42:05 -04:00
Joey Hess 9e55aa7f17 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-24 21:29:29 -04:00
Joey Hess 3f35e2abbe document silent=yes parameter. 2008-09-24 21:28:59 -04:00
http://www.cse.unsw.edu.au/~willu/ 8e68780b96 Response to response 2008-09-24 21:03:08 -04:00
Joey Hess 9b4c4835c1 add news item for ikiwiki 2.65 2008-09-24 18:49:05 -04:00
http://ptecza.myopenid.com/ 8b762f8868 * Response 2008-09-24 04:52:26 -04:00
http://www.cse.unsw.edu.au/~willu/ 3c65e5dc93 Add alternate patch 2008-09-24 00:45:03 -04:00
http://www.cse.unsw.edu.au/~willu/ 6036a954a0 Comments 2008-09-23 22:39:21 -04:00
http://www.cse.unsw.edu.au/~willu/ a6769bf663 Response 2008-09-23 22:13:07 -04:00
http://ptecza.myopenid.com/ 9a7a83caa1 * Ping 2008-09-23 18:01:41 -04:00
Joey Hess dfa9556480 responses 2008-09-23 16:17:09 -04:00
Joey Hess dfe55e8956 Add keepextension parameter to htmlize hook. (Willu) 2008-09-23 13:39:21 -04:00
Joey Hess 9cbcda14ac Print a debug message if a page has multiple source files. 2008-09-23 13:32:41 -04:00
Joey Hess 7280d84c1c merged 2008-09-23 12:47:36 -04:00
http://ptecza.myopenid.com/ 338f0fde60 * Response 2008-09-23 08:34:43 -04:00
chrysn 88beb46def bug report on funny characters in the name 2008-09-23 04:58:35 -04:00
http://smcv.pseudorandom.co.uk/ ba1b9f8562 bug report with patch 2008-09-22 18:36:26 -04:00
http://smcv.pseudorandom.co.uk/ b44ca17f93 2008-09-22 18:29:48 -04:00
http://smcv.pseudorandom.co.uk/ c4fde75f46 Reference patches to beautify redirection URLs 2008-09-22 18:28:39 -04:00
http://smcv.pseudorandom.co.uk/ 2587137775 interesting, I could use this for photo galleries 2008-09-22 18:11:18 -04:00
chrysn b42fdcbaa3 added wishlist item with work-in-progress plugin 2008-09-22 13:12:38 -04:00
http://dmarti.myopenid.com/ cd5e1e76f6 2008-09-22 13:10:05 -04:00
Blanko 3816df7d18 Adding two CSS / themes 2008-09-22 10:31:21 -04:00
http://smcv.pseudorandom.co.uk/ 8ff9430a7d Reference and describe my implementation 2008-09-21 18:12:08 -04:00
http://www.cse.unsw.edu.au/~willu/ 2f3b93a55a Add second, related, patch. 2008-09-21 06:04:37 -04:00
http://www.cse.unsw.edu.au/~willu/ 85a0c9ad8d Update patch: Add /s to end of regexps to handle multi-line pagespecs. Simplify match_link(). Simplify pagespec_match(). 2008-09-21 05:27:54 -04:00
http://www.cse.unsw.edu.au/~willu/ 57682e72d9 Add patch 2008-09-21 04:30:28 -04:00
http://www.cse.unsw.edu.au/~willu/ a32f0a64fe Add patch 2008-09-21 02:20:05 -04:00
http://www.cse.unsw.edu.au/~willu/ 1cdc1e9d84 Add patch 2008-09-21 00:58:55 -04:00
http://www.cse.unsw.edu.au/~willu/ cc4f0aa335 Link to new bug and old todo 2008-09-21 00:50:38 -04:00
http://www.cse.unsw.edu.au/~willu/ e255e8ecbf Add a new bug when using source highlighting 2008-09-21 00:49:11 -04:00
Joey Hess bd9686c19a close 2008-09-20 23:06:03 -04:00
Joey Hess c0d7c60b9f Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-20 20:06:54 -04:00
http://www.cse.unsw.edu.au/~willu/ f08189c7fa Revert change now that listdirectives is enabled 2008-09-20 17:11:12 -04:00
Joey Hess 6088ad861c revert colon part of change 2008-09-20 16:21:04 -04:00
Joey Hess a6fc3b411f edittemplate patch from Willu
* edittemplate: Default new page file type to the same type as the template.
  (willu)
* edittemplate: Add "silent" parameter. (Willu)
* edittemplate: Link to template, to allow creating it. (Willu)
2008-09-20 16:19:09 -04:00
Joey Hess 66c589fa81 response 2008-09-20 13:57:56 -04:00
http://www.cse.unsw.edu.au/~willu/ d8ed0007e6 Links for various features 2008-09-20 06:58:21 -04:00
http://www.cse.unsw.edu.au/~willu/ d0e7cc409b Update to use edittemplate rather than patch. Add justification. 2008-09-19 22:35:44 -04:00
http://www.cse.unsw.edu.au/~willu/ c9d4540117 mark done. 2008-09-19 22:23:11 -04:00
http://www.cse.unsw.edu.au/~willu/ b1946cb8ec Add link to edittemplate 2008-09-19 22:22:02 -04:00
http://www.cse.unsw.edu.au/~willu/ 3e69e6c8b6 Yet another patch 2008-09-19 22:17:28 -04:00
http://www.cse.unsw.edu.au/~willu/ cf9336a7af response 2008-09-19 16:55:58 -04:00
http://schmonz.livejournal.com/ 72261774d2 2008-09-19 14:14:44 -04:00
Joey Hess fde2682548 response 2008-09-19 14:11:28 -04:00
http://schmonz.livejournal.com/ bb630febdb probably fine maybe? 2008-09-19 14:06:55 -04:00
Joey Hess 07df0ddea9 response 2008-09-19 13:59:18 -04:00
http://schmonz.livejournal.com/ 07693b60f4 response 2008-09-19 13:48:25 -04:00
Joey Hess 87ece1837d response 2008-09-19 13:15:59 -04:00
Joey Hess 343117daf2 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-09-19 13:12:38 -04:00
Joey Hess f22313b111 response 2008-09-19 13:10:44 -04:00
Joey Hess 779c5214f3 progress: Display an error if the progress cannot be parsed, and allow the percent parameter to only optionally end with "%". 2008-09-19 13:09:50 -04:00
Joey Hess cc3b946c8f response 2008-09-19 13:00:58 -04:00
Joey Hess 89c965e79e already present 2008-09-19 12:59:21 -04:00
Joey Hess 424362dc38 wishlist 2008-09-19 12:56:44 -04:00
http://schmonz.livejournal.com/ 4bbc7fbdc2 new problem 2008-09-19 12:56:40 -04:00
Joey Hess b96f068831 question 2008-09-19 12:56:24 -04:00
http://schmonz.livejournal.com/ 5e7ebb7d24 2008-09-19 12:36:26 -04:00
http://ptecza.myopenid.com/ b203b58f48 * Addition 2008-09-19 10:13:55 -04:00
http://ptecza.myopenid.com/ f5b0ea73b5 * Response 2008-09-19 09:48:56 -04:00
AlexandreDupas 72b2cba709 Adding a deprecated tag for plugins? 2008-09-19 09:24:07 -04:00
http://www.cse.unsw.edu.au/~willu/ 68531e1239 Response 2008-09-19 08:28:38 -04:00
http://www.cse.unsw.edu.au/~willu/ 17733ed06a Response and question 2008-09-19 08:20:28 -04:00