- 18 Oct, 2016 3 commits
-
-
Konrad Mohrfeldt authored
* new mobile-friendly style * removed lightbox code in favor of css-driven approach * simplified upload-progress code
-
Konrad Mohrfeldt authored
-
Konrad Mohrfeldt authored
-
- 22 Sep, 2015 1 commit
-
-
Lunar authored
-
- 15 Sep, 2015 1 commit
-
-
Lunar authored
I got tricked by the browser retaining the previously selected option on page reload. So let's add tests, like it should have been done in the first place.
-
- 12 Sep, 2015 10 commits
-
-
Lunar authored
-
Lunar authored
This should allow jQuery to be upgraded to 1.9+.
-
Lunar authored
-
Lunar authored
-
Lunar authored
Usage as shown that Coquelicot was often used to exchange huge files that might take quite some time to be uploaded. Sometimes even more than an hour. In that case, the file would be immediately expired. Not the best user experience. So let's bump the default to one day. This should be less surprising to users. Admins can still get back to the previous default of one hour using the configuration file.
-
Lunar authored
-
Lunar authored
sass creates its cache directory in sometimes unpredictable locations. In order to make it configurale, we now define a cache directory in Coquelicot. We then tell sass to use a subdirectory there put cache its files. Based on a patch by Rowan Thorpe.
-
Lunar authored
coquelicot_spec without knowledge of the best practices. So let's ditch it and reimplement the integration tests using Cucumber. The less purposed tests were mostly for the authentication methods, so they are now covered using new specs. Now that we are using Capybara everywhere, we can remove hpricot from the dependencies. A new task 'test' will run both RSpec and Cucumber.
-
Lunar authored
-
Lunar authored
-
- 11 Sep, 2015 11 commits
-
-
Lunar authored
Otherwise we get a warning that they are loaded in a non thread-safe way.
-
Lunar authored
-
Lunar authored
-
Lunar authored
-
Lunar authored
Drop the constraint for haml-magic-translations as it will likely be kept in sync with haml itself.
-
Lunar authored
-
Lunar authored
-
Lunar authored
-
Lunar authored
-
Lunar authored
* expect(collection).to have(n).items → expect(collection.size).to eql(n) * expect(predicate).to be_true → expect(predicate).to be true (because they are predicate and we want the value to be exactly 'true')
-
Lunar authored
-
- 10 Sep, 2015 1 commit
-
-
Lunar authored
gettext is already listed in runtime dependency.
-
- 07 May, 2014 8 commits
- 06 May, 2014 5 commits
-
-
Lunar authored
-
Lunar authored
-
Lunar authored
-
Jérémy Bobbio authored
Ruby 2 and onwards drop support for syck.
-
Jérémy Bobbio authored
Otherwise tests using Timecop fail when active_support is loaded.
-