We're approaching the end of the second month of me playing with the code in a hopefully-helpful fashion, so I figured it was about time I wrote up another Root Log. For what it's worth, I make most of my changes as patches in any case, so that I leave a trail and can undo things more easily when I mess them up. You can therefore see what I've done in some detail by going to Patch Manager.

In any case, here's what I've been up to in list form:

  • Added a very short demonstration of how links work to the 'addwriteup' box (the one where you can add a writeup to a node or edit an existing writeup in full e2node view) for Level 1 users, and a great big ugly list of HTML tags for everyone. To do: Hide that list by default using JavaScript.
  • Added Everything2 Help link to the Epicenter for everyone.
  • Turned on 'blab' boxes - the boxes which allow people to send messages direct from writeup headers - for everyone, unless they have specifically customised their wu headers to exclude them in Writeup Settings. Many people had never even noticed that these things existed, what with their being hidden in a somewhat confusing section of a rather obscure settings page, and previous efforts to turn them on for new users seem not to have been entirely successful (this may have been partly or perhaps entirely because removing the Level 3 restriction on customising writeup headers broke the system for turning blab boxes on without faffing with that stuff).
  • Made call's ingenious formatButton script usable, and added it to Scratch Pads. This inserts paragraph and line-break tags according to the line breaks in the textarea.
  • Made linkview available for Scratch Pads and E2 Scratch Pad, with some help from rootbeer277 and kthejoker in what struck me as a highly educational public code discussion.
  • Made the old-style E2 Scratch Pad available from the new Scratch Pads as 'Default Scratch Pad', more-or-less negating the need for the former. Couldn't get it to work for viewing other users' default pads though, kthejoker eventually stepped in and fixed that after much head-breaking.
  • Added a note to explain that the old Scratch Pad is still available, and corrected the bit where it said 'You have no scratch pads' to say that you have no other scratch pads.
  • Started switching links to the old Scratch Pad to point to the new ones - affected nodes include the Epicenter, addwriteup and nodelockreason, as well as E2 Quick Start and dem bones' writeup under Vitals. If you spot any more, please let me know!
  • Fixed a bug pointed out by BlackPawn where hitting 'Delete!' and then cancelling it would cause all the other buttons to act like delete buttons from then on. DonJaime suggested the neat solution, 'return deleteMe=false'.
  • Implemented a patch from DonJaime to move the posting button away from the others. I think this is sensible, especially since it avoids the confusion of selecting 'recipe', hitting 'Update!' and then finding that the wutype box says 'person' again.
  • Lengthened the period of time messages can show for in showchatter, to eight minutes rather than five.
  • Changed home node displays to link to the new Scratch Pads.
  • Made the Everything2 Help link in Guest User's Epicenter a little bit more obvious by putting it into a centre-aligned paragraph.
  • Implemented a patch from rootbeer277 to make Scratch Pads numbered, for ease of reference, and then a couple more patches to make it so that private pads aren't numbered, so that you can refer to your second pad and someone else will always see the same one.
  • Implemented another rb patch to put list tags around the Findings: page to make it valid HTML, except he wanted to number the list and I wasn't convinced so I changed it from ol to ul.
  • Replaced the contents of the default zen stylesheet with the contents of Kernel Blue, since the latter is really very much prettier and probably more complete than the old default stylesheet, and at this stage I think we should be more concerned with encouraging adoption of the new theme than encouraging as many people as possible to customise it.
  • Applied patch from Sam512 to Everything User Poll: 'Fix FAQ link, make links make sense, add future polls link'. Very sensible I thought.
  • Added Social Bookmarking to Writeup Settings. Not documented yet, because it feels a little unfinished to me - it does seem to work well, but I want to add Cool Man Eddie notification. Anyway, if you want to try it, add r:social (or l:social) to the box with all the writeup header codes on the Writeup Settings page.
  • Applied several patches from DonJaime to enhance the stylability of E2 pages.
  • Made a series of changes to reduce the spidering of pages we don't really want in search engines, like 'chaos' views and Findings pages. Nodes affected: e2node display page, writeup display page, zen e2node displayfull page, jukka e2node displayfull page, jukka container and zen stdcontainer.
  • Added special Google Ads comments around the main content of nodes in the zen container, to give it a clue that most of its ads should be targeted towards that stuff: <!-- google_ad_section_start --> <!-- google_ad_section_end -->
  • Created an Ads nodelet, which it's been suggested might look better than the ad bar at the top of the page. This is chiefly to bring us closer to being able to implement the Zen theme for Guest User.
  • Added format buttons to writeups.
  • Made zenwriteups links go to anchor tags for the writeups they're about (so that you're taken to the bit of the node with the relevant writeup, rather than to the top).
  • Copied the New Writeups - Zen nodelet code into the New Writeups nodelet, and removed the former from the group of nodelets which can be added in Nodelet Settings, so that we just have one New Writeups nodelet to support.