Chico Sokol
Chico Sokol
I think it makes sense to show those items to users with high reputation!
I think that envers its overkill. I think that it makes sense to store versions only of answers, questions and comments. Since we already handle answer/question versioning manually, we dont...
I think that's the idea (if someone disagree express yourself now!) ## Chico Sokol On Wed, May 7, 2014 at 11:21 PM, Matheus Messora [email protected]: > So the point is...
I'd prefer "ViewHelper" :D ## Chico Sokol On Tue, Apr 8, 2014 at 6:06 PM, Leonardo Cesar Wolter < [email protected]> wrote: > Create an ApplicationHelper encapsulating duplicated keys from >...
What about EnviromentPropertiesProducer? ## Chico Sokol On Tue, Apr 8, 2014 at 6:50 PM, Leonardo Cesar Wolter < [email protected]> wrote: > Then it would be an ApplicationNameProducer and a FeatureToggleProduceror...
I also don't know nothing about windows shells. Is powershell supported in windows without the need of installing (and paying) anything? ## Chico Sokol On Fri, Jul 11, 2014 at...
@MatejBalantic, right now we are using the filename as the `alt` attribute (in case of an image for example), and I think that this is important for SEO of public...
At the FS I use the attachment id as the filename to avoid conflicts. I think @matej is talking about the filename used when serving the file: https://github.com/caelum/mamute/blob/master/src/main/java/org/mamute/controllers/AttachmentController.java#L85 Is that...
So we have three issues here: 1. Protect mamute against malicious file uploads. 2. The path for serving files should not use the incremental id as malicious clients could use...
To package the application we are using the script in scripts/mvn-package.sh, which copies the build files into a temp dir. This is a simple solution but I think that we...