Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Oct 2010 at 08:28 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
webchickYes, it should.
Tagging as a "Novice" issue.
Comment #2
damien tournoud commentedComment #3
chrisparsons commentedI'm not entirely convinced if "default core theme" is specific enough, since Seven's the "default administration interface theme."
Here's a patch to start the ball rolling anyhow.
Comment #4
tstoecklerInstead of
"Added Bartik theme as the default core theme."
how about
"Added Bartik theme as the default theme."
?
No need to mention the rather jargon-y word 'core' here, in my opinion.
Comment #5
chrisparsons commentedThat makes sense to me. I was thinking about if we had to distinguish them, since unlike in 6, we actually have a separate administration theme, but you're right that if we're going to worry about that, core isn't the word we need. New patch attached.
Comment #6
chrisparsons commentedForgot to change status message.
Comment #7
EvanDonovan commentedI think it should be "Added Bartik as the default theme." Otherwise, it sounds redundant. However, this is the format that was used for the other messages.
"Added Bartik as the default front-end theme" would be more industry-standard wording, but that got turned down when I proposed it in another context. Apparently, we don't use that word in Drupal land :)
Comment #8
tstoeckler#7 is correct. Still RTBC for the reason mentioned in #7.
Thanks chillin411 for the quick follow-up.
Comment #9
webchick#7 sounds like "needs work" to me?
Comment #10
EvanDonovan commented@webchick:
Would it be possible for us to reword the CHANGELOG.txt as follows? (I suppose this would affect string freeze.)
I think this would be better, even though "front-end" isn't used elsewhere, since most design-focused people would understand that word best.
If that is too much of a change, or if "front-end" is frowned upon, then I would reluctantly RTBC.
Comment #11
webchickFor clarity, nothing in CHANGELOG.txt affects string freeze. String freeze means stuff in t(). The .txt files are just documentation.
So yes, add as many items here as you want. :) The more the merrier!
Comment #12
webchickAnd for "front-end", I don't have any particular like or dislike of that word. Maybe ping someone on the docs team for an opinion, though.
Comment #13
tstoecklerActually I would discourage the use of front-end here. There's much more to a front end than a theme. And, arguably, there's much more to a theme than front end.
Comment #14
EvanDonovan commented@tstoeckler: What word would you suggest then? Are we in agreement that some kind of adjective is needed to describe Bartik's role?
@webchick: OK, cool. I didn't realize that CHANGELOG.txt was not bound by string freeze, since I presumed that it was also translated. Maybe I was wrong...?
Comment #15
tstoecklerI would suggest:
if we want to change the existing ones as little as possible, but still be consistent.
If we don't care about changing the existing text a bit more, I would also suggest:
"administration interface" -> "administrative"
Comment #16
EvanDonovan commentedSeven is not an interface, since it doesn't contain the code for the UI elements. I think we should just use the following and be done with it:
That will be consistent with the words used on the Appearance page.
Comment #17
tormi#16 sounds like RTBC.
Comment #18
webchickThere's no patch.
Comment #19
chrisparsons commentedIt seems like 16 ended up being consensus, and that's the one that reads the best to me. Re-rolled a patch to include these changes.
Comment #20
tstoecklerComment #21
dries commentedCommitted to CVS HEAD. There are other things missing from CHANGELOG.txt -- would be healthy to review what's missing. Best done in a separate issue.
Comment #22
EvanDonovan commentedThanks, Dries! Opened #953762: Add key features to CHANGELOG.txt that got overlooked as a followup.