carrotcake

 Current activity feed for the CarrotCake CMS project from various repositories.

RSS Feed from: http://www.carrotware.com/rss.ashx?type=BlogAndPages

  • More Mail Stuff 4/19/2024
    So I subscribed to SMTP2GO doing their buy ten months and get two free and added it as a round robin relay, along with my MailChannels settings in SmarterMail, and after a few days of good delivery, cut over 100% to SMTP2GO. It has just worked! The dashboard is also a lot easier to use than MailChannels. Everything is showing up as it should, not bad for something that costs a fraction of the product I have been using. I'll have to see how this goes for more long term, but so far this is looking really good!
  • Dot Net Core 8 4/11/2024
    In the past few months at my day job I have spent a lot of time updating code to the latest LTS version of .Net, so I decided the .Net 6 incarnation of CarrotCakeCMS should get a similar treatment. Look for the repos [ github | sourceforge ] being updated with .Net 8 focused changes in the next week. In the meantime, if you want to do it yourself, it's pretty straightforward. This does require using Visual Studio 2022 build 17.8 or later (due to .Net 8 support). In the solution, find and replace <TargetFramework>net6.0</TargetFramework> with <TargetFramework>net8.0</TargetFramework> generally this is in the csproj, but will also be found in publish profiles. Use the nuget manager for the solution, update all Microsoft binary librarie[.....]
  • SMTP backbones 4/19/2024
    I've had something of a bad taste in my mouth regarding MailChannels and the 18 hour outage I had due to massive miscommunication and lack of communications channels with them. Recently, they updated their published pricing, posting a minimum $500/month charges, which now have a form to fill out for custom pricing. They clearly just want large outfits, not smaller hobbyists/independent hostmistresses. In their favor, when the service is working (and that is most of the time), I have had no problems with delivery of messages, but it's just really pricey for what I need. I've taken a look at two more common SMTP providers in the past few months. First I tried SendGrid, as I do get a fair amount of email from users of their service. I sent about a dozen emails[.....]
  • now stranded hosting 9/22/2023
    Update 9/22: MailChannels Support finally got back in touch about noon and realized what had happened, restored services, and offered their sincere apologies. We had a constructive exchange concerning some improvements that they may wish to consider in their escalation processes going forward. Original 9/21: So a few days ago, I get an email, saying it is about my MailChannels bill, only the mail headers weren't MailChannels, and the link certainly wasn't. So I logged a ticket with MailChannels support to ask if it was phishing. A few hours go by and they say it looks like their vendor, but they would have billing take a look. Sounds OK, just not the best presentation of the bill, but looks legit. But it goes downhill from there, At 5:30p today I get an ema[.....]
  • Hosting (again) 9/13/2023
    So I've pulled the trigger and everything is live on GoDaddy. The webhost is working well, nice and responsive, I did a pilot site for about a month and had good uptime with that. GoDaddy has one very convenient feature: the recovery console. Every so often RDP won't connect, and even though it is configured to restart, the Remote Desktop Services have died, the recovery console bypasses RDP and allows me to remote in (secured VNC) and start the service, with my prior hosting company, I had to reboot the server as there was no bypass for recovery processes. The only wrinkle has been outbound mail, which is unfortunate. I don't think I will be going forward with SendMetric, I got bounce messages when forwarding (as an attachment) some spam to an abuse mailbo[.....]
  • A word on server config 9/9/2023
    First of all, I am a developer not a security expert. I do have some experience and expertise in setting up a windows server that does what I need it to do. I figured I could set out some of what I am up to whilst I am knee deep in migrations. Take the information included here as a suggestion or insight, however, YMMV. Use as long a password as you can reasonably remember and type correctly for the admin account, a 15+ character gleeked phrase is a good place to start. https://support.microsoft.com/en-us/windows/create-and-use-strong-passwords-c5cebb49-8c53-4f5e-2bc4-fe357ca048eb https://www.zdnet.com/article/fbi-recommends-passphrases-over-password-complexity/ If possible, disable the default Administrator account and use a non-standard logon name (keep '[.....]
  • Hosting Fun - the drama continues 9/13/2023
    Recap: August 10, I get an email saying the legacy hosting platform was ending at the end of September. I replied immediately per the request. I got a preliminary "we can make the ports work" reply about my concerns about mail on AWS - but no actual quote. I ask for a quote, 4 days go by, I ask for an update I get a "let me check on that" reply. The next afternoon, I check in, no reply, I ask again the next day, and again the day after that, finally I get a "let me check on that" on the 16th. It's the 18th before they quote me $210 for the AWS replacement to my current hosting (specs match the current AWS Lighsail $70 package: 8GB/2C/160GB). I am currently paying $95/mo for a 4GB/4C/40GB Virtuozzo container. I ask them to clarify if this quote is a monthly[.....]
  • More Hosting Fun 9/3/2023
    So last Thursday morning the current hosting company sent an email saying they were shutting down all their own servers Sept 29, and would be offering AWS hosting going forward, thus it turned out my concerns were justified. My GoDaddy experience has been mixed, the VPS host itself is fine, but the email/SMTP issues are not good. Today I got an email from GoDaddy support regarding one of several emails I had asked for review of due to being spam filter blocked from sending/forwarding. " As I understand it, you are receiving a bounce back error “552: Message rejected for spam or virus content”. At this time, we have been unable to troubleshoot this issue and will need you to provide the original email that caused the bounce back. " They cited a t[.....]
  • Dot Net Core 6 - Progress 4/14/2024
    So far, I'm a month in on progress . I've got a couple of widgets as well as basic CMS functionality working. It's still very much a work in progress, consider the code pre-beta. Even though I've been using .Net Core for a few years (.Net Core 3.1), it's been for APIs, so I haven't really encountered a lot of the things that are dramatically different between .Net 4.5 and the .Net Core variants of C#. Since this is MVC, there are more blatant differences, such as IHtmlContent vs IHtmlString - each has ToString() available to them - IHtmlContent uses the default object implementation which is to produce the class name and not return the HTML content, which is what an IHtmlString implementation would do. Writing a custom extension method with a StringWriter f[.....]
  • news 5/30/2013
  • download 4/6/2024
    MVC Core v8 (ASP.Net Core 8) BETA MVC Core Version Zip Archive of ready-to-go site files for the MVC Core version You can remove the various widget files or templates if you so choose in order to put in your own customizations. Due to several graphics libraries, this build is intended for Windows deployment only. If you wish to target other operating systems, you will need to remove these references and build your own. Download source from GitHub | SourceForge . MVC v5 (ASP.Net 4.5-4.8) MVC Version Zip Archive of ready-to-go site files and all PDF guides for the MVC version Deploy \bin\, \Assets\, \Views\, Global.asax, Web.config, and TextContentProcessors.config. Only deploy SiteMapping.config if using the multi-tenant functionality. The VS files carrotcak[.....]
  • html/css templates 4/6/2024
    Note: that a majority of these templates are for the WebForms version of the CMS, there are some for the MVC version. Each download is labeled for which version it is associated with. If you are unsure, archives containing files with ASPX, ASCX, or MASTER extensions are for webforms, and those with CSHTML are for the MVC version. The MVC ones below are for the MVC 5 version, but with a little tweaking, such as changing "CarrotWeb." to "Html.CarrotWeb()." or "CarrotCakeHtml." to "Html.CarrotCakeHtml()." and changing "@inherits CmsWebViewPage" to "@inject PagePayload CmsPage" they can generally work with the MVC Core version. Once there is a Core section, both templates would be CSHTML, but use of inherits vs inject is an easy way to tell if it is for Core 8[.....]
  • privacy policy 3/11/2013
    Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information. The following outlines our privacy policy. Before or at the time of collecting personal information, we will identify the purposes for which information is being collected. We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law. We will only retain personal information as long as necessary for the fulfillment of those purposes. We will collect personal information by lawful and fair means a[.....]
  • installation 5/18/2023
    Download a release ZIP archive from the CarrotCakeCMS download page and unzip the files into their own directory. Application guides can also be found on the download page. In the below video, you can see that from install archive download to usable website is less than 5 minutes. Bandwidth and file transfer method may impact your experience (here the archive was downloaded directly to the server, but if you are using FTP, it may take longer). This video is of the MVC version. The only real difference between the MVC and WebForms when installing is the version of the .net framework selected within IIS. This video was recorded with Windows Server 2016 and MS SQL 2012 Express. Config file review Always review the web.config in the downloaded bundle and compar[.....]
  • features 4/6/2024
    CarrotCake CMS is a powerful Content Management System (CMS) built on top of ASP.NET. Its inclusive feature helps you develop rich, attractive and secure websites at no time. Simply put, CarrotCake CMS is a rapid site builder. From an end-user's perspective, CarrotCake CMS is a dynamic workplace that provides users a conducive environment to add and manage content easily and efficiently. CarrotCake CMS has an interface that is consistent, and functionalities that work across multiple pages. On using CarrotCake CMS for your web development, you can, not only gain benefits of a CMS that is easy to use, but also an ability to create your own custom applications. Similarly, you can use applications and modules developed by other users. CarrotCake CMS's plug and[.....]
  • requirements 4/11/2024
    CarrotCake CMS v4 (Webforms with ASP.NET 3.5) has a small disk footprint, the main files take up less than 14MB (excluding your graphics/ template files) and will run on relatively minimal server specifications. CarrotCake CMS v5 (MVC 5 with ASP.NET 4.5-4.8) also has a small disk footprint, the main files take up less than 25MB (excluding your graphics/ template files, nearly 10MB is the MVC and related system DLLs) and will run on relatively minimal server specifications. CarrotCake CMS v8 (MVC with ASP.NET Core 8.0) has a modest disk footprint, when built as a portable framework dependent assembly, the core files take up less than 70MB (excluding your graphics/ template files, over 50MB is the MVC and related system DLLs) and will run on relatively modest[.....]
  • overview 4/6/2024
    CarrotCake is an Open Source CMS ( content management system ) built on C# ASP.Net to leverage jQuery UI and TinyMCE . Designed for ease of use for editing pages & incorporating of modules/custom code. This CMS is built on C# and MSSQL Server. There are three versions: ASP.Net 3.5 SP1 WebForms, ASP.Net MVC 5, and ASP.Net Core 8 MVC. The goal of this CMS is to provide a lightweight platform where modules can be added to a page without having to do anything other than build user controls (webforms) or partial view (mvc) and adding an entry to a control (webforms) or partial view actions + assembly (mvc) list. There are some interfaces for hooking the CMS to have data injected at runtime. Examples of how one might create a widget can be found in the soluti[.....]
  • carrotcake cms 4/8/2024
    Welcome to the home of CarrotCake CMS, an open source c# project. CarrotCake is a template-based ASP.Net CMS ( content management system ) built with C#, SQL server, jQueryUI , and TinyMCE . This content management system supports multi-tenant webroots with shared databases and works well in medium trust (medium trust applies to webforms version only). It is available in both webforms (ASP.Net 3.5) and MVC (ASP.Net 4.5 or ASP.Net Core 8). If you have found this software useful or have published a site with CarrotCake, we'd love to hear from you. Documentation and assemblies can be found here . Watch the MVC site perform initial site and content configuration. Some features include: blogging engine, configurable date based blog post URLs, blog post content a[.....]
  • Web Hosting 9/13/2023
    In the long-long ago, I had my web hosting on the VUSE UNIX servers. It came as part of my School of Engineering server space on the network. After graduation, I moved on to EarthLink and the free web space (I think it was in the 5MB-8MB range) that went with having a dial-up account with them. Wasn't much, but it took care of keeping me web-ified. Shortly before moving on to my second job, I moved on to Llama Communications hosting. At the time, their packages were pretty good, however, their pricing and space allocation stayed the same (as of October 2006 their prices appear the same as they were in 2000), whilst other folks got more competitive. For example With Llama Communications, you can be on-line for as little as $6.95 a month. And, unlike most oth[.....]
  • contact us 8/30/2023
    Carrotware Web Designs can be contacted via e-mail Carrotware is located in Hermitage, TN.
  • home 7/27/2023
    We can provide custom .Net web-based solutions and assistance with internet related technologies. Free Content Management System, Microsoft based open source, Custom Programming, Dot Net, .net, ASP, ASP.Net, WebForms, MVC, CMS, C#, C Sharp, ASP,Net, Web Design, Microsoft, Content Management System, HTML template, CSS templates. CarrotCake CMS (Content Management System), an open source c# webforms and MVC project. It is built on C# ASP.Net, SQL Server, jQuery, and TinyMCE . It now unleashes the power of jQuery UI to provide a drag/drop experience when adding custom code modules to pages and TinyMCE to provide a rich HTML editing experience. CarrotWare is the brainchild of Samantha Copeland. CarrotCakeCMS is a woman/female run open source project. Anyone who[.....]
  • portfolio 5/23/2023
    "Tiny E" Zone 2002-Present Nashville saxophonist Erik "Tiny E" Hiser. Created web-based CMS in ASP (VBScript) with calendar plugin, later upgraded to ASP.Net. Set up a CMS system to manage the website and created site HTML/CSS design. Providing site & email hosting. Nashville Community Concert Band 2011-Present Nashville community concert band made up of volunteer musicians. Migrated content from an out-of-date static HTML website into a redesigned site. Set up a CMS system to manage the website and created site HTML/CSS design. Providing site & email hosting. Palisades Family, a church of Christ 2010-Present Birmingham, AL church. Assisted church leadership with domain registration and transfer of hosting to facilitate the move to a non-static webs[.....]

