Skip to content
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

[Fix #4671] Creating new contact item in mssql #4686

Closed
wants to merge 169 commits into from
Closed

Conversation

adrianfso
Copy link

This proposed fix makes it possible to create a new contact item with an MS-SQL database.

ALTER TABLE dbo.#_contact_details ADD CONSTRAINT DF#__contact_details_checked_out DEFAULT 0 FOR checked_out

Michael Babker and others added 30 commits April 30, 2014 08:36
zero-24 and others added 9 commits October 8, 2014 09:42
New PR for #1472 that improve the `.gitignore` file but is out of sync and against master

And tested by @Hackwar see #1472 (comment)
Added new language strings

Updated language constants

Updated ordering

Removed tab and added spaces

Update en-GB.mod_tags_similar.ini

Removed empty line
Conflicts:
	libraries/cms/router/site.php
According to our new Development strategy:
http://developer.joomla.org/news/586-joomla-development-strategy.html#version_numbering

restore old values and mark it deprecated for 4.0

Update inline comments

Update config.xml

Next --> New thanks @brianteeman

Fix typos thanks @nicksavov

Fix typos thanks @nicksavov

@deprecated tag

New --> Latest @nicksavov

New --> Latest @nicksavov

Update default.php

Update en-GB.com_joomlaupdate.ini
Conflicts:
	administrator/components/com_categories/models/fields/categoryedit.php
	administrator/components/com_installer/controllers/update.php
	administrator/components/com_installer/models/database.php
	administrator/components/com_installer/models/update.php
	administrator/components/com_joomlaupdate/models/default.php
	administrator/components/com_languages/models/override.php
	administrator/components/com_languages/models/overrides.php
	administrator/components/com_modules/controller.php
	administrator/components/com_plugins/models/plugin.php
	administrator/components/com_postinstall/models/messages.php
	administrator/components/com_redirect/helpers/redirect.php
	administrator/components/com_redirect/views/links/view.html.php
	administrator/components/com_weblinks/controller.php
	administrator/components/com_weblinks/controllers/weblink.php
	administrator/components/com_weblinks/controllers/weblinks.php
	administrator/components/com_weblinks/helpers/weblinks.php
	administrator/components/com_weblinks/models/weblink.php
	administrator/components/com_weblinks/models/weblinks.php
	administrator/components/com_weblinks/tables/weblink.php
	administrator/components/com_weblinks/views/weblink/view.html.php
	administrator/components/com_weblinks/views/weblinks/view.html.php
	components/com_contact/models/categories.php
	components/com_contact/models/category.php
	components/com_contact/views/category/view.html.php
	components/com_newsfeeds/models/categories.php
	components/com_newsfeeds/views/category/view.html.php
	components/com_weblinks/controller.php
	components/com_weblinks/controllers/weblink.php
	components/com_weblinks/helpers/association.php
	components/com_weblinks/helpers/category.php
	components/com_weblinks/helpers/icon.php
	components/com_weblinks/helpers/route.php
	components/com_weblinks/models/categories.php
	components/com_weblinks/models/category.php
	components/com_weblinks/models/form.php
	components/com_weblinks/models/weblink.php
	components/com_weblinks/router.php
	components/com_weblinks/views/categories/view.html.php
	components/com_weblinks/views/category/view.feed.php
	components/com_weblinks/views/category/view.html.php
	components/com_weblinks/views/form/view.html.php
	components/com_weblinks/views/weblink/view.html.php
	installation/application/web.php
	installation/model/database.php
	libraries/joomla/form/fields/repeatable.php
	libraries/joomla/form/rule/url.php
	libraries/joomla/linkedin/oauth.php
	libraries/joomla/mediawiki/http.php
	libraries/joomla/mediawiki/mediawiki.php
	libraries/joomla/mediawiki/object.php
	libraries/joomla/twitter/oauth.php
	plugins/finder/weblinks/weblinks.php
	plugins/search/weblinks/weblinks.php
@nicksavov
Copy link
Contributor

Hi Adrian,

Thanks for submitting!

Unfortunately, looks like you're submitting from the 3.4-dev branch. Try switching to the staging branch, then create a new branch from it.

Here's a really easy way how:
http://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests

@mbabker
Copy link
Contributor

mbabker commented Oct 17, 2014

Closing as the PR is not valid due to the branch merges.

@mbabker mbabker closed this Oct 17, 2014
@adrianfso
Copy link
Author

Thank you for the help -- however, I'm not sure which file this proposed update should go into! I assume it would be an "sql" file within "administrator/com_admin/sql/updates/sqlazure/" but I do not see a "3.3.7" file, and it seems incorrect to edit the file "3.3.6-2014-09-30.sql". Any help with this would be greatly appreciated! Thank you.

@Bakual
Copy link
Contributor

Bakual commented Oct 20, 2014

You just add a new one 3.3.7-2014-10-20.sql. Each PR has its own SQL file then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet