Questions tagged [myprettycms]

MVC4 / AJAX Based CMS.

My Pretty CMS is a MVC4 / AJAX Based CMS.

4 questions
2
votes
1 answer

Advanced custom multilingual url handling / Role & membership LoginUrl

I'm working on a custom FriendlyURL analyzer for my cms (myprettycms.codeplex.com). The system is multilingual: http://www.mydomain.com/en-us/friendly/url/friendly_url_page.htm http://www.mydomain.com/fr-fr/friendly/url/friendly_url_page.htm If…
1
vote
1 answer

ASP.net MVC 4, Friendly url and chinese

I used friend url jquery plug in (http://www.bulgaria-web-developers.com/projects/javascript/friendurl/) to create my menu editor. My wife is chinese and I ask her to type chinese text to try if my menu works. It's possible to type and save chinese…
0
votes
1 answer

Transfert project from Codeplex/TFS to SourceForge/Git with Visual Studio 2015 / TFS 2015

I need to transfert the open source cms MyPrettyCMS source code from Codeplex to Source forge. MyPrettyCMS sources (http://myprettycms.codeplex.com/SourceControl/latest) was handled with Visual Studio 2013 directely connected to the CodePlex…
0
votes
1 answer

How to generate JSon objects for ASP.net MVC 4 Ajax requests?

When I discovered vsdocs files, I thinked about a way to have intellisense in my JQuery files to manipulate objects I'll send to my ASP.net MVC back end. Something like MVC Model but just for JQuery Ajax callbacks. The folowing JQuery method is…