RSS Feed from: https://github.com/ninianne98/CarrotCakeCMS-Core/commits/master.atom

  • update template to have a form sampler 4/23/2024
    Release # tag:github.com,2008:Grit::Commit/521127ecfb4eddbb79d41a5eba12533e25074af1 update template to have a form sampler
    update template to have a form sampler
    remove jQuery Unobtrusive Ajax
  • proof of concept client side validation + wire in of jq 3+ promise st… 4/21/2024
    Release # tag:github.com,2008:Grit::Commit/acde3b5d54605983b9ce62bcc2219d535a6d4ac9 proof of concept client side validation + wire in of jq 3+ promise st…
    proof of concept client side validation + wire in of jq 3+ promise style ajax callbacks
  • fix some partial form issues & tweak the ajax form helper 4/21/2024
    Release # tag:github.com,2008:Grit::Commit/a0c164853255d2eca0f93f0a508e273e669a2fc9 fix some partial form issues & tweak the ajax form helper
    fix some partial form issues & tweak the ajax form helper
  • update to tinymce 6 4/21/2024
    Release # tag:github.com,2008:Grit::Commit/8a4cc3abb8474723f83d048edfaf9ef8f788ac74 update to tinymce 6
    update to tinymce 6
  • update db snapshot 4/20/2024
    Release # tag:github.com,2008:Grit::Commit/e90e1ae0a98e6f2075ebed2c42d791f2d030bfc7 update db snapshot
    update db snapshot
  • tweak widget loading logic 4/19/2024
    Release # tag:github.com,2008:Grit::Commit/b752f27f2cbdd747b6f2801e02393e4c5d764c73 tweak widget loading logic
    tweak widget loading logic
  • add filter by content type to widget duplicator 4/19/2024
    Release # tag:github.com,2008:Grit::Commit/c33948049d6e677b4674eda96ba7e8294e95f33f add filter by content type to widget duplicator
    add filter by content type to widget duplicator
    fix some json return value issues
  • nullity refactor 4/19/2024
    Release # tag:github.com,2008:Grit::Commit/9432c75325e3dac9e74793cccbfa11f2ccf67722 nullity refactor
    nullity refactor
  • update main comments, refactor validation of filename 4/19/2024
    Release # tag:github.com,2008:Grit::Commit/1ea7fd8fea2bdec18aee8f040e4518f4270b6107 update main comments, refactor validation of filename
    update main comments, refactor validation of filename
  • api refactor, fix duplicate widget 4/18/2024
    Release # tag:github.com,2008:Grit::Commit/7c365496bd8cfca1444e2e39ac2407c2f7498b03 api refactor, fix duplicate widget
    api refactor, fix duplicate widget
  • fix validation issue when editing page data in adv edit mode 4/15/2024
    Release # tag:github.com,2008:Grit::Commit/d223669c0431bf011ae300b489c619de845df633 fix validation issue when editing page data in adv edit mode
    fix validation issue when editing page data in adv edit mode
    refactor api variables, refactor CarrotHtmlHelper
    dependency updates
  • remove really old versions of jqueryui 4/9/2024
    Release # tag:github.com,2008:Grit::Commit/943175913ab6b06db353ac97ee3c01ca210ddc8f remove really old versions of jqueryui
    remove really old versions of jqueryui
  • jquery updates 4/7/2024
    Release # tag:github.com,2008:Grit::Commit/ca1337e167afaea488d62e30e1b5a9b91e61458b jquery updates
    jquery updates
  • update tinymce 4/7/2024
    Release # tag:github.com,2008:Grit::Commit/1046ee4047f1032da27fca37bfcd0d46f03f2d7e update tinymce
    update tinymce
  • fix dependencies for systems without VS 2022 4/6/2024
    Release # tag:github.com,2008:Grit::Commit/080b43073f1a88ad3b2c43ffd761dd077f3575d8 fix dependencies for systems without VS 2022
    fix dependencies for systems without VS 2022
  • .Net 8 update 4/6/2024
    Release # tag:github.com,2008:Grit::Commit/e7e1bfaf0cca14d6f2fccd2a492ce9219ac5eee5 .Net 8 update
    .Net 8 update
  • update libraries 3/18/2024
    Release # tag:github.com,2008:Grit::Commit/d6cec7d3024d861ac6a536f597f0679bc04621d7 update libraries
    update libraries
  • improve widget selection 9/19/2023
    Release # tag:github.com,2008:Grit::Commit/0853aef89cb571576543a3919f04f2c236d3d47b improve widget selection
    improve widget selection
    add SSL encouraging flag to config
  • add event calendar - ported from webforms edition 7/26/2023
    Release # tag:github.com,2008:Grit::Commit/0795b7b3a4bde8804a55fa33fa5c1ee68bafd06d add event calendar - ported from webforms edition
    add event calendar - ported from webforms edition
    add pascal spaced extension to grid for better headings
  • refactor file download for wp import 7/21/2023
    Release # tag:github.com,2008:Grit::Commit/cb816cbde33d10269cc536610264042119212dc7 refactor file download for wp import
    refactor file download for wp import

