SharePoint 2013 - System Features
1. Embed Information & Convert to PDF 功能,在文档的preview界面(hover panel);
2. Share功能可以选择是否发送邮件 -- Done
4. Shredded Storage, 将文档的内容和每次的更改分开存储,每次只存储更改的内容,而不是记录一个全新版本的文件,默认开启,详情看考此处。
5. Minimal Download Strategy -- 提升了页面生成的效率,类似ajax的页面生成规则, 比如在页面切换时,只请求页面之间不同部分的数据。
--------------------------------------------------------------------------------------------------------------------------
Farm Administration - Application Management
1. 多出了Apps 和 Office 365,其它设置几乎一样。
Manage Web Applications
1. 了解什么是 General Settings --> Blog API Setting ?
2. General Setting --> 附件默认最大值为250M,一个用户最多500个Alert,Recycle Bin保存30天;
3. Resource Throttling --> 普通用户List viewk可查询(CAML)到的最大值是5000条, 管理员可查询(CAML)到的是20000条;
-------------------------------------------------------------------------------
Site Administration
1. 新建list/library时,没有“是否在quick launch显示”的选项,默认不显示。
2. List/Library只能在List Tab下切换view,不能再breadcrumb中进行切换了;
3. Rating功能相关的两个Job: UserProfileApp - Activity Feed Job (Schedule: 10 Minutes)和 UserProfileApp - Social Rating Synchronization Job (Schedule: Hourly);
4.
-----------------------------------------------------------------
Content Management
1. Geolocation field type只能通过编程的方式来使用,不能从UI界面直接插入这样一个类型的column,详情参考此处。
2.
------------------------------------------------------------------------------------------------------
Social
1.Microsoft in SharePoint 2013 Introduced new Social capabilities for better collaboration in the company. New Features added are -
Community Site
MY Sites
Newsfeed
Follow people
Follow Sites
2.
-----------------------------------------------------------------------------------------------------
Services & Service Application
1. Shredded Storage, 将文档的内容和每次的更改分开存储,每次只存储更改的内容,而不是记录一个全新版本的文件,默认开启,详情看考此处。
2. Minimal Download Strategy -- 提升了页面生成的效率,类似ajax的页面生成规则, 比如在页面切换时,只请求页面之间不同部分的数据。
3. PowerPoint Automation Service - 需要使用PowerShell命令手动创建PowerPoint Automation Service Application,详情参考此处。
4. Word Automation Service, PowerPoint Automatiion Service都是针对编程使用的,提供了一些编程对象;
5.
--------------------------------------------
Search
1. Query Rules 用于替代以前的Manage Search Keywords,详情请参考此处。
2. Result Sources 用于替换以前的 Scopes,详情参考此处。
3. Display Template 和 Result Types 是新添加功能,用于针对不同的Search结果,显示不同的结果界面,详情参考此处。
4. SharePoint 2013中支持检索PDF文件内容,但是SharePoint 2010中不支持,需要安装第三方插件,见此处;
------------------------------------------------------------------
Development
1. Callout popup framework 可使用JS来更改页面的Callouts或者Hover over,详情参考此处。
2.