Opened 11 years ago
Last modified 7 years ago
#35587 new defect (bug)
If core in under version control, don't let the user update manually
| Reported by: | iseulde | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Upgrade/Install | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
If core is under version control, I don't think the user should be able to manually update it (and break it). I know auto updates are disabled in this case, but shouldn't manual updates be disabled too?
E.g. WordPress is installed in a subdirectory and syncs trunk every hour. A manual update would revert the changes back to the last nightly build until the next sync.
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Please no.
Just because I have my WP installation under version control doesn't mean that I don't want to use the Update button.
It probably makes more sense to set the
DISALLOW_FILE_MODSconstant on a setup that auto-syncs trunk. With that constant, updates are also disabled, if I remember correctly.