RSS Feed from: https://github.com/ninianne98/CarrotCakeCMS-MVC/commits/master.atom

  • update template to have a form sampler 4/23/2024
    Release # tag:github.com,2008:Grit::Commit/5a9802abcb1f09ad15d0fe1f25c0e4d5576b77b0 update template to have a form sampler
    update template to have a form sampler
  • update to tinymce 6 4/21/2024
    Release # tag:github.com,2008:Grit::Commit/ee9ff0bb26e688e082c28a892716052f3f2a2842 update to tinymce 6
    update to tinymce 6
  • update db snapshot 4/20/2024
    Release # tag:github.com,2008:Grit::Commit/befa56b882d3adfe7406266fbae08d8de0d27969 update db snapshot
    update db snapshot
  • add filter by content type to widget duplicator 4/19/2024
    Release # tag:github.com,2008:Grit::Commit/322627b084dcc98fa1d1eca770b21efec583087c add filter by content type to widget duplicator
    add filter by content type to widget duplicator
  • update main comments, refactor validation of filename 4/18/2024
    Release # tag:github.com,2008:Grit::Commit/33c8babfb8a9962da3531f1d49b552750e7b849f update main comments, refactor validation of filename
    update main comments, refactor validation of filename
  • remove really old versions of jqueryui 4/9/2024
    Release # tag:github.com,2008:Grit::Commit/cad84f88ceec550eea15d905a79d1dcb7acdc7f2 remove really old versions of jqueryui
    remove really old versions of jqueryui
  • jquery & mvc updates 4/7/2024
    Release # tag:github.com,2008:Grit::Commit/93cf3f4766fc5de754ba5c43aea24addf0e706db jquery & mvc updates
    jquery & mvc updates
  • update tinymce 4/7/2024
    Release # tag:github.com,2008:Grit::Commit/9ee674e1fcc8f2686fe8af5906c22f2e9a905acc update tinymce
    update tinymce
  • tweak proj references, add login to lorem 7/26/2023
    Release # tag:github.com,2008:Grit::Commit/0e8d8ecfa24cf4acf1291bcfb27b2052f17e3ef1 tweak proj references, add login to lorem
    tweak proj references, add login to lorem
    add event calendar - ported from webforms edition
    add pascal spaced extension to grid for better headings
  • fix ssl issue & pathing issue for wp import 7/21/2023
    Release # tag:github.com,2008:Grit::Commit/4f8b9357049dcf812a52172026e53bf019274981 fix ssl issue & pathing issue for wp import
    fix ssl issue & pathing issue for wp import
  • refactor login form 7/19/2023
    Release # tag:github.com,2008:Grit::Commit/0cbb84aed539c9c4d66548909f710f4150f37c02 refactor login form
    refactor login form
  • file browser refactoring 7/18/2023
    Release # tag:github.com,2008:Grit::Commit/5e4306511fada910d2b24f32c9f1336876d8641d file browser refactoring
    file browser refactoring
    mvc core anon detection backport
  • tweak proj references, add login to lorem 7/17/2023
    Release # tag:github.com,2008:Grit::Commit/e53871833f1f3842c95783ea7ca2db71dda3eb88 tweak proj references, add login to lorem
    tweak proj references, add login to lorem
    backport dictionary helper from core
  • package updates 7/12/2023
    Release # tag:github.com,2008:Grit::Commit/4082486b4e8be82382b53513f9c481e5d088fa2f package updates
    package updates
    block blog pages from "by parent" lookups
    refactor & cleanup code
  • correct attributes 7/7/2023
    Release # tag:github.com,2008:Grit::Commit/83cac905f892ae3f1b9631b0cefad164e4b98c7e correct attributes
    correct attributes
  • fix pagination issue 7/7/2023
    Release # tag:github.com,2008:Grit::Commit/c037807fb9cd720bd964dee9295286b9992f934d fix pagination issue
    fix pagination issue
    filedata refactor
  • add content generation widget (Lorem Ipsum) 7/6/2023
    Release # tag:github.com,2008:Grit::Commit/532bc66edfc83a87136859bf4b3abd43abe0a490 add content generation widget (Lorem Ipsum)
    add content generation widget (Lorem Ipsum)
  • tweak gallery behavior 7/2/2023
    Release # tag:github.com,2008:Grit::Commit/dcd47a587e332861a9d765548fdb7c0f3cbf0d63 tweak gallery behavior
    tweak gallery behavior
    update some cache behavior
    update template preview methodology
  • refactor preview mode 6/29/2023
    Release # tag:github.com,2008:Grit::Commit/ebf865014893e462e59f71256ff4635f4039b7eb refactor preview mode
    refactor preview mode
    fix old template
  • update some cache behavior 6/27/2023
    Release # tag:github.com,2008:Grit::Commit/594190c34b63a53ed67999891b0e30b9d71d8777 update some cache behavior
    update some cache behavior
    improve tag/category slug generation
    add helper

