Commit Graph
26 Commits
Author SHA1 Message Date
Allan Hvam Petersen 6ca9fa0d5e Removed TaxonomySession.getTerms(string, boolean)
There is no overload for getTerms on TaxonomySession that takes string
and boolean.

There is only a function that takes match information, see:

https://msdn.microsoft.com/en-us/library/office/dn312597.aspx
2015-08-07 12:35:54 +02:00
gandjustas ae2581f4ce Fixed Travis-CI build 2015-07-20 19:37:28 +03:00
gandjustas 45a629eceb Merged with upstream 2015-07-20 18:04:48 +03:00
gandjustas 31c2a4dc3f Added tests for SharePoint.d.ts 2015-07-14 00:19:52 +03:00
gandjustas c6a507446a Fixed couple bugs 2015-07-05 18:29:19 +03:00
gandjustas c068c64bce Refactored sharepoint.d.ts to use microsoft.ajax.d.ts, added\fixed some definitions 2015-05-17 00:47:08 +03:00
Allan Hvam aeecb928ad Status.addStatus optional strHtml and atBegining
strHtml and atBegining are optional, this is also how its used in the
documentation:

http://msdn.microsoft.com/en-us/library/office/ff410028(v=office.14).aspx
2014-11-15 12:18:38 +01:00
Allan Hvam 570e1f7a19 Changed restrictScope to restrictToScope
Its called restrictToScope, not restrictScope.

From SharePoint sp.workflowservices.js source:
get_restrictToScope: function
SP_WorkflowServices_WorkflowDefinition$get_restrictToScope() {ULS8GF:;
set_restrictToScope: function
SP_WorkflowServices_WorkflowDefinition$set_restrictToScope(value)
{ULS8GF:;

Same as in the managed API:

http://msdn.microsoft.com/EN-US/library/office/microsoft.sharepoint.workflowservices.workflowdefinition.restricttoscope(v=office.15).aspx
2014-11-15 12:10:38 +01:00
Allan Hvam a09cf953bd useAnimation made optional in Callout
useAnimation should be optional in Callout close and open. I couldn't find any official documentation on this, but SharePoint defaults to false if it is not set:

this.close = function(useAnimation) {
   useAnimation = m$.isBoolean(useAnimation) ? useAnimation : false;

Examples online also shows that this argument should be optional:
http://blog.alexboev.com/2012/08/custom-callouts-in-sharepoint-2013_21.html
2014-11-13 12:59:33 +01:00
Mohamed Hegazy 2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Eraknelo 3994e6d6a4 Capitalization error
http://msdn.microsoft.com/en-us/library/office/jj245318(v=office.15).aspx
2014-08-08 15:45:39 +02:00
gandjustas bc3401efbc Fixed bug 2014-06-15 19:13:04 +04:00
gandjustas 8d7e5ce448 Added SharePoint definitions and fixed bugs. 2014-06-15 16:41:43 +04:00
Bartvds 1c1a37c1e4 removed utf-8 BOM marker
for consistency
2014-01-24 18:51:21 +01:00
Bartvds 709a0363a0 added/fixed headers o-s
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 01:56:27 +01:00
gandjustas 4ca422a18c Added SP.Publishing and SP.DocumentManagement; Checked for TS 0.9.5 2013-12-09 23:34:57 +04:00
gandjustas 80c04d0409 Added chrome control, ClientPeoplePicker and Reputation definitions. 2013-10-26 18:53:49 +04:00
Boris Yankov d36023a1ac Merge pull request #1147 from gandjustas/master
Added generic type parameters
2013-10-18 23:55:06 -07:00
gandjustas 1a6e8c00ec Merge remote-tracking branch 'upstream/master'
Conflicts:
	sharepoint/SharePoint.d.ts
2013-10-17 01:13:20 +04:00
gandjustas 14d5602a86 Added generic type parameters 2013-10-17 00:51:39 +04:00
vvakame 2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame 3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Diullei 4086f580ba SharePoint - fix compiler error 2013-09-08 16:23:34 -03:00
gandjustas 7a42eaac2c Updated SharePoint.d.ts to TypeScript version 0.9.1 2013-08-07 02:06:01 +04:00
gandjustas 704fb61af7 SharePoint definitions: Added RequestExecutor, Animations, improved SOD, small bug fixes. 2013-08-04 18:25:39 +04:00
gandjustas be81dfd4f8 Added sptypescript 1.1 definitions 2013-07-13 18:49:12 +04:00