halfcurry
halfcurry
Apologies for forgetting to put the issue number each time! The codacy report mostly suggests that I clean up my unused imports. At present I am keeping them just in...
In my latest commit ( https://github.com/sigmah-dev/sigmah/pull/97/commits/8dd81b444321a9d794f7c199b8d6f385857695d3 ), most projects are opening out on clicking the corresponding search result, but some are facing permission issues. Need to investigate what are the...
In the commit https://github.com/sigmah-dev/sigmah/pull/97/commits/dd095d67ee68ca8e9f0f8e23f4e5a74d17147367, I have added an auto index job which does a solr full data import. This job is initialized when the dashboard first loads ( this is...
https://github.com/sigmah-dev/sigmah/pull/97/commits/0604656280e0fc5eb3c3e2ff4c253870a7b4e0e6 : Should be global 'solr' core url.
https://github.com/sigmah-dev/sigmah/pull/97/commits/bec9e807d9a725b308c9da154574b9e68489aa5d: I have added a column in the table organization, hence added a migration sql file as mentioned here: http://wiki.sigmah.org/doku.php?id=contributorguide:contributionrules. I hope there is nothing more to change.
It seems there is a jdk version error, i.e I am compiling with JDK 1.8 and the builder is running tests with JDK 1.6 or 1.7 : https://stackoverflow.com/questions/23249331/java-unsupported-major-minor-version-52-0 That is...
By "rudimentary" files results filtering, I mean that *only those files which the currently logged in user is an author of* are being shown in the search results. On clicking...
Hi @osarrat @niksj , I need to write a brief description / gist here as part of the final evaluation. Can I get rights for the same? Currently I am...
I tested it out on Firefox and Chrome in Ubuntu, and it seems to work fine ( as shown in the screenshot ). I am unable to test it on...
Hi @osarrat @niksj , I made a commit with minor modifications. Please inform me if it worked. Also, I sent the previous war file to you earlier today.