Code Monkey home page Code Monkey logo

baun's People

Contributors

gilbitron avatar marksouthard 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

baun's Issues

Kill Pico?

Hey,

Since Pico development has pretty much stalled, why don't you put a notice on the website/repo that Baun is "the new shit"?

Nginx Rewrite Rule

What's nginx rewrite rule for this cms ? I've tried this and it did not work. All I've seen was "Baun" on blank page. try_files $uri $uri/ /index.php?$args;

SSL is running,but!!

Baun Auto Installer

Attempting to download composer...
SSL certificate problem: unable to get local issuer certificate

no PHP 7.1 support?

Hello,
i tried to install BaunCMS on archlinux with Apache2 and PHP7.1.6
after "composer install" which run without an error, Baun doesn't work.

here is my error.log

[Thu Mar 09 04:59:07.719293 2017] [php7:error] [pid 1878] [client 79.245.161.243:61363] PHP Fatal error: Uncaught Error: Call to undefined function Baun\\Providers\\iconv() in /usr/share/webapps/www/Baun/vendor/bauncms/framework/src/Providers/Theme.php:86\nStack trace:\n#0 /usr/share/webapps/www/Baun/vendor/bauncms/framework/src/Providers/Theme.php(69): Baun\\Providers\\Theme->slugify('Home')\n#1 /usr/share/webapps/www/Baun/vendor/bauncms/framework/src/Providers/Theme.php(48): Baun\\Providers\\Theme->navToHTML(Array)\n#2 /usr/share/webapps/www/Baun/vendor/twig/twig/lib/Twig/Environment.php(462) : eval()'d code(70): Baun\\Providers\\Theme->custom_baun_nav()\n#3 /usr/share/webapps/www/Baun/vendor/twig/twig/lib/Twig/Template.php(432): __TwigTemplate_35c8b5a9653dfd03de3b33ffb4c095f123e7865e533b8ec9cf70f188cb842d76->doDisplay(Array, Array)\n#4 /usr/share/webapps/www/Baun/vendor/twig/twig/lib/Twig/Template.php(403): Twig_Template->displayWithErrorHandling(Array, Array)\n#5 /usr/share/webapps/www/Baun/vendor/twig/twig/lib/Twig/Environment.php(462) : eval()'d code(24): Twig_Template->display(Array, Array)\n#6 /usr/share/webapps/www/Bau in /usr/share/webapps/www/Baun/vendor/bauncms/framework/src/Providers/Theme.php on line 86

Events

Might help with the integration of #4.

Blog Pagination

Request for pagination on blog. Option to set visible posts and to see pagination.

Multiple blog posts per day

Blog posts currently support ddmmyyyy when being listed - should also consider hhmmss (or at least hhmm) to allow multiple blog posts per day.

Baun installed on subdomain - CSS does not show

Hello Sir developer of Baun CMS,

I almost installed it specifically on a subdomain with SSL under https://bauncms.liebrecht-projekte.de

The real problem is that CSS and design are not displayed. What make it so I can fix it I need?

This Baun installation is with me in the FTP account, and in the case of Plesk under /bauncms.liebrecht-projekte.de/baun/public/index.php

Something is probably not linked correctly. Can you help me with this?

Thanks in advance.

Baun Auto Installer Error

( ! ) Notice: Use of undefined constant BASE_PATH - assumed 'BASE_PATH' in C:\wamp\www\Ba\auto-install.php on line 15
Call Stack

Time Memory Function Location

1 0.0017 147336 {main}( ) ..\auto-install.php:0
Attempting to download composer...
SSL certificate problem: unable to get local issuer certificate

Command line tool

We need something to allow users to publish configs and assets from plugins:

  • php baun publish:config bauncms/plugin-name - Copy config files from the plugin /config folder to the Baun /config/plugins/bauncms/plugin-name folder.
  • php baun publish:assets bauncms/plugin-name - Copy assets from the plugin /assets folder to the Baun /public/assets/plugins/bauncms/plugin-name folder.

Is this project dead?

Are you leaving this project and are you developing Pico? I do not get it!
This project looks better and more structured than that PIco that.

Question on composer

Excuse being a newbie, I have used Pico in the past and would like to try Baun. I have read about lots of cms's using composer but have never had to use it myself. I don't think Pico required it? I am on a shared server (lunarpages) and I believe I don't have access to SSH. Am I out of luck then for using Baun?

Custom Favicon in Baun CMS not showing

Hi Developers,

Maybe you can help me, because my custom favicon does not work as favicon.ico in the root.

I've also cleared Browser Cache and I have no content in the /cache directory.

What else could be the reason?

My Baun website is under https://baun.liebrechts-portfolio.de

In the file layout.html, I included the favicon codes in the <head> area, should everything be correct.

What do you think about it?

Thanks in Advance.

plugins not work ...

Can't use method return value in write context in /var/www/Baun/vendor/bauncms/framework/src/Baun.php on line 58

Admin Plugin Not working for Creating Blog

I try this cms with admin plugin, but what the heck i can't create not a single blog with this plugin. the info say blog has been created but, where are they. tried several time they are not show in the list admin. so in the end, i try with creating page using this plugin that nothing problem at all. why this happen. creating a page working but not for blog in the admin panel using admin plugin the only one plugin for this cms.
Another thing bugging me in the admin panel, in the page tab they are also show blog in the page list, why this happening? and nothing to show in the blog list.

.htaccess leading into Error 500

On my LAMP the distributed .htaccess and the documentated on http://bauncms.com/docs/setup/configuration didnt work.
My Solution

Options +FollowSymLinks
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
</IfModule>

Well known pattern :-)

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.