Kurund Jalmi [Fri, 8 Mar 2013 14:34:22 +0000 (06:34 -0800)]
Merge pull request #92 from pratik-joshi/webtest-improvement
webtests improvements
Kurund Jalmi [Fri, 8 Mar 2013 14:33:52 +0000 (06:33 -0800)]
Merge pull request #94 from yashodha/CRM-12058
CRM-12058
Kurund Jalmi [Fri, 8 Mar 2013 14:33:24 +0000 (06:33 -0800)]
Merge pull request #95 from ravishnair/webtest-improvement
-- improved webtests
Ravish Nair [Fri, 8 Mar 2013 14:12:59 +0000 (19:42 +0530)]
-- improved webtests
yashodha [Fri, 8 Mar 2013 12:18:58 +0000 (17:48 +0530)]
CRM-12058
Tim Otten [Fri, 8 Mar 2013 12:18:42 +0000 (04:18 -0800)]
Merge pull request #93 from totten/show-variables-like
CRM-12056 - Avoid SQL error during pre-install check on older version of...
Tim Otten [Fri, 8 Mar 2013 12:11:40 +0000 (07:11 -0500)]
CRM-12056 - Avoid SQL error during pre-install check on older version of MySQL
Pratik Joshi [Fri, 8 Mar 2013 11:38:15 +0000 (17:08 +0530)]
webtests improvements
Tim Otten [Fri, 8 Mar 2013 11:36:02 +0000 (03:36 -0800)]
Merge pull request #91 from totten/hook_permission-uninstall
CRM-11925 - Remove uninstallPermissions()
Tim Otten [Fri, 8 Mar 2013 11:25:56 +0000 (06:25 -0500)]
CRM-11925 - Remove uninstallPermissions()
upgradePermissions() addresses a superset of cases handled by uninstallPermissions().
Tim Otten [Fri, 8 Mar 2013 11:18:29 +0000 (03:18 -0800)]
Merge pull request #90 from totten/hook_permissions
CRM-11925 Fix, cleanup for hook_permissions
Tim Otten [Fri, 8 Mar 2013 11:04:09 +0000 (06:04 -0500)]
CRM-11925 - Add comments to explain why D6 works with empty permission functions
Tim Otten [Fri, 8 Mar 2013 10:24:02 +0000 (05:24 -0500)]
CRM-11925 - Fix error message
Tim Otten [Fri, 8 Mar 2013 08:02:26 +0000 (03:02 -0500)]
CRM-11925 - Modify upgradePermissions to work with all permissions (not just single-module permissions)
Tim Otten [Fri, 8 Mar 2013 07:31:18 +0000 (02:31 -0500)]
Doc tweak
Tim Otten [Fri, 8 Mar 2013 07:30:09 +0000 (02:30 -0500)]
CRM-11925 - Remove filterPermissions.
The filtering presents an imperfect facade (see JIRA)
Tim Otten [Thu, 7 Mar 2013 10:12:05 +0000 (05:12 -0500)]
CRM-11925 - Allow permission-enumeration on all platforms. (This facilitates error-reporting when a module is installed on an incompatible CMS.)
Tim Otten [Thu, 7 Mar 2013 09:53:21 +0000 (04:53 -0500)]
CRM-11925 - Only run cleanupPermissions/uninstallPermissions if our CMS driver supports it
Tim Otten [Thu, 7 Mar 2013 09:30:34 +0000 (04:30 -0500)]
CRM-11925 - Loosen coupling between permission enumeration (getModulePermissions) and storage (upgradePermissions)
Tim Otten [Thu, 7 Mar 2013 09:07:19 +0000 (04:07 -0500)]
CRM-11925 - Call Drupal::filterPermissions when writing to permission-store (rather than during permission-enumeration)
Tim Otten [Thu, 7 Mar 2013 08:55:50 +0000 (03:55 -0500)]
CRM-11925 - Extract Drupal::filterPermissions from Drupal::getModulePermissions
Permission-enumeration is only being used with Civi ext-modules, so the
hook-invocation can be done in another (more portable) spot. However,
the string-length-limit appears to be specific to D7's permission-store,
so it'll need to stay in this class (as "filterPermissions").
Tim Otten [Thu, 7 Mar 2013 08:28:28 +0000 (03:28 -0500)]
CRM-11925 - CRM_Utils_Hook - Remove moduleImplements.
The Drupal implementation is good, but we don't need the functionality, and
it's a bit of a liability because the design isn't portable to Joomla.
Keeping it might encourage others to write unportable hook code.
However, if we find that we do need the functionality, then we should use
this code as a starting point. (Aside: For a non-Drupal example, the
WordPress implementation is better than the Joomla implementation. The WP
version looks like it would still work with Civi ext-modules.)
Tim Otten [Thu, 7 Mar 2013 08:19:06 +0000 (03:19 -0500)]
CRM-11925 - Remove DrupalBase::getAllModulePermissions() because:
1. We only need to support hook_permissions for Civi ext-modules, so we don't need a special way to invoke that hook in Drupal.
2. The parent class implements the function in a simpler/more portable way.
colemanw [Fri, 8 Mar 2013 00:35:32 +0000 (16:35 -0800)]
Merge pull request #66 from colemanw/Webtests
Fix 3 webtests, and cleanup
Coleman Watts [Wed, 6 Mar 2013 22:11:57 +0000 (14:11 -0800)]
Logout should not wait for civicrm-footer
Coleman Watts [Wed, 6 Mar 2013 19:58:21 +0000 (11:58 -0800)]
The cut-n-paste code avanger strikes again
Coleman Watts [Wed, 6 Mar 2013 19:29:14 +0000 (11:29 -0800)]
Fix 3 webtests, and cleanup
Kurund Jalmi [Thu, 7 Mar 2013 18:26:55 +0000 (10:26 -0800)]
Merge pull request #83 from pradpnayak/CRM-12024
--code cleanup for CRM-12024
Kurund Jalmi [Thu, 7 Mar 2013 15:18:19 +0000 (07:18 -0800)]
Merge pull request #82 from pratik-joshi/webtests-fixes
Webtests fixes
Kurund Jalmi [Thu, 7 Mar 2013 15:14:28 +0000 (07:14 -0800)]
Merge pull request #80 from ravishnair/CRM-11778_grant-page-title-fix
-- CRM-11778 fix for Grant edit/view page title
Kurund Jalmi [Thu, 7 Mar 2013 15:14:15 +0000 (07:14 -0800)]
Merge pull request #81 from ravishnair/webtest-improvement
-- improved webtests, applied patch and made modifications
Pradeep Nayak [Thu, 7 Mar 2013 15:14:04 +0000 (20:44 +0530)]
--code cleanup for CRM-12024
Pratik Joshi [Thu, 7 Mar 2013 15:06:44 +0000 (20:36 +0530)]
webtest improvements for mailing tests
Pratik Joshi [Thu, 7 Mar 2013 13:09:50 +0000 (18:39 +0530)]
webtest improvement
Ravish Nair [Thu, 7 Mar 2013 15:02:16 +0000 (20:32 +0530)]
-- CRM-11778 fix for Grant edit/view page title
Ravish Nair [Thu, 7 Mar 2013 14:55:12 +0000 (20:25 +0530)]
-- improved webtests, applied patch and made modifications
Tim Otten [Thu, 7 Mar 2013 12:51:08 +0000 (07:51 -0500)]
releaser - Extract variable "$distmaker_tgt"
Tim Otten [Thu, 7 Mar 2013 12:47:37 +0000 (07:47 -0500)]
releaser - Publish starterkit tgz file (but not on sf.net)
Tim Otten [Thu, 7 Mar 2013 12:43:51 +0000 (07:43 -0500)]
distmaker/joomlaxml - Disable MySQL strict (which causes extraneous DB request)
Kurund Jalmi [Thu, 7 Mar 2013 12:33:50 +0000 (04:33 -0800)]
Merge pull request #79 from pradpnayak/CRM-12018
--notice fixes for CRM-12018
Pradeep Nayak [Thu, 7 Mar 2013 12:24:50 +0000 (17:54 +0530)]
--notice fixes for CRM-12018
Kurund Jalmi [Thu, 7 Mar 2013 11:40:19 +0000 (03:40 -0800)]
Merge pull request #77 from pratik-joshi/webtest-improvement
webtest fix : deleting profiles created through webtest
Kurund Jalmi [Thu, 7 Mar 2013 09:09:48 +0000 (01:09 -0800)]
Merge pull request #76 from pradpnayak/CRM-12018
--fixed for CRM-12018
Kurund Jalmi [Thu, 7 Mar 2013 09:09:11 +0000 (01:09 -0800)]
Merge pull request #75 from ravishnair/postUpgradeMessage-fix
-- postupgrade message for beta2 to display the modified message templat...
Pradeep Nayak [Thu, 7 Mar 2013 08:50:15 +0000 (14:20 +0530)]
--fixed for CRM-12018
Ravish Nair [Thu, 7 Mar 2013 08:49:27 +0000 (14:19 +0530)]
-- postupgrade message for beta2 to display the modified message templates
Kurund Jalmi [Thu, 7 Mar 2013 07:56:31 +0000 (23:56 -0800)]
Merge pull request #65 from twomice/CRM-12013
Fix CRM-12013.
Kurund Jalmi [Thu, 7 Mar 2013 07:54:37 +0000 (23:54 -0800)]
Merge pull request #74 from dlobo/MiscFixes
fix notices for PHP 5.4
Pratik Joshi [Thu, 7 Mar 2013 07:51:59 +0000 (13:21 +0530)]
webtest fix : deleting profiles created through webtest
Donald A. Lobo [Thu, 7 Mar 2013 05:53:02 +0000 (21:53 -0800)]
fix notices for PHP 5.4
Kurund Jalmi [Thu, 7 Mar 2013 05:52:20 +0000 (21:52 -0800)]
Merge pull request #67 from dlobo/CRM-12027
fix CRM-12027
Kurund Jalmi [Thu, 7 Mar 2013 05:51:51 +0000 (21:51 -0800)]
Merge pull request #72 from colemanw/CRM-12029
Restore context to CRM.api CRM-12029
Kurund Jalmi [Thu, 7 Mar 2013 05:51:22 +0000 (21:51 -0800)]
Merge pull request #73 from totten/ext-url-warning
CRM-12039 - Warning about undefined extensionsUrl
Tim Otten [Thu, 7 Mar 2013 02:19:47 +0000 (21:19 -0500)]
CRM-12039 - Display warning to prevent downloads if the default container doesn't have a URL
Tim Otten [Thu, 7 Mar 2013 02:17:50 +0000 (21:17 -0500)]
CRM-12039 - Add checkRequirements to CRM_Extension_Container_Interface
Coleman Watts [Thu, 7 Mar 2013 01:38:00 +0000 (17:38 -0800)]
Restore context to CRM.api CRM-12029
Tim Otten [Thu, 7 Mar 2013 01:38:00 +0000 (20:38 -0500)]
Cleanup - Ignore test byproducts
Tim Otten [Thu, 7 Mar 2013 01:34:03 +0000 (17:34 -0800)]
Merge pull request #71 from colemanw/CRM-12038
Crm 12038 - Fix help popups for custom fields
Coleman Watts [Thu, 7 Mar 2013 00:59:29 +0000 (16:59 -0800)]
Hmm, help file version numbers haven't been updated in a while
Coleman Watts [Thu, 7 Mar 2013 00:53:20 +0000 (16:53 -0800)]
Remove unneeded param
Coleman Watts [Thu, 7 Mar 2013 00:50:24 +0000 (16:50 -0800)]
Add dynamic loading of help text for custom fields CRM-12038
Tim Otten [Thu, 7 Mar 2013 00:46:44 +0000 (16:46 -0800)]
Merge pull request #70 from totten/windows-extension
CRM-12030 - Resource URLS for extensions on Windows
Tim Otten [Thu, 7 Mar 2013 00:33:05 +0000 (16:33 -0800)]
Merge pull request #69 from colemanw/CRM-12019
Fix 'leave page' alert in IE CRM-12019
Tim Otten [Thu, 7 Mar 2013 00:23:35 +0000 (19:23 -0500)]
CRM-12030 - Use getRelUrls() instead of getRelPaths() to construct URLs
Tim Otten [Thu, 7 Mar 2013 00:11:02 +0000 (19:11 -0500)]
CRM-12030 - Always use '/' in URLs (even for Windows)
Coleman Watts [Wed, 6 Mar 2013 23:36:01 +0000 (15:36 -0800)]
Fix 'leave page' alert in IE CRM-12019
Tim Otten [Wed, 6 Mar 2013 22:36:08 +0000 (17:36 -0500)]
CRM-11658 - releaser - Fix GPG bug
Tim Otten [Wed, 6 Mar 2013 22:13:55 +0000 (14:13 -0800)]
Merge pull request #68 from totten/releaser-tweak
CRM-11658 Releaser tweaks
Tim Otten [Wed, 6 Mar 2013 22:06:13 +0000 (17:06 -0500)]
CRM-11658 - distmaker - Allow running Joomla scripts for multiple users on the same host
Tim Otten [Wed, 6 Mar 2013 21:47:21 +0000 (16:47 -0500)]
CRM-11658 - releaser - Explain why there are two git_base_url options
Tim Otten [Wed, 6 Mar 2013 21:46:54 +0000 (16:46 -0500)]
CRM-11658 - releaser - Tweak help text to be more realistic
Donald A. Lobo [Wed, 6 Mar 2013 19:54:43 +0000 (11:54 -0800)]
fix CRM-12027
Allen Shaw [Wed, 6 Mar 2013 17:56:05 +0000 (11:56 -0600)]
Fix CRM-12013.
Kurund Jalmi [Wed, 6 Mar 2013 17:35:37 +0000 (09:35 -0800)]
Merge pull request #64 from dlobo/CRM-12034
fix CRM-12034
Kurund Jalmi [Wed, 6 Mar 2013 17:35:05 +0000 (09:35 -0800)]
Merge pull request #63 from ravishnair/webtest-improvement
-- applied patch and made some modifications
Kurund Jalmi [Wed, 6 Mar 2013 17:34:17 +0000 (09:34 -0800)]
Merge pull request #62 from pratik-joshi/webtest-improvement
Webtest improvement
Kurund Jalmi [Wed, 6 Mar 2013 17:29:39 +0000 (09:29 -0800)]
Merge pull request #60 from pradpnayak/CRM-12017
-fixed for CRM-12017
Donald A. Lobo [Wed, 6 Mar 2013 17:15:05 +0000 (09:15 -0800)]
fix CRM-12034
Ravish Nair [Wed, 6 Mar 2013 16:19:07 +0000 (21:49 +0530)]
-- applied patch and made some modifications
Pratik Joshi [Wed, 6 Mar 2013 15:47:46 +0000 (21:17 +0530)]
webtest cleanup and code improvement(using helper function)
Pratik Joshi [Wed, 6 Mar 2013 15:17:35 +0000 (20:47 +0530)]
webtest cleanup and code improvement
Pradeep Nayak [Wed, 6 Mar 2013 15:34:46 +0000 (21:04 +0530)]
-fixed for CRM-12017
Kurund Jalmi [Wed, 6 Mar 2013 15:15:05 +0000 (07:15 -0800)]
Merge pull request #58 from pratik-joshi/webtests-cleanup
webtest cleanup and code improvement
Pratik Joshi [Wed, 6 Mar 2013 14:14:56 +0000 (19:44 +0530)]
webtest cleanup and code improvement
Kurund Jalmi [Wed, 6 Mar 2013 13:40:03 +0000 (05:40 -0800)]
Merge pull request #57 from ravishnair/webtest-improvement
-- applied patches and made some modifications
Ravish Nair [Wed, 6 Mar 2013 13:10:50 +0000 (18:40 +0530)]
-- applied patches and made some modifications
Kurund Jalmi [Wed, 6 Mar 2013 12:39:04 +0000 (04:39 -0800)]
Merge pull request #54 from pratik-joshi/CRM-11960
fix for CRM-11960
Kurund Jalmi [Wed, 6 Mar 2013 12:38:28 +0000 (04:38 -0800)]
Merge pull request #55 from pratik-joshi/CRM-11960-webtest
test case for CRM-11960
Kurund Jalmi [Wed, 6 Mar 2013 12:38:03 +0000 (04:38 -0800)]
Merge pull request #56 from deepak-srivastava/crm
default demo processor fixes
Deepak Srivastava [Wed, 6 Mar 2013 12:24:34 +0000 (17:54 +0530)]
demo processor fix
Deepak Srivastava [Wed, 6 Mar 2013 12:23:16 +0000 (17:53 +0530)]
demo processor fix
Pratik Joshi [Wed, 6 Mar 2013 11:27:12 +0000 (16:57 +0530)]
test case for CRM-11960
Pratik Joshi [Wed, 6 Mar 2013 10:15:27 +0000 (15:45 +0530)]
fix for CRM-11960
Kurund Jalmi [Wed, 6 Mar 2013 09:55:09 +0000 (01:55 -0800)]
Merge pull request #53 from totten/releaser
CRM-11658 - Add "releaser" for git
Kurund Jalmi [Wed, 6 Mar 2013 09:48:43 +0000 (01:48 -0800)]
Merge pull request #51 from ravishnair/webtest-improvement
-- applied patch and made some modifications
Kurund Jalmi [Wed, 6 Mar 2013 09:36:27 +0000 (01:36 -0800)]
Merge pull request #49 from dlobo/CRM-12027
fix CRM-12027
Kurund Jalmi [Wed, 6 Mar 2013 09:35:24 +0000 (01:35 -0800)]
Merge pull request #47 from dlobo/CRM-11915
fix CRM-11915
Tim Otten [Wed, 6 Mar 2013 09:34:02 +0000 (04:34 -0500)]
Remove SVN-focused "build-tarballs"
Tim Otten [Wed, 6 Mar 2013 09:29:36 +0000 (04:29 -0500)]
CRM-11658 - "releaser/self-update"
Add script to download the releaser+gitify. This should be used on the production build environment instead of maintaining an extraneous working-copy.
Tim Otten [Wed, 6 Mar 2013 09:28:19 +0000 (04:28 -0500)]
Don't use "set -x" until after parsing command-line arguments