Commit Graph

11 Commits

Author SHA1 Message Date
Simon-Pierre Plante 688e98d99a Reverted to drop 1.1.0 in order to bring back compatibility for SharePoint 2016 on-premise. (#370) 2017-11-24 16:42:20 +02:00
Simon-Pierre Plante f1f01ec43b React Content Query : Upgraded to drop 1.2.0 and added site and web automatic pre-selection (#313)
* Upgrade to drop 1.2.0 and added site url and web url preselection

Upgrade to drop 1.2.0 and added site url and web url preselection

* Added a working .sppkg for easy testing

* Added a bug fix to the Pull Request #313

Since pull request hasn't been merged yet, added a one-liner bug fix for
fields that had spaces in their internal names.

* Updated the .sppkg solution with the last bug fix.

* Updated the .sppkg solution with the bug fix.

* Removing the .sppkg solution to update it

* Updated the .sppkg solution with the bug fix
2017-09-27 08:23:38 -04:00
VesaJuvonen face954dcd Merge conflict resolution 2017-09-08 09:37:29 +03:00
VesaJuvonen 8194441ffa Resolving merge conflict 2017-09-08 09:32:13 +03:00
Simon-Pierre Plante dc136bfeda Added a Site Url property next to the Web Url property
Added a Site Url property next to the Web Url property in order to
narrow down the results that were previously all mixed within the same
dropdown. Also added a recursive promise mecanism that allows the
WebPart to perform multiple search requests until all the results are
returning, bypassing the max rowLimit of 500 items. The site url
property can now fetch unlimited site collections, and the web url
property can also fetch unlimited web urls.
2017-09-01 23:46:44 -04:00
Simon-Pierre Plante 5107f2c5d8 Content Query WebPart : Fixed WebUrls not showing (#296)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme

* Updated the readme with the solution author

* Added the External Scripts property to the toolpart

The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.

* Fixed the readme.md imaged broke in the previous commit

* Added the ExternalScripts.png picture to readme.md

* Updated readme.md

* Update the externalScripts image.

* Fixed an issue where sites/subsites were missing from the WebUrl dropdown

The search query responsible for feeding the Web Url dropdown had no
rowLimit specified, which was limiting the amount of returned urls to 10
since this is the default rowLimit. Updated the rowLimit to 500 so all
sites can be displayed in the toolpart!

* Update README.md
2017-09-01 09:38:02 +03:00
Simon-Pierre Plante 4dea634f15 Fixed an issue where sites/subsites were missing from the WebUrl dropdown
The search query responsible for feeding the Web Url dropdown had no
rowLimit specified, which was limiting the amount of returned urls to 10
since this is the default rowLimit. Updated the rowLimit to 500 so all
sites can be displayed in the toolpart!
2017-08-31 19:09:17 -04:00
Simon-Pierre Plante 70fce10f75 React Content Query : Added configurable external scripts and external block helpers (#285)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme

* Updated the readme with the solution author

* Added the External Scripts property to the toolpart

The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.

* Fixed the readme.md imaged broke in the previous commit

* Added the ExternalScripts.png picture to readme.md

* Updated readme.md

* Update the externalScripts image.
2017-08-14 09:49:21 +03:00
Simon-Pierre Plante 2227c87265 Added the External Scripts property to the toolpart
The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.
2017-08-12 20:07:01 -04:00
Simon-Pierre Plante d821b0e8c7 React Content Query WebPart (#271)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme
2017-08-07 16:46:22 +03:00
Simon-Pierre Plante bee98db16e Add 'samples/react-content-query-webpart/' from commit '08f8a5af7111fbefdac7c5de9cc7b89ad9fbe18e'
git-subtree-dir: samples/react-content-query-webpart
git-subtree-mainline: 442f147359
git-subtree-split: 08f8a5af71
2017-07-23 23:05:24 -04:00