Welcome Guest, Not a member yet? Register   Sign In
Better update routine?
#10

(09-19-2017, 02:05 PM)blaasvaer Wrote: But that's exactly my point. In application you have all the config, routing etc. that you usually modify. You add modules and stuff to that application folder, and then when any of those (config files, libraries etc) gets updated you manually have to copy/paste lines of code from your modified files back into the updated ones.

No, you don't have to compare changes to, or modify anything under application/.

Even if something in there changes, it is mostly comments (irrelevant). In the rare event that a new config option is introduced, or a default value has changed, we do that in a BC-preserving way, it is explicitly mentioned in the upgrade instructions AND it never happens on a patch (i.e. the Z in x.y.z) release if it requires your attention.

(09-19-2017, 02:05 PM)blaasvaer Wrote: I know that you shouldn't touch the system folder for that same reason, BUT the reality is, that the same actually goes for the larger part of the application folder ... and that's to be honest a little misleading.

That is some alternative reality you're talking about. You don't even have to use application/; it's just a sample skeleton to get you up and running fast.

(09-19-2017, 02:05 PM)blaasvaer Wrote: Am I really the only person who think it's weird that system shouldn't be touched but changing stuff in application is ok. To me they look much the same in the sense that they contain stuff that potentially gets updated by the CodeIgniter team ...

Yes, you are the only person to think that. Literally every piece of software that uses configuration files is shipped with those configuration files, and you are expected to change them.
Reply


Messages In This Thread
Better update routine? - by blaasvaer - 09-18-2017, 09:00 AM
RE: Better update routine? - by Narf - 09-19-2017, 12:39 AM
RE: Better update routine? - by blaasvaer - 09-19-2017, 10:19 AM
RE: Better update routine? - by Paradinight - 09-19-2017, 11:10 AM
RE: Better update routine? - by blaasvaer - 09-19-2017, 12:35 PM
RE: Better update routine? - by Narf - 09-19-2017, 01:54 PM
RE: Better update routine? - by blaasvaer - 09-19-2017, 02:05 PM
RE: Better update routine? - by Narf - 09-20-2017, 02:38 AM
RE: Better update routine? - by ciadmin - 09-19-2017, 03:21 PM
RE: Better update routine? - by blaasvaer - 09-20-2017, 12:41 AM
RE: Better update routine? - by InsiteFX - 09-20-2017, 03:08 AM
RE: Better update routine? - by spjonez - 09-20-2017, 06:40 AM
RE: Better update routine? - by rtenny - 09-20-2017, 07:50 AM
RE: Better update routine? - by Kaosweaver - 09-21-2017, 05:53 AM
RE: Better update routine? - by Narf - 09-22-2017, 11:42 AM
RE: Better update routine? - by PaulD - 09-22-2017, 03:20 PM
RE: Better update routine? - by Narf - 09-25-2017, 02:07 AM
RE: Better update routine? - by rtenny - 09-21-2017, 08:15 AM
RE: Better update routine? - by PaulD - 09-21-2017, 08:23 AM
RE: Better update routine? - by rtenny - 09-22-2017, 03:39 AM
RE: Better update routine? - by PaulD - 09-27-2017, 03:05 PM
RE: Better update routine? - by Kaosweaver - 09-25-2017, 08:24 AM
RE: Better update routine? - by PaulD - 09-25-2017, 10:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB