Generalization refactorings#6
Open
guilhermeblanco wants to merge 88 commits intoservergrove:masterfrom
Open
Conversation
…nostic (but implementing ORM as default).
…o analyze, classify the translation and rendered into a string in ExportCommand. Please note that ExportCommand in this commit cannot write a file.
…e file handler as a service.
…ce. Also, moved ObjectManager compatible code to AbstractStorage.
|
Great PR but:
Beside that, ping @servergrove - this definitly deserve a merge 👍 |
Collaborator
|
We are still swamped with work. Hopefully will be able to dedicate some time soon, sorry. |
This patch will reduce the TranslationImport command's running time from 45+ mins to 1.5 mins.
Fixing various bugs during use of the bundle
|
👍 Nice PR |
Bootstrap urls were giving 404 and I've updated them with netdna hosted version and also the new jquery version
Updated bootstrap and jquery assets url Note: the reason the bootstrap URLs are 404'ing is due to https://github.com/blog/1452-new-github-pages-domain-github-io
|
ping |
Owner
|
Hi Gordon. We can't merge this PR without mongodb support and we haven't been able to implement it yet. Not sure when we will have time. If you or someone can do it, it will be very much welcomed. Pablo Godel On Apr 17, 2013, at 9:29, Gordon Franke notifications@github.com wrote:
|
Fixed filer to accept anything before the first dot
Add support to import files like messages.es_ES.yml
Update ImportCommand.php
Modifications for #14
Update to bootstrap 3 and add search capability
In current version there is a problem with "Create Locale/Entry" forms. Actually ajax request for saving doesn't works because saveEntryForm() and saveLocaleForm() receive wrong object
saveLocal & saveEntry fix
Added MonogDB storage support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi ServerGrove team,
My team have worked hard to turn this extension much more usable in a various ways.
Some enhancements are very good, but we had to drop ODM support for now since the team won't be using it, but we did our best to turn into very extendable and reusable for other mappings.
Here is a list of enhancements:
We hope you like it! =)
Regards,
Guilherme Blanco on behalf of InstaClick Inc.