cppcms-skeleton icon indicating copy to clipboard operation
cppcms-skeleton copied to clipboard

web framework in C++ built over cppcms

Results 13 cppcms-skeleton issues
Sort by recently updated
recently updated
newest added

Hi, If I install cppcmsskel to /usr/local I get this app/galaxy: error while loading shared libraries: libcppcmsskel.so: cannot open shared object file: No such file or directory I think that...

The problem come from the fact that for the moment in the source-tree we generate form like that ROOT/content/form/$FORM_NAME we should do instead ROOT/content/form/$CONTROLLER/$FORM to avoid conflict

When we update the database schema of a cppcms application, we may want to have an easy and safe way to 1. check that the current application as the last...

For the moment we only support sqlite3, which is certainly not suitable for website with a lot of concurent writing the framework should easily permit to switch from one to...

On tatowiki we've started to do that for the "master" (so it should be backported here), but we're missing a way to factorize single view (i.e we need to find...

http://stackoverflow.com/questions/5737433/cmake-read-build-number-from-file-to-set-a-variable we should be able this way to integrate in debug version, the version number of the project, which may be useful when we have several instance of the same...

As it's something a lot of website are likely to need, it's better if we could abstract that directly in cppcmsskel

For the moment the scripts in project_dir/tools are actually symlinks to their location in the installation folder of cppcms-skeleton,

Due to a workaround for the method create_statement of cppdb that will launch an exception if you're trying to execute a statement containing nothing executable (i.e comments or EOF or...

For website that need to deal with several interface languages, depending of the audience, we need to be able to choose between 1 - same URL / domain but languages...