-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleans up a bunch of warnings, errors and form issues when adding dow… #115
Conversation
composer says -p option doesn't exist. |
My bad. Try it with quotes around it. |
There is an issue I have fought with. In members/include/admin/managedownloadcat/main.php line 37 I could not get that path to work properly unless I put a full path from / . Couldn't figure out why any relative path I put in that wouldn't work. |
This PR is probably too big. Will probably need to be split. Unless all these 45 changed files are only affecting one page or one feature. It's industry standard to manually test PRs before approving them. If PRs are too big, it becomes hard to test everything.
Where did you get the missing files from? How did you know they were missing?
What page should I visit and what am I looking for when testing? Thanks. |
I found them in the older release of the software. I knew they were missing because the files were referenced in some errors I was getting when dealing with the download section issues. What page should I visit and what am I looking for when testing? Thanks. Thanks :) |
84aca33
to
a90425e
Compare
…nload categories, adding downloads. Deleting downloads still needs figured out.
a90425e
to
96e001e
Compare
This patch is too big and it'd be a lot of work to make you split it, so I am going to do some splitting myself. I've split everything on the "Manage Download Categories" page into a6cf7f2. May do more splitting as I immerse myself in this patch more. In the future, please write smaller patches. Big patches are hard to review. Please also include clear test instructions. |
Only figured it wouldn't be too bad as the changes were mostly small and they were related. I'll keep it down to single files to avoid issues. Also some of my issue on these patches were that I don't think my git was updating properly. So you weren't getting the same results. If you want to trash this PR from this point I'm OK with it. I can go and do the fixes again and submit them individually. |
Yes, if you're willing, splitting into smaller patches would be great. Make it easy for me to hit that submit button confident there are no bugs :) |
Yeah I understand. At least you got those missing files now. That helped a ton when I was trying to fix that section. |
Nice job finding the missing files. There was one version of these scripts in the official GitHub, and there is a second official GitHub, and there was a third version on the official download site. I think one of these versions was incomplete, or they diverged, or something. Tricky to reconcile! |
sounds like one big mess. other then finding missing files which is nice, probably best to only focus on one and forget the rest exist lol |
One version was from 2014 and one version was from 2016. I used the 2016 version as the base for this repo. 602bc2d |
Added some missing files. Many fixes relating to Warnings, Depreciation messages. Fixed adding a download the drop down for the download section only listed the 1st section that was above the Forum Attachment category.