Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
EU Sales Reports for VirtueMart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VirtueMart
EU Sales Reports for VirtueMart
Commits
69f4a655
Commit
69f4a655
authored
8 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
V0.6: Prevent JS from being appended to the raw export files
parent
3a5c4830
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
controllers/eurecap.php
+1
-0
1 addition, 0 deletions
controllers/eurecap.php
eurecap.xml
+1
-1
1 addition, 1 deletion
eurecap.xml
releases/plg_vmextended_eurecap_v0.6.zip
+0
-0
0 additions, 0 deletions
releases/plg_vmextended_eurecap_v0.6.zip
with
3 additions
and
2 deletions
Makefile
+
1
−
1
View file @
69f4a655
BASE
=
eurecap
PLUGINTYPE
=
vmextended
VERSION
=
0.
5
VERSION
=
0.
6
PLUGINFILES
=
$(
BASE
)
.php
$(
BASE
)
.script.php
$(
BASE
)
.xml index.html
# $(BASE)/
...
...
This diff is collapsed.
Click to expand it.
controllers/eurecap.php
+
1
−
0
View file @
69f4a655
...
...
@@ -68,6 +68,7 @@ class VirtuemartControllerEuRecap extends VmController {
$document
=
JFactory
::
getDocument
();
$viewType
=
$document
->
getType
();
$view
=
$this
->
getView
(
$viewName
,
$viewType
);
$view
->
writeJs
=
false
;
$view
->
setLayout
(
$layout
);
$this
->
display
();
...
...
This diff is collapsed.
Click to expand it.
eurecap.xml
+
1
−
1
View file @
69f4a655
...
...
@@ -7,7 +7,7 @@
<authorUrl>
http://www.open-tools.net/
</authorUrl>
<copyright>
Copyright (C) 2015 Reinhold Kainhofer. All rights reserved.
</copyright>
<license>
http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
</license>
<version>
0.
5
</version>
<version>
0.
6
</version>
<releaseDate>
2016-01-01
</releaseDate>
<releaseType>
Update
</releaseType>
<downloadUrl>
http://www.open-tools.net
</downloadUrl>
...
...
This diff is collapsed.
Click to expand it.
releases/plg_vmextended_eurecap_v0.6.zip
0 → 100644
+
0
−
0
View file @
69f4a655
File added
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