Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-view
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
2
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-view
Merge requests
!8
feat/woo template
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
feat/woo template
feat/woo-template
into
devel
Overview
0
Commits
26
Pipelines
1
Changes
30
Open
Bartek Jaskulski
requested to merge
feat/woo-template
into
devel
1 year ago
Overview
0
Commits
26
Pipelines
1
Changes
30
Expand
Common project files update
Common project files update
test suite init
theme resolver test
tests for wptheme resolver
implementation of wp theme resolver
tests for dir resolver
chain resolver tests
dir resolver implementation
better renderer interface
fixed chain resolver tests
chain resolver implementation
renderer tests
simple php renderer
remove php from resolvers. Only PHP renderer can add it
fix for invalid interface implementation
view builder
add output_render method
chore(readme): more documentation
chore(readme): more documentation
feat: add WooTemplateResolver
👍
0
👎
0
Merge request reports
Compare
devel
devel (HEAD)
and
latest version
latest version
c4d9b51b
26 commits,
1 year ago
30 files
+
861
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
.gitlab/issue_templates/Bug.md
0 → 100644
+
32
−
0
Options
### Select WooCommerce version e.g: [x] 2.6
<!--- Select the WooCommerce version on which the error occurred -->
-
[
] [2.6
](
http://woo26.tests.wpdesk.org
)
-
[
] [2.7
](
http://woo27.tests.wpdesk.org
)
-
[
] [3.0
](
http://woo30.tests.wpdesk.org
)
-
[
] [3.1
](
http://woo31.tests.wpdesk.org
)
-
[
] [3.2
](
http://woo32.tests.wpdesk.org
)
-
[
] [3.3
](
http://woo33.tests.wpdesk.org
)
-
[
] [3.4
](
http://woo34.tests.wpdesk.org
)
-
[
] [Stable
](
https://stable.wpdesk.org/
)
### Select PHP version e.g: [x] 5.6
<!--- Select the PHP version on which the error occurred -->
-
[ ] 5.3
-
[ ] 5.5
-
[ ] 5.6
-
[ ] 7.1
-
[ ] 7.2
## Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
1.
2.
## Expected Behavior
<!--- Tell what should happen -->
1.
\ No newline at end of file
Loading