Skip to content

Commit

Permalink
Merge pull request #34 from Aymkdn/v3.13-development
Browse files Browse the repository at this point in the history
V3.13 release
  • Loading branch information
Aymkdn authored Aug 23, 2016
2 parents 52fb1f3 + 395509b commit b00ccde
Show file tree
Hide file tree
Showing 37 changed files with 16,628 additions and 235 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

**Change Log v3.13 (August 23, 2016)**

- Fully compatible with Sharepoint 2013!
- jQuery is not required anymore!
- Rewrite `$SP().createFile()` with new options (see [issue #26](https://github.com/Aymkdn/SharepointPlus/issues/26) and [pull #29](https://github.com/Aymkdn/SharepointPlus/pull/29))
- Add operator "IN" for WHERE clause thru `$SP().parse()` (e.g. 'Location IN ["Los Angeles","San Francisco","New York"]')
- Add special words "TRUE" and "FALSE" for `$SP().parse()` to use with the Yes/No columns
- Full rewrite of `$SP().formfields()` to be compatible with Sharepoint 2013 (a few things could be now different from previous versions)
- Remove option `data-sp-ignore` from `$SP().formfields()`
- Set 160 qUnit tests for almost all the functions
- Add automatic qUnit test environment creation to make tests easier
- Add option `usejQuery` to `$SP().formfields().elem()`
- Add `$SP().encode_b64()` and `$SP().decode_b64()`
- Add `$SP().getURL()` to return the current base url
- Add `$SP().regionalSettings()` to return the user regional settings
- Add `$SP().regionalDateFormat()` to return the date format based on the user regional settings (usefull for Date Picker fields manipulation)
- Add `$SP().list().startWorkflow2013()` to start Sharepoint 2013 workflows (the other function remains for Sharepoint 2010 workflows)
- Add Site Workflow start for `$SP().list().startWorkflow()`
- Add `$SP().showModalDialog()`, `$SP().closeModalDialog()` and `$SP().waitModalDialog()`
- Add two parameters (passedItems, failedItems) to options `after` for `$SP().list().add()`, `$SP().list().update()`, ...
- Add `$SP().list().addAttachment()` to attach a document to a list item

**Change Log v3.12 (January 26, 2016)**

- Fix problem with IE8 and Array.prototype.indexOf ([issue #25](https://github.com/Aymkdn/SharepointPlus/issues/25))
Expand Down
Binary file added docs/img/favicon.ico
Binary file not shown.
Binary file added docs/img/favicon128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/favicon16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sharepointplus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/img/sharepointplus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
357 changes: 357 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->

<url>
<loc>http://aymkdn.github.io/SharepointPlus/</loc>
<lastmod>2013-08-05T14:04:15+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://aymkdn.github.io/SharepointPlus/./</loc>
<lastmod>2013-08-05T14:33:16+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://aymkdn.github.io/SharepointPlus/symbols/%24SP%28%29.html</loc>
<lastmod>2013-08-05T14:33:16+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://aymkdn.github.io/SharepointPlus/symbols/%24SP%28%29.formfields.html</loc>
<lastmod>2013-08-05T14:33:16+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://aymkdn.github.io/SharepointPlus/symbols/%24SP%28%29.list.html</loc>
<lastmod>2013-08-05T14:33:16+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://aymkdn.github.io/SharepointPlus/index.html</loc>
<lastmod>2013-08-05T14:33:16+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
</urlset>
Loading

0 comments on commit b00ccde

Please sign in to comment.