civicrm-core.git
9 years agoCommon.js lint fixes
Coleman Watts [Wed, 11 Feb 2015 02:29:25 +0000 (21:29 -0500)]
Common.js lint fixes

9 years agoStyle fixes
Coleman Watts [Wed, 11 Feb 2015 01:40:56 +0000 (20:40 -0500)]
Style fixes

9 years agoRemove unused styles
Coleman Watts [Wed, 11 Feb 2015 01:32:20 +0000 (20:32 -0500)]
Remove unused styles

9 years agocss cleanup
Coleman Watts [Tue, 10 Feb 2015 21:39:44 +0000 (16:39 -0500)]
css cleanup

9 years agoMerge pull request #5101 from agh1/context-abbrev
colemanw [Tue, 10 Feb 2015 14:25:46 +0000 (09:25 -0500)]
Merge pull request #5101 from agh1/context-abbrev

CRM-15919 Address getoptions alternative: "abbreviate" context

9 years agoMerge pull request #5132 from colemanw/css
colemanw [Tue, 10 Feb 2015 14:23:45 +0000 (09:23 -0500)]
Merge pull request #5132 from colemanw/css

Move contact-summary css into its own file

9 years agoMerge pull request #5127 from monishdeb/CRM-14114
colemanw [Tue, 10 Feb 2015 14:22:59 +0000 (09:22 -0500)]
Merge pull request #5127 from monishdeb/CRM-14114

CRM-14114 fix - Online recurring contribution page does not translate re...

9 years agoMove contact-summary css into its own file
Coleman Watts [Tue, 10 Feb 2015 14:14:45 +0000 (09:14 -0500)]
Move contact-summary css into its own file

9 years agoMerge pull request #5131 from colemanw/enableDisable
colemanw [Tue, 10 Feb 2015 12:34:19 +0000 (07:34 -0500)]
Merge pull request #5131 from colemanw/enableDisable

Remove unused enableDisable function/hook

9 years agoMerge pull request #5128 from totten/master-attachment-api
Tim Otten [Tue, 10 Feb 2015 11:44:28 +0000 (03:44 -0800)]
Merge pull request #5128 from totten/master-attachment-api

Attachment API, DynamicFKAuthorization - Support for custom fields and contacts

9 years agoRemove unused css file
Coleman Watts [Tue, 10 Feb 2015 03:06:31 +0000 (22:06 -0500)]
Remove unused css file

9 years agoRemove unused enableDisable function/hook
Coleman Watts [Tue, 10 Feb 2015 02:52:42 +0000 (21:52 -0500)]
Remove unused enableDisable function/hook

9 years agoMerge pull request #5112 from totten/master-include-case
Dave Greenberg [Tue, 10 Feb 2015 02:41:24 +0000 (18:41 -0800)]
Merge pull request #5112 from totten/master-include-case

CRM-15931 - Fixes for civicrm_mailing_group.group_type

9 years agoAttachment.get API - Update test to reflect that entity_id is now required
Tim Otten [Tue, 10 Feb 2015 01:26:57 +0000 (17:26 -0800)]
Attachment.get API - Update test to reflect that entity_id is now required

9 years agoMerge pull request #5129 from colemanw/api
colemanw [Mon, 9 Feb 2015 22:28:18 +0000 (17:28 -0500)]
Merge pull request #5129 from colemanw/api

API Fixes

9 years agoApi explorer style fixes
Coleman Watts [Mon, 9 Feb 2015 22:00:42 +0000 (17:00 -0500)]
Api explorer style fixes

9 years agoAdd deprecation notice to generated examples
Coleman Watts [Mon, 9 Feb 2015 21:00:11 +0000 (16:00 -0500)]
Add deprecation notice to generated examples

9 years agoDynamicFKAuthorization - Fix for PHP 5.3
Tim Otten [Mon, 9 Feb 2015 20:44:30 +0000 (12:44 -0800)]
DynamicFKAuthorization - Fix for PHP 5.3

9 years agoDynamicFKAuthorization - Sanitize with convertStringToCamel() instead of strtolower()
Tim Otten [Mon, 9 Feb 2015 20:10:40 +0000 (12:10 -0800)]
DynamicFKAuthorization - Sanitize with convertStringToCamel() instead of strtolower()

9 years agoMerge pull request #5097 from PalanteJon/CRM-15917
Dave Greenberg [Mon, 9 Feb 2015 18:51:42 +0000 (10:51 -0800)]
Merge pull request #5097 from PalanteJon/CRM-15917

CRM-15917 - CiviReport - remove override of standard orderBy function; a...

9 years agoAttachment API, DynamicFKAuthorization - Support for custom fields and contacts.
Tim Otten [Mon, 9 Feb 2015 17:51:28 +0000 (09:51 -0800)]
Attachment API, DynamicFKAuthorization - Support for custom fields and contacts.

This commit makes the entity_id a required field. This restricts search
abilities but allows support for ACL'd entities (e.g.  contacts).

9 years agoCRM_Core_DAO_AllCore_Tables - Add get() which returns full metadata.
Tim Otten [Mon, 9 Feb 2015 15:13:23 +0000 (07:13 -0800)]
CRM_Core_DAO_AllCore_Tables - Add get() which returns full metadata.

(Using the same format has hook_entityTypes)

9 years agoDynamicFKAuthorization - Security checks should not be case-sensitive.
Tim Otten [Mon, 9 Feb 2015 13:22:05 +0000 (05:22 -0800)]
DynamicFKAuthorization - Security checks should not be case-sensitive.

9 years agoDynamicFKAuthorization - Add comment
Tim Otten [Mon, 9 Feb 2015 13:21:18 +0000 (05:21 -0800)]
DynamicFKAuthorization - Add comment

9 years agoMerge pull request #5121 from totten/master-mailing-dflt
Tim Otten [Mon, 9 Feb 2015 17:52:50 +0000 (09:52 -0800)]
Merge pull request #5121 from totten/master-mailing-dflt

CRM-15578, CRM-15855 - Autosave AB test. Server-generated defaults.

9 years agoMerge pull request #5119 from colemanw/CRM-15789
colemanw [Mon, 9 Feb 2015 16:18:25 +0000 (11:18 -0500)]
Merge pull request #5119 from colemanw/CRM-15789

CRM-15789 - Button cleanup

9 years agoCheckStyle cleanup
Coleman Watts [Mon, 9 Feb 2015 15:24:52 +0000 (10:24 -0500)]
CheckStyle cleanup

9 years agoMerge pull request #5118 from totten/master-mgdent-test
Tim Otten [Mon, 9 Feb 2015 14:19:31 +0000 (06:19 -0800)]
Merge pull request #5118 from totten/master-mgdent-test

CRM_Core_ManagedEntitiesTest - Fix compat w/drupal-demo. Use transactions.

9 years agoCRM-15578 - Mailing API - Refine permissions
Tim Otten [Mon, 9 Feb 2015 11:24:43 +0000 (03:24 -0800)]
CRM-15578 - Mailing API - Refine permissions

9 years agoMailing.create API - Remove default value 'api.mailing_job.create'=>1
Tim Otten [Mon, 9 Feb 2015 00:03:14 +0000 (16:03 -0800)]
Mailing.create API - Remove default value 'api.mailing_job.create'=>1

When scheduling a blast, one creates a duplicate job by default (once via
API chaining and once via BAO).  This removes the API chaining one as well
as work-aronds which had been necessary to disable it.

http://forum.civicrm.org/index.php?topic=35567.new;topicseen#new

9 years agoMerge pull request #5126 from yashodha/CRM-15940
Yashodha Chaku [Mon, 9 Feb 2015 13:04:05 +0000 (18:34 +0530)]
Merge pull request #5126 from yashodha/CRM-15940

CRM-15940: fix error message for missing report template

9 years agoCRM-14114 fix - Online recurring contribution page does not translate recurring unit
monishdeb [Mon, 9 Feb 2015 12:40:10 +0000 (18:10 +0530)]
CRM-14114 fix - Online recurring contribution page does not translate recurring unit

https://issues.civicrm.org/jira/browse/CRM-14114

9 years agoCRM-15940: fix error message for missing report template
yashodha [Mon, 9 Feb 2015 11:35:14 +0000 (17:05 +0530)]
CRM-15940: fix error message for missing report template

----------------------------------------
* CRM-15940: Report gives white screen rather than sensible error if report instance is invalid
  https://issues.civicrm.org/jira/browse/CRM-15940

9 years agoCRM-15578 - Use server-provided defaults for new mailings.
Tim Otten [Sun, 8 Feb 2015 23:40:48 +0000 (15:40 -0800)]
CRM-15578 - Use server-provided defaults for new mailings.

9 years agoCRM-15578 - Mailing.setting.php - Cleanup track_civimail_replies
Tim Otten [Sun, 8 Feb 2015 23:38:46 +0000 (15:38 -0800)]
CRM-15578 - Mailing.setting.php - Cleanup track_civimail_replies

It appears that the description was copy/pasted without proper adjustments.

9 years agoCRM-15578 - Mailing.create API - Set defaults that match UX
Tim Otten [Fri, 6 Feb 2015 19:31:15 +0000 (11:31 -0800)]
CRM-15578 - Mailing.create API - Set defaults that match UX

9 years agoCRM-15855 - crmMailingAB - Use auto-save and blocked-button behaviors
Tim Otten [Fri, 6 Feb 2015 20:03:42 +0000 (12:03 -0800)]
CRM-15855 - crmMailingAB - Use auto-save and blocked-button behaviors

9 years agocrmMailing/edit-wizard.html - Typo
Tim Otten [Fri, 6 Feb 2015 19:58:23 +0000 (11:58 -0800)]
crmMailing/edit-wizard.html - Typo

9 years agoCRM-15855 - crmAutosave - Bump up default interval (3s=>5s)
Tim Otten [Fri, 6 Feb 2015 19:57:39 +0000 (11:57 -0800)]
CRM-15855 - crmAutosave - Bump up default interval (3s=>5s)

9 years agoMerge pull request #5120 from eileenmcnaughton/CRM-15938
Kurund Jalmi [Mon, 9 Feb 2015 07:39:54 +0000 (13:09 +0530)]
Merge pull request #5120 from eileenmcnaughton/CRM-15938

CRM-15938 e-notice fix

9 years agoMerge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-09-11-44-07
kurund [Mon, 9 Feb 2015 06:30:00 +0000 (12:00 +0530)]
Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-09-11-44-07

Conflicts:
CRM/Contribute/BAO/ContributionPage.php

9 years agoCRM-15938 e-notice fix
Eileen McNaughton [Sun, 8 Feb 2015 23:34:29 +0000 (12:34 +1300)]
CRM-15938 e-notice fix

9 years agopreliminary tidy up of report instance class & other uncommitted tidyups
Eileen McNaughton [Sun, 8 Feb 2015 23:31:13 +0000 (12:31 +1300)]
preliminary tidy up of report instance class & other uncommitted tidyups

9 years agoCRM-15938 preliminary tidy up
Eileen McNaughton [Sun, 8 Feb 2015 23:30:13 +0000 (12:30 +1300)]
CRM-15938 preliminary tidy up

9 years agoCRM-15789 - Improve disabled button handling
Coleman Watts [Sun, 8 Feb 2015 23:10:16 +0000 (18:10 -0500)]
CRM-15789 - Improve disabled button handling

----------------------------------------
* CRM-15789: Add icons to submit buttons
  https://issues.civicrm.org/jira/browse/CRM-15789

9 years agoCRM_Core_ManagedEntitiesTest - Fix compat w/drupal-demo. Use transactions.
Tim Otten [Sun, 8 Feb 2015 22:50:13 +0000 (14:50 -0800)]
CRM_Core_ManagedEntitiesTest - Fix compat w/drupal-demo. Use transactions.

9 years agoMerge pull request #5117 from totten/master-crm-alltests
Tim Otten [Sun, 8 Feb 2015 22:34:27 +0000 (14:34 -0800)]
Merge pull request #5117 from totten/master-crm-alltests

Fix fatal errors which break CRM_AllTests.

9 years agoMerge pull request #5046 from totten/master-resolver
Tim Otten [Sun, 8 Feb 2015 22:29:40 +0000 (14:29 -0800)]
Merge pull request #5046 from totten/master-resolver

CRM-15578 - Add Civi\Core\Resolver. Fix loading of Angular content after updating components.

9 years agoFix fatal errors which break CRM_AllTests.
Tim Otten [Sun, 8 Feb 2015 22:27:06 +0000 (14:27 -0800)]
Fix fatal errors which break CRM_AllTests.

