Code Monkey home page Code Monkey logo

acis.r's People

Contributors

krichel avatar kurmanka avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

apla

acis.r's Issues

log broken and inapropriate requests that cause application errors

e.g. with query string: %2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E

bin/rmacc does not work

$ bin/rmacc --debug [email protected]
...
[ACIS::Web::Admin::offline_userdata_service(256)] No such record admin

!!! No such record admin
[err] No such record admin
can't run offline service for record admin because the record is not found in account at /home/aras/acis/lib/ACIS/Web/Admin.pm line 258.

"no humanname in session's about; skipping session"

a bunch of warning messages is printed during a bin/events_archiving call:

no humanname in session's about; skipping session 1cbf046da0e5d9cb3844e2ca40f65efa
no humanname in session's about; skipping session bb701f4fc00ff164f63543b9c7f17b6e
no humanname in session's about; skipping session 30d146b1ab597f9d14f46b0efcdb0102

APU fails if there was a missing profile somewhere above in the queue

Wed Oct 22 15:56:27 2014 [28492] apu for [email protected]/pge193 result: FAIL
Wed Oct 22 15:56:27 2014 [28492] error from offline_userdata_service: 'Assertion failed!
 at /usr/local/share/perl5/Carp/Assert.pm line 282.
        Carp::Assert::assert("") called at .../lib/ACIS/Web/Services.pm line 55
        ACIS::Web::start_session(ACIS::Web=HASH(0x2fa38d0), "magic", HASH(0x33b1f58), "object", ACIS::Web::UserData=HASH(0x33c5d00), "file", ".../acis/userdata/u/l/ulf.ger...\@...u.se.xml") called at .../acis/lib/ACIS/Web/Admin.pm line 228
        ACIS::Web::Admin::offline_userdata_service(ACIS::Web=HASH(0x2fa38d0), "ulf.ger...\@...u.se", "ACIS::APU::record_apu", "pge193", 0, 0, "") called at .../acis/lib/ACIS/APU.pm line 169
        eval {...} called at .../acis/lib/ACIS/APU.pm line 162
        ACIS::APU::run_apu_by_queue(30, "-auto", 1, "-failed", 0, "-interactive", 0, "-mail_user", 0, ...) called at .../acis/bin/apu line 98

suspicious claims highlighting: false alerts

In the recent events tool there is highlighting in red of claims that do not match name variations. It turns out the majority of those reds match name variations but with a punctuation difference. Say, if a name variation is "Smith, Adam", "Smith , Adam" and "Smith Adam" will show in red, even though they are suggested to users. If you could remove those reds, that would be neat.

Short-id is not shown on the account confirmation page

26 sep 2014, Christian writes:

I notice that on the registration confirmation page the Short-ID does not display. I use the same code
as on the menu page, namely

 <span class='value'><xsl:value-of select='$record-sid'/></span>

Why is it not working?

research suggestions inconsistencies

There are inconsistencies in the suggestion mechanism for research claims.

Example user registers, gets no suggestion. Once confirmed and logged in, the profile page indicates suggestions are waiting (red number). But once "research" is clicked, none are available. Launching a new search makes them available.

It is not clear whether this affects existing users. It has been observed that the rate of new research claims has decelerated, though.

"application error" for persistent login users

application error at : no login given at .../acis/lib/ACIS/Web.pm line 409.
ACIS::Web::update_paths_for_login(ACIS::Web=HASH(0x29d6230), undef) called at .../acis/lib/ACIS/Web/Services.pm line 617
ACIS::Web::authenticate(ACIS::Web=HASH(0x29d6230), "-no-presenter-change", 1) called at .../acis/lib/ACIS/Web/Site.pm line 111

internal error "Can't call method "current_record"..." at research/autosuggest

Tue Apr 22 10:22:45 2014 [32218] application error at research/autosuggest: Can't call method "current_record" on an undefined value at /***/acis/lib/ACIS/Web/Contributions.pm line 133.
Tue Apr 22 10:22:56 2014 [32220] application error at research/autoupdate: Can't call method "current_record" on an undefined value at /***/acis/lib/ACIS/Web/Services.pm line 873.

reset_token.created must not be auto-updated

SQL:

CREATE TABLE `reset_token` (
  `login` varchar(255) NOT NULL,
  `token` binary(32) NOT NULL,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `used` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`token`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.