Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ransack

Keep Ransack, the powerful Rails search and filtering engine going.
Collective - Host: opensource - https://opencollective.com/ransack - Code: https://github.com/activerecord-hackery/ransack

Comment out this test for now. TODO: examine this.

github.com/activerecord-hackery/ransack - c06fb77947b24a412aa60d89a3c1a7b78166f2f3 authored over 9 years ago by Jon Atack <[email protected]>
Merge pull request #541 from ASnow/exclusive-adapters

ActiveRecord should exclude Mongoid, extract logic to Ransack::Adapters

github.com/activerecord-hackery/ransack - d6cb34a72a23a3bf0e2803908289435b6c3ced62 authored over 9 years ago by Jon Atack <[email protected]>
Revert back to RSpec 2 until I get MongoDB tests working

github.com/activerecord-hackery/ransack - 914f7992fe0aea3f14a8f4deec8b041f6d5601ab authored over 9 years ago by Jon Atack <[email protected]>
Fix mistake in previous commit

github.com/activerecord-hackery/ransack - 1d281187655c09f41ce3c93c5fbf0803458f28e8 authored over 9 years ago by Jon Atack <[email protected]>
Upgrade Mongoid specs to RSpec 3 expect syntax

github.com/activerecord-hackery/ransack - d296caa840e6c05eb760df812477ecbd8e23fa6b authored over 9 years ago by Jon Atack <[email protected]>
Bump RSpec dependency to '~> 3'

github.com/activerecord-hackery/ransack - 87115c27c153bce4f3bc846fd63a1c059a2400ce authored over 9 years ago by Jon Atack <[email protected]>
Upgrade AR specs to RSpec 3 expect syntax

TODO:

The same with the MongoDB specs.

github.com/activerecord-hackery/ransack - 87cd36dcde34ea8e3b217158311746e426a26809 authored over 9 years ago by Jon Atack <[email protected]>
Faker gem version needs to remain as it was in the gemspec

github.com/activerecord-hackery/ransack - 40bfbdbf9ed3e7066ecb5ccb42c73f55c7f59427 authored over 9 years ago by Jon Atack <[email protected]>
Update gemspec dependencies, particularly for mysql2

to fix travis-ci not passing with Rails 5.0.0/master.

github.com/activerecord-hackery/ransack - 000cd22672d78777dc3d639dd405dd9624ed8b4a authored over 9 years ago by Jon Atack <[email protected]>
Refactor FormHelper#search_form_for

- Extract code into smaller, private methods for readability and
maintainability.

- Avoid hidde...

github.com/activerecord-hackery/ransack - 29a73b93f3a5ebb5a77593d14047b99ad493f4ea authored over 9 years ago by Jon Atack <[email protected]>
Refactor FormHelper#sort_link

- Simplify the #initialize method by moving the `sort_params` logic
into its own method.

- Avoi...

github.com/activerecord-hackery/ransack - 17dd97af1c09e23f9fc309ea6287107b00883ce9 authored over 9 years ago by Jon Atack <[email protected]>
Update README regarding new release of JRuby 9

[skip ci]

github.com/activerecord-hackery/ransack - eadbe1242e17734267a5c62a3b21cd60fef7ec1e authored over 9 years ago by Jon Atack <[email protected]>
Improve Changelog [skip ci]

github.com/activerecord-hackery/ransack - 8146b68cbc7ef60beaa4f72626f6c435e77a150a authored over 9 years ago by Jon Atack <[email protected]>
Update Changelog [skip ci]

Completes PRs #562, #498, #426, #560 and #537 among others.

github.com/activerecord-hackery/ransack - 4c0e81cb213d621f73baa2a444d9878dcf4ed9c9 authored over 9 years ago by Jon Atack <[email protected]>
Merge pull request #563 from hoshitocat/update/CHANGELOG.md

Update CHANGELOG with #562 [ci skip]

github.com/activerecord-hackery/ransack - 746784acad3973eac01da380cb1efe86bbb8df44 authored over 9 years ago by Jon Atack <[email protected]>
Update CHANGELOG.md with PR #562