9 years agoCRM-15789 - Button cleanup
Coleman Watts [Sun, 8 Feb 2015 17:01:48 +0000 (12:01 -0500)]
CRM-15789 - Button cleanup

----------------------------------------
* CRM-15789: Add icons to submit buttons
  https://issues.civicrm.org/jira/browse/CRM-15789

9 years agocivilint fixes
Jon goldberg [Sun, 8 Feb 2015 05:10:20 +0000 (00:10 -0500)]
civilint fixes

9 years agoMerge pull request #5113 from colemanw/Fix
colemanw [Sat, 7 Feb 2015 23:47:04 +0000 (18:47 -0500)]
Merge pull request #5113 from colemanw/Fix

Fix crmEditable conversion of plain text to html and vice-versa

9 years agojquery.crmeditable.js - fix jshint warnings
Coleman Watts [Sat, 7 Feb 2015 23:08:19 +0000 (18:08 -0500)]
jquery.crmeditable.js - fix jshint warnings

9 years agoFix crmEditable conversion of plain text to html and vice-versa
Coleman Watts [Sat, 7 Feb 2015 22:49:39 +0000 (17:49 -0500)]
Fix crmEditable conversion of plain text to html and vice-versa

9 years agoCRM-15931 - civicrm_mailing_group.group_type - Cleanup inconsistent data
Tim Otten [Sat, 7 Feb 2015 14:35:26 +0000 (06:35 -0800)]
CRM-15931 - civicrm_mailing_group.group_type - Cleanup inconsistent data

9 years agoMerge pull request #5107 from rohankatkar/4.6_webtest
Monish Deb [Sat, 7 Feb 2015 14:10:28 +0000 (19:40 +0530)]
Merge pull request #5107 from rohankatkar/4.6_webtest

Fix for Dates selection from datepicker in webtests

9 years agoCRM-15931 - civicrm_mailing_group.group_type - Read & write capitalized type
Tim Otten [Sat, 7 Feb 2015 13:42:41 +0000 (05:42 -0800)]
CRM-15931 - civicrm_mailing_group.group_type - Read & write capitalized type

9 years agoMerge pull request #5109 from colemanw/buttons
colemanw [Fri, 6 Feb 2015 21:46:01 +0000 (16:46 -0500)]
Merge pull request #5109 from colemanw/buttons

Button style fix

9 years agoline spacing to make style happy
Andrew Hunt [Fri, 6 Feb 2015 21:15:27 +0000 (16:15 -0500)]
line spacing to make style happy

9 years agoCleanup unused/seldom-used css selectors
Coleman Watts [Fri, 6 Feb 2015 20:37:28 +0000 (15:37 -0500)]
Cleanup unused/seldom-used css selectors

9 years agoButton style fix
Coleman Watts [Fri, 6 Feb 2015 15:43:07 +0000 (10:43 -0500)]
Button style fix

9 years agoMerge pull request #5108 from colemanw/attachmentTest
Tim Otten [Fri, 6 Feb 2015 18:20:17 +0000 (10:20 -0800)]
Merge pull request #5108 from colemanw/attachmentTest

Move testCustomFileField out of transactional class

9 years agoMove testCustomFileField out of transactional class
Coleman Watts [Fri, 6 Feb 2015 15:07:36 +0000 (10:07 -0500)]
Move testCustomFileField out of transactional class

9 years agoMerge pull request #5096 from totten/master-prettify-desert
Tim Otten [Fri, 6 Feb 2015 12:55:24 +0000 (04:55 -0800)]
Merge pull request #5096 from totten/master-prettify-desert

CRM_Admin_Page_APIExplorer - Change syntax highlighting theme. Add offline support.

9 years agoMerge pull request #5100 from colemanw/explorer
colemanw [Fri, 6 Feb 2015 12:53:54 +0000 (07:53 -0500)]
Merge pull request #5100 from colemanw/explorer

Api docblock cleanup.

9 years agoWebtest fix
Web Access [Fri, 6 Feb 2015 12:20:01 +0000 (17:50 +0530)]
Webtest fix

9 years agoMerge pull request #5102 from monishdeb/CRM-15900
Yashodha Chaku [Fri, 6 Feb 2015 12:03:52 +0000 (17:33 +0530)]
Merge pull request #5102 from monishdeb/CRM-15900

