Revert "update for rename of recentchanges.mdwn to json.tl.ph.mdwn"
authorAmitai Schleier <schmonz-web-ikiwiki@schmonz.com>
Mon, 3 Oct 2022 17:11:24 +0000 (13:11 -0400)
committerAmitai Schleier <schmonz-web-ikiwiki@schmonz.com>
Mon, 3 Oct 2022 17:11:24 +0000 (13:11 -0400)
This reverts the most recent 23 commits, all with the same log message.

27 files changed:
doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn
doc/bugs/RecentChanges_links_to_deleted_pages.mdwn
doc/bugs/cannot_revert_page_deletion.mdwn
doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn
doc/bugs/discussion.mdwn
doc/bugs/firefox_doesn__39__t_want_to_load_updated_pages_at_ikiwiki.info.mdwn
doc/bugs/openid_no_longer_pretty-prints_OpenIDs.mdwn
doc/bugs/web_reversion_on_ikiwiki.info.mdwn
doc/bugs/wrong_link_in_recentchanges_when_reverting_an_ikiwiki_outside_git_root.mdwn
doc/contact.mdwn
doc/features.mdwn
doc/forum/Recent_changes_on_main_site_or_on_a_sidebar/comment_2_927c11f18315baa39f08ca4982ed2ab1._comment
doc/forum/Spaces_in_wikilinks.mdwn
doc/forum/Various_ways_to_use_Subversion_with_ikiwiki.mdwn
doc/forum/web_service_API__44___fastcgi_support.mdwn
doc/news/no_more_email_notifications.mdwn
doc/plugins/recentchangesdiff/discussion.mdwn
doc/rcs/bzr.mdwn
doc/rcs/darcs.mdwn
doc/rcs/git.mdwn
doc/rcs/mercurial.mdwn
doc/rcs/monotone.mdwn
doc/rcs/svn.mdwn
doc/rcs/tla.mdwn
doc/security.mdwn
doc/users/Erkan_Yilmaz.mdwn

