Sebastian Schendel

Results 9 comments of Sebastian Schendel

Oh. This was a long time ago. All I can say is, that we used the library with the two commented lines of my pull request since then. We have...

Hi @gingebaker , thank you for reporting this issue! I don't see that it is necessary to add the slash after each url, and it would be good to support...

Hey @thomasaull , I did some tests and tried to figure out the problems that you mentioned in your previous post: "However if I remove the trailing slash on the...

Hi @spoetnik ! That sounds interesting! Let's work together! How exactly do you envision that? Are you already familiar with Swagger? Let me get a few thoughts out of my...

I have just uploaded version 1.0.4 that makes use of `ProcessPageView::pageNotFound`. I like this way instead of creating a page in the page-tree, because in doing so AppApi remains independent...

@thomasaull In my current project I managed to get multi-language to work by passing the language-id (if not default) as a parameter with every request. In my handler-class I only...

If I want to output the contents of a specific page, I must manually find the requested page (based on GET-Params or path) and do `$page->render();` . Only in the...

@mustafa-online I recently got my [AppApiPage](https://github.com/Sebiworld/AppApiPage) module to work smoothly with multi language urls. Perhaps this will also satisfy your requirements? It was a bit complicated because ProcessWires LanguageSupport functions...

Hi @pedramvdl31 , you can manually call progressively's render function to make it work in bootstrap-modals. It has to be called after the modal is shown: ```js progressively.init(); $('#myModal').on("shown.bs.modal", function(e)...