CRM-15900 typo fix

9 years agoMerge pull request #5103 from civicrm/CRM-15912
Yashodha Chaku [Fri, 6 Feb 2015 11:05:25 +0000 (16:35 +0530)]
Merge pull request #5103 from civicrm/CRM-15912

CRM-15912: fix doc for Report settings

9 years agoCRM-15912: fix doc for Report settings
yashodha [Fri, 6 Feb 2015 07:34:28 +0000 (13:04 +0530)]
CRM-15912: fix doc for Report settings

----------------------------------------
* CRM-15912: Documentation is incorrect regarding emails in report settings
  https://issues.civicrm.org/jira/browse/CRM-15912

9 years agoCRM-15900 typo fix
monishdeb [Fri, 6 Feb 2015 07:31:26 +0000 (13:01 +0530)]
CRM-15900 typo fix

----------------------------------------
* CRM-15900: Upgrade problem [Unknown column 'e.contact_id' in 'on clause']
  https://issues.civicrm.org/jira/browse/CRM-15900

9 years agoCRM-15919 Address getoptions alternative: "abbreviate" context
Andrew Hunt [Fri, 6 Feb 2015 04:11:05 +0000 (23:11 -0500)]
CRM-15919 Address getoptions alternative: "abbreviate" context

9 years agoRemove unused API
Coleman Watts [Fri, 6 Feb 2015 02:20:09 +0000 (21:20 -0500)]
Remove unused API

9 years agoApi docblock cleanup.
Coleman Watts [Fri, 6 Feb 2015 02:19:24 +0000 (21:19 -0500)]
Api docblock cleanup.

9 years agoCRM-15920 - CiviReport - remove debug statements
Jon goldberg [Fri, 6 Feb 2015 02:18:20 +0000 (21:18 -0500)]
CRM-15920 - CiviReport - remove debug statements

9 years agoCRM-15920 - CiviReport - Correctly suppress a value in the case of > 2 repeating...
Jon goldberg [Fri, 6 Feb 2015 02:17:23 +0000 (21:17 -0500)]
CRM-15920 - CiviReport - Correctly suppress a value in the case of > 2 repeating values are found

9 years agoCRM-15917 - Membership Detail Report - better handling of not repeating names, still...
Jon goldberg [Fri, 6 Feb 2015 01:35:26 +0000 (20:35 -0500)]
CRM-15917 - Membership Detail Report - better handling of not repeating names, still doesn't handle > 2 names in a row yet

9 years agoCRM-15917 - CiviReport - fix bug number in comment
Jon goldberg [Fri, 6 Feb 2015 00:57:29 +0000 (19:57 -0500)]
CRM-15917 - CiviReport - fix bug number in comment

9 years agoCRM-15917 - CiviReport - don't hide display name when there are two contacts with...
Jon goldberg [Fri, 6 Feb 2015 00:53:18 +0000 (19:53 -0500)]
CRM-15917 - CiviReport - don't hide display name when there are two contacts with the same name

9 years agoAPI explorer code parsing fix
Coleman Watts [Thu, 5 Feb 2015 22:32:31 +0000 (17:32 -0500)]
API explorer code parsing fix

9 years agoFix api explorer menu entry
Coleman Watts [Thu, 5 Feb 2015 22:31:51 +0000 (17:31 -0500)]
Fix api explorer menu entry

9 years agoMerge pull request #5049 from totten/master-mailing-multiling
Tim Otten [Thu, 5 Feb 2015 22:14:10 +0000 (14:14 -0800)]
Merge pull request #5049 from totten/master-mailing-multiling

CRM-15880 - crmMailing - Properly display recipients on multi-lingual sites.

9 years agoCRM-15917 - CiviReport - remove override of standard orderBy function; add orderBy...
Jon goldberg [Thu, 5 Feb 2015 21:56:03 +0000 (16:56 -0500)]
CRM-15917 - CiviReport - remove override of standard orderBy function; add orderBy arrays to support ordering by Receive Date and Membership Type

9 years agoCRM_Admin_Page_APIExplorer - Change syntax highlighting theme. Add offline support.
Tim Otten [Thu, 5 Feb 2015 21:51:59 +0000 (13:51 -0800)]
CRM_Admin_Page_APIExplorer - Change syntax highlighting theme. Add offline support.