RSS Feed from: https://github.com/ninianne98/CarrotCakeCMS/commits/master.atom

  • update to tinymce 6 4/21/2024
    Release # tag:github.com,2008:Grit::Commit/6e427ee5735099ab6234c7e7e55d0a8192c02bac update to tinymce 6
    update to tinymce 6
  • update db snapshot 4/20/2024
    Release # tag:github.com,2008:Grit::Commit/05e458446e455a77072a72b589a4ee92b6b9785a update db snapshot
    update db snapshot
  • update main comments, refactor validation of filename 4/18/2024
    Release # tag:github.com,2008:Grit::Commit/13dc572cfb29c2fd6836601762b969bfefa9c92b update main comments, refactor validation of filename
    update main comments, refactor validation of filename
  • update tinymce 4/9/2024
    Release # tag:github.com,2008:Grit::Commit/df0a77cd5b91c969e7eedab4dce1caf9b96bf494 update tinymce
    update tinymce
  • remove really old versions of jqueryui 4/9/2024
    Release # tag:github.com,2008:Grit::Commit/b6878fd1ff041cd8682e067d08dd84f8e3a7064e remove really old versions of jqueryui
    remove really old versions of jqueryui
    drop really old jquery & change to jquery 3 default
  • update link protocols 4/7/2024
    Release # tag:github.com,2008:Grit::Commit/9938f3d042cdf1a8eb1818131436a59e9facbbf9 update link protocols
    update link protocols
  • update maintenance page 9/18/2023
    Release # tag:github.com,2008:Grit::Commit/1c9f7fb95a48b34bfb793975229b80312dbc3f5a update maintenance page
    update maintenance page
    refine VFS, serve actual file if it exists
  • refactor event calendar + add month caption link to reset to current … 7/25/2023
    Release # tag:github.com,2008:Grit::Commit/9cd0bde5d16fc7d48d9992e2f3493af8977bdf4a refactor event calendar + add month caption link to reset to current …
    refactor event calendar + add month caption link to reset to current month
    refactor WP import logic - no more https downloads (TLS version insufficient with 3.5 SP1)
    auto spacing of header + general Pascal spacing & Kebab extensions
  • file browser refactoring 7/18/2023
    Release # tag:github.com,2008:Grit::Commit/34787bcb2566baad209d88862e9df03bf243d545 file browser refactoring
    file browser refactoring
  • block blog pages from "by parent" lookups 7/12/2023
    Release # tag:github.com,2008:Grit::Commit/848b2a1f31c2ee32ddc53d6d66b3f45d1a4390df block blog pages from "by parent" lookups
    block blog pages from "by parent" lookups
  • correct attributes 7/7/2023
    Release # tag:github.com,2008:Grit::Commit/936109aa94a1cd607c71ae3ef5d626ce13324645 correct attributes
    correct attributes
  • filedata refactor 7/7/2023
    Release # tag:github.com,2008:Grit::Commit/4e60f4f09dd0e10cb63db0769caa93822403b7f7 filedata refactor
    filedata refactor
  • added new handler to support CMS specific JavaScript etc as URLs vs d… 7/6/2023
    Release # tag:github.com,2008:Grit::Commit/eaa0c3a3c45f1175298dda2df42840c378f6bd8d added new handler to support CMS specific JavaScript etc as URLs vs d…
    added new handler to support CMS specific JavaScript etc as URLs vs direct rendered markup - see web.config
    made a batch of existing handler strings into constants vs hard coded strings
    refactor nav css to be a separate url for cache purposes
    add content generation widget (Lorem Ipsum)
  • Merge branch 'master' of https://github.com/ninianne98/CarrotCakeCMS 7/2/2023
    Release # tag:github.com,2008:Grit::Commit/1f1641e965bdee275491b050297de11cfd57d39f Merge branch 'master' of https://github.com/ninianne98/CarrotCakeCMS
    Merge branch 'master' of https://github.com/ninianne98/CarrotCakeCMS
  • update template preview methodology 7/2/2023
    Release # tag:github.com,2008:Grit::Commit/25bfe6b74dbad9afe9a0c613d6d2bf9eba4075fa update template preview methodology
    update template preview methodology
  • update template preview methodology 7/2/2023
    Release # tag:github.com,2008:Grit::Commit/34663fdab0dcd24177d4185fef1f1fe20d6e7d6f update template preview methodology
    update template preview methodology
  • update docs 6/6/2023
    Release # tag:github.com,2008:Grit::Commit/f57b5121d132019ea4e460fd80e9b08bbd23866c update docs
    update docs
  • add auto create of index when creating site 6/5/2023
    Release # tag:github.com,2008:Grit::Commit/248f2b7ea5e550d0f8dbf41ee287dc523be79e51 add auto create of index when creating site
    add auto create of index when creating site
    add no module selected to module index
  • revise font scaling 6/4/2023
    Release # tag:github.com,2008:Grit::Commit/5599da36c6a77fb522239bfa21b9b86813b4f1d5 revise font scaling
    revise font scaling
  • update TZ calc 6/4/2023
    Release # tag:github.com,2008:Grit::Commit/ee033b861799708ce41ca56ccc6229a79f231e70 update TZ calc
    update TZ calc
    update to blank out blog/index page if it is not for the current site or wrong page type
    make image relative path

RSS Feed from: https://github.com/ninianne98.atom

RSS Feed from: https://sourceforge.net/projects/carrotcakecmscore/rss

RSS Feed from: https://sourceforge.net/projects/carrotcakecmsmvc/rss

RSS Feed from: https://sourceforge.net/projects/carrotcakecms/rss

RSS Feed from: https://sourceforge.net/p/carrotcakecmscore/activity/feed

RSS Feed from: https://sourceforge.net/p/carrotcakecmsmvc/activity/feed [ visit ]

RSS Feed from: https://sourceforge.net/p/carrotcakecms/activity/feed [ visit ]