-
-
Notifications
You must be signed in to change notification settings - Fork 78
Merge back the updates previously made #87
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
Conversation
Updates from master repo
Feature/use xml export
Feature/ini handler
Dev/vcs menus
Possible conflict on VCS_ImportExport as my changes override much of what was there. Will examine manually next.
Still need to manually load VCS_Loader. After that the button calls loadVCS.
Allow selection of VCS directory for bootstrap
Nice work, thanks for the contribution. I'm afraid I'm going to be a bit picky, it's difficult to see in this PR what has been done as it has many commits and merges. If there are problems it'll be impossible to work out the source of an issue by looking at the history. Please break this up into one PR per feature / bugfix, and make sure each one is based on timabell/master Something like:
|
This will be a bit of a challenge, but I'll do what I can. Added need pull request to cover fix for previous changes in merge/hangie_develop. Will follow this with other changes. |
Started building out functions for handling translation of strings. See msaccess-vcs-integration#87
Hi,
Sorry for the long absence. I had been caught up and couldn't check the changes. I've now merged with the latest master and replaced (mostly alternative) the previous UI implementation with a more complete version that supports all components.
I've also added INI file for configuration.
Fixed a number of bugs (I'll have to go through them later and cross ref them).
Added the XML export of data to fix some bugs.
Export queries as .sql when exporting as SQL and as .bas when not.
Have a look. Pretty sure this is good to go.
Cheers,
Mark.