Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
7f30a647
Commit
7f30a647
authored
May 06, 2022
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue with news position, sortable
parent
2ddf9592
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
1 deletions
+42
-1
anchor.js
public/build/ckeditor/plugins/link/dialogs/anchor.js
+9
-0
link.js
public/build/ckeditor/plugins/link/dialogs/link.js
+31
-0
anchor.png
public/build/ckeditor/plugins/link/images/anchor.png
+0
-0
anchor.png
public/build/ckeditor/plugins/link/images/hidpi/anchor.png
+0
-0
NewsRepository.php
src/Repository/NewsRepository.php
+2
-1
No files found.
public/build/ckeditor/plugins/link/dialogs/anchor.js
0 → 100644
View file @
7f30a647
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR
.
dialog
.
add
(
"anchor"
,
function
(
c
){
function
e
(
b
,
a
){
return
b
.
createFakeElement
(
b
.
document
.
createElement
(
"a"
,{
attributes
:
a
}),
"cke_anchor"
,
"anchor"
)}
return
{
title
:
c
.
lang
.
link
.
anchor
.
title
,
minWidth
:
300
,
minHeight
:
60
,
onOk
:
function
(){
var
b
=
CKEDITOR
.
tools
.
trim
(
this
.
getValueOf
(
"info"
,
"txtName"
)),
a
=
{
id
:
b
,
name
:
b
,
"data-cke-saved-name"
:
b
};
this
.
_
.
selectedElement
?
this
.
_
.
selectedElement
.
data
(
"cke-realelement"
)?(
b
=
e
(
c
,
a
),
b
.
replace
(
this
.
_
.
selectedElement
),
CKEDITOR
.
env
.
ie
&&
c
.
getSelection
().
selectElement
(
b
)):
this
.
_
.
selectedElement
.
setAttributes
(
a
):
(
b
=
(
b
=
c
.
getSelection
())
&&
b
.
getRanges
()[
0
],
b
.
collapsed
?(
a
=
e
(
c
,
a
),
b
.
insertNode
(
a
)):(
CKEDITOR
.
env
.
ie
&&
9
>
CKEDITOR
.
env
.
version
&&
(
a
[
"class"
]
=
"cke_anchor"
),
a
=
new
CKEDITOR
.
style
({
element
:
"a"
,
attributes
:
a
}),
a
.
type
=
CKEDITOR
.
STYLE_INLINE
,
a
.
applyToRange
(
b
)))},
onHide
:
function
(){
delete
this
.
_
.
selectedElement
},
onShow
:
function
(){
var
b
=
c
.
getSelection
(),
a
;
a
=
b
.
getRanges
()[
0
];
var
d
=
b
.
getSelectedElement
();
a
.
shrink
(
CKEDITOR
.
SHRINK_ELEMENT
);
a
=
(
d
=
a
.
getEnclosedNode
())
&&
d
.
type
===
CKEDITOR
.
NODE_ELEMENT
&&
(
"anchor"
===
d
.
data
(
"cke-real-element-type"
)
||
d
.
is
(
"a"
))?
d
:
void
0
;
var
f
=
(
d
=
a
&&
a
.
data
(
"cke-realelement"
))?
CKEDITOR
.
plugins
.
link
.
tryRestoreFakeAnchor
(
c
,
a
):
CKEDITOR
.
plugins
.
link
.
getSelectedLink
(
c
);
if
(
f
){
this
.
_
.
selectedElement
=
f
;
var
e
=
f
.
data
(
"cke-saved-name"
);
this
.
setValueOf
(
"info"
,
"txtName"
,
e
||
""
);
!
d
&&
b
.
selectElement
(
f
);
a
&&
(
this
.
_
.
selectedElement
=
a
)}
this
.
getContentElement
(
"info"
,
"txtName"
).
focus
()},
contents
:[{
id
:
"info"
,
label
:
c
.
lang
.
link
.
anchor
.
title
,
accessKey
:
"I"
,
elements
:[{
type
:
"text"
,
id
:
"txtName"
,
label
:
c
.
lang
.
link
.
anchor
.
name
,
required
:
!
0
,
validate
:
function
(){
return
this
.
getValue
()?
!
0
:(
alert
(
c
.
lang
.
link
.
anchor
.
errorName
),
!
1
)}}]}]}});
\ No newline at end of file
public/build/ckeditor/plugins/link/dialogs/link.js
0 → 100644
View file @
7f30a647
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
(
function
(){
function
u
(){
var
c
=
this
.
getDialog
(),
p
=
c
.
_
.
editor
,
n
=
p
.
config
.
linkPhoneRegExp
,
q
=
p
.
config
.
linkPhoneMsg
,
p
=
CKEDITOR
.
dialog
.
validate
.
notEmpty
(
p
.
lang
.
link
.
noTel
).
apply
(
this
);
if
(
!
c
.
getContentElement
(
"info"
,
"linkType"
)
||
"tel"
!=
c
.
getValueOf
(
"info"
,
"linkType"
))
return
!
0
;
if
(
!
0
!==
p
)
return
p
;
if
(
n
)
return
CKEDITOR
.
dialog
.
validate
.
regex
(
n
,
q
).
call
(
this
)}
CKEDITOR
.
dialog
.
add
(
"link"
,
function
(
c
){
function
p
(
a
,
b
){
var
c
=
a
.
createRange
();
c
.
setStartBefore
(
b
);
c
.
setEndAfter
(
b
);
return
c
}
var
n
=
CKEDITOR
.
plugins
.
link
,
q
,
t
=
function
(){
var
a
=
this
.
getDialog
(),
b
=
a
.
getContentElement
(
"target"
,
"popupFeatures"
),
a
=
a
.
getContentElement
(
"target"
,
"linkTargetName"
),
r
=
this
.
getValue
();
if
(
b
&&
a
)
switch
(
b
=
b
.
getElement
(),
b
.
hide
(),
a
.
setValue
(
""
),
r
){
case
"frame"
:
a
.
setLabel
(
c
.
lang
.
link
.
targetFrameName
);
a
.
getElement
().
show
();
break
;
case
"popup"
:
b
.
show
();
a
.
setLabel
(
c
.
lang
.
link
.
targetPopupName
);
a
.
getElement
().
show
();
break
;
default
:
a
.
setValue
(
r
),
a
.
getElement
().
hide
()}},
l
=
function
(
a
){
a
.
target
&&
this
.
setValue
(
a
.
target
[
this
.
id
]
||
""
)},
e
=
function
(
a
){
a
.
advanced
&&
this
.
setValue
(
a
.
advanced
[
this
.
id
]
||
""
)},
k
=
function
(
a
){
a
.
target
||
(
a
.
target
=
{});
a
.
target
[
this
.
id
]
=
this
.
getValue
()
||
""
},
m
=
function
(
a
){
a
.
advanced
||
(
a
.
advanced
=
{});
a
.
advanced
[
this
.
id
]
=
this
.
getValue
()
||
""
},
g
=
c
.
lang
.
common
,
b
=
c
.
lang
.
link
,
d
;
return
{
title
:
b
.
title
,
minWidth
:
"moono-lisa"
==
(
CKEDITOR
.
skinName
||
c
.
config
.
skin
)?
450
:
350
,
minHeight
:
240
,
contents
:[{
id
:
"info"
,
label
:
b
.
info
,
title
:
b
.
info
,
elements
:[{
type
:
"text"
,
id
:
"linkDisplayText"
,
label
:
b
.
displayText
,
setup
:
function
(){
this
.
enable
();
this
.
setValue
(
c
.
getSelection
().
getSelectedText
());
q
=
this
.
getValue
()},
commit
:
function
(
a
){
a
.
linkText
=
this
.
isEnabled
()?
this
.
getValue
():
""
}},{
id
:
"linkType"
,
type
:
"select"
,
label
:
b
.
type
,
"default"
:
"url"
,
items
:[[
b
.
toUrl
,
"url"
],[
b
.
toAnchor
,
"anchor"
],[
b
.
toEmail
,
"email"
],[
b
.
toPhone
,
"tel"
]],
onChange
:
function
(){
var
a
=
this
.
getDialog
(),
b
=
[
"urlOptions"
,
"anchorOptions"
,
"emailOptions"
,
"telOptions"
],
r
=
this
.
getValue
(),
f
=
a
.
definition
.
getContents
(
"upload"
),
f
=
f
&&
f
.
hidden
;
"url"
==
r
?(
c
.
config
.
linkShowTargetTab
&&
a
.
showPage
(
"target"
),
f
||
a
.
showPage
(
"upload"
)):(
a
.
hidePage
(
"target"
),
f
||
a
.
hidePage
(
"upload"
));
for
(
f
=
0
;
f
<
b
.
length
;
f
++
){
var
h
=
a
.
getContentElement
(
"info"
,
b
[
f
]);
h
&&
(
h
=
h
.
getElement
().
getParent
().
getParent
(),
b
[
f
]
==
r
+
"Options"
?
h
.
show
():
h
.
hide
())}
a
.
layout
()},
setup
:
function
(
a
){
this
.
setValue
(
a
.
type
||
"url"
)},
commit
:
function
(
a
){
a
.
type
=
this
.
getValue
()}},{
type
:
"vbox"
,
id
:
"urlOptions"
,
children
:[{
type
:
"hbox"
,
widths
:[
"25%"
,
"75%"
],
children
:[{
id
:
"protocol"
,
type
:
"select"
,
label
:
g
.
protocol
,
"default"
:
"http://"
,
items
:[[
"http://"
,
"http://"
],[
"https://"
,
"https://"
],[
"ftp://"
,
"ftp://"
],[
"news://"
,
"news://"
],[
b
.
other
,
""
]],
setup
:
function
(
a
){
a
.
url
&&
this
.
setValue
(
a
.
url
.
protocol
||
""
)},
commit
:
function
(
a
){
a
.
url
||
(
a
.
url
=
{});
a
.
url
.
protocol
=
this
.
getValue
()}},{
type
:
"text"
,
id
:
"url"
,
label
:
g
.
url
,
required
:
!
0
,
onLoad
:
function
(){
this
.
allowOnChange
=!
0
},
onKeyUp
:
function
(){
this
.
allowOnChange
=!
1
;
var
a
=
this
.
getDialog
().
getContentElement
(
"info"
,
"protocol"
),
b
=
this
.
getValue
(),
c
=
/^
((
javascript:
)
|
[
#
\/\.\?])
/i
,
f
=
/^
(
http|https|ftp|news
)
:
\/\/(?=
.
)
/i
.
exec
(
b
);
f
?(
this
.
setValue
(
b
.
substr
(
f
[
0
].
length
)),
a
.
setValue
(
f
[
0
].
toLowerCase
())):
c
.
test
(
b
)
&&
a
.
setValue
(
""
);
this
.
allowOnChange
=!
0
},
onChange
:
function
(){
if
(
this
.
allowOnChange
)
this
.
onKeyUp
()},
validate
:
function
(){
var
a
=
this
.
getDialog
();
return
a
.
getContentElement
(
"info"
,
"linkType"
)
&&
"url"
!=
a
.
getValueOf
(
"info"
,
"linkType"
)?
!
0
:
!
c
.
config
.
linkJavaScriptLinksAllowed
&&
/javascript
\:
/
.
test
(
this
.
getValue
())?(
alert
(
g
.
invalidValue
),
!
1
):
this
.
getDialog
().
fakeObj
?
!
0
:
CKEDITOR
.
dialog
.
validate
.
notEmpty
(
b
.
noUrl
).
apply
(
this
)},
setup
:
function
(
a
){
this
.
allowOnChange
=!
1
;
a
.
url
&&
this
.
setValue
(
a
.
url
.
url
);
this
.
allowOnChange
=
!
0
},
commit
:
function
(
a
){
this
.
onChange
();
a
.
url
||
(
a
.
url
=
{});
a
.
url
.
url
=
this
.
getValue
();
this
.
allowOnChange
=!
1
}}],
setup
:
function
(){
this
.
getDialog
().
getContentElement
(
"info"
,
"linkType"
)
||
this
.
getElement
().
show
()}},{
type
:
"button"
,
id
:
"browse"
,
hidden
:
"true"
,
filebrowser
:
"info:url"
,
label
:
g
.
browseServer
}]},{
type
:
"vbox"
,
id
:
"anchorOptions"
,
width
:
260
,
align
:
"center"
,
padding
:
0
,
children
:[{
type
:
"fieldset"
,
id
:
"selectAnchorText"
,
label
:
b
.
selectAnchor
,
setup
:
function
(){
d
=
n
.
getEditorAnchors
(
c
);
this
.
getElement
()[
d
&&
d
.
length
?
"show"
:
"hide"
]()},
children
:[{
type
:
"hbox"
,
id
:
"selectAnchor"
,
children
:[{
type
:
"select"
,
id
:
"anchorName"
,
"default"
:
""
,
label
:
b
.
anchorName
,
style
:
"width: 100%;"
,
items
:[[
""
]],
setup
:
function
(
a
){
this
.
clear
();
this
.
add
(
""
);
if
(
d
)
for
(
var
b
=
0
;
b
<
d
.
length
;
b
++
)
d
[
b
].
name
&&
this
.
add
(
d
[
b
].
name
);
a
.
anchor
&&
this
.
setValue
(
a
.
anchor
.
name
);(
a
=
this
.
getDialog
().
getContentElement
(
"info"
,
"linkType"
))
&&
"email"
==
a
.
getValue
()
&&
this
.
focus
()},
commit
:
function
(
a
){
a
.
anchor
||
(
a
.
anchor
=
{});
a
.
anchor
.
name
=
this
.
getValue
()}},{
type
:
"select"
,
id
:
"anchorId"
,
"default"
:
""
,
label
:
b
.
anchorId
,
style
:
"width: 100%;"
,
items
:[[
""
]],
setup
:
function
(
a
){
this
.
clear
();
this
.
add
(
""
);
if
(
d
)
for
(
var
b
=
0
;
b
<
d
.
length
;
b
++
)
d
[
b
].
id
&&
this
.
add
(
d
[
b
].
id
);
a
.
anchor
&&
this
.
setValue
(
a
.
anchor
.
id
)},
commit
:
function
(
a
){
a
.
anchor
||
(
a
.
anchor
=
{});
a
.
anchor
.
id
=
this
.
getValue
()}}],
setup
:
function
(){
this
.
getElement
()[
d
&&
d
.
length
?
"show"
:
"hide"
]()}}]},{
type
:
"html"
,
id
:
"noAnchors"
,
style
:
"text-align: center;"
,
html
:
'
\
x3cdiv role
\
x3d"note" tabIndex
\
x3d"-1"
\
x3e'
+
CKEDITOR
.
tools
.
htmlEncode
(
b
.
noAnchors
)
+
"
\
x3c/div
\
x3e"
,
focus
:
!
0
,
setup
:
function
(){
this
.
getElement
()[
d
&&
d
.
length
?
"hide"
:
"show"
]()}}],
setup
:
function
(){
this
.
getDialog
().
getContentElement
(
"info"
,
"linkType"
)
||
this
.
getElement
().
hide
()}},{
type
:
"vbox"
,
id
:
"emailOptions"
,
padding
:
1
,
children
:[{
type
:
"text"
,
id
:
"emailAddress"
,
label
:
b
.
emailAddress
,
required
:
!
0
,
validate
:
function
(){
var
a
=
this
.
getDialog
();
return
a
.
getContentElement
(
"info"
,
"linkType"
)
&&
"email"
==
a
.
getValueOf
(
"info"
,
"linkType"
)?
CKEDITOR
.
dialog
.
validate
.
notEmpty
(
b
.
noEmail
).
apply
(
this
):
!
0
},
setup
:
function
(
a
){
a
.
email
&&
this
.
setValue
(
a
.
email
.
address
);(
a
=
this
.
getDialog
().
getContentElement
(
"info"
,
"linkType"
))
&&
"email"
==
a
.
getValue
()
&&
this
.
select
()},
commit
:
function
(
a
){
a
.
email
||
(
a
.
email
=
{});
a
.
email
.
address
=
this
.
getValue
()}},{
type
:
"text"
,
id
:
"emailSubject"
,
label
:
b
.
emailSubject
,
setup
:
function
(
a
){
a
.
email
&&
this
.
setValue
(
a
.
email
.
subject
)},
commit
:
function
(
a
){
a
.
email
||
(
a
.
email
=
{});
a
.
email
.
subject
=
this
.
getValue
()}},{
type
:
"textarea"
,
id
:
"emailBody"
,
label
:
b
.
emailBody
,
rows
:
3
,
"default"
:
""
,
setup
:
function
(
a
){
a
.
email
&&
this
.
setValue
(
a
.
email
.
body
)},
commit
:
function
(
a
){
a
.
email
||
(
a
.
email
=
{});
a
.
email
.
body
=
this
.
getValue
()}}],
setup
:
function
(){
this
.
getDialog
().
getContentElement
(
"info"
,
"linkType"
)
||
this
.
getElement
().
hide
()}},{
type
:
"vbox"
,
id
:
"telOptions"
,
padding
:
1
,
children
:[{
type
:
"tel"
,
id
:
"telNumber"
,
label
:
b
.
phoneNumber
,
required
:
!
0
,
validate
:
u
,
setup
:
function
(
a
){
a
.
tel
&&
this
.
setValue
(
a
.
tel
);(
a
=
this
.
getDialog
().
getContentElement
(
"info"
,
"linkType"
))
&&
"tel"
==
a
.
getValue
()
&&
this
.
select
()},
commit
:
function
(
a
){
a
.
tel
=
this
.
getValue
()}}],
setup
:
function
(){
this
.
getDialog
().
getContentElement
(
"info"
,
"linkType"
)
||
this
.
getElement
().
hide
()}}]},{
id
:
"target"
,
requiredContent
:
"a[target]"
,
label
:
b
.
target
,
title
:
b
.
target
,
elements
:[{
type
:
"hbox"
,
widths
:[
"50%"
,
"50%"
],
children
:[{
type
:
"select"
,
id
:
"linkTargetType"
,
label
:
g
.
target
,
"default"
:
"notSet"
,
style
:
"width : 100%;"
,
items
:[[
g
.
notSet
,
"notSet"
],[
b
.
targetFrame
,
"frame"
],[
b
.
targetPopup
,
"popup"
],[
g
.
targetNew
,
"_blank"
],[
g
.
targetTop
,
"_top"
],[
g
.
targetSelf
,
"_self"
],[
g
.
targetParent
,
"_parent"
]],
onChange
:
t
,
setup
:
function
(
a
){
a
.
target
&&
this
.
setValue
(
a
.
target
.
type
||
"notSet"
);
t
.
call
(
this
)},
commit
:
function
(
a
){
a
.
target
||
(
a
.
target
=
{});
a
.
target
.
type
=
this
.
getValue
()}},{
type
:
"text"
,
id
:
"linkTargetName"
,
label
:
b
.
targetFrameName
,
"default"
:
""
,
setup
:
function
(
a
){
a
.
target
&&
this
.
setValue
(
a
.
target
.
name
)},
commit
:
function
(
a
){
a
.
target
||
(
a
.
target
=
{});
a
.
target
.
name
=
this
.
getValue
().
replace
(
/
([^\x
00-
\x
7F
]
|
\s)
/gi
,
""
)}}]},{
type
:
"vbox"
,
width
:
"100%"
,
align
:
"center"
,
padding
:
2
,
id
:
"popupFeatures"
,
children
:[{
type
:
"fieldset"
,
label
:
b
.
popupFeatures
,
children
:[{
type
:
"hbox"
,
children
:[{
type
:
"checkbox"
,
id
:
"resizable"
,
label
:
b
.
popupResizable
,
setup
:
l
,
commit
:
k
},{
type
:
"checkbox"
,
id
:
"status"
,
label
:
b
.
popupStatusBar
,
setup
:
l
,
commit
:
k
}]},{
type
:
"hbox"
,
children
:[{
type
:
"checkbox"
,
id
:
"location"
,
label
:
b
.
popupLocationBar
,
setup
:
l
,
commit
:
k
},{
type
:
"checkbox"
,
id
:
"toolbar"
,
label
:
b
.
popupToolbar
,
setup
:
l
,
commit
:
k
}]},{
type
:
"hbox"
,
children
:[{
type
:
"checkbox"
,
id
:
"menubar"
,
label
:
b
.
popupMenuBar
,
setup
:
l
,
commit
:
k
},{
type
:
"checkbox"
,
id
:
"fullscreen"
,
label
:
b
.
popupFullScreen
,
setup
:
l
,
commit
:
k
}]},{
type
:
"hbox"
,
children
:[{
type
:
"checkbox"
,
id
:
"scrollbars"
,
label
:
b
.
popupScrollBars
,
setup
:
l
,
commit
:
k
},{
type
:
"checkbox"
,
id
:
"dependent"
,
label
:
b
.
popupDependent
,
setup
:
l
,
commit
:
k
}]},{
type
:
"hbox"
,
children
:[{
type
:
"text"
,
widths
:[
"50%"
,
"50%"
],
labelLayout
:
"horizontal"
,
label
:
g
.
width
,
id
:
"width"
,
setup
:
l
,
commit
:
k
},{
type
:
"text"
,
labelLayout
:
"horizontal"
,
widths
:[
"50%"
,
"50%"
],
label
:
b
.
popupLeft
,
id
:
"left"
,
setup
:
l
,
commit
:
k
}]},{
type
:
"hbox"
,
children
:[{
type
:
"text"
,
labelLayout
:
"horizontal"
,
widths
:[
"50%"
,
"50%"
],
label
:
g
.
height
,
id
:
"height"
,
setup
:
l
,
commit
:
k
},{
type
:
"text"
,
labelLayout
:
"horizontal"
,
label
:
b
.
popupTop
,
widths
:[
"50%"
,
"50%"
],
id
:
"top"
,
setup
:
l
,
commit
:
k
}]}]}]}]},{
id
:
"upload"
,
label
:
b
.
upload
,
title
:
b
.
upload
,
hidden
:
!
0
,
filebrowser
:
"uploadButton"
,
elements
:[{
type
:
"file"
,
id
:
"upload"
,
label
:
g
.
upload
,
style
:
"height:40px"
,
size
:
29
},{
type
:
"fileButton"
,
id
:
"uploadButton"
,
label
:
g
.
uploadSubmit
,
filebrowser
:
"info:url"
,
"for"
:[
"upload"
,
"upload"
]}]},{
id
:
"advanced"
,
label
:
b
.
advanced
,
title
:
b
.
advanced
,
elements
:[{
type
:
"vbox"
,
padding
:
1
,
children
:[{
type
:
"hbox"
,
widths
:[
"45%"
,
"35%"
,
"20%"
],
children
:[{
type
:
"text"
,
id
:
"advId"
,
requiredContent
:
"a[id]"
,
label
:
b
.
id
,
setup
:
e
,
commit
:
m
},{
type
:
"select"
,
id
:
"advLangDir"
,
requiredContent
:
"a[dir]"
,
label
:
b
.
langDir
,
"default"
:
""
,
style
:
"width:110px"
,
items
:[[
g
.
notSet
,
""
],[
b
.
langDirLTR
,
"ltr"
],[
b
.
langDirRTL
,
"rtl"
]],
setup
:
e
,
commit
:
m
},{
type
:
"text"
,
id
:
"advAccessKey"
,
requiredContent
:
"a[accesskey]"
,
width
:
"80px"
,
label
:
b
.
acccessKey
,
maxLength
:
1
,
setup
:
e
,
commit
:
m
}]},{
type
:
"hbox"
,
widths
:[
"45%"
,
"35%"
,
"20%"
],
children
:[{
type
:
"text"
,
label
:
b
.
name
,
id
:
"advName"
,
requiredContent
:
"a[name]"
,
setup
:
e
,
commit
:
m
},{
type
:
"text"
,
label
:
b
.
langCode
,
id
:
"advLangCode"
,
requiredContent
:
"a[lang]"
,
width
:
"110px"
,
"default"
:
""
,
setup
:
e
,
commit
:
m
},{
type
:
"text"
,
label
:
b
.
tabIndex
,
id
:
"advTabIndex"
,
requiredContent
:
"a[tabindex]"
,
width
:
"80px"
,
maxLength
:
5
,
setup
:
e
,
commit
:
m
}]}]},{
type
:
"vbox"
,
padding
:
1
,
children
:[{
type
:
"hbox"
,
widths
:[
"45%"
,
"55%"
],
children
:[{
type
:
"text"
,
label
:
b
.
advisoryTitle
,
requiredContent
:
"a[title]"
,
"default"
:
""
,
id
:
"advTitle"
,
setup
:
e
,
commit
:
m
},{
type
:
"text"
,
label
:
b
.
advisoryContentType
,
requiredContent
:
"a[type]"
,
"default"
:
""
,
id
:
"advContentType"
,
setup
:
e
,
commit
:
m
}]},{
type
:
"hbox"
,
widths
:[
"45%"
,
"55%"
],
children
:[{
type
:
"text"
,
label
:
b
.
cssClasses
,
requiredContent
:
"a(cke-xyz)"
,
"default"
:
""
,
id
:
"advCSSClasses"
,
setup
:
e
,
commit
:
m
},{
type
:
"text"
,
label
:
b
.
charset
,
requiredContent
:
"a[charset]"
,
"default"
:
""
,
id
:
"advCharset"
,
setup
:
e
,
commit
:
m
}]},{
type
:
"hbox"
,
widths
:[
"45%"
,
"55%"
],
children
:[{
type
:
"text"
,
label
:
b
.
rel
,
requiredContent
:
"a[rel]"
,
"default"
:
""
,
id
:
"advRel"
,
setup
:
e
,
commit
:
m
},{
type
:
"text"
,
label
:
b
.
styles
,
requiredContent
:
"a{cke-xyz}"
,
"default"
:
""
,
id
:
"advStyles"
,
validate
:
CKEDITOR
.
dialog
.
validate
.
inlineStyle
(
c
.
lang
.
common
.
invalidInlineStyle
),
setup
:
e
,
commit
:
m
}]},{
type
:
"hbox"
,
widths
:[
"45%"
,
"55%"
],
children
:[{
type
:
"checkbox"
,
id
:
"download"
,
requiredContent
:
"a[download]"
,
label
:
b
.
download
,
setup
:
function
(
a
){
void
0
!==
a
.
download
&&
this
.
setValue
(
"checked"
,
"checked"
)},
commit
:
function
(
a
){
this
.
getValue
()
&&
(
a
.
download
=
this
.
getValue
())}}]}]}]}],
onShow
:
function
(){
var
a
=
this
.
getParentEditor
(),
b
=
a
.
getSelection
(),
c
=
this
.
getContentElement
(
"info"
,
"linkDisplayText"
).
getElement
().
getParent
().
getParent
(),
f
=
n
.
getSelectedLink
(
a
,
!
0
),
h
=
f
[
0
]
||
null
;
h
&&
h
.
hasAttribute
(
"href"
)
&&
(
b
.
getSelectedElement
()
||
b
.
isInTable
()
||
b
.
selectElement
(
h
));
b
=
n
.
parseLinkAttributes
(
a
,
h
);
1
>=
f
.
length
&&
n
.
showDisplayTextForElement
(
h
,
a
)?
c
.
show
():
c
.
hide
();
this
.
_
.
selectedElements
=
f
;
this
.
setupContent
(
b
)},
onOk
:
function
(){
var
a
=
{};
this
.
commitContent
(
a
);
if
(
this
.
_
.
selectedElements
.
length
){
var
b
=
this
.
_
.
selectedElements
,
g
=
n
.
getLinkAttributes
(
c
,
a
),
f
=
[],
h
,
d
,
l
,
e
,
k
;
for
(
k
=
0
;
k
<
b
.
length
;
k
++
){
h
=
b
[
k
];
d
=
h
.
data
(
"cke-saved-href"
);
l
=
h
.
getHtml
();
h
.
setAttributes
(
g
.
set
);
h
.
removeAttributes
(
g
.
removed
);
if
(
a
.
linkText
&&
q
!=
a
.
linkText
)
e
=
a
.
linkText
;
else
if
(
d
==
l
||
"email"
==
a
.
type
&&-
1
!=
l
.
indexOf
(
"@"
))
e
=
"email"
==
a
.
type
?
a
.
email
.
address
:
g
.
set
[
"data-cke-saved-href"
];
e
&&
h
.
setText
(
e
);
f
.
push
(
p
(
c
,
h
))}
c
.
getSelection
().
selectRanges
(
f
);
delete
this
.
_
.
selectedElements
}
else
{
b
=
n
.
getLinkAttributes
(
c
,
a
);
g
=
c
.
getSelection
().
getRanges
();
f
=
new
CKEDITOR
.
style
({
element
:
"a"
,
attributes
:
b
.
set
});
h
=
[];
f
.
type
=
CKEDITOR
.
STYLE_INLINE
;
for
(
l
=
0
;
l
<
g
.
length
;
l
++
){
d
=
g
[
l
];
d
.
collapsed
?(
e
=
new
CKEDITOR
.
dom
.
text
(
a
.
linkText
||
(
"email"
==
a
.
type
?
a
.
email
.
address
:
b
.
set
[
"data-cke-saved-href"
]),
c
.
document
),
d
.
insertNode
(
e
),
d
.
selectNodeContents
(
e
)):
q
!==
a
.
linkText
&&
(
e
=
new
CKEDITOR
.
dom
.
text
(
a
.
linkText
,
c
.
document
),
d
.
shrink
(
CKEDITOR
.
SHRINK_TEXT
),
c
.
editable
().
extractHtmlFromRange
(
d
),
d
.
insertNode
(
e
));
e
=
d
.
_find
(
"a"
);
for
(
k
=
0
;
k
<
e
.
length
;
k
++
)
e
[
k
].
remove
(
!
0
);
f
.
applyToRange
(
d
,
c
);
h
.
push
(
d
)}
c
.
getSelection
().
selectRanges
(
h
)}},
onLoad
:
function
(){
c
.
config
.
linkShowAdvancedTab
||
this
.
hidePage
(
"advanced"
);
c
.
config
.
linkShowTargetTab
||
this
.
hidePage
(
"target"
)},
onFocus
:
function
(){
var
a
=
this
.
getContentElement
(
"info"
,
"linkType"
);
a
&&
"url"
==
a
.
getValue
()
&&
(
a
=
this
.
getContentElement
(
"info"
,
"url"
),
a
.
select
())}}})})();
\ No newline at end of file
public/build/ckeditor/plugins/link/images/anchor.png
0 → 100644
View file @
7f30a647
752 Bytes
public/build/ckeditor/plugins/link/images/hidpi/anchor.png
0 → 100644
View file @
7f30a647
1.08 KB
src/Repository/NewsRepository.php
View file @
7f30a647
...
...
@@ -29,7 +29,8 @@ class NewsRepository extends ServiceEntityRepository
$qb
->
where
(
'n.enabled = :enabled'
)
->
setParameter
(
'enabled'
,
true
)
->
orderBy
(
'n.position'
,
'ASC'
);
->
orderBy
(
'n.position'
,
'ASC'
)
->
addOrderBy
(
'n.createdAt'
,
'DESC'
);
if
(
$limit
>
0
)
{
$qb
->
setMaxResults
(
$limit
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment