-
Archives
- July 2022
- November 2021
- October 2021
- July 2021
- February 2021
- February 2020
- January 2020
- November 2019
- October 2019
- June 2019
- September 2018
- August 2018
- July 2018
- June 2018
- April 2018
- March 2018
- January 2018
- December 2017
- September 2017
- August 2017
- July 2017
- June 2017
- April 2017
- February 2017
- January 2017
- December 2016
- August 2016
- July 2016
- April 2016
- March 2016
- February 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- January 2014
- December 2013
- November 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- February 2010
- January 2010
-
Meta
Category Archives: SharePoint 2013
Handling pre-save action for publishing pages in JavaScript for SharePoint
In SharePoint 2013 it is fairly well known that you can catch and handle the pre-save action in JavaScript for list item forms by implementing the PreSaveAction() method. This however does not work for publishing pages as this method is … Continue reading
Posted in SharePoint, SharePoint 2013
5 Comments
SPClientSideDeployment now supports deploying assemblies to GAC (On-Prem only)
While these days server-side solution looks as if it’s going out of fashion, the fact is quite a number of people are still dependent on them for various reasons. Back in the days when server-side solution was the only (practical) option, … Continue reading
SPClientSideDeployment 3.1 brings support for minified JS/CSS and seamless dev-prod transition
I have just released version 3.1 of SPClientSideDeployment with added support for minified JS/CSS. You are now able to include minified files in the deployment package that the tool generates, and instruct the generated PowerShell script to use them during … Continue reading
Programmatically setting toolbar type for list view web part [SharePoint]
If you ever tried to programmatically set the toolbar type for a list view web part then you will find that this is not at all straightforward. There are actually quite a lot of posts about this on the net, and … Continue reading
Posted in SharePoint 2013
3 Comments
Publishing deployment package with SPClientSideDeployment 1.1
With SPClientSideDeployment you can point Visual Studio to any environment and deploy your files to that environment. This is fine for development, but typically is not good practice for higher environments. Most organisations dictate that a package is given to IT Ops, … Continue reading
Posted in SharePoint 2013, SPClientSideDeployment
Leave a comment
SPClientSideDeployment: a new productivity Visual Studio extension for SharePoint developers
New in 3.3: Added option to publish on deployment New in 3.2: Added support for deploying assemblies to GAC (On-Prem only) New in 3.1: Added support for minified JS/CSS and seamless dev-prod transitioning New in 3.0: Auto-deploy on save option and … Continue reading
Posted in SharePoint 2013, SPClientSideDeployment
14 Comments
No log entries in ULS Viewer for real-time monitoring mode [SharePoint]
Recently we found that if you are using the updated ULS Viewer (16.0.3129.1000) from Microsoft (https://www.microsoft.com/en-au/download/details.aspx?id=44020), and you have changed the default logging path in Central Admin, then you may find that the real-time monitoring in ULS Viewer does not show … Continue reading
Posted in SharePoint 2013
Leave a comment
“The exclusive inplace upgrader timer job failed” when running the Products Configuration Wizard in SharePoint 2013
I was running the SharePoint 2013 Products Configuration Wizard to finalise the March 2013 PU and it failed at 10% of the last stage. I checked the error log and found that the error was: “The exclusive inplace upgrader timer job … Continue reading
Posted in SharePoint 2013, Upgrade
4 Comments