Giter VIP home page Giter VIP logo

serene's People

Contributors

arifsamitekinkaya avatar chunlizh avatar dependabot[bot] avatar devinityy avatar dfaruque avatar ducthanhnguyen avatar edwardch avatar estrusco avatar fernandocarvalho77 avatar furkanevran avatar fzhenmei avatar hannesb avatar joshdiduca avatar mijaved avatar minhhungit avatar misafer avatar mrajalko avatar pinellus avatar pkathro avatar raithybabes avatar toniriegler avatar victortomaili avatar volkanceylan avatar wldkrd1 avatar wub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

serene's Issues

Add a chapter to Serenity Guide

Hi,
You have really done a awesome platform to work with.

Can you please add a chapter that describes how it works.

For example: I am not able to find out the view code. How this platform generates views and how can I modify them. Explain please.

Thanks in advanced.

Unable to install VS019 version of Serene extension

Hello,
i have trouble with the current version of Serene extension from the marketplace:

Identifier : Serene_SerenityApplicationTemplateVS2019
Name : Serene (VS2019)
Version : 5.2.4.0

Used Visual Studio:
Visual Studio Professional 2019 v16.11.9

The VSIX installer throw an exception:

  • System.InvalidOperationException: A value for 'VsixPackage' needs to be specified in the catalog.

Maybe here is an error in the vsix package config?

Installation on another machine with the latest VS2019 update results with the same error.

Thanks in advance

chartJS

nortwind'e grafik için çalışma yapabilirmisin.

Support for ASP.Net Bundling?

Serenity does not currently support ASP.Net Bundling because Url references in CSS which assume a relative folder structure are no longer valid once the CSS is bundled. I've fixed all the references in my project and am happy to share, but the changes look like this:
background-image: url(images/cross.png);
becomes
background-image: url(/Content/serenity/images/cross.png);

That might restrict the hosting environment a bit, I don't know.

When bundled, my site's footprint shrinks from 67 requests at 3.5MB to 17 requests at 2MB. Ideally I'd like to see that under 1MB but given the awesome functionality in Serene, I doubt I'll be able to get it quite that small :-)

Serene/Serene/Serene.Web/App_Start/SiteInitialization.Migrations.cs

var isLocalServer = serverConnection.ConnectionString.IndexOf(@"(localdb)\", StringComparison.OrdinalIgnoreCase) >= 0 ||
                    serverConnection.ConnectionString.IndexOf(@".\") >= 0;

                string command;
                if (isLocalServer)
                {
                    var filename = Path.Combine(HostingEnvironment.MapPath("~/App_Data"), catalog);
                    command = String.Format(@"CREATE DATABASE [{0}] ON PRIMARY (Name = N'{0}', FILENAME = '{1}.mdf') LOG ON (NAME = N'{0}_log', FILENAME = '{1}.ldf')",
                        catalog, filename);

                    if (File.Exists(filename + ".mdf"))
                        command += " FOR ATTACH";
                }
                else
                {
                    command = String.Format(createDatabaseQuery, catalog);
                }

causes a fallover if you use:

<add name="Default" connectionString="Data Source=.\SqlExpress; 
        Initial Catalog=Serene_Default_v1; Integrated Security=True"
        providerName="System.Data.SqlClient" />

The issue is that the connection string for SQLExpress passes through the filename check. It's a local server but not a file so that needs to pass to the else condition.

fastclick.min.js IE Interaction

fastclick.min.js throws errors on document.dispatchEvent(new CustomEvent('o.DOMContentLoaded'))
I know this isn't part of serene but part of AdminLTE, but I would suggest this get removed from the Serene template as it's a breaking issue on Sliders for IE. Especially as fastclick appears to be a dead repository now. This issue has been around since 2015.

Minutes of Meeting App

Hello Volkanceylan,

I could see minutes of meeting management app files are present under Import section

Are you preparing example for this?

I would like to work on the similar app if you could provide me help in that direction
that would be great help

Thanks,
Sameer
http://www.meetify.in

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.