• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vanstyn / RapidApp / 1124 / 9
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2019 12:26PM UTC
Files 96
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Jan 2019 11:54AM UTC coverage: 49.992% (-0.7%) from 50.713%
1124.9

push

travis-ci

vanstyn
AuthCore: login passthrough redirect converted to pure JS

The built in login_form.tt is where the client side JavaScript lives
that handles/honors passtyhrough redirect, which allows browsing to a
secure URL while not logged in, letting the user login, and then
continuing on to that original URL after successful authentication, has
been modified to use plain JavaScript and no longer relies on ExtJS
calls. This allows this functionality to work even if ExtJS is not
loaded, which we are now supporting (added for Rapi::Blog improvements)

Also removed the JavaScript autofocus logic to focus the username field,
instead the HTML 'autofocus' attribute is set on the input tag itself,
since this feature has now been around for a very long time and it is
more than safe to rely on browser support.

Note: the default full login page still loads the full RapidApp/ExtJS
JavaScript and CSS environment even though it is not actually needed for
the login page. The reason this is done remains a performance issue, to
pre-cache these files so that it doesn't need to happen during the
actual login process. This is still the desired behavior, however, we
don't want to force other uses to do this if they do not need to, such
as optionally in certain Rapi::Blog default pages.

(set dev version 1.3102_02)

3313 of 6627 relevant lines covered (49.99%)

394.36 hits per line

Source Files on job 1124.9
  • Tree
  • List 0
  • Changed 15
  • Source Changed 1
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1121
  • Travis Job 1124.9
  • 4b90371f on github
  • Prev Job for on master (#1123.1)
  • Next Job for on master (#1125.8)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc