Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multilingual support #13

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cc02f74
- Removed settings outside of the module's concern
Sep 1, 2015
bd64822
Added a dynamic sitemap handler.
Sep 3, 2015
4163a5d
Transferred site configuration from the config file into the config n…
Sep 4, 2015
fcf2137
Added content TDS and restructured the solution.
Sep 6, 2015
9ee2938
Populated TDS content.
Sep 6, 2015
e91ed6c
Updated namespaces.
Sep 6, 2015
3841ace
Updated build configs.
Sep 6, 2015
e826393
Started work on detecting shared items for the rendering.
Nov 12, 2015
e181423
Fixed the sitemap recursive with shared areas.
Nov 18, 2015
3856500
Added template and item filtering to the sitemap rendering.
Nov 18, 2015
66865fc
Fixed item bucket support for the xml sitemap. Started work on the bu…
Nov 20, 2015
7f8d692
Fixed ul list nesting.
Nov 23, 2015
21122f1
Refactoring
Nov 23, 2015
4a1710a
Fixed paths for shared content in the rendering.
Nov 23, 2015
9a2a075
Refactoring and cleanup.
Nov 23, 2015
d7acfa8
Updated content.
Nov 23, 2015
ae8bbf0
Moved search engine definitions outside of the site definition.
Nov 23, 2015
e7f11e4
Multisite bug fixes + server URL parser update.
Nov 23, 2015
f239323
Module readme update.
Nov 23, 2015
ae2d262
Update README.md
vasiliyfomichev Nov 26, 2015
9d811ad
Update README.md
vasiliyfomichev Nov 26, 2015
3e00144
Update README.md
vasiliyfomichev Nov 26, 2015
af4db71
Added rendering to tds.
Nov 26, 2015
6ba3f79
Merge branch 'master' of https://github.com/vasiliyfomichev/SitecoreS…
Nov 26, 2015
946cc73
Added exlude item option to Sitemap XML Page Settings section. Change…
Dec 29, 2015
3b5761c
Exposed the template section fields through configuration to allow cu…
Dec 29, 2015
3c5c6bc
Updated version and excluded sitecore kernel binary.
Dec 29, 2015
d683cb0
Added sitemap item limit
Jan 7, 2016
2e30999
Added rendering thumbnail image.
Jan 7, 2016
412dd22
Switched to using site-specific HTML Cache.
Jan 20, 2016
0181856
Fixed schema generation. Added bucket path cleanup option.
vasiliyfomichev Feb 6, 2016
1e4763e
Updated icons.
vasiliyfomichev Feb 6, 2016
f8d7840
Allowed to bring site config out of the system section into a custom …
vasiliyfomichev Feb 6, 2016
8e2eb64
Exposed the sitemap.xml handler via the sitemapHandler property of a …
vasiliyfomichev Feb 6, 2016
bc5840c
Added config item and shared item definition validation.
vasiliyfomichev Feb 6, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain


#TDS files are not text, are binary in order to prevent issues with CRLF transformations
*.item -text
176 changes: 176 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates
.sass-cache
*Log.txt
TacoBell.TDS.Master_*.xml
# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/
packages/
*.update
*/Package_*/
DeploymentPackage/
DEV/
QA/
PROD/
PROD-CD/



# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf


#LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml

# =========================
# Windows detritus
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac desktop service store files
.DS_Store

#Node Modules
/OSU.Cancer.www/OSU.Cancer.www.Website/App/node_modules

#Sublime settings
thejames.sublime-workspace
thejames.sublime-project
/.vs/config
59 changes: 0 additions & 59 deletions App_Config/Include/SitemapXML.config

This file was deleted.

Binary file removed Data/packages/Sitemap XML module-1.0.0.zip
Binary file not shown.
Binary file not shown.
Binary file removed Data/packages/Sitemap XML module-2.0.zip
Binary file not shown.
80 changes: 0 additions & 80 deletions Data/packages/Sitemap XML module.xml

This file was deleted.

Loading