sulu-standard icon indicating copy to clipboard operation
sulu-standard copied to clipboard

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

Results 80 sulu-standard issues
Sort by recently updated
recently updated
newest added

Symfony makes is relatively easy to switch out the vendor location. See [here](http://symfony.com/doc/current/cookbook/configuration/override_dir_structure.html#override-the-vendor-directory). However, Sulu adds some hardcoded locations: - https://github.com/sulu-io/sulu-standard/blob/develop/app/config/sulu.yml#L19 - https://github.com/sulu-io/sulu-standard/blob/develop/app/config/sulu.yml#L91 This should be rectified. Suggested solution: read...

DX

I have several pages in the "main" navigation context I defined in my webspace config: ``` xml Hauptnavigation Mainnavigation ... ``` My pages are in the navigation context and published:...

Bug

Hey, i tried to remove the format dropdown from the ckEditor toolbar and ended up with some problems: My XML Template: ``` XML startpage ClientWebsiteBundle:templates:startpage ClientWebsiteBundle:ClientWebsite:index 2400 Startpage Startpage Titel...

Bug

It would be beneficial to be able to register bundles only on a local installation, and not to have them in the versioned `AbstractKernel` class. This is relevant for the...

It should be possible to version assets like CSS and JS. The frontend coder should only have to edit a version number in a cental file. So that the person...

Enhancement

There is already an existing solution for displaying maintenance pages using StackPHP: https://github.com/atst/stack-backstage Would probably be more clean to use this instead of our custom solution /cc @turbo-ele

Enhancement
Easy Pick

In some cases a tooltip for the list toolbar buttons would be helpfull. This tooltip seems to be removed in Sulu 1.2. ![toolbarbuttontooltip](https://cloud.githubusercontent.com/assets/1167787/13495076/c4e640f8-e148-11e5-8723-5c267f72ed82.png) @berndhep

Feature
UX

Hello, how can i modify sulu logo in admin and browser link ?

Question