github.com/activerecord-hackery/ransack - 32d6dfa0f6ecbc4a8bc90e0d47d58f6a35147511 authored over 9 years ago by Ryohei Hoshi <[email protected]>
Merge pull request #562 from hoshitocat/fixed/let-attributes-use-and-or

Fix handling attribute-name with `_and_` `_or_`

github.com/activerecord-hackery/ransack - 3a3f8a373f042eb9cc175f3ad277e73100ccd5fa authored over 9 years ago by Jon Atack <[email protected]>
Merge pull request #498 from pencilcheck/patch-1

Embedded Relations in Mongoid

github.com/activerecord-hackery/ransack - 91354e975a53e8d331f7ea30ecd1b20bff4fa9d0 authored over 9 years ago by Jon Atack <[email protected]>
Merge pull request #560 from avit/association-conditions-rails3

Avoid overwriting association conditions with default scope in Rails 3

github.com/activerecord-hackery/ransack - aee1985a68bc1339bc5d2f17a2b7595e7503e9b7 authored over 9 years ago by Jon Atack <[email protected]>
Add surrounding space in default value assignment

github.com/activerecord-hackery/ransack - 9927d9944e37f73fad1014ee79aef0104fbcac84 authored over 9 years ago by hoshitocat <[email protected]>
Fix handle attribute-names-including test failure

github.com/activerecord-hackery/ransack - 8b30302f3b7eabe967b16e78f898759bce37ff0c authored over 9 years ago by hoshitocat <[email protected]>
Merge pull request #561 from avit/time-test-failure-rails3

Fix time-dependent test failure

github.com/activerecord-hackery/ransack - f77437e1c8c6803fabbbfbf58cf4a03549869b6f authored over 9 years ago by Jon Atack <[email protected]>
Fix test suite for ActiveRecord version differences

github.com/activerecord-hackery/ransack - 7320bf9c5a972c151d963b9c6e3a15787c87b46d authored over 9 years ago by Andrew Vit <[email protected]>
Fix time-dependent test failure

github.com/activerecord-hackery/ransack - ea746f259937cb654059242e119bacb68f7f2156 authored over 9 years ago by Andrew Vit <[email protected]>
Avoid overwriting association conditions with default scope

When joining ransackable associations in Rails 3, preserve both:

* association default_scope
* ...

github.com/activerecord-hackery/ransack - 9f778e8c6c7c5ae10767976aadf30dae868b3d79 authored over 9 years ago by Andrew Vit <[email protected]>
Merge pull request #537 from wpp/german_locale

[skip ci] German locale file (de.yml)

github.com/activerecord-hackery/ransack - d5d1cfaacfb531afe8d58fae6e30a6bf45c86925 authored over 9 years ago by Jon Atack <[email protected]>
ActiveRecord excludes Mongoid

github.com/activerecord-hackery/ransack - 152b2509ffa370676ffb2df5ab94c9982b3f1326 authored over 9 years ago by Андрей Большов <[email protected]>
Compare and adjust German locale with localeapp translation

github.com/activerecord-hackery/ransack - a563ad2221d3bb0ce3efe112157a14d1026bf688 authored over 9 years ago by Philipp Weissensteiner <[email protected]>
[skip ci] German locale file (de.yml)

github.com/activerecord-hackery/ransack - db919e1c14a103d1f717fba279cbe80ad387724e authored over 9 years ago by Philipp Weissensteiner <[email protected]>
Fix RSpec `its` method deprecation warning

Deprecation Warnings:

Use of rspec-core's `its` method is deprecated. Use the rspec-its gem ins...

github.com/activerecord-hackery/ransack - c09aa177953deb27e28179f55844ced0489613b4 authored over 9 years ago by Jon Atack <[email protected]>
Clearer method and method call not in iteration

github.com/activerecord-hackery/ransack - b36bdc23b1458b4dd4c66b91a3f982753c496afd authored over 9 years ago by Jon Atack <[email protected]>
Replace deprecated RSpec syntax

github.com/activerecord-hackery/ransack - ba92a0bc3590ecab8f82501586a09d7deee264b8 authored almost 10 years ago by Jon Atack <[email protected]>
Use fewer conditionals & simplify the required files

github.com/activerecord-hackery/ransack - 63d4973885c3d069817487d221ff930456fd96f2 authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] Update changelog/readme and bump to version 1.6.6

