Closed
Bug 318380
Opened 20 years ago
Closed 20 years ago
move snippets into lib/
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Assigned: myk)
Details
(Whiteboard: [mozilla.com])
Attachments
(1 file, 1 obsolete file)
|
23.33 KB,
patch
|
sgarrity
:
review+
|
Details | Diff | Splinter Review |
Snippets like src/firefox/featureheader.html--which aren't pages in their own right but may get inserted into multiple other pages--should be moved into lib/, which is designed for the purpose. Doing this also prevents such snippets from becoming pages on the production site, since anything in src/ with a .html suffix is going to get pushed to production when the site gets built.
| Assignee | ||
Comment 1•20 years ago
|
||
This patch doesn't modify the files in any way, it just moves them into lib/. Since lib/ is on the include search path, references to the files like [% INCLUDE frontfeature.html %] still work without modification.
| Assignee | ||
Comment 2•20 years ago
|
||
Erm, that last comment wasn't completely true. Actually I do need to update references in INCLUDES, since they contain paths (i.e firefox/...) instead of just filenames. Here's the change with those references updated.
Attachment #204619 -
Attachment is obsolete: true
Attachment #204621 -
Flags: review?(steven)
Attachment #204619 -
Flags: review?(steven)
Comment 3•20 years ago
|
||
Comment on attachment 204621 [details] [diff] [review]
patch v2: moves files and updates references
looks good
Attachment #204621 -
Flags: review?(steven) → review+
| Assignee | ||
Comment 4•20 years ago
|
||
Thanks Steve.
RCS file: /cvsroot/mozilla-com/lib/featureheader.html,v
done
Checking in lib/featureheader.html;
/cvsroot/mozilla-com/lib/featureheader.html,v <-- featureheader.html
initial revision: 1.1
done
RCS file: /cvsroot/mozilla-com/lib/firefoxfeature.html,v
done
Checking in lib/firefoxfeature.html;
/cvsroot/mozilla-com/lib/firefoxfeature.html,v <-- firefoxfeature.html
initial revision: 1.1
done
RCS file: /cvsroot/mozilla-com/lib/frontfeature.html,v
done
Checking in lib/frontfeature.html;
/cvsroot/mozilla-com/lib/frontfeature.html,v <-- frontfeature.html
initial revision: 1.1
done
RCS file: /cvsroot/mozilla-com/lib/thunderbirdfeature.html,v
done
Checking in lib/thunderbirdfeature.html;
/cvsroot/mozilla-com/lib/thunderbirdfeature.html,v <-- thunderbirdfeature.html
initial revision: 1.1
done
Removing src/frontfeature.html;
/cvsroot/mozilla-com/src/frontfeature.html,v <-- frontfeature.html
new revision: delete; previous revision: 1.12
done
Removing src/firefox/featureheader.html;
/cvsroot/mozilla-com/src/firefox/featureheader.html,v <-- featureheader.html
new revision: delete; previous revision: 1.2
done
Removing src/firefox/firefoxfeature.html;
/cvsroot/mozilla-com/src/firefox/firefoxfeature.html,v <-- firefoxfeature.html
new revision: delete; previous revision: 1.5
done
Checking in src/firefox/index.html;
/cvsroot/mozilla-com/src/firefox/index.html,v <-- index.html
new revision: 1.10; previous revision: 1.9
done
Checking in src/firefox/livebookmarks.html;
/cvsroot/mozilla-com/src/firefox/livebookmarks.html,v <-- livebookmarks.html
new revision: 1.5; previous revision: 1.4
done
Checking in src/firefox/search.html;
/cvsroot/mozilla-com/src/firefox/search.html,v <-- search.html
new revision: 1.5; previous revision: 1.4
done
Checking in src/firefox/tabs.html;
/cvsroot/mozilla-com/src/firefox/tabs.html,v <-- tabs.html
new revision: 1.6; previous revision: 1.5
done
Checking in src/thunderbird/index.html;
/cvsroot/mozilla-com/src/thunderbird/index.html,v <-- index.html
new revision: 1.6; previous revision: 1.5
done
Removing src/thunderbird/thunderbirdfeature.html;
/cvsroot/mozilla-com/src/thunderbird/thunderbirdfeature.html,v <-- thunderbirdfeature.html
new revision: delete; previous revision: 1.3
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Whiteboard: [mozilla.com]
Updated•17 years ago
|
Product: mozilla.org → Websites
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•