Nabil Kadimi
53553ee5da
Check $query->query_vars['post_type'] before using
2018-03-05 08:33:44 +00:00
savvasha
0436be43e7
1st commit for "Integration Event-Specs to Equations"
2018-03-04 09:49:36 +02:00
savvasha
f447694a59
Conditional Functions
...
Migration to module
2018-02-27 21:35:31 +02:00
savvasha
9db32d4d3d
Create module for Event Specs
...
Convert most of the previous changes to the module for easier maintenance
2018-02-27 21:28:37 +02:00
savvasha
962cb5f5cc
Initial commit for Conditional Equations
...
a) Add a hook for equation altering
b) Create a new module for Conditional Equations feature
2018-02-27 20:00:34 +02:00
Brian Miyaji
7878014130
Merge pull request #253 from kadimi/patch-10
...
Make sure `wp_list_pluck()` is fed an array
2018-02-26 14:30:51 +11:00
Brian Miyaji
d34fc91a3b
Merge pull request #252 from kadimi/patch-9
...
Preserve squad number "0" when importing players
2018-02-26 14:30:17 +11:00
Brian Miyaji
9ea7ca9b76
Merge pull request #251 from kadimi/patch-8
...
Prevent array_filter on non-array `$result`
2018-02-26 14:29:21 +11:00
Brian Miyaji
017c9777da
Merge pull request #250 from kadimi/patch-6
...
Force integer value for $substitution_time
2018-02-26 14:29:05 +11:00
Nabil Kadimi
4844945c26
Make sure wp_list_pluck() is fed an array
2018-02-22 17:35:41 +00:00
Nabil Kadimi
1c3e4c1ce8
Preserve squad number "0" when importing players
2018-02-21 12:09:07 +00:00
Nabil Kadimi
6e8be9ae41
Prevent array_filter on non-array $result
2018-02-21 10:32:33 +00:00
savvasha
fa1877747c
Add sp_spec CPT for Event Specs
...
a) Create sp_spec
b) Add it to Config Page
c) Add Admin Meta-Box
d) Add Event Meta-Box
2018-02-16 13:53:56 +02:00
Nabil Kadimi
594d344048
Force integer value for $substitution_time
...
Fixes #249
2018-02-16 11:24:50 +00:00
Nabil Kadimi
977c63eefd
Validate sportspress_term_order() parameter $terms
...
$terms can be False or WP_Error, in which case, the function will produce warnings. e.g.:
`Warning: uasort() expects parameter 1 to be array, boolean given in /var/html/wp-content/plugins/sportspress-pro/includes/sportspress/includes/sp-template-hooks.php on line 145`
2018-02-14 08:40:43 +00:00
Brian Miyaji
87887a38aa
Tag version 2.5.10
2018-02-02 11:26:33 +11:00
Brian Miyaji
509b7ebbf1
Redirect scheduled events without affecting calendars or other posts
2018-02-02 11:23:17 +11:00
Brian Miyaji
6f5fd5fa5e
Fix future posts hook affecting other post types
2018-01-30 12:21:05 +11:00
Brian Miyaji
eb7c1d7e40
Fix future events using default permalinks
2018-01-29 11:22:14 +11:00
Brian Miyaji
dedfe98ed1
Fix blank general settings page in WordPress < 4.9
2018-01-26 08:02:09 +11:00
Brian Miyaji
8fad5481a0
Turn off responsive tables by default
2018-01-26 01:34:05 +11:00
savvasha
30561ff017
Convert hook from filter to action for simplicity
...
And adding $player_id variable for use with add_filter
2018-01-23 14:41:38 +02:00
savvasha
258daa2df3
Add another variable ($post) to player_name hooks
...
So as to be able to use it for getting post_meta of a player through add_filter.
2018-01-23 13:54:10 +02:00
Brian Miyaji
d40b7588ee
Update file version numbers
2018-01-23 18:27:28 +11:00
Brian Miyaji
c891703e13
Add duplicate merging option to staff and team importer
2018-01-23 18:16:00 +11:00
Brian Miyaji
413686e4fd
Merge duplicate players
2018-01-23 18:00:59 +11:00
savvasha
195e6d6000
Add calendar selection to Countdown widget
2018-01-22 17:01:30 +02:00
Brian Miyaji
40a9e7d65c
Add main league and current season options to secondary post types
2018-01-22 14:07:23 +11:00
Brian Miyaji
cc553f88e2
Update main league and current season during setup
2018-01-22 11:31:58 +11:00
Brian Miyaji
e78a259065
Add main league and current season settings
2018-01-22 11:31:49 +11:00
Brian Miyaji
fd21316b23
Add [staff_profile] shortcode for backward compatibility with sites already using [staff]
2018-01-22 01:30:24 +11:00
Brian Miyaji
179c291b88
Merge pull request #239 from ThemeBoy/feature-responsive
...
Add responsive tables
2018-01-22 00:30:51 +11:00
Brian Miyaji
2f02782f81
Merge pull request #238 from ThemeBoy/tweak-codemirror
...
Add Codemirror to Custom CSS field
2018-01-22 00:30:41 +11:00
Brian Miyaji
3d6c4f417f
Add subtle border to table rows
2018-01-17 10:50:36 +11:00
Brian Miyaji
a75195a4f2
Merge pull request #198 from leewaterman/master
...
Check for empty precision value #197
2018-01-17 10:21:47 +11:00
Brian Miyaji
f9e74761f0
Merge pull request #232 from d-r-g/event_player_sort
...
Event Player Checklist Sort Options
2018-01-17 10:19:36 +11:00
Brian Miyaji
39c117fc86
Merge pull request #233 from PareshRadadiya/fix/179
...
Fix - Include staff name and profile in [staff] shortcode
2018-01-17 10:19:06 +11:00
Brian Miyaji
ee6b11c3a5
Merge pull request #236 from PareshRadadiya/fix/229
...
Fix - Get players list by team, current team, past team, league and season
2018-01-17 10:16:53 +11:00
Paresh Radadiya
835b03b8f3
Added nested meta_query and tax_query in players endpoint filter to construct complex query
2018-01-14 22:37:46 +05:30
Paresh Radadiya
8f238209b6
Added league and season filters in players endpoint #215
2018-01-14 22:05:12 +05:30
Paresh Radadiya
4ebcaeff4e
Added option to link staff members to profile page #166
2018-01-14 20:40:29 +05:30
Paresh Radadiya
859a6f7317
Fix - Get player list based on team id
2018-01-14 16:46:46 +05:30
Paresh Radadiya
e511c6e177
Fix - Include staff name and profile in [staff] shortcode
2018-01-13 08:38:20 +05:30
_drg_
03609aa76d
Event Player Checklist Sort Options
...
Added option to sort list of players (on the Teams metabox of Events) by Name or Jersey (default).
2018-01-11 16:25:50 -06:00
savvasha
ecac8f7d75
Tuning shortcode's script code
2017-12-20 18:26:50 +02:00
savvasha
e336cd9a41
Add styles for Calendar date selection
2017-12-20 18:22:05 +02:00
savvasha
e2bbf8c574
Add Relative date selection to Event list and Event blocks shortcodes
2017-12-20 14:22:38 +02:00
savvasha
cb52599d17
Simplify css inline code
2017-12-19 14:41:42 +02:00
Brian Miyaji
7d08b40f9e
Simplify responsive styles to avoid theme-specific tweaks
2017-12-18 20:02:37 +11:00
savvasha
40c2aaba05
Initial commit for adding relative_date_range option to shortcodes
2017-12-17 20:41:28 +02:00