Opened 9 years ago
Last modified 5 years ago
#35587 new defect (bug)
If core in under version control, don't let the user update manually
Reported by: | iseulde | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
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 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_MODS
constant on a setup that auto-syncs trunk. With that constant, updates are also disabled, if I remember correctly.