Commit Graph

42 Commits

Author SHA1 Message Date
Hugo Bernier bcff312786
Add files via upload 2020-11-03 12:28:18 -05:00
Hugo Bernier e521503fbb
Create index.md 2020-11-03 12:28:03 -05:00
Hugo Bernier 4c2e8a59e1 Updated package solution 2020-11-02 16:23:01 -05:00
Hugo Bernier ff1db62ed7 Added jsonValue 2020-11-02 16:12:44 -05:00
Abderahman88 82977b1a42 update README 2020-10-30 19:28:50 +01:00
Abderahman88 f64ebc5ad3 fix special characters 2020-10-30 17:44:13 +01:00
Hugo Bernier b9396c49b5
Fixed telemetry image 2020-10-05 11:00:11 -04:00
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
Paolo Pialorsi 2fccb66f4e Updated modern CQWP 2020-05-06 09:43:32 +02:00
Hugo Bernier 242b8e5f9b Added telemetry to every README.md file 2020-04-04 02:18:47 -04:00
dependabot[bot] 7c7159f926
Bump handlebars in /samples/react-content-query-webpart
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-02 17:10:56 +00:00
Sylvia Okafor 15fed3926a Updated sample YAML description 2020-02-14 15:30:01 -08:00
Ivan Peters 617990be70 React Content Query: Lookup column additional fields fix (#925)
Fix: React Content Query web part does not display values from lookup column additional fields.
2019-07-28 13:23:03 +03:00
taraldga 55816d041b Dev (#737)
* Re-did the new changes to dev instead of master.

* Added templating options.

* Removed console logs

* No filter chosen should default to no filter, not two filters.

* New settings now handling locales..

* Handled the fact that IE does not support Event constructor.

* Updated documentation.

* Better images for documentation.

* Updated version history.

* Upped version number correctly.

* Update ResultsLayoutOption.ts

Removed comma
2019-01-03 15:08:58 +01:00
Simon-Pierre Plante 88cbbf2300 Fixed an issue causing filters to loose their sort order in IE. Also added a .zip of the 1.4.1 version of this project. (#517) 2018-06-07 14:10:18 +03:00
Jeff Burt 87e30dd02a Fixed to reset filterXml as each filter is processed. Otherwise, when it's set to the IsNull/IsNotNull format, it'll end up getting applied to all the rest of the filters. (#475) 2018-04-27 18:28:52 +03:00
Jeff Burt 719171081f Fixed to look for SharePoint's access denied page in the response and throw an appropriate error if found. (#493) 2018-04-27 18:27:50 +03:00
Jeff Burt cfa111bbad Fixed sort to work properly. Previously did not always sort correctly in IE/Edge. (#494) 2018-04-27 18:27:26 +03:00
Simon-Pierre Plante fdd0e3a170 Fixed an issue where the webs of the selected site collection were not loaded properly on some tenants. (#469) 2018-04-06 12:25:22 +02:00
Simon-Pierre Plante f9e039511d Added a "Search within folders" switch and fixed a bug (#463)
* Added the "Search within folders" switch which enables the WebPart to return results from within folders as well (recursive). Also fixed a bug where webs could sometimes not appear under the web url dropdown.

* Fixed a bug which prevented to load webs correctly out of private groups

* Fixed a bug with the automatic current web selection

* Previously committed wrong .sppkg
2018-04-04 16:52:31 +02:00
Simon-Pierre Plante 22ed426637 Updated the webpart to store the selected list using its ID instead of its URL, that way the webpart keeps working after the list title has been renamed. (#447) 2018-03-12 13:13:15 +01:00
Joel Rodrigues 764d8f10e0 Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
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 ebada2718e Replaced the corrupted .sppkg by a functional one (#354)
The .sppkg file was referring the wrong .js files which was displaying an error while adding the WebPart to a page. Replaced it with an updated and functional .sppkg file.
2017-11-07 21:10:26 +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 2e9451843d Update the externalScripts image. 2017-08-12 20:16:40 -04:00
Simon-Pierre Plante 1802bc8100 Updated readme.md 2017-08-12 20:14:56 -04:00
Simon-Pierre Plante 8b785b2945 Added the ExternalScripts.png picture to readme.md 2017-08-12 20:12:58 -04:00
Simon-Pierre Plante aabae28045 Fixed the readme.md imaged broke in the previous commit 2017-08-12 20:10:42 -04: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 96f74a3cfe Updated the readme with the solution author (#283) 2017-08-10 21:24:20 +03:00
Simon-Pierre Plante e1e2d83505 Updated the readme with the solution author 2017-08-10 13:12:29 -04:00
Vesa Juvonen 3717fc284c Adding usage tracking image to react-content-by-query-webpart 2017-08-07 16:54:35 +03: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 4f7f464d6c Updated the readme 2017-07-25 16:22:35 -04: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