Closed
Bug 276792
Opened 21 years ago
Closed 21 years ago
VersionCheck should use common DB config
Categories
(addons.mozilla.org Graveyard :: Administration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.1
People
(Reporter: Bugzilla-alanjstrBugs, Assigned: cso)
Details
Attachments
(1 file)
|
967 bytes,
patch
|
Bugzilla-alanjstrBugs
:
first-review+
|
Details | Diff | Splinter Review |
Instead of having the dbconfig at the top, the service should use the common set
of data cleanup for $_GET and $_POST and conneciton info for dbconfig.
Comment 1•21 years ago
|
||
VersionCheck is not integrated with the rest of the code.. Its mostly
intentional that way, as there's nothing requiring aus.mozilla.org (or any
versionCheck instance) from being on the same hardware as an Update/Addons instance.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
It uses the same database. Changing the config for one means having to change
the config for the other. The sysadmins agreed with this.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 3•21 years ago
|
||
Then why was that not in Comment #0? :-) Seriously, a bug should be readable
enough for *all* information to be present in it without having to lurk around
IRC and in private conversations etc.
Status: REOPENED → NEW
| Assignee | ||
Comment 4•21 years ago
|
||
Patch v1.
Use the include file, and since it defines a connection, remove the connection
stuff from VersionCheck.php
| Assignee | ||
Updated•21 years ago
|
Assignee: nobody → colin.ogilvie
Status: NEW → ASSIGNED
| Assignee | ||
Updated•21 years ago
|
Attachment #171575 -
Flags: first-review?(Bugzilla-alanjstrBugs)
Attachment #171575 -
Flags: first-review?(Bugzilla-alanjstrBugs) → first-review+
Trunk:
Checking in mozilla/webtools/update/update/VersionCheck.php;
/cvsroot/mozilla/webtools/update/update/VersionCheck.php,v <-- VersionCheck.php
new revision: 1.7; previous revision: 1.6
done
Branch:
Checking in mozilla/webtools/update/update/VersionCheck.php;
/cvsroot/mozilla/webtools/update/update/VersionCheck.php,v <-- VersionCheck.ph
p
new revision: 1.5.2.2; previous revision: 1.5.2.1
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•