viklikesfic: "There are only two mistakes one can make along the road to truth: not going all the way and not starting" (productive buddha)
viklikesfic ([personal profile] viklikesfic) wrote in [site community profile] dw_dev_training2011-10-01 07:45 pm

What's Old Is New Again: How to Understand the Code Structure?

I'm kind of terrified that this question has been asked and I'm going to have bananas thrown at me, but I couldn't find it and I'm feeling discouraged on my second try at the great hulking thing which is Understanding Dreamwidth Development. So if this is repetitive, please point me at the appropriate post and pardon me.

I assigned myself a minor effort bug that looked do-able, namely a request to add a give access link to the e-mail that goes out when a new person has subscribed to you. The problem is, I can't for the life of me find the code that deals with e-mail notifications. I tried the trick that's described in the wiki where you can search for a term, but I didn't find what I was looking for. Nor was I able to browse the code. So I'm pretty stuck. Would anyone be willing to at least give me a directory to start from for looking for this file? Once I find it, I feel pretty comfortable I can handle the coding end. I'm just so used to downloading entire sites to my machine via FTP, editing in TextWrangler, and re-uploading to the server that this Terminal/nano thing has me spooked.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)

[personal profile] pauamma 2011-10-02 05:55 pm (UTC)(link)
The latter, I'm afraid. At least, I've never seen a "click for latest version" link anywhere.
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2011-10-02 05:56 pm (UTC)(link)
Too bad. Thanks again for telling me then! :)
azurelunatic: Vivid pink Alaskan wild rose. (Default)

[personal profile] azurelunatic 2011-10-03 09:31 am (UTC)(link)
Do we have this tip documented?
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)

[personal profile] pauamma 2011-10-03 12:56 pm (UTC)(link)
Not really. I don't think one use in http://wiki.dwscoalition.org/notes/Dev_Version_Control#Checking_out_the_code qualifies as "documenting it". http://mercurial.selenic.com/wiki/TipsAndTricks#Create_links_to_snapshots_of_files_and_tarballs is probably a good starting point, but use "file" instead of "raw-file". ("file" gives you navigating chrome, "raw-file" is just the file's content.)