github.com/activerecord-hackery/ransack - e01b7ffc26c483ee536fa45339bae96aff5e6284 authored almost 10 years ago by Jon Atack <[email protected]>
Use latest Polyamorous release

github.com/activerecord-hackery/ransack - c8b748163c653168149b899de5c76f956ff889c1 authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] README: Fix RubyGems YARD rendering, add Code Climate

badge.

Add ‘Ransack’ to the specs header message.

github.com/activerecord-hackery/ransack - 211191e737629e7da1506bf8e1e938476aa71f54 authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] Update changelog for 631d104, 12c6b8f

and a29c582 and fix an incorrect punctuation mark after `model_name` in
line 5.

github.com/activerecord-hackery/ransack - ff774ed84d05a25c16c84cca86ec22fe558999aa authored almost 10 years ago by Jon Atack <[email protected]>
Fix #518: undefined method `model_name`

A better solution by Gleb Mazovetskiy for issue #518 "undefined method
`model_name' for Ransack:...

github.com/activerecord-hackery/ransack - 70def2bc2cc955e53c21d3102c375d3fc7da867a authored almost 10 years ago by Jon Atack <[email protected]>
Merge branch 'master' of https://github.com/activerecord-hackery/ransack

* 'master' of https://github.com/activerecord-hackery/ransack:
Updated AR-specific reference t...

github.com/activerecord-hackery/ransack - ddaf04f317d9ad58ffa78b32ee09f2a350b1c3e1 authored almost 10 years ago by Jon Atack <[email protected]>
Add Ruby version to specs info header

and use a local variable for the line display.

[skip ci]

github.com/activerecord-hackery/ransack - a29c5827a2701d198bff3bd0e055cf0a7d91fd9b authored almost 10 years ago by Jon Atack <[email protected]>
Merge pull request #526 from ncuesta/patch-1

Fix erroneous reference to AR class

github.com/activerecord-hackery/ransack - d921f3041cd713cfb9ce8adf9b7216de41bd08f0 authored almost 10 years ago by Jon Atack <[email protected]>
Updated AR-specific reference to use Polyamorous

Changed reference from a version-dependent AR class to a better, more reliable Polyamorous one

github.com/activerecord-hackery/ransack - 631d104d6e8abee8888632109355c195f4c37111 authored almost 10 years ago by Nahuel Cuesta Luengo <[email protected]>
Revert 746f35e, remove patch for Rails 4.2.1/5.0.0

Tests are passing now and I'm no longer able to reproduce the issue.

github.com/activerecord-hackery/ransack - a8136c204514002d5627cd8574d83efa85cef8d5 authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] Update year to 2015

github.com/activerecord-hackery/ransack - d9be1a4f008871d46ec874cde4a347b5631567f9 authored almost 10 years ago by Jon Atack <[email protected]>
Fix erroneous reference to AR class

9e818cde introduced a bug by making an erroneous reference to `ActiveRecord::Associations::JoinD...

github.com/activerecord-hackery/ransack - 12c6b8f125f4963e1724efc0859c1c81f5db1aac authored almost 10 years ago by Nahuel Cuesta Luengo <[email protected]>
Bump to version 1.6.5 (Rails 5 release)

[WIP] Support for Rails 5.0.0.alpha/master and Arel 7/master and other
changes (see the change l...

github.com/activerecord-hackery/ransack - 448f8c174e5a736724930830d13581002d1ec4dc authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] More docs updates

github.com/activerecord-hackery/ransack - 1d8e1b3bef90cbe46dba31b9ca331bb6134826b8 authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] Update docs for 1.6.5 release

github.com/activerecord-hackery/ransack - d9d211ee5109befb14ed9348d2ab7cbc37d78aea authored almost 10 years ago by Jon Atack <[email protected]>
Clean up search specs

Use similar formatting, single-quotes and newer hash syntax where
feasible.

github.com/activerecord-hackery/ransack - b2e55d8853c604ed64896f6ca492424995d6579c authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] Improve the Contributing Guide

with more detailed steps and command line examples.

