Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version/1.15 #541

Merged
merged 129 commits into from
Oct 15, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
129 commits
Select commit Hold shift + click to select a range
57a5a84
Fix coverage
zackkatz Oct 2, 2015
9b2baa6
Start version bump
zackkatz Oct 2, 2015
9f927e0
Fix issues with shortened link display not allowing custom text.
zackkatz Oct 2, 2015
61f72a0
Make sure dashicons is enqueued for Views with single checkbox/radios
zackkatz Oct 2, 2015
4ed9289
Move localization filter outside a loop
zackkatz Oct 2, 2015
c295d9d
Fix number_format() error on empty number field
zackkatz Oct 2, 2015
2f59889
Add a GV_UnitTestCase
zackkatz Oct 2, 2015
a2f10cc
Fix issue generating entries and Views
zackkatz Oct 2, 2015
280b8b2
Add unit testing for uninstall script
zackkatz Oct 2, 2015
0995cdc
Fix Vagrant throwing errors on PHPUnit
zackkatz Oct 2, 2015
46b793a
Update translations with new Delete settings
zackkatz Oct 2, 2015
96acd5f
Add gravityview/admin/display_beacon filter
zackkatz Oct 2, 2015
7de8069
Use HelpScout instead of Chatlio
zackkatz Oct 2, 2015
0b1ee25
Merge branch 'develop' into issue/530-hs-beacon
zackkatz Oct 2, 2015
2c64ce4
Merge branch 'version/1.15' into issue/530-hs-beacon
zackkatz Oct 2, 2015
d144801
Merge pull request #542 from katzwebservices/issue/530-hs-beacon
zackkatz Oct 2, 2015
fc00306
Update readme
zackkatz Oct 2, 2015
44e98ca
Fix Travis error for "sudo"
zackkatz Oct 2, 2015
070c249
Improve filter docs
zackkatz Oct 2, 2015
7784d66
Add beta versioning to allow for pre-release to be sent to customers
zackkatz Oct 2, 2015
cf49ec3
Improve docs & test coverage
zackkatz Oct 4, 2015
47e0b42
Count on git-archive-all global install
zackkatz Oct 4, 2015
972b970
Refactor template loading files
zackkatz Oct 4, 2015
3f0c41a
Start AJAX class testing
zackkatz Oct 5, 2015
d1cbb50
Fatal error for List field
zackkatz Oct 5, 2015
1e0c2a7
Fix activating Default Table template
zackkatz Oct 5, 2015
6b8ca4e
Check whether we can include xml.php from Gravity Forms path
zackkatz Oct 5, 2015
f391b8f
Handle exit() for unit tests
zackkatz Oct 5, 2015
9307f6c
Rename variables to prepare for JSON import
zackkatz Oct 5, 2015
12add82
Add GravityView group to Members 1.x plugin management screen
zackkatz Oct 5, 2015
161c4e0
Fix bbPress warning when using wp_get_current_user()
zackkatz Oct 6, 2015
d9d4981
Add alias in GVCommon for easier access
zackkatz Oct 6, 2015
95c20bc
Don't show Data Source column in Views screen to users who don't have…
zackkatz Oct 6, 2015
2b8bfdc
Move Members styles out from admin-global.scss
zackkatz Oct 7, 2015
80e4095
Use `gravityview` CPT slug for primitive capabilities
zackkatz Oct 7, 2015
093889d
Move the beacon closer to the corner; add .rtl support
zackkatz Oct 8, 2015
af60948
Add GravityView_Support_Port class
zackkatz Oct 8, 2015
3087655
Improve Settings styles
zackkatz Oct 8, 2015
c527a3f
Code cleanup
zackkatz Oct 8, 2015
1cc2586
Update readme
zackkatz Oct 8, 2015
a3ab11e
Convert to using GVCommon::has_cap()
zackkatz Oct 8, 2015
1a9e85c
Improve docBlocks
zackkatz Oct 8, 2015
e815e71
Make code more explicit (privacy and refactor hooks)
zackkatz Oct 8, 2015
f65637e
Add AJAX test class
zackkatz Oct 8, 2015
00e34be
Merge branch 'version/1.15' into feature/capabilities-1.15
zackkatz Oct 8, 2015
028b251
Revert "Merge branch 'version/1.15' into feature/capabilities-1.15"
zackkatz Oct 8, 2015
e6cd9e0
Fix conflicts to merge
zackkatz Oct 8, 2015
4da5ee5
Merge remote-tracking branch 'origin/feature/capabilities-1.15' into …
zackkatz Oct 8, 2015
3a70d99
Revert "Merge remote-tracking branch 'origin/feature/capabilities-1.1…
zackkatz Oct 8, 2015
d997575
Merge pull request #546 from katzwebservices/feature/capabilities-1.15
zackkatz Oct 8, 2015
679ec93
Unit Tests FTW
zackkatz Oct 8, 2015
718c42d
Use nightly build instead of latest to fix REST broken build
zackkatz Oct 8, 2015
aa6b44b
Move testing constant to definition file
zackkatz Oct 8, 2015
216bf45
Update @since versions
zackkatz Oct 8, 2015
2b0c2c8
Forgot to bump config to use nightly instead of latest
zackkatz Oct 8, 2015
5ccd31f
Try to fix Travis tests
zackkatz Oct 8, 2015
c854fcc
Please, Travis?
zackkatz Oct 8, 2015
705cc8e
Do the fix the Travis :musical_note:
zackkatz Oct 8, 2015
cd80235
Final Travis fix? Oh pretty, pretty please? I want a :horse:!
zackkatz Oct 8, 2015
548eb04
Fix $cap not being defined
zackkatz Oct 9, 2015
4dc1ed1
If no caps are defined for current_user_can_any(), check `gravityview…
zackkatz Oct 13, 2015
0c08cc9
Let WordPress handle primitive caps
zackkatz Oct 13, 2015
eeb9bd7
Pass pseudo-global to the gravityview_ob_include() function
zackkatz Oct 13, 2015
ec96739
Set up 'zero' role with no caps
zackkatz Oct 13, 2015
5c002dd
Add Capability Checks to many methods
zackkatz Oct 13, 2015
c6c5c78
Add tests
zackkatz Oct 13, 2015
2972eba
Only add the Approve Entries column if user has the cap
zackkatz Oct 13, 2015
609a8fa
Tweak: Escape form name in dropdowns
zackkatz Oct 13, 2015
04c37bc
Docblocks
zackkatz Oct 13, 2015
feb307e
Get rid of weird "Gravity Forms View" language
zackkatz Oct 13, 2015
6e646d6
Added: Ability to filter View by form in the Admin
zackkatz Oct 13, 2015
04809fb
Add missing `$user_id` parameter to GVCommon::has_cap()
zackkatz Oct 13, 2015
ab99a3b
If Gravity Forms caps exist but not GV caps, use those instead.
zackkatz Oct 13, 2015
61314d5
Wrapping up the roles/caps class
zackkatz Oct 13, 2015
ec9cd2d
Add beacon image
zackkatz Oct 13, 2015
31f9173
Fix 5.3 TravisCI issue
zackkatz Oct 13, 2015
8fedfc3
Fix php 5.4 array style
zackkatz Oct 13, 2015
0c4f3e0
when edit_gravitviews is not allowed screen "Cheatin’ uh?" is shown
Oct 13, 2015
3f495cb
Add message for users without `edit_gravityviews` cap
zackkatz Oct 13, 2015
b5319a8
Use `zero` role instead of Nothing Man in unit tests
zackkatz Oct 13, 2015
b7fcd7a
Add `$flat_array` param to all_caps(), rename `$role` to `$single_role`
zackkatz Oct 13, 2015
bcfacce
Combine map_gravity_forms_caps() into add_gravity_forms_usercaps_to_g…
zackkatz Oct 13, 2015
c6b1fe1
Improve speed of add_caps()
zackkatz Oct 13, 2015
e85ddca
Add type casting to the maybe_add_full_access_caps() method
zackkatz Oct 13, 2015
07b4627
Docblocks and code formatting
zackkatz Oct 13, 2015
ebbd041
Fix border issue when extension table is loaded
zackkatz Oct 13, 2015
c72a35f
Fix settings radio inputs not looking good on mobile
zackkatz Oct 13, 2015
9142adf
Fixing User Registration on edit entry
Oct 13, 2015
c75bfd7
Fix Members plugin not showing caps in the list
zackkatz Oct 13, 2015
25d81b2
Move Contact Support cap to administrators
zackkatz Oct 13, 2015
b029486
Only users with `gravityforms_edit_entries` cap should have adminFiel…
zackkatz Oct 13, 2015
a65b843
Add `gravityview_edit_entry` cap (to be implemented)
zackkatz Oct 13, 2015
4305038
Include gv_by on the criteria to define is_search
Oct 13, 2015
6c2c79a
use the method instead of the property
Oct 13, 2015
862d9e7
Added Search Clear button to Search WP widget
Oct 13, 2015
dfa7f88
changelog
Oct 13, 2015
681e646
Fix missing index issue
zackkatz Oct 14, 2015
a971af3
Correct changelog for the User Registration fix
Oct 14, 2015
bfaa537
doc about delete data setting
Oct 14, 2015
f40871e
another doc
Oct 14, 2015
9954c3a
Create a new [gv_entry_link] shortcode
zackkatz Oct 14, 2015
ffd3820
Fixed: If entry link is empty, don't add query args; return empty
zackkatz Oct 14, 2015
9b9ae87
Merge branch 'version/1.15' into feature/gv-entry-link-shortcode
zackkatz Oct 14, 2015
417bae6
Add readme and backward compat tests
zackkatz Oct 14, 2015
fbac7c3
Move Contact Support cap to administrators
zackkatz Oct 13, 2015
60266b8
Only users with `gravityforms_edit_entries` cap should have adminFiel…
zackkatz Oct 13, 2015
5d3eb3f
Add `gravityview_edit_entry` cap (to be implemented)
zackkatz Oct 13, 2015
409d1aa
Fix missing index issue
zackkatz Oct 14, 2015
23afffd
Merge branch 'version/1.15' into feature/gv-entry-link-shortcode
zackkatz Oct 14, 2015
3dd9714
Easy wins for code coverage!
zackkatz Oct 14, 2015
a37326c
Merge pull request #548 from katzwebservices/feature/gv-entry-link-sh…
zackkatz Oct 14, 2015
6d60eaf
Fix $user_can_edit being returned before filter. Unit test FTW
zackkatz Oct 14, 2015
e9c3e55
Add extra security check on unit tests
zackkatz Oct 14, 2015
d970990
Fix failing tests
zackkatz Oct 14, 2015
f876ffa
Allow contributors to see Getting Started screen
zackkatz Oct 14, 2015
4113879
Tweak: Removed `gravityview_settings_capability` filter
zackkatz Oct 14, 2015
7bd203b
Add full permissions checks for settings page
zackkatz Oct 14, 2015
8dfa621
Only show plugin action links when appropriate
zackkatz Oct 14, 2015
2962645
Add capability check for Support Port
zackkatz Oct 14, 2015
ecc74c7
Fix issue with gravityview_is_admin_page()
zackkatz Oct 14, 2015
13e6578
Fix inconsistent $backup_entry type: make array not int
zackkatz Oct 15, 2015
7774ec5
Check whether GFCommon exists to fix multisite issue
zackkatz Oct 15, 2015
8d16ce6
Took a var_dump() :poop:
zackkatz Oct 15, 2015
bf245aa
Allow for merge tag parsing without $form and $entry set
zackkatz Oct 15, 2015
73191ff
Fixed: Custom Content Widgets didn't replace Merge Tags
zackkatz Oct 15, 2015
13c120b
Update readme
zackkatz Oct 15, 2015
4074e4b
update readme
Oct 15, 2015
7c2d95a
Fix dependencies in uninstall.php
zackkatz Oct 15, 2015
90e2360
Update Admin Welcome
zackkatz Oct 15, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ php:
- 5.6

env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=nightly WP_MULTISITE=0
- WP_VERSION=4.3 WP_MULTISITE=0
- WP_VERSION=4.2 WP_MULTISITE=0
- WP_VERSION=4.1 WP_MULTISITE=0
- WP_VERSION=4.0 WP_MULTISITE=0

matrix:
include:
- php: 5.3
env: WP_VERSION=latest WP_MULTISITE=1
env: WP_VERSION=nightly WP_MULTISITE=1

before_script:
- bash tests/bin/install.sh gravityview_test root '' localhost $WP_VERSION
Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function(grunt) {
files: [{
expand: true,
cwd: 'assets/css/scss',
src: ['*.scss','!admin-merge-tags.scss','!admin-tooltips.scss','!admin-metabox-panel.scss','!admin-metabox.scss'],
src: ['*.scss','!admin-merge-tags.scss','!admin-tooltips.scss','!admin-metabox-panel.scss','!admin-metabox.scss','!admin-members-plugin.scss'],
dest: 'assets/css',
ext: '.css'
}]
Expand Down Expand Up @@ -137,7 +137,7 @@ module.exports = function(grunt) {
transifex: 'tx pull -a',

// Create a ZIP file
zip: 'python /usr/bin/git-archive-all ../gravityview.zip'
zip: 'git-archive-all ../gravityview.zip'
},

// Build translations without POEdit
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin-global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/admin-settings.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/css/beacon.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions assets/css/scss/admin-global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
*/

@import "font";
@import "admin-members-plugin";
@import "beacon";

/* add gravityview menu icon */
#toplevel_page_gravityview_settings .wp-menu-image:before,
Expand Down