Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routing task list #1552

Closed
4 tasks done
cmfcmf opened this issue Jan 12, 2014 · 8 comments
Closed
4 tasks done

Routing task list #1552

cmfcmf opened this issue Jan 12, 2014 · 8 comments

Comments

@cmfcmf
Copy link
Contributor

cmfcmf commented Jan 12, 2014

Ready to be implemented

To be discussed

  • Think about themes

    Use case one: See a news list in RSS is done by adding &theme=rss. This is easily replacable by using /my/cool/route.rss instead.
    -- @cmfcmf
    This is how Symfony handles those cases: http://symfony.com/doc/current/book/templating.html#template-formats - we know the &theme= thing for these cases is a terrible hack and actually unworkable in most cases where the controller doesnt actually return that format.
    -- @Drak
    another use case: theme=printer
    -- @craigh

Themes will work as before and if needed be activated by adding the theme parameter just as before.

@craigh
Copy link
Member

craigh commented Jan 12, 2014

Is there such a thing as multi-lingual routing? All your current routes are in English; are these translatable somehow? A German site might rather have /eintragen instead of /login (guessing here based on Google translate 😉 ) Are the routes configurable? In the Extensions module, the module url was configurable by the admin, will that still be possible somehow? Can all the routes be configurable at a site level by an end user? (maybe you answered these questions somewhere already? 😀 )

@cmfcmf
Copy link
Contributor Author

cmfcmf commented Jan 12, 2014

Just collecting some interesting links:

The JMSI18nRoutingBundle seems interesting. However it will not work with the CmfRoutingBundle currently used, but BTW I start thinking that we do not need the CmfRoutingBundle (as routes aren't loaded from database as I intended when I added it). I will have to look into this.

@ghost
Copy link

ghost commented Jan 12, 2014

@cmfcmf The difficulty is a lot of these things use configurations which are hard compiled. We are database driven and many of the configurations are are from the database. The container is usually frozen (if you think about it, it has to be to maintain integrity), but yet we would want to load certain configurations from the database to affect the container. (I did start work on something to make that work but it's fraught with issues).

@cmfcmf
Copy link
Contributor Author

cmfcmf commented Jan 12, 2014

I don't understand what you mean.

@craigh
Copy link
Member

craigh commented Jun 12, 2014

added task to implement _FOSJsRoutingBundle_

ghost pushed a commit that referenced this issue Jun 14, 2014
add route Zikula_View plugin. refs #1552
@cmfcmf
Copy link
Contributor Author

cmfcmf commented Jun 19, 2014

I'm going to split this issue up into sub-topic-issues, if you don't mind?

@craigh
Copy link
Member

craigh commented Jun 19, 2014

if you don't mind?

me? of course not. let me know if there is something I need to do.

@cmfcmf
Copy link
Contributor Author

cmfcmf commented Jun 19, 2014

Closing in favour of the sub issues.

@cmfcmf cmfcmf closed this as completed Jun 19, 2014
@craigh craigh mentioned this issue Jul 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants