GithubHelp home page GithubHelp logo

sulu / sulu-standard Goto Github PK

View Code? Open in Web Editor NEW
615.0 65.0 108.0 6.8 MB

This repository is not longer the recommended way to start a sulu project. Use:

Home Page: https://github.com/sulu/skeleton

License: MIT License

PHP 63.31% CSS 2.94% Shell 2.46% Twig 31.28%
php symfony sulu sulu-standard cms cmf

sulu-standard's People

Contributors

alexander-schranz avatar arjona avatar bamarni avatar brikou avatar c00n84 avatar chirimoya avatar danrot avatar dantleech avatar fabpot avatar gajdaw avatar havvg avatar jalliot avatar javiereguiluz avatar jdespatis avatar jmfontaine avatar kriswallsmith avatar lsmith77 avatar matejvelikonja avatar niklasnatter avatar romainneutron avatar schmittjoh avatar seldaek avatar stealth35 avatar stof avatar tobion avatar turbo-ele avatar vicb avatar wachterjohannes avatar weaverryan avatar xabbuh 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sulu-standard's Issues

centralize setHeaderbar

setHeaderbar is used in almost every form component; the code is identical. so it should be outsourced into AdminBundle

Make sulu installable without dev-dependencies

When you try to install sulu without dev-dependencies (composer install --no-dev) you will get the following error:

Updating the "app/config/parameters.yml" file.
PHP Fatal error:  Class 'Sulu\Bundle\GeneratorBundle\SuluGeneratorBundle' not found in /home/daniel/Workspace/sulu/app/AppKernel.php on line 34
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception



  [RuntimeException]                                                         
  An error occurred when executing the "'cache:clear --no-warmup'" command.  

Conditional services (e.g. only for site, only for admin)

We can implement tags to indicate if a service should be loaded in a given context, e.g.

<service id="request_analyzer">
     <tag name-"sulu_core.context" context="frontend" />
</service>

This would be useful for the following services:

  • RequestAnalyzer
  • PortalRouteProvider
  • SetThemeListener

Share config among kernels

Loads of the configuration for our two kernels (admin and website) are the same. Therefore it would be good to introduce a shared config, e.g. in app/Resource/config, and import these in the bundles config.

admin login

still not sure if this is an issue or what exactly causes it.

after installing sulu on my lamp stack (ubuntu linux) i cant login on admin backend. during installation process (according the README-file instructions) a security user is created with username, email and password - but this data is not accepted at login.

any ideas what could cause this?

misc. translations

engl.
LastName => Last Name
FirstName => First Name

choose all => all selected

Error after installation

After installation steps site doesn't work:

ServiceNotFoundException: The service "user.services.user_data" has a dependency on a non-existent service "security.context".

Use correct access decision strategy

Try to find out why the unanimous strategy doesn't work correctly, fix it, and use it instead of the affirmative strategy, as this strategy could result in an unwanted behaviour when multiple voters occur

Translation Keys

  • navigation.webspaces.content = Content / Inhalte
  • navigation.webspaces.index-page = Home page / Startseite
  • content.contents.show-ghost-pages = Show ghosts and shadow pages / Ghost- und Shadow - Seiten anzeigen

Correct installation

  • Ask for config (parameters.yml)
  • create necessary folders for app/website (cache und logs)

Admin-Link does not work when there is a subfolder in the URL

When the workspace is configured with a single URL like sulu.lo/{localization} the administration interface is neither callable by sulu.lo/admin nor by sulu.lo/en/admin.
Current workaround is to define a URL sulu.lo, which redirects to a language.

404 /admin/bundles

Hello,

I just clone and followed the repository instructions. I'm on develop branch and commit fbf88f3

I'm getting [404]: /admin/bundles - No such file or directory error after login into admin. I used php -S localhost:9090 -t web/ to start webserver.

Thanks.

Missing 's' in translation keys for converting accounts

these specific 2 keys are generated and therefore have a missing 's' - should be

contact.accounts.type.customer.conversion
contact.accounts.type.lead.conversion

instead of

contact.account.type.customer.conversion
contact.account.type.lead.conversion

would probably be a good idea to refactor all translations keys sometime...

Smart Content Timing

first request after initialize colided with request after event.

  • mapper calls setValue with null (for each field) if there is no value
  • smart content options not initialize request

Documentation

The function of every bundle has to be documented

Rewrite tests to match also with PostgreSQL

The tests does not work with PostgreSQL, because it resolves the joins in another way than MySQL. So rewrite all tests asserting for relations to use assertContains.

This affects all bundles using doctrine.

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.