Jump to the post that solved this thread.
Solved: 10 Years, 4 Months, 2 Weeks ago List of changed files for 1.8
#1
Solved: 10 Years, 4 Months, 2 Weeks ago
Generally there has been a list on the Docs site of the changed files for each upgrade. This is very helpful for knowing which files including language files that have been changed. Is there no such list for 1.8?
Reply
#2
Solved: 10 Years, 4 Months, 2 Weeks ago
almost all files are changed in MyBB 1.8
Reply
#3
Solved: 10 Years, 4 Months, 2 Weeks ago
Got it.
Reply
#4
Solved: 10 Years, 4 Months, 2 Weeks ago
Pretty much all files had been updated. Would be a pain for us to redact, and for you to follow.
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Reply
#5
Solved: 10 Years, 4 Months, 2 Weeks ago
You can use git to generate a list of changed files (and individual changes) in 1.8 (or between any versions really).

Grab the mybb repo, checkout the latest 1.6 tag and generate a diff against the 1.8 tag.

 /tmp  git clone https://github.com/mybb/mybb.git
Cloning into 'mybb'...
[...]
 /tmp  cd mybb 
 /tmp/mybb  feature  git checkout mybb_1615
Note: checking out 'mybb_1615'.
[...]
 /tmp/mybb ➦ c243e6a  git diff --name-only mybb_1800
[..list of changed files..]
 /tmp/mybb ➦ c243e6a  git diff mybb_1800
[..giant list of all changes..]

As others have said, pretty much everything changed so there isn't a whole lot of value in it this time, but its a bit of FYI for the future.
Reply
#6
Solved: 10 Years, 4 Months, 2 Weeks ago
ohh i see i got the point thanks
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 2 Guest(s)