github.com/activerecord-hackery/ransack - 5a384a38653aa6056bb8f938b7d66b675190ca13 authored almost 10 years ago by Jon Atack <[email protected]>
Fix test for MySQL

OK, I tested for SQLite3 and PostgreSQL but didn’t for MySQL :trollface:

This is quick but shou...

github.com/activerecord-hackery/ransack - 549e1a6b54cfc13dc92104fa4486d40c3085f009 authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] Help contributors know what they can do

to help :smiley:

github.com/activerecord-hackery/ransack - b3bf6d86d5ec8233e6ac12c03169a91b858d5b57 authored almost 10 years ago by Jon Atack <[email protected]>
Improve test for #374

- Add a Active Record conditional so there are only 2 lines to comment
out if someone would like...

github.com/activerecord-hackery/ransack - 29a78f51fa60a1429cfadc830355192ceb4da997 authored almost 10 years ago by Jon Atack <[email protected]>
Specify Ruby 2.2.1 for travis-ci

because Travis CI is still using Ruby 2.2.0 when we specify 2.2.

Normally, the image mirror for...

github.com/activerecord-hackery/ransack - c1a20da5589215f7be73e318c8a90ac86617ed97 authored almost 10 years ago by Jon Atack <[email protected]>
Remove unneeded blueprint file

github.com/activerecord-hackery/ransack - 99fa9be06a230fa0242830fae4277e04278c45e2 authored almost 10 years ago by Jon Atack <[email protected]>
Improve test and use expect syntax

github.com/activerecord-hackery/ransack - 42c305149da563ef022d08a807d92ab8f42e64bc authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] Update readme, changelog, contributing guide

github.com/activerecord-hackery/ransack - 58e85617cb7fb090bd59311c27837fd9c051fa6c authored almost 10 years ago by Jon Atack <[email protected]>
Merge @jhdavids8's failing spec for #374

and clean up schema.rb a bit.

Thanks to Jamie Davidson for the test!

This is to help anyone wh...

github.com/activerecord-hackery/ransack - 8fe8368b07bdc0fb31ae3388f4ea8c8fa63a8efb authored almost 10 years ago by Jon Atack <[email protected]>
Clarify DB options when :runner: tests

to encourage contributors to run the test suite with the different
database options.

github.com/activerecord-hackery/ransack - 29bc5b8681f1a8b7a153253234e0066026fa5918 authored almost 10 years ago by Jon Atack <[email protected]>
Improve message when running tests

