When the existing array _renewStates is cast as a string (at the string.prototype.split() function or possibly in earlier code), that existing array is represented as "A String, representing the values of the array, separated by a comma" [quote source](https://www.w3schools.com/jsref/jsref_tostring_array.asp).
This update replaces the incorrect semi-colon separator with the correct comma separator. Without a correction, it is possible to encounter issues such as token renewal timeout or token renewal silent failure. Testing included turning on logging in adal-angular.js to observe changes.
* 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
* Sample added that shows how we can use the SPFx Event Aggregator to communicate between web parts
* Sample added that shows how we can use the ReactiveX (RxJs) library with the SharePoint Framework to communicate between web parts through broadcasting events utilizing the Publish–subscribe pattern
* Event Emitter sample README.md updated
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.
* 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
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!
* 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.
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.
* Updated SPFx from 1.0.0 to 1.1.0
* Added closing div.
Updated logo.
* Include override.css using require instead of sass @import which no longer works in the build chain.
* Updated README with complete building steps
* Updated version to 1.0.0.1
* Updated to pull version from package.json
* Include bundled Office UI Frabework CSS to ensure proper grid.
* Added version info
* Added safeWithCustomScriptDisabled property
* Changed to static linking
* Added explicit reference to office-ui-fabric v2
* Removed test CSS
* Remove commented out code
* Remove empty lines
* Removed non-existant styles
* Externalize Office UI Fabric components and CSS to CDN - keeping CSS in the project for reference.
* This sample shows how appSettings.json file can be added and unsed within SharePoint Framewrok webparts similar to the Web.config / App.config key value app settings in .NET Framework projects.
* Update README.md
Typos fix
* 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
* first commit
* some corrections
* added textfield to pass the parameters dinamically
* implemented list to display external users
* changing the UI style
* fixed bug on the detail list
* label name modified
* Add files via upload
* Delete upcoming-meetings-preview.png
* Update README.md
* some changes
* added twitter and blog
* added wp base
* started on adding redux
* removed immutable to start with
* initial code working (redux, immutable)
* get lists, basic add new list ready
* basic code using redux and immutable js ready
* comments
* image and readme
* readme update
* updated image
* appease the linter
* added comments
* changed folder name
* updated gif
* typo in layouts path
* link to blog and telemetry
* react-provision-assets sample added. provides advanced techniques for provisioning lists, libraries, fields and more.
* README drop icon changed to GA
I updated the drop icon from drop4 to GA so not to cause confusion when someone is looking at the README.
* README file updated
* Sample update from drop3 to GA. Packages updated. Unnecessary typings removed.
* small fixes on the html and list checks
* The loader is removed since causing "Cannot read property 'replaceChild' of null" error.
* Return empty array instead of undefined if list not found. The list not found error will be catched.
* c
* we
* working
* work on searchable props
* organize
* workinng
* accept siteUrl as parameter
* qw
* a
* work on display
* work on propertyBagDisplay
* ZX
* qwe
* qwd
* qdw
* qdw
* refactoring
* qw
* qw
* qwd
* awd
* er
* git popup on disoplay working
* 123
* qw
* asd
* works
* Working!
* qweqwwe
* asd
* linting
* tslint
* enable edit all properties
* edit all props
* sort not quite working
* sort working
* sort working
* now really!
* fdg
* Added MessageDisplay
* separete messagedisplay for panel
* added PropertyBagEditPanel
* Implement fileters site list
* new props
* Filters working
* add addn'l parameters
* extracted User Filetrs
* added dropdowns to coimmand bar
* qw
* filters
* ads
* qwe
* sdf
* work on user filters
* dwq
* qw
* add global nab menu
* filterstate
* qwe
* qwe
* fixed filters on filtered site list
* convert params in webparr
* work on men us
* fix nav webpart. Cleanup Descriptions
* clean linting errors
* qwe
* added comments
* fix href in menu
* readme
* fix render of bolean in list
* add images
* Update README.md
* Update README.md
* Update README.md
* fix copy-assets.json
* cleaned up webpart names and descriptions
* fix issue with menu and blank props
* fix readme
* rc0
* rc0
* more rc0
* rc0
* RC0 Done
* cleanup manifest
* Working on Web Selecor
* qqqqqqq
* 111
* Added Web selector to drill down to web
* fix merge conflicts
* s
* renmove react-router
* added saveall and undoall
* Add support for ID field
* saveAll
* fixed saveall across sites
* mark items as deleted (soft delete)
* work on soft delete
* work on soft delete
* Enable soft deletes
* Add SortInfo to columnDefinitions
* Work on initial sort
* pass columnDefinitions into listitemreducer for sort
* trying to get sortablecolumns in reducer...
* setup sort sequences
* work on compareres
* work on sort
* basic sorting workoing
* fix linting errors
* Fided issus with Duplicate 'Require"
* added images
* updated readme
* Update README.md
* fix coltype display and lists in subsites
* Added Images
* docs
* Update README.md
* Update README.md
* rc0
* rc0
* more rc0
* rc0
* RC0 Done
* cleanup manifest
* Working on Web Selecor
* qqqqqqq
* 111
* Added Web selector to drill down to web
* fix merge conflicts
* s
* renmove react-router
* added saveall and undoall
* Add support for ID field
* saveAll
* fixed saveall across sites
* mark items as deleted (soft delete)
* work on soft delete
* work on soft delete
* Enable soft deletes
* Add SortInfo to columnDefinitions
* Work on initial sort
* pass columnDefinitions into listitemreducer for sort
* trying to get sortablecolumns in reducer...
* setup sort sequences
* work on compareres
* work on sort
* basic sorting workoing
* fix linting errors
* initialize
* wer
* asd
* ok
* COOOOL
* asd
* move most to panel
* switch to react-slick
* gOT cSS
* poseter
* asd
* Leave image until user selcte to play
* sdg
* qwe
* asd
* addiing back 3d carousel
* Added back 3d carousel
* coverflow working
* all 3 working
* fixup linting
* Update README.md
* fix readme
* Update README.md
* got it working on rc0
* autoplay
* qwd
* rename Cpverflow to Coverflow
* cdn
qw
* SPHttpClient.configurations.v1
* as
* AS
* added instructions on merging existing github procjects
* added controls to set playerwidth and height
* Update README.md
fixup readme
* Replaced Microsoft Flow with Azure Logic Apps
* Update README.md
* Replaced the '@microsoft/sp-client-preview ' package with '@microsoft/sp-webpart-base' for the BaseClientSideWebPart definition according to the SPFx Drop 5 release notes (https://github.com/sharepoint/sp-dev-docs/wiki/Release-Notes-Drop-5)
* [react-mobx] scaffold project + migrate to drop5
* [react-mobx] install mobx dependencies
* [react-mobx] configure reactive and nonreactive webpart version
* [react-mobx] add presentational and container components
* [react-mobx] Replace description field with name
* [react-mobx] Add mobx store and hook up webpart & components
* [react-mobx] update readme
* [react-mobx] remove custom tslint.config
* [react-mobx] only render the webpart once
* [react-redux] scaffold project
* [react-redux] install redux dependencies
* [react-redux] install redux typings
* [react-redux] Add redux store and reducers and hook them up with the webpart
* [react-redux] Add presentational and container components
* [react-redux] Hook up webpart lifecycle methods with redux
* [react-redux] configure reactive and non-reactive webpart versions
* [react-redux] Add all the semicolons!
* [react-redux] mark store as private in webpart
* [react-redux] Update README.md
* [react-redux] Fix typo in readme
* [react-redux] only render webpart once
Added a warning in the deployment script if the service bus namespace is not found in the subscription.
Added debugging options in the iisnode.yml configuration file.
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.