index 1bfd8f3b3c588b8e9691c4b879f93285d2c59486..c852df5e93e5bfdcf63aa414fe53e0206d8a8903 100644 (file)
@@ -1,4 +1,4 @@
-The [[Json.tl.ph]] page is broken (doesn't show any history at all) when used with an empty svnpath in the ikiwiki.setup file.
+The [[RecentChanges]] page is broken (doesn't show any history at all) when used with an empty svnpath in the ikiwiki.setup file.
 
 Say you have the following configuration:
 
@@ -6,7 +6,7 @@ Say you have the following configuration:
     svnrepo => "ssh+svn://foo.bar.com/wiki",
     svnpath => "",
 
-In the above, $svnpath need to be either empty or "/" - both trigger the 'next unless' check in IkiWiki/Rcs/svn.pm:rcs_recentchanges() as shown in the patch below, thus causing all files to be ignored for [[Json.tl.ph]].
+In the above, $svnpath need to be either empty or "/" - both trigger the 'next unless' check in IkiWiki/Rcs/svn.pm:rcs_recentchanges() as shown in the patch below, thus causing all files to be ignored for [[RecentChanges]].
 
 I can not see why this check is needed in the first place, so here's a patch for removing it :)
 
index cd6db2c9db107c9e7883e0da6677edf79aae2059..eb95e99927abf1165b8effbd91da7de129213d73 100644 (file)
@@ -1,6 +1,6 @@
 The final `</div>` in `recentchanges.tmpl` gets wrapped in a
 `<p>` tag for some reason, resulting in the following invalid XHTML at
-the end of the [[Json.tl.ph]] page
+the end of the [[RecentChanges]] page
 
     <p></div></p>
 
@@ -11,7 +11,7 @@ the end of the [[Json.tl.ph]] page
 Also, there is a problem with the `<img>` tags generated by the smiley
 plugin which end up wrapped in a `<pre>` tag in the inline diff output.
 `<img>` tags is not allowed within a `<pre>` block.  Maybe the smiley
-plugin should be disabled on [[Json.tl.ph]]?
+plugin should be disabled on [[RecentChanges]]?
 
 > See [[Smileys_in_the_block_code]], which is now fixed. --[[Joey]]
 
index 4c0b4bfb667581195d4c065bed70c03347c268f5..0eaeafb0c9798531ffed6abeb78af77ef355f4cf 100644 (file)
@@ -1,4 +1,4 @@
-[[Json.tl.ph]] should not link to pages that are being deleted. For as
+[[RecentChanges]] should not link to pages that are being deleted. For as
 example, see the change with the title 'add news item for ikiwiki 2.60'
 which includes the deletion of "news/version 2.52". Maybe it should be made
 clear in RecentChanges that the change to the file is it being deleted.
index bc440de8a3c26e27f2648b7c2e082fadd3fd0b2d..651b4d0ece2af1475b8192af9e78fb7aba10e3c3 100644 (file)
@@ -1,4 +1,4 @@
-After deleting a page with the "remove" button, it seems that the page deletion cannot be reverted using the "revert" icon in [[Json.tl.ph]]. 
+After deleting a page with the "remove" button, it seems that the page deletion cannot be reverted using the "revert" icon in [[RecentChanges]]. 
 It ironically says that "Error: ?$pagename does not exist". See [[http://ikiwiki.info/ikiwiki.cgi?rev=860c2c84d98ea0a38a4f91dacef6d4e09f6e6c2e&do=revert]]. [[JeanPrivat]]
 
 > And it only gets that far if the remove plugin is enabled. Otherwise it
index 14073e73159024eea38446498e1606f847c5f85a..dae00857b3b339a14fa9b8852c1b261b65e6db4b 100644 (file)
@@ -1,4 +1,4 @@
-Comments produce links like `sandbox/comment_1` in [[Json.tl.ph]], which,
+Comments produce links like `sandbox/comment_1` in [[RecentChanges]], which,
 when clicked, redirect to a page that does not exist.
 
 The `recentchanges` branch in my repository contains one possible [[patch]],
index e385cf8ad0c28f38629a1ab0c3956a9eba3599c3..474e075641bed43b0474925bce84dc6fac4c1ee5 100644 (file)
@@ -8,7 +8,7 @@ the ikiwiki.cgi CGI wrapper. ..."
 
   Enable [[CGI]] mode. In cgi mode ikiwiki __runs as a cgi script__, and
   supports editing pages, signing in, registration, and displaying
-  [[Json.tl.ph]].
+  [[RecentChanges]].
 
   __To use ikiwiki as a [[CGI]] program you need to use --wrapper or --setup
   to generate a wrapper.__ The wrapper will generally need to run suid 6755
index 852a0e37dc9efb2e6d6a5b4cf1f39c15a22c7fb3..558eb90c8cb7565ff94e747146c217a0a4f3a48d 100644 (file)
@@ -1,4 +1,4 @@
-I'm using firefox-3.0.8-alt0.M41.1 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4pre) Gecko/2008100921 Firefox/3.0). I have noticed that quite often it shows an old state of a page at http://ikiwiki.info, e.g., [[json.tl.ph]] without my last edits, or the last page I edited (say, 50 min ago) in the state it was before I edited it.
+I'm using firefox-3.0.8-alt0.M41.1 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4pre) Gecko/2008100921 Firefox/3.0). I have noticed that quite often it shows an old state of a page at http://ikiwiki.info, e.g., [[recentchanges]] without my last edits, or the last page I edited (say, 50 min ago) in the state it was before I edited it.
 
 Only explicitly pressing "reload" helps.
 
index a034fe5412d5b48e71054deda6b61408e731cf78..85a206bc0854bcfe59fb248c83a35b699241de95 100644 (file)
@@ -6,7 +6,7 @@ The git commit (in my `openid` branch) says it all:
     However, all we actually want is the (undocumented) DisplayOfURL function
     that is invoked by the display method, so try to use that.
 
-This bug affects ikiwiki.info (my commits show up in [[Json.tl.ph]] as http://smcv.pseudorandom.co.uk/ rather than smcv [pseudorandom.co.uk]).
+This bug affects ikiwiki.info (my commits show up in [[RecentChanges]] as http://smcv.pseudorandom.co.uk/ rather than smcv [pseudorandom.co.uk]).
 
 > Cherry picked, thanks. --[[Joey]]
 
index 0159f5b77f721d626a18be9e043aae205c75b795..6f18cfcba2616b5a0bac042612118bfc1ae0af7b 100644 (file)
@@ -1,5 +1,5 @@
 I created [[sandbox/revert me]] and then tried the revert button on
-[[json.tl.ph]], but I was not allowed to revert it. The specific error
+[[recentchanges]], but I was not allowed to revert it. The specific error
 was
 
     Error: you are not allowed to change sandbox/revert_me.mdwn
index 71b8b06bedb4b92a35ca9cd3fde0216fbe751844..5f7450b799a0f955e4f083a1073bac8549f49800 100644 (file)
@@ -3,6 +3,6 @@ in ikiwiki instances that don't reside in the git root directory (the only ones
 the expected behavior is to compensate for the modified root directory (i.e., show index instead of doc/index).
 
 > This seems to work OK now - commit 84c4ca33 and its reversion both
-> appear correctly in [[json.tl.ph]]. Looking at git history,
+> appear correctly in [[recentchanges]]. Looking at git history,
 > Joey [[fixed this|done]] in commit 1b6c1895 before 3.20120203.
 > --[[smcv]]
index f85fcf2d9cb715fc427c02f6faa28e5a6fa743fc..afcc677650b8d81fe362330b8da95f673b8ce49a 100644 (file)
@@ -3,7 +3,7 @@ and thus does not have a mailing list.  Anyone can create an account on
 ikiwiki's own wiki. ikiwiki provides a [[bug_tracker|bugs]], a
 [[TODO_list|TODO]], and "discussion" sub-pages for every page, as well as a
 [[forum]] for general questions and discussion. ikiwiki
-developers monitor [[Json.tl.ph]] closely, via the webpage, email,
+developers monitor [[RecentChanges]] closely, via the webpage, email,
 and IRC, and respond in a timely fashion.
 
 You could also drop by the IRC channel `#ikiwiki` on
index 4dee6c2d86f1631e2a30421a937fed668c816143..61b23bb59cfc364bf69dff570c82cbd8805167d0 100644 (file)
@@ -133,7 +133,7 @@ page being concurrently edited, regular commit conflict markers are
 shown in the file to resolve the conflict, so if you're already familiar
 with that there's no new commit marker syntax to learn.
 
-### [[Json.tl.ph]], editing pages in a web browser
+### [[RecentChanges]], editing pages in a web browser
 
 Nearly the definition of a wiki, although perhaps ikiwiki challenges how
 much of that web gunk a wiki really needs. These features are optional
index 071642ac062b29463f3b09573f616f29d68e3299..2b6237bc4c5b7d4fd8e0d1ec66a951460a95e4d4 100644 (file)
@@ -4,5 +4,5 @@
  subject="comment 2"
  date="2011-12-20T15:13:48Z"
  content="""
-The [[Json.tl.ph]] page is a regular wiki page that inlines a few special pages with a special template. That content can be copied anywhere else in the wiki to get the same effect.
+The [[RecentChanges]] page is a regular wiki page that inlines a few special pages with a special template. That content can be copied anywhere else in the wiki to get the same effect.
 """]]
index aa8bfef20ccc8bc41f10653de3e18ea6f6f9a3e9..9326ac4482aef32c99842c7e305962c47382a182 100644 (file)
@@ -34,7 +34,7 @@ I'm playing around with various ways that I can use subversion with ikiwiki.
 > away without running the post-commit wrapper on commit, and all you lose
 > is the ability to send commit notification emails.
 
-> (And now that [[json.tl.ph]] includes rss, you can just subscribe to
+> (And now that [[recentchanges]] includes rss, you can just subscribe to
 > that, no need to worry about commit notification emails anymore.)
 
 * Is it possible / sensible to have ikiwiki share a subversion repository with other data (either completely unrelated files or another ikiwiki instance)?  This works in part but again the post-commit hook seems problematic.
index d540d4b00e732d185fea8a189f71823232ad5488..8eed30cd8063ff2062f643253fdb11bee810d1ed 100644 (file)
@@ -10,7 +10,7 @@ I'm playing around with various ways that I can use subversion with ikiwiki.
 > away without running the post-commit wrapper on commit, and all you lose
 > is the ability to send commit notification emails.
 
-> (And now that [[json.tl.ph]] includes rss, you can just subscribe to
+> (And now that [[recentchanges]] includes rss, you can just subscribe to
 > that, no need to worry about commit notification emails anymore.)
 
 * Is it possible / sensible to have ikiwiki share a subversion repository with other data (either completely unrelated files or another ikiwiki instance)?  This works in part but again the post-commit hook seems problematic.
index dd57a8dede65f99843c1476ffd5139dc1fee426a..84b227eef1980d8b948f4ea43dbb8a74800efacb 100644 (file)
@@ -1,6 +1,6 @@
 This is a half-baked thought of mine so I thought I would post it in forum for discussion.
 
-There are some things that ikiwiki.cgi is asked to do which do not involve changing the repository: these include form generation, handling logins, the "goto" from [[json.tl.ph]], edit previews, etc.
+There are some things that ikiwiki.cgi is asked to do which do not involve changing the repository: these include form generation, handling logins, the "goto" from [[recentchanges]], edit previews, etc.
 
 For one thing I am working on slowly ([[todo/interactive todo lists]]), I've hit a situation where I am likely to need to implement doing markup evaluation for a subset of a page. The problem I face is, if a user edits content in the browser, markup, ikiwiki directives etc. need to be expanded. I could possibly do this with a round-trip through edit preview, but that would be for the whole content of a page, and I hit the problem with editing a list item.
 
index f07cc50068856bc4d1d4e8cb31d59c19ec752697..18a70557e9df60210a58377d00c6097128f8a460 100644 (file)
@@ -1,12 +1,12 @@
 ikiwiki.info has upgraded to the not yet released ikiwiki 2.30. This
 version of ikiwiki drops support for subscribing to commit mail
 notifications for pages. The idea is that you can subscribe to the new
-[[Json.tl.ph]] feed instead. (Or create your own custom feed of only the
+[[RecentChanges]] feed instead. (Or create your own custom feed of only the
 changes you're interested in, and subscribe to that.)
 
 So if you were subscribed to mail notifications on here, you'll need to
 change how you keep track of changes. Please let me know if there are any
-missing features in the [[Json.tl.ph]] feeds.
+missing features in the [[RecentChanges]] feeds.
 
 Statically building the RecentChanges also has performance implications,
 I'll keep an eye on [[server_speed]]..
index 9703b0f6d607d443a9a6fad1ac8c5306a089c8d8..0ec6d7bf0d9313d9740f3f3c09d1dd127100c5c1 100644 (file)
@@ -1,7 +1,7 @@
 # Syntax highlighting of recent changes
 
 Hello,
-is there a simple way to highlight the diff printed in the [[/json.tl.ph]]
+is there a simple way to highlight the diff printed in the [[/recentchanges]]
 page? I imagined several solutions, but I am still wondering about the best one.
 
 * One might activate the [[plugins/highlight]] and [[plugins/format]] plugins,
index 6ca197477a41ced15c482f3c1f63c0924ca1a574..19a7ae395a59d19130d0e4adc3ed6c7ff6895400 100644 (file)
@@ -5,4 +5,4 @@ bzr repository.
 Ikiwiki can run as a post-update hook to update a wiki whenever commits
 come in. When running as a [[cgi]] with bzr, ikiwiki automatically
 commits edited pages, and uses the bzr history to generate the
-[[Json.tl.ph]] page.
+[[RecentChanges]] page.
index 0f4f364ea3c79fe27515dba35da7df8dc67d8d18..fbb9bcede30706125a159a45a9ce1424e4f7749c 100644 (file)
@@ -5,7 +5,7 @@ Darcs repository.
 An Ikiwiki wrapper is run by the `posthook` to update a wiki whenever commits
 or remote pushes come in. When running as a [[cgi]] with Darcs, ikiwiki
 automatically commits edited pages, and uses the Darcs history to generate the
-[[Json.tl.ph]] page.
+[[RecentChanges]] page.
 
 Example for a `_darcs/prefs/defaults` file in `$SRCDIR`:
 
index 7dc8d836a25ec446ad8b688bed840342c8d03541..fa7a037baea7288c51a1a23d3ca6fdab5981d6c8 100644 (file)
@@ -8,7 +8,7 @@ the Linux kernel. Ikiwiki supports storing a wiki in git.
 Ikiwiki can run as a git `post-update` hook to update a wiki
 whenever commits come in. When running as a [[cgi]],
 ikiwiki automatically commits edited pages, and uses the
-git history to generate the [[Json.tl.ph]] page.
+git history to generate the [[RecentChanges]] page.
 
 Normally you can just follow the instructions in [[setup]] to create
 the git repositories and get started. To understand the details, read on.
index 3a5af3ff0848214417699aae440723da25f3a80b..ebfc352025d6e4c46e1dc4020faf512be6b4ce27 100644 (file)
@@ -5,7 +5,7 @@ mercurial repository.
 Ikiwiki can run as a `post-commit` and/or `incoming` hook to update a wiki whenever commits or remote pushes
 come in. When running as a [[cgi]] with Mercurial, ikiwiki automatically
 commits edited pages, and uses the Mercurial history to generate the
-[[Json.tl.ph]] page.
+[[RecentChanges]] page.
 
 Example for a `.hg/hgrc` file in `$SRCDIR`:
 
index 2e9939bf59db645700c4e8e4f4f4527142293401..2cfcdfbf54a113d4c06971aaf63233f39780872e 100644 (file)
@@ -1,7 +1,7 @@
 [Monotone](http://monotone.ca/) is a distributed revision control system.
 Ikiwiki supports storing a wiki in a Monotone repository and editing it
 using the [[cgi]] interface. It will use the Monotone logs to generate the
-[[Json.tl.ph]] page.
+[[RecentChanges]] page.
 
 The monotone support in ikiwiki requires the Monotone perl module to be
 installed. (It's available from the contrib/ directory in the monotone
index ac91553de5ff68bdf9517b10c083e1abda3b9f45..7aa682978759cd7415fd824f97c3b32275b9643f 100644 (file)
@@ -6,4 +6,4 @@ system is recommended.
 Ikiwiki can run as a [[post-commit]] hook to update a wiki whenever commits
 come in. When running as a [[cgi]] with Subversion, ikiwiki automatically
 commits edited pages to the subversion repostory, and uses the Subversion
-log to generate the [[Json.tl.ph]] page.
+log to generate the [[RecentChanges]] page.
index 952000260c155cfc3eb1d99f00128666f0c52977..79eecd6277ff5ba77e22ff2bafbea95e4870efbd 100644 (file)
@@ -8,6 +8,6 @@ using ikiwiki with tla is not recommended.
 Ikiwiki can run as a [[post-commit]] hook to update a wiki whenever commits
 come in. When running as a [[cgi]] with tla, ikiwiki automatically
 commits edited pages to the Arch repostory, and uses the Arch
-log to generate the [[Json.tl.ph]] page.
+log to generate the [[RecentChanges]] page.
 
 Note that the tla support needs the [[!cpan MailTools]] perl module.
index 29cbab6be136fcf5dd53c62e38dffe632ea29797..fcc33fd484c1c883d9cf72e78900756184ee9909 100644 (file)
@@ -22,7 +22,7 @@ _(The list of things to fix.)_
 ## commit spoofing
 
 Anyone with direct commit access can forge "web commit from foo" and
-make it appear on [[Json.tl.ph]] like foo committed. One way to avoid
+make it appear on [[RecentChanges]] like foo committed. One way to avoid
 this would be to limit web commits to those done by a certain user.
 
 ## other stuff to look at
index b5c070d355801539e67a245d5d4cf59103188fec..070a3a45a235fbff02b747b5a06bc7ce4a43c007 100644 (file)
@@ -1,2 +1,2 @@
-* [[json.tl.ph]]
+* [[recentchanges]]
 * my site: [here](http://iaskquestions.com)