Closed
Bug 511986
Opened 16 years ago
Closed 16 years ago
Move minify's $config into a config file
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
1.3
People
(Reporter: paulc, Assigned: paulc)
References
Details
(Whiteboard: sumo_only)
Attachments
(1 file)
|
102.13 KB,
patch
|
laura
:
review+
|
Details | Diff | Splinter Review |
See webroot/minify.php
The js/css files are SUMO specific and should be moved into a config file that's not under SVN.
| Assignee | ||
Updated•16 years ago
|
OS: Linux → All
Hardware: x86 → All
Target Milestone: --- → 1.3
| Assignee | ||
Comment 1•16 years ago
|
||
This is the SVN patch with adds the dist but not the actual conf. To set things up, copy over minify.conf.php.dist to the same location but without the .dist
I think scripts/minify is an appropriate location for this.
Attachment #395950 -
Flags: review?(laura)
Updated•16 years ago
|
Attachment #395950 -
Flags: review?(laura) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•16 years ago
|
||
Also filed bug 512010 to create the file on stage.
Comment 4•16 years ago
|
||
Because bug 512010 is verified, does that mean this one is too?
| Assignee | ||
Comment 5•16 years ago
|
||
Pretty much. If CSS or JS happens to be broken, you can reopen. If the config hadn't been set up well, we would have probably noticed by now.
If you look at the patch, I basically cut out the $config variable and pasted it in a separate file, so there's little chance of regression :)
Comment 6•16 years ago
|
||
(In reply to comment #5)
> Pretty much. If CSS or JS happens to be broken, you can reopen. If the config
> hadn't been set up well, we would have probably noticed by now.
Yes, agreed; it's been over the weekend, and things look fine.
> If you look at the patch, I basically cut out the $config variable and pasted
> it in a separate file, so there's little chance of regression :)
Verified FIXED -- if I see anything strange with JS or CSS I'll file.
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Whiteboard: tiki_bug
Comment 7•15 years ago
|
||
All configurations must be preferences in tiki, so no upstream.
Whiteboard: tiki_bug → sumo_only
You need to log in
before you can comment on or make changes to this bug.
Description
•