Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
persona
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hexang 息壤平台
persona
Commits
0e040614
Commit
0e040614
authored
12 years ago
by
Shane Tomlinson
Browse files
Options
Downloads
Patches
Plain Diff
Change some remaining user facing BrowserID strings to Persona.
parent
a976e5a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/browserid/views.js
+1
-1
1 addition, 1 deletion
lib/browserid/views.js
resources/static/shared/error-messages.js
+1
-1
1 addition, 1 deletion
resources/static/shared/error-messages.js
with
2 additions
and
2 deletions
lib/browserid/views.js
+
1
−
1
View file @
0e040614
...
...
@@ -168,7 +168,7 @@ exports.setup = function(app) {
if
([
'
https://login.persona.org
'
,
'
https://login.anosrep.org
'
].
indexOf
(
config
.
get
(
'
public_url
'
))
===
-
1
)
{
// serve test.ejs to /test or /test/ or /test/index.html
app
.
get
(
/^
\/
test
\/(?:
index.html
)?
$/
,
function
(
req
,
res
)
{
res
.
render
(
'
test.ejs
'
,
{
title
:
'
BrowserID
QUnit Test
'
,
layout
:
false
});
res
.
render
(
'
test.ejs
'
,
{
title
:
'
Mozilla Persona
QUnit Test
'
,
layout
:
false
});
});
}
else
{
// this is stage or production, explicitly disable all resources under /test
...
...
This diff is collapsed.
Click to expand it.
resources/static/shared/error-messages.js
+
1
−
1
View file @
0e040614
...
...
@@ -56,7 +56,7 @@ BrowserID.Errors = (function(){
},
cookiesDisabled
:
{
title
:
gettext
(
"
BrowserID
requires cookies
"
),
title
:
gettext
(
"
Persona
requires cookies
"
),
message
:
format
(
gettext
(
"
Please close this window, <a %s>enable cookies</a> and try again
"
),
[
"
target='_blank' href='
"
+
enableCookiesURL
+
"
'
"
])
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment