Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
ACP3 CMS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACP3
ACP3 CMS
Commits
6f9250dd
Commit
6f9250dd
authored
Apr 13, 2019
by
Tino Goratsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move some javascript files around
parent
145be561
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
13 additions
and
13 deletions
+13
-13
ACP3/Core/Assets/Libraries.php
ACP3/Core/Assets/Libraries.php
+1
-1
ACP3/Modules/ACP3/Emoticons/Helpers.php
ACP3/Modules/ACP3/Emoticons/Helpers.php
+1
-1
ACP3/Modules/ACP3/Emoticons/Resources/Assets/js/partials/emoticons.js
.../ACP3/Emoticons/Resources/Assets/js/partials/emoticons.js
+0
-0
ACP3/Modules/ACP3/Emoticons/Resources/View/Partials/emoticons.tpl
...ules/ACP3/Emoticons/Resources/View/Partials/emoticons.tpl
+2
-2
ACP3/Modules/ACP3/Menus/Resources/Assets/js/partials/manage-menu-item.js
...P3/Menus/Resources/Assets/js/partials/manage-menu-item.js
+0
-0
ACP3/Modules/ACP3/Menus/Resources/View/Partials/manage_menu_item.tpl
...s/ACP3/Menus/Resources/View/Partials/manage_menu_item.tpl
+1
-1
ACP3/Modules/ACP3/Polls/Resources/View/Admin/index.create.tpl
.../Modules/ACP3/Polls/Resources/View/Admin/index.create.tpl
+1
-1
ACP3/Modules/ACP3/Seo/Resources/Assets/js/partials/suggest_alias.js
...es/ACP3/Seo/Resources/Assets/js/partials/suggest_alias.js
+0
-0
ACP3/Modules/ACP3/Seo/Resources/View/Partials/seo_fields.tpl
ACP3/Modules/ACP3/Seo/Resources/View/Partials/seo_fields.tpl
+1
-1
ACP3/Modules/ACP3/Seo/Resources/View/Partials/tab_seo_fields.tpl
...dules/ACP3/Seo/Resources/View/Partials/tab_seo_fields.tpl
+1
-1
ACP3/Modules/ACP3/Share/Resources/View/Partials/tab_share_fields.tpl
...s/ACP3/Share/Resources/View/Partials/tab_share_fields.tpl
+1
-1
ACP3/Modules/ACP3/System/Resources/Assets/js/partials/add_tab.js
...dules/ACP3/System/Resources/Assets/js/partials/add_tab.js
+0
-0
ACP3/Modules/ACP3/System/Resources/Assets/js/partials/ajax-form.js
...les/ACP3/System/Resources/Assets/js/partials/ajax-form.js
+0
-0
ACP3/Modules/ACP3/System/Resources/Assets/js/partials/datepicker.js
...es/ACP3/System/Resources/Assets/js/partials/datepicker.js
+0
-0
ACP3/Modules/ACP3/System/Resources/Assets/js/partials/hash-change.js
...s/ACP3/System/Resources/Assets/js/partials/hash-change.js
+0
-0
ACP3/Modules/ACP3/System/Resources/Assets/js/partials/mark.js
.../Modules/ACP3/System/Resources/Assets/js/partials/mark.js
+0
-0
ACP3/Modules/ACP3/System/Resources/Assets/js/partials/wysiwyg.js
...dules/ACP3/System/Resources/Assets/js/partials/wysiwyg.js
+0
-0
ACP3/Modules/ACP3/System/Resources/View/Admin/extensions.modules.tpl
...s/ACP3/System/Resources/View/Admin/extensions.modules.tpl
+1
-1
ACP3/Modules/ACP3/System/Resources/View/Partials/datepicker.tpl
...odules/ACP3/System/Resources/View/Partials/datepicker.tpl
+1
-1
ACP3/Modules/ACP3/System/Resources/View/Partials/mark.tpl
ACP3/Modules/ACP3/System/Resources/View/Partials/mark.tpl
+1
-1
ACP3/Modules/ACP3/System/Resources/View/Partials/wysiwyg.tpl
ACP3/Modules/ACP3/System/Resources/View/Partials/wysiwyg.tpl
+1
-1
No files found.
ACP3/Core/Assets/Libraries.php
View file @
6f9250dd
...
...
@@ -22,7 +22,7 @@ class Libraries
'enabled'
=>
true
,
'enabled_for_ajax'
=>
false
,
'dependencies'
=>
[
'bootstrap'
,
'jquery'
],
'js'
=>
'ajax-form.js'
,
'js'
=>
'
partials/
ajax-form.js'
,
],
'bootbox'
=>
[
'enabled'
=>
false
,
...
...
ACP3/Modules/ACP3/Emoticons/Helpers.php
View file @
6f9250dd
...
...
@@ -54,7 +54,7 @@ class Helpers
$this
->
view
->
assign
(
'emoticons_field_id'
,
empty
(
$formFieldId
)
?
'message'
:
$formFieldId
);
$this
->
view
->
assign
(
'emoticons'
,
$this
->
emoticonsCache
->
getCache
());
return
$this
->
view
->
fetchTemplate
(
'
emoticon
s/emoticons.tpl'
);
return
$this
->
view
->
fetchTemplate
(
'
Emoticons/Partial
s/emoticons.tpl'
);
}
return
''
;
...
...
ACP3/Modules/ACP3/Emoticons/Resources/Assets/js/emoticons.js
→
ACP3/Modules/ACP3/Emoticons/Resources/Assets/js/
partials/
emoticons.js
View file @
6f9250dd
File moved
ACP3/Modules/ACP3/Emoticons/Resources/View/emoticons.tpl
→
ACP3/Modules/ACP3/Emoticons/Resources/View/
Partials/
emoticons.tpl
View file @
6f9250dd
{
javascripts
}
{
include_js
module
=
"emoticons"
file
=
"emoticons"
}
{
include_js
module
=
"emoticons"
file
=
"
partials/
emoticons"
}
{/
javascripts
}
<div
class=
"icons"
data-emoticons-input=
"#
{
$emoticons_field_id
}
"
>
{
foreach
$emoticons
as
$key
=>
$value
}
<a
href=
"#"
title=
"
{
$key
}
"
>
{
$value
}
</a>
{/
foreach
}
</div>
\ No newline at end of file
</div>
ACP3/Modules/ACP3/Menus/Resources/Assets/js/manage-menu-item.js
→
ACP3/Modules/ACP3/Menus/Resources/Assets/js/
partials/
manage-menu-item.js
View file @
6f9250dd
File moved
ACP3/Modules/ACP3/Menus/Resources/View/Partials/manage_menu_item.tpl
View file @
6f9250dd
...
...
@@ -32,5 +32,5 @@
<input
type=
"hidden"
name=
"menu_item_uri_pattern"
value=
"
{
$uri_pattern
}
"
>
</div>
{
javascripts
}
{
include_js
module
=
"menus"
file
=
"manage-menu-item"
}
{
include_js
module
=
"menus"
file
=
"
partials/
manage-menu-item"
}
{/
javascripts
}
ACP3/Modules/ACP3/Polls/Resources/View/Admin/index.create.tpl
View file @
6f9250dd
...
...
@@ -55,7 +55,7 @@
{
include
file
=
"asset:System/Partials/form_group.submit_split.tpl"
form_token
=
$form_token
back_url
=
{
uri
args
=
"acp/polls"
}}
</form>
{
javascripts
}
{
include_js
module
=
"system"
file
=
"hash-change"
}
{
include_js
module
=
"system"
file
=
"
partials/
hash-change"
}
{/
javascripts
}
{/
if
}
{/
block
}
ACP3/Modules/ACP3/Seo/Resources/Assets/js/suggest_alias.js
→
ACP3/Modules/ACP3/Seo/Resources/Assets/js/
partials/
suggest_alias.js
View file @
6f9250dd
File moved
ACP3/Modules/ACP3/Seo/Resources/View/Partials/seo_fields.tpl
View file @
6f9250dd
...
...
@@ -31,6 +31,6 @@
{/
if
}
{
if
!
isset
(
$disable_alias_suggest
)
}
{
javascripts
}
{
include_js
module
=
"seo"
file
=
"suggest_alias"
}
{
include_js
module
=
"seo"
file
=
"
partials/
suggest_alias"
}
{/
javascripts
}
{/
if
}
ACP3/Modules/ACP3/Seo/Resources/View/Partials/tab_seo_fields.tpl
View file @
6f9250dd
...
...
@@ -2,5 +2,5 @@
{
include
file
=
"asset:Seo/Partials/seo_fields.tpl"
seo
=
$seo
}
</div>
{
javascripts
}
{
include_js
module
=
"system"
file
=
"add_tab"
}
{
include_js
module
=
"system"
file
=
"
partials/
add_tab"
}
{/
javascripts
}
ACP3/Modules/ACP3/Share/Resources/View/Partials/tab_share_fields.tpl
View file @
6f9250dd
...
...
@@ -2,5 +2,5 @@
{
include
file
=
"asset:Share/Partials/share_fields.tpl"
share
=
$share
}
</div>
{
javascripts
}
{
include_js
module
=
"system"
file
=
"add_tab"
}
{
include_js
module
=
"system"
file
=
"
partials/
add_tab"
}
{/
javascripts
}
ACP3/Modules/ACP3/System/Resources/Assets/js/add_tab.js
→
ACP3/Modules/ACP3/System/Resources/Assets/js/
partials/
add_tab.js
View file @
6f9250dd
File moved
ACP3/Modules/ACP3/System/Resources/Assets/js/ajax-form.js
→
ACP3/Modules/ACP3/System/Resources/Assets/js/
partials/
ajax-form.js
View file @
6f9250dd
File moved
ACP3/Modules/ACP3/System/Resources/Assets/js/datepicker.js
→
ACP3/Modules/ACP3/System/Resources/Assets/js/
partials/
datepicker.js
View file @
6f9250dd
File moved
ACP3/Modules/ACP3/System/Resources/Assets/js/hash-change.js
→
ACP3/Modules/ACP3/System/Resources/Assets/js/
partials/
hash-change.js
View file @
6f9250dd
File moved
ACP3/Modules/ACP3/System/Resources/Assets/js/mark.js
→
ACP3/Modules/ACP3/System/Resources/Assets/js/
partials/
mark.js
View file @
6f9250dd
File moved
ACP3/Modules/ACP3/System/Resources/Assets/js/wysiwyg.js
→
ACP3/Modules/ACP3/System/Resources/Assets/js/
partials/
wysiwyg.js
View file @
6f9250dd
File moved
ACP3/Modules/ACP3/System/Resources/View/Admin/extensions.modules.tpl
View file @
6f9250dd
...
...
@@ -113,6 +113,6 @@
</div>
</div>
{
javascripts
}
{
include_js
module
=
"system"
file
=
"hash-change"
}
{
include_js
module
=
"system"
file
=
"
partials/
hash-change"
}
{/
javascripts
}
{/
block
}
ACP3/Modules/ACP3/System/Resources/View/Partials/datepicker.tpl
View file @
6f9250dd
{
javascripts
}
{
include_js
module
=
"system"
file
=
"datepicker"
depends
=
"datetimepicker"
}
{
include_js
module
=
"system"
file
=
"
partials/
datepicker"
depends
=
"datetimepicker"
}
{/
javascripts
}
{
if
$datepicker.range
==
1
}
{
include
file
=
"asset:System/Partials/datepicker.range.tpl"
datepicker
=
$datepicker
}
...
...
ACP3/Modules/ACP3/System/Resources/View/Partials/mark.tpl
View file @
6f9250dd
{
javascripts
}
{
include_js
module
=
"system"
file
=
"mark"
depends
=
"bootbox"
}
{
include_js
module
=
"system"
file
=
"
partials/
mark"
depends
=
"bootbox"
}
{/
javascripts
}
ACP3/Modules/ACP3/System/Resources/View/Partials/wysiwyg.tpl
View file @
6f9250dd
...
...
@@ -33,6 +33,6 @@
{
$wysiwyg.advanced_replace_content
}
};
</script>
{
include_js
module
=
"system"
file
=
"wysiwyg"
depends
=
"bootstrap"
}
{
include_js
module
=
"system"
file
=
"
partials/
wysiwyg"
depends
=
"bootstrap"
}
{/
javascripts
}
{/
if
}
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