github.com/activerecord-hackery/ransack - 23b1703450e9b27fc7bea2f5c5f46ca3a959cff8 authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci[ Remove unused code

github.com/activerecord-hackery/ransack - 9b216151f87797d728d0261a4c19c29facc43025 authored almost 10 years ago by Jon Atack <[email protected]>
Use Ruby 1.9 hash syntax & consistent formatting

github.com/activerecord-hackery/ransack - 8a9e4541317419f24d7bf64fb910fbe8c87ab723 authored almost 10 years ago by Jon Atack <[email protected]>
[skip ci] Update change log

github.com/activerecord-hackery/ransack - 542bde646e74bcf26f8e1ea919ff3f09a242b074 authored almost 10 years ago by Jon Atack <[email protected]>
Merge pull request #523 from Pavling/predicate-wants-array-false-option

Allow ':wants_array' to be passed as 'false' in predicate options.

github.com/activerecord-hackery/ransack - f78e34fa44570c19aa63065ae74ab398d21f1f2b authored almost 10 years ago by Jon Atack <[email protected]>
allowing ':wants_array' to be passed as 'false' in predicate options

github.com/activerecord-hackery/ransack - 0abaab4b1eb60674bba26acc7f9b9afc648c6d50 authored almost 10 years ago by Michael Pavling <[email protected]>
Remove unneeded test output

[skip ci]

github.com/activerecord-hackery/ransack - 54932a4705c65057c864eea55d532556fb12ad55 authored almost 10 years ago by jonatack <[email protected]>
Stop CI testing Rails 3.0

github.com/activerecord-hackery/ransack - 65c59b09667b750df46386ebc865cff74889f49f authored almost 10 years ago by jonatack <[email protected]>
[skip ci] Update README: Rails 4.2.1 and 5.0.0

github.com/activerecord-hackery/ransack - ccf47e286da5139d49f2db043a8d1f47544d0855 authored almost 10 years ago by jonatack <[email protected]>
[WIP] Rails 5 / Arel 7 compatibility

Ransack hasn’t been working with Rails master targeting 5.0.0 and Arel
7 since last December whe...

github.com/activerecord-hackery/ransack - 9e818cde5378eedd3835e15f4e4916e32ac7fb01 authored almost 10 years ago by jonatack <[email protected]>
Stop relying on AR::relation#where_values

which have been removed from Active Record in Rails 5.

github.com/activerecord-hackery/ransack - 4534bfb45e6e2d2f4605d55feb4f5bd4e30feefa authored almost 10 years ago by jonatack <[email protected]>
Use RSpec `expect` syntax

instead of the older `should` syntax.

github.com/activerecord-hackery/ransack - b66095c0b909c894b767d19dcd6805fbec7d652e authored almost 10 years ago by jonatack <[email protected]>
Make ransacker_args test work with Sqlite3,

simplify a bit, and rename things for clarity.

github.com/activerecord-hackery/ransack - 4ac02e5f149514ee403695ab157d117419f7ea19 authored almost 10 years ago by jonatack <[email protected]>
[skip ci] Update README version

github.com/activerecord-hackery/ransack - 51262afe668841fb59002fb7da26b561ad861a64 authored almost 10 years ago by jonatack <[email protected]>
Update Changelog, bump version to 1.6.4

[skip ci]

github.com/activerecord-hackery/ransack - d1feeb4b5e8d3e2c8476b2062b0d9c5a3ccecafa authored almost 10 years ago by jonatack <[email protected]>
ActionView patch for Rails 4.2.1/5.0.0

This patch is needed for Rails 4.2.1 and 5.0.0 due to the following
commit history in ActionView...

github.com/activerecord-hackery/ransack - 746f35e83b35de1ad8a20ca155538f2a27f76fb9 authored almost 10 years ago by jonatack <[email protected]>
Removed PostgreSQL hstore test, added simpler test so it can pass.

github.com/activerecord-hackery/ransack - e7ef1efc7877460a5faae158d9bf76f390b6451b authored almost 10 years ago by Aldrin Martoq <[email protected]>
Added support of ransacker_args to Ransack::Nodes::Sort and related test.

github.com/activerecord-hackery/ransack - 973d661007b251405d7f8b5dcaf32885807a89d6 authored almost 10 years ago by Aldrin Martoq <[email protected]>
Merge pull request #519 from sineed/ransacker-arguments-changelog

Update CHANGELOG [ci skip]

github.com/activerecord-hackery/ransack - c2b316ca0a8b5b812e8fdfe7969bea854007b709 authored almost 10 years ago by Jon Atack <[email protected]>
Fix invalid SQL in ransacker with arguments

github.com/activerecord-hackery/ransack - c90fb5c008e98ac5e7b49ab2f5cdd3c1a62e96c6 authored almost 10 years ago by sineed <[email protected]>
Update CHANGELOG [ci skip]

github.com/activerecord-hackery/ransack - ad60dbf4b69804b8059f2149b5a8917f68fefefb authored almost 10 years ago by sineed <[email protected]>
Rename `rargs` to `ransacker_args`,

rename the test and ransacker to hopefully make the intent and API more
explicit, wrap line at 8...

github.com/activerecord-hackery/ransack - 51229fea3a436e8f11dd6b32e0601eabe7d6a354 authored almost 10 years ago by jonatack <[email protected]>
Merge pull request #514 from nagyt234/ransack-model-translation

Enable I18n scoping by 'ransack.models'

github.com/activerecord-hackery/ransack - af9158428faabf4e2f135c36256f00fce2936d34 authored almost 10 years ago by Jon Atack <[email protected]>
Merge pull request #513 from sineed/ransacker-arguments

Enable passing arguments to Ransackers

github.com/activerecord-hackery/ransack - f3c4198801cead7185efbcbdaf72c6fb7637eb2e authored almost 10 years ago by Jon Atack <[email protected]>
Allow to use model name from I18n ransack scope

github.com/activerecord-hackery/ransack - a6d534d097f9d2ff31a88d26f6a5c5eab418390e authored almost 10 years ago by Tibor Nagy <[email protected]>
Fix name of test value to prevent excaping bugs

github.com/activerecord-hackery/ransack - 81d74479a79e77379fdfb43ecdb50185583e8769 authored almost 10 years ago by sineed <[email protected]>
Allow ransacker to have its arguments

github.com/activerecord-hackery/ransack - bcc62845cbb0e1c49ba31ad9516705b6607742cf authored almost 10 years ago by sineed <[email protected]>
Improve test method

- allow different operators & attributes for use with other tests
- replace `send("quoted_#{valu...

github.com/activerecord-hackery/ransack - 3e4b6e34abc4addc2bf258e2b51459910a03e04a authored almost 10 years ago by jonatack <[email protected]>
Test all the boolean true and false values.

These tests are meant to prevent changing the TRUE_VALUES and
FALSE_VALUES sets in RANSACK::CONS...

github.com/activerecord-hackery/ransack - 5009eeadb8dea45aed8bd9b790da652b3dab2d26 authored almost 10 years ago by jonatack <[email protected]>
Revert #503 and follow-up commit

github.com/activerecord-hackery/ransack - 9ae1b5447678c271e36e108034201704c4154433 authored almost 10 years ago by jonatack <[email protected]>
base_spec: remove unneeded local var

github.com/activerecord-hackery/ransack - 10b023cf02d91f41006678bc61627765d7c92139 authored almost 10 years ago by jonatack <[email protected]>
base_spec: use the same local var & search methods

in all the tests, i.e. `s` and `ransack` instead of `search`.

github.com/activerecord-hackery/ransack - d7a942c1c618597b8570512669dc7b67ddcf5098 authored almost 10 years ago by jonatack <[email protected]>
Avast! Blurgh... remove stray empty test [skip ci]

It’s bedtime.

github.com/activerecord-hackery/ransack - c5308a53dc448261ddb4b19123662ea8070d32df authored almost 10 years ago by jonatack <[email protected]>
Follow-up to #505

- simplify the spec ransacker in schema.rb
- clarify the spec and increase the coverage
- move t...

github.com/activerecord-hackery/ransack - 752b986bb9042642a5887de8242fceb39d80552e authored almost 10 years ago by jonatack <[email protected]>
Merge pull request #505 from jaredbeck/fix_issue_504

Fix NoMethodError in casted_array_with_in_predicate?

github.com/activerecord-hackery/ransack - 0f7c3b06cee076e8d3584616769f87c838abc13c authored almost 10 years ago by Jon Atack <[email protected]>
Fix NoMethodError in casted_array_with_in_predicate?

[Fixes #504]

The right-hand side of an IN predicate does not always respond
to :val. For examp...

github.com/activerecord-hackery/ransack - 90548b4ce32c03fea3cf94a06b37a9a0365eebdc authored almost 10 years ago by Jared Beck <[email protected]>
Gitignore rubymine's .idea directory

github.com/activerecord-hackery/ransack - 1d54a8d7501bcd1a89e57ba1d4c1d0149ae3c35f authored almost 10 years ago by Jared Beck <[email protected]>
Follow-up to #503: Bypass its tests with Rails 3.0.

github.com/activerecord-hackery/ransack - ecc84888c1893f43c51516884f2da24ac41fcbb3 authored almost 10 years ago by jonatack <[email protected]>
Merge pull request #503 from Everseat/issue-502

Don't replace 0 and 1 with false and true, fixes #502 [skip ci]

github.com/activerecord-hackery/ransack - 7cd248c37df1b93b94335db2c15ccd7030d245d2 authored almost 10 years ago by Jon Atack <[email protected]>
Don't replace 0 and 1 with false and true, fixes #502

github.com/activerecord-hackery/ransack - 9f4e48eb92e3f5531a3be3c673f2bef351bc21c5 authored almost 10 years ago by Gabe Kopley <[email protected]>
Update README and Change Log for v1.6.3

[skip ci]

github.com/activerecord-hackery/ransack - 76b4e38259283f34c44d0ee3d4a21a867da28ead authored almost 10 years ago by jonatack <[email protected]>