The default theme has a very strong pair of alternating background colors which feels
distracting.

9 years agoMerge pull request #5090 from colemanw/explorer
colemanw [Thu, 5 Feb 2015 19:12:09 +0000 (14:12 -0500)]
Merge pull request #5090 from colemanw/explorer

Add Examples to api explorer

9 years agoCleanup api3 docblocks
Coleman Watts [Thu, 5 Feb 2015 19:09:30 +0000 (14:09 -0500)]
Cleanup api3 docblocks

9 years agoAdd filename to api code doc
Coleman Watts [Thu, 5 Feb 2015 18:06:16 +0000 (13:06 -0500)]
Add filename to api code doc

9 years agoMerge pull request #5089 from monishdeb/CRM-15852
Monish Deb [Thu, 5 Feb 2015 17:42:48 +0000 (23:12 +0530)]
Merge pull request #5089 from monishdeb/CRM-15852

Crm 15852

9 years agoExpose code & docblocks to the api explorer
Coleman Watts [Thu, 5 Feb 2015 15:49:55 +0000 (10:49 -0500)]
Expose code & docblocks to the api explorer

9 years agoMerge pull request #5039 from pratikshad/CRM-15470
Kurund Jalmi [Thu, 5 Feb 2015 16:07:56 +0000 (21:37 +0530)]
Merge pull request #5039 from pratikshad/CRM-15470

Fixed issue of deadlock CRM-15470

9 years agoMerge pull request #5094 from rohankatkar/CRM--15850
Monish Deb [Thu, 5 Feb 2015 13:33:12 +0000 (19:03 +0530)]
Merge pull request #5094 from rohankatkar/CRM--15850

Fix for CRM-15850

9 years agoFix for CRM-15850
Web Access [Thu, 5 Feb 2015 09:57:40 +0000 (15:27 +0530)]
Fix for CRM-15850

9 years agoMerge pull request #5061 from civicrm/CRM-15895
Yashodha Chaku [Thu, 5 Feb 2015 04:04:45 +0000 (09:34 +0530)]
Merge pull request #5061 from civicrm/CRM-15895

CRM-15895: fix copy contribution page which links PCP to original contri...

9 years agoMerge pull request #5092 from davecivicrm/CRM-15750_backport
Dave Greenberg [Thu, 5 Feb 2015 00:06:37 +0000 (16:06 -0800)]
Merge pull request #5092 from davecivicrm/CRM-15750_backport

CRM-15750 - backporting fix to 4.5

9 years agoMerge pull request #5064 from monishdeb/CRM-15728
Dave Greenberg [Wed, 4 Feb 2015 23:57:46 +0000 (15:57 -0800)]
Merge pull request #5064 from monishdeb/CRM-15728

CRM-15728, query improvement

9 years agoCRM-15750 - backporting fix to 4.5
Dave Greenberg [Wed, 4 Feb 2015 22:57:19 +0000 (14:57 -0800)]
CRM-15750 - backporting fix to 4.5

----------------------------------------
* CRM-15750: advanced search using relationship and smart group produces backtrace
  https://issues.civicrm.org/jira/browse/CRM-15750

9 years agoMerge pull request #5091 from davecivicrm/adixon-CRM-15714
Dave Greenberg [Wed, 4 Feb 2015 22:30:50 +0000 (14:30 -0800)]
Merge pull request #5091 from davecivicrm/adixon-CRM-15714

CRM-15714 validateCreditCard function makes too many assumptions

9 years agoSimplify path to api explorer
Coleman Watts [Wed, 4 Feb 2015 21:51:56 +0000 (16:51 -0500)]
Simplify path to api explorer

9 years agoRemove boilerplate from the top of api example files
Coleman Watts [Wed, 4 Feb 2015 21:15:43 +0000 (16:15 -0500)]
Remove boilerplate from the top of api example files

The @file comment added no information  and was detrimental to readability
of examples in the api explorer.

9 years agoRemove old ApiDoc page
Coleman Watts [Wed, 4 Feb 2015 21:08:30 +0000 (16:08 -0500)]
Remove old ApiDoc page

9 years agoAdd Examples to api explorer
Coleman Watts [Wed, 4 Feb 2015 20:14:55 +0000 (15:14 -0500)]
Add Examples to api explorer