Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-view
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
GitLab 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
Expand sidebar
Open
feat/woo template
feat/woo-template
into
devel
Overview
0
Commits
26
Pipelines
1
Changes
3
Open
Bartek Jaskulski
requested to merge
feat/woo-template
into
devel
1 year ago
Overview
0
Commits
26
Pipelines
1
Changes
3
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
Viewing commit
f523b74c
Prev
Next
Show latest version
3 files
+
57
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
f523b74c
Merge branch 'feature/readme' into 'master'
· f523b74c
Grzegorz Rola
authored
3 years ago
chore(readme): more documentation See merge request
!6
LICENSE
0 → 100644
+
21
−
0
View file @ f523b74c
Edit in single-file editor
Open in Web IDE
MIT License
Copyright (c) 2018 WP Desk
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading