civicrm-core.git
10 years agoCRM-14367 e-notice fix
Eileen McNaughton [Fri, 2 May 2014 23:09:30 +0000 (16:09 -0700)]
CRM-14367 e-notice fix

10 years agoComment fix
Eileen McNaughton [Fri, 2 May 2014 22:48:14 +0000 (15:48 -0700)]
Comment fix

10 years agoCRM-14367 fix incorrect addition of separators before first string
Eileen McNaughton [Fri, 2 May 2014 22:47:39 +0000 (15:47 -0700)]
CRM-14367 fix incorrect addition of separators before first string

10 years agofix static vs non static method in tests
Eileen McNaughton [Fri, 2 May 2014 22:19:22 +0000 (15:19 -0700)]
fix static vs non static method in tests

10 years agocomment cleanup & remove unused functions
Eileen McNaughton [Fri, 2 May 2014 22:16:06 +0000 (15:16 -0700)]
comment cleanup & remove unused functions

10 years agomore comment fixes
Eileen McNaughton [Fri, 2 May 2014 22:09:58 +0000 (15:09 -0700)]
more comment fixes

10 years agoupdate comment blocks
Eileen McNaughton [Fri, 2 May 2014 22:06:39 +0000 (15:06 -0700)]
update comment blocks

10 years agoMerge pull request #3126 from pradpnayak/CRM-9288
Yashodha Chaku [Fri, 2 May 2014 21:57:07 +0000 (03:27 +0530)]
Merge pull request #3126 from pradpnayak/CRM-9288

Crm 9288

10 years agoMerge pull request #3130 from davecivicrm/CRM-11302
Dave Greenberg [Fri, 2 May 2014 21:54:51 +0000 (14:54 -0700)]
Merge pull request #3130 from davecivicrm/CRM-11302

CRM-11302 - some syntax fixes and put buttons in standard order on the n...

10 years agoCRM-11302 - some syntax fixes and put buttons in standard order on the new forms.
Dave Greenberg [Fri, 2 May 2014 21:54:16 +0000 (14:54 -0700)]
CRM-11302 - some syntax fixes and put buttons in standard order on the new forms.

----------------------------------------
* CRM-11302:
  https://issues.civicrm.org/jira/browse/CRM-11302

10 years agoMerge pull request #3127 from GinkgoFJG/CRM-14354
Kurund Jalmi [Fri, 2 May 2014 21:48:15 +0000 (14:48 -0700)]
Merge pull request #3127 from GinkgoFJG/CRM-14354

Misc code clean-up around membership/contribution forms

10 years agoMerge pull request #3107 from eileenmcnaughton/tests
Eileen McNaughton [Fri, 2 May 2014 21:18:56 +0000 (14:18 -0700)]
Merge pull request #3107 from eileenmcnaughton/tests

CRM-14319 addition to scheduled reminders not being sent

10 years agoMerge pull request #3128 from yashodha/CRM-11182.4.5
Yashodha Chaku [Fri, 2 May 2014 21:11:24 +0000 (02:41 +0530)]
Merge pull request #3128 from yashodha/CRM-11182.4.5

limit option for confirmation only for free events

10 years agolimit option for confirmation only for free events
yashodha [Fri, 2 May 2014 21:23:42 +0000 (02:53 +0530)]
limit option for confirmation only for free events

10 years agotest fix - change var to non-static
Eileen McNaughton [Fri, 2 May 2014 21:07:24 +0000 (14:07 -0700)]
test fix - change var to non-static

10 years agoMerge pull request #3125 from kurund/CRM-14084
Kurund Jalmi [Fri, 2 May 2014 21:01:44 +0000 (14:01 -0700)]
Merge pull request #3125 from kurund/CRM-14084

CRM-14084 fixes - Search by participant role does not work in Search Bui...

10 years agoCRM-14084 fixes - Search by participant role does not work in Search Builder
kurund [Fri, 2 May 2014 21:00:44 +0000 (14:00 -0700)]
CRM-14084 fixes - Search by participant role does not work in Search Builder

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

10 years ago-- added code to set/update is default for website type, CRM-9288
Pradeep Nayak [Fri, 2 May 2014 20:59:39 +0000 (02:29 +0530)]
-- added code to set/update is default for website type, CRM-9288

----------------------------------------
* CRM-9288: Website type improvements: allow multiple websites in Profiles, respect default type and update type options
  https://issues.civicrm.org/jira/browse/CRM-9288

10 years ago-- added upgrade script, CRM-9288
Pradeep Nayak [Fri, 2 May 2014 20:59:15 +0000 (02:29 +0530)]
-- added upgrade script, CRM-9288

----------------------------------------
* CRM-9288: Website type improvements: allow multiple websites in Profiles, respect default type and update type options
  https://issues.civicrm.org/jira/browse/CRM-9288

10 years agoAdded some code documentation to help with debugging.
Frank J. Gómez [Fri, 2 May 2014 20:13:51 +0000 (13:13 -0700)]
Added some code documentation to help with debugging.

10 years agoWhitespace edit for code readability.
Frank J. Gómez [Sun, 27 Apr 2014 18:01:02 +0000 (11:01 -0700)]
Whitespace edit for code readability.

10 years agoFixed misnamed variable. Should result in more useful error messages.
Frank J. Gómez [Fri, 21 Mar 2014 20:42:50 +0000 (16:42 -0400)]
Fixed misnamed variable. Should result in more useful error messages.

10 years agoVariable $className was undefined; replaced it with a lookup for the class name of...
Frank J. Gómez [Fri, 21 Mar 2014 17:10:50 +0000 (13:10 -0400)]
Variable $className was undefined; replaced it with a lookup for the class name of the current form.

10 years agoReplaced hardcoded contribution status ID with a pseudoconstant lookup.
Frank J. Gómez [Fri, 21 Mar 2014 17:08:34 +0000 (13:08 -0400)]
Replaced hardcoded contribution status ID with a pseudoconstant lookup.

10 years ago-- CRM-9288 - Website type improvements: allow multiple websites in Profiles, respect...
Pradeep Nayak [Fri, 2 May 2014 20:58:44 +0000 (02:28 +0530)]
-- CRM-9288 - Website type improvements: allow multiple websites in Profiles, respect default type and update type options

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

10 years agoCode cleanup. Improved readability with better variable names. Removed unused variabl...
Frank J. Gómez [Fri, 21 Mar 2014 17:02:13 +0000 (13:02 -0400)]
Code cleanup. Improved readability with better variable names. Removed unused variables. Shouldn't actually change anything about how Civi works.

10 years agoMerge pull request #3124 from adamwight/CRM-14473-setnull
Kurund Jalmi [Fri, 2 May 2014 20:54:22 +0000 (13:54 -0700)]
Merge pull request #3124 from adamwight/CRM-14473-setnull

Prevent delete cascade from case_type to case

10 years agoMerge pull request #3083 from freeform/CRM-14084
Kurund Jalmi [Fri, 2 May 2014 20:52:26 +0000 (13:52 -0700)]
Merge pull request #3083 from freeform/CRM-14084

CRM-14084 - Fix for Search by participant role does not work in Search Builder

10 years agoPrevent delete cascade from case_type to case
Adam Roses Wight [Fri, 2 May 2014 20:43:09 +0000 (13:43 -0700)]
Prevent delete cascade from case_type to case

CRM-14473: Migrate case-types from OptionGroup to new table

10 years agoMerge pull request #3123 from adamwight/aw-fixtures-typo
colemanw [Fri, 2 May 2014 20:24:39 +0000 (13:24 -0700)]
Merge pull request #3123 from adamwight/aw-fixtures-typo

fix typo caused by merge resolution

10 years agofix typo caused by merge resolution
Adam Roses Wight [Fri, 2 May 2014 20:21:55 +0000 (13:21 -0700)]
fix typo caused by merge resolution

10 years agoMerge pull request #3121 from yashodha/CRM-14134
Yashodha Chaku [Fri, 2 May 2014 19:21:52 +0000 (00:51 +0530)]
Merge pull request #3121 from yashodha/CRM-14134

fix upgrade typo

10 years agofix upgrade typo
yashodha [Fri, 2 May 2014 19:34:12 +0000 (01:04 +0530)]
fix upgrade typo

10 years agoCRM-14134 : allow option to configure dedupe rule per event
yashodha [Fri, 2 May 2014 19:20:13 +0000 (00:50 +0530)]
CRM-14134 : allow option to configure dedupe rule per event

10 years agoMerge pull request #3118 from yashodha/CRM-14134
Yashodha Chaku [Fri, 2 May 2014 19:08:27 +0000 (00:38 +0530)]
Merge pull request #3118 from yashodha/CRM-14134

CRM-14134 : allow option to configure dedupe rule per event

10 years agoMerge pull request #3077 from adamwight/test_fixtures
Kurund Jalmi [Fri, 2 May 2014 18:10:04 +0000 (11:10 -0700)]
Merge pull request #3077 from adamwight/test_fixtures

Provide a RoR-like test fixture helper

10 years agoMerge pull request #3106 from adamwight/CRM-14473-l10n
Kurund Jalmi [Fri, 2 May 2014 18:02:49 +0000 (11:02 -0700)]
Merge pull request #3106 from adamwight/CRM-14473-l10n

CiviCase case type fields are localized

10 years agoMerge pull request #3116 from jitendrapurohit/Report_Webtest
Kurund Jalmi [Fri, 2 May 2014 17:50:55 +0000 (10:50 -0700)]
Merge pull request #3116 from jitendrapurohit/Report_Webtest

Web Test Fix

10 years agoWeb Test Fix
jitendrapurohit [Fri, 2 May 2014 11:41:57 +0000 (17:11 +0530)]
Web Test Fix

10 years agoMerge pull request #3113 from deepak-srivastava/CRM-14431
Deepak Srivastava [Fri, 2 May 2014 07:17:52 +0000 (12:47 +0530)]
Merge pull request #3113 from deepak-srivastava/CRM-14431

CRM-14431 - send report api function exits rather than returning (this c...

10 years agoCRM-14431 - send report api function exits rather than returning (this can mess up...
Deepak Srivastava [Fri, 2 May 2014 07:16:26 +0000 (12:46 +0530)]
CRM-14431 - send report api function exits rather than returning (this can mess up scheduled jobs)

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

10 years agolocalize the case type schema migration
Adam Roses Wight [Fri, 2 May 2014 01:37:45 +0000 (18:37 -0700)]
localize the case type schema migration

10 years agoMerge pull request #3096 from mepps/remove-autocomplete-email
colemanw [Fri, 2 May 2014 01:25:28 +0000 (18:25 -0700)]
Merge pull request #3096 from mepps/remove-autocomplete-email

Removed autocomplete from send email activity

10 years agoRemoved tokeninput from CRM/Core/Resources.php
Maggie [Fri, 2 May 2014 01:17:31 +0000 (21:17 -0400)]
Removed tokeninput from CRM/Core/Resources.php

10 years agoCRM-14353 - Standardize unsaved form popups
Coleman Watts [Fri, 2 May 2014 01:14:00 +0000 (18:14 -0700)]
CRM-14353 - Standardize unsaved form popups

10 years agoPrepopulated autoselect with email values--found bug caused by other code to be recon...
Maggie [Fri, 2 May 2014 01:14:24 +0000 (21:14 -0400)]
Prepopulated autoselect with email values--found bug caused by other code to be reconciled later

10 years agoMerge pull request #3110 from yashodha/4.5.CRM-11182
Yashodha Chaku [Fri, 2 May 2014 01:11:31 +0000 (06:41 +0530)]
Merge pull request #3110 from yashodha/4.5.CRM-11182

CRM-11182 : option to configure confirm screen

10 years agooption to configure confirm screen
yashodha [Fri, 2 May 2014 01:24:14 +0000 (06:54 +0530)]
option to configure confirm screen

10 years agoMerge pull request #3109 from davecivicrm/CRM-14515
Dave Greenberg [Fri, 2 May 2014 01:03:29 +0000 (18:03 -0700)]
Merge pull request #3109 from davecivicrm/CRM-14515

CRM-14515 add display of the link for the PCP itself.

10 years agoMerge pull request #3068 from ginkgomzd/CRM-14353
colemanw [Fri, 2 May 2014 01:02:37 +0000 (18:02 -0700)]
Merge pull request #3068 from ginkgomzd/CRM-14353

Crm 14353

10 years agoCRM-14515 add display of the link for the PCP itself.
Dave Greenberg [Fri, 2 May 2014 01:02:33 +0000 (18:02 -0700)]
CRM-14515 add display of the link for the PCP itself.

----------------------------------------
* CRM-14515:
  https://issues.civicrm.org/jira/browse/CRM-14515

10 years agoCRM-14353 - Unobtrusive popup form confirm
Coleman Watts [Fri, 2 May 2014 01:00:59 +0000 (18:00 -0700)]
CRM-14353 - Unobtrusive popup form confirm

10 years agoUpdated SMS Task Form with crmSelect2 and prepopulated
Maggie [Fri, 2 May 2014 00:54:52 +0000 (20:54 -0400)]
Updated SMS Task Form with crmSelect2 and prepopulated

10 years agoMerge pull request #3104 from mlutfy/master-crm14611-c
Kurund Jalmi [Fri, 2 May 2014 00:55:28 +0000 (17:55 -0700)]
Merge pull request #3104 from mlutfy/master-crm14611-c

CRM-14611: fixes for multi-lingual 4.5.alpha1 upgrade

10 years agoMark case_type columns as localizable
Adam Roses Wight [Fri, 2 May 2014 00:48:08 +0000 (17:48 -0700)]
Mark case_type columns as localizable

10 years agoCRM-14319 additional test to check how limit to works - just for Yashi
Eileen McNaughton [Fri, 2 May 2014 00:42:58 +0000 (17:42 -0700)]
CRM-14319 additional test to check how limit to works - just for Yashi

10 years agoCiviCase sample data is localized
Adam Roses Wight [Fri, 2 May 2014 00:29:55 +0000 (17:29 -0700)]
CiviCase sample data is localized

Uses code generation now.

TODO: There may be issues with multilingual upgrades.

10 years agoCRM-14353 disable check onSubmit
mzd [Fri, 2 May 2014 00:28:45 +0000 (20:28 -0400)]
CRM-14353 disable check onSubmit

----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353

10 years agoCRM-14611: add SchemaStructure_4_5_alpha1.php for the views/trigger rebuild.
Mathieu Lutfy [Fri, 2 May 2014 00:11:18 +0000 (20:11 -0400)]
CRM-14611: add SchemaStructure_4_5_alpha1.php for the views/trigger rebuild.

10 years agoCRM-14611: fix 4.5.alpha1 multi-lingual upgrade (civicrm_survey was missing some...
Mathieu Lutfy [Fri, 2 May 2014 00:23:24 +0000 (20:23 -0400)]
CRM-14611: fix 4.5.alpha1 multi-lingual upgrade (civicrm_survey was missing some schema upgrades).

10 years agoCRM-14319 addition to scheduled reminders not being sent
Eileen McNaughton [Fri, 2 May 2014 00:15:07 +0000 (17:15 -0700)]
CRM-14319 addition to scheduled reminders not being sent

10 years agoCRM-14353 - Add confirm to popup forms
Coleman Watts [Thu, 1 May 2014 23:50:04 +0000 (16:50 -0700)]
CRM-14353 - Add confirm to popup forms

10 years agoAdded entity ref to scheduled reminders manual recipient select and removed autocomplete
Maggie [Thu, 1 May 2014 23:37:46 +0000 (19:37 -0400)]
Added entity ref to scheduled reminders manual recipient select and removed autocomplete

10 years agoRemoved autocomplete from send email activity
Maggie [Thu, 1 May 2014 21:41:48 +0000 (17:41 -0400)]
Removed autocomplete from send email activity

10 years agoMerge pull request #3103 from adamwight/CRM-14473
Kurund Jalmi [Thu, 1 May 2014 23:33:26 +0000 (16:33 -0700)]
Merge pull request #3103 from adamwight/CRM-14473

Case Type refactoring

10 years agoCase Type refactoring
Adam Roses Wight [Tue, 29 Apr 2014 21:45:21 +0000 (14:45 -0700)]
Case Type refactoring

TODO:
* Test code paths not covered by units.

CRM-14473: Migrate case-types from OptionGroup to new table

10 years agoSchema and migration to make Case Type a first-class table
Adam Roses Wight [Tue, 29 Apr 2014 21:42:04 +0000 (14:42 -0700)]
Schema and migration to make Case Type a first-class table

CRM-14473

10 years agoProvide a RoR-like test fixture helper
Adam Roses Wight [Thu, 1 May 2014 17:31:30 +0000 (10:31 -0700)]
Provide a RoR-like test fixture helper

Any unit test may call $this->loadAllFixtures() from the setUp() routine,
and that will load all fixtures from the civicrm/tests/fixtures directory.

Fixtures can be written using the legacy XML format, or using YAML.

10 years agoMerge pull request #3098 from freeform/CRM-14576
Kurund Jalmi [Thu, 1 May 2014 23:22:10 +0000 (16:22 -0700)]
Merge pull request #3098 from freeform/CRM-14576

CRM-14576 - Fix issue with select display after a form error occurs.

10 years agoCRM-14353 add support to DatePicker for unsaved changes warning;
mzd [Thu, 1 May 2014 23:11:21 +0000 (19:11 -0400)]
CRM-14353 add support to DatePicker for unsaved changes warning;

----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353

10 years agoMerge pull request #3102 from eileenmcnaughton/tests
Eileen McNaughton [Thu, 1 May 2014 23:09:01 +0000 (16:09 -0700)]
Merge pull request #3102 from eileenmcnaughton/tests

CRM-14319 test set up tweaks

10 years agoCRM-14319 test set up tweaks
Eileen McNaughton [Thu, 1 May 2014 23:08:15 +0000 (16:08 -0700)]
CRM-14319 test set up tweaks

10 years agoMerge pull request #3100 from kurund/CRM-14563
Kurund Jalmi [Thu, 1 May 2014 22:48:22 +0000 (15:48 -0700)]
Merge pull request #3100 from kurund/CRM-14563

clean and fixes for CRM-14563

10 years agoclean and fixes for CRM-14563
kurund [Thu, 1 May 2014 22:46:17 +0000 (15:46 -0700)]
clean and fixes for CRM-14563

----------------------------------------
* CRM-14563: Search builder IN operator on a custom field
  https://issues.civicrm.org/jira/browse/CRM-14563

10 years agoMerge pull request #3099 from eileenmcnaughton/CRM-14494
Eileen McNaughton [Thu, 1 May 2014 22:41:34 +0000 (15:41 -0700)]
Merge pull request #3099 from eileenmcnaughton/CRM-14494

CRM-14494 add system logger (PSR3)

10 years agoCRM-14494 use preferred logger syntax
Eileen McNaughton [Thu, 1 May 2014 22:39:52 +0000 (15:39 -0700)]
CRM-14494 use preferred logger syntax

10 years agoCRM-14494 add system logger to handle payment notification & test
eileenmcnaughton [Thu, 1 May 2014 18:04:02 +0000 (18:04 +0000)]
CRM-14494 add system logger to handle payment notification & test

CRM-14449 log legacy style ipns to system_log

CRM-14449 logging request seems more consistent with others

CRM-14449 stding message value in payment notification logs

CRM-14449 log ipaddress on ipn calls

CRM-14449 add fn exists as legacy non-boostrapped methods get to this point

10 years agoCRM-14494 add system logger files
eileenmcnaughton [Thu, 1 May 2014 16:03:07 +0000 (16:03 +0000)]
CRM-14494 add system logger files

CRM-14449 Add system Log table to schema

Conflicts:
CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl

CRM-14449 add system log

CRM-14449 remove debug

10 years agoCRM-14576 - Fix issue with select display after a form error occurs.
Lola Slade [Thu, 1 May 2014 22:32:22 +0000 (15:32 -0700)]
CRM-14576 - Fix issue with select display after a form error occurs.

10 years agoMerge pull request #3097 from eileenmcnaughton/CRM-14109
Eileen McNaughton [Thu, 1 May 2014 22:24:24 +0000 (15:24 -0700)]
Merge pull request #3097 from eileenmcnaughton/CRM-14109

CRM-14109 add test for ajx fns

10 years agoMerge pull request #3089 from relldoesphp/CRM-14466
Kurund Jalmi [Thu, 1 May 2014 21:32:05 +0000 (14:32 -0700)]
Merge pull request #3089 from relldoesphp/CRM-14466

CRM-14466 made changes to how variables are initialized

10 years agoMerge pull request #3091 from eileenmcnaughton/CRM-14319
Eileen McNaughton [Thu, 1 May 2014 20:24:20 +0000 (13:24 -0700)]
Merge pull request #3091 from eileenmcnaughton/CRM-14319

CRM-14319 test that extra contacts get scheduled reminders

10 years agoMerge pull request #3092 from davecivicrm/CRM-14488
Dave Greenberg [Thu, 1 May 2014 20:24:00 +0000 (13:24 -0700)]
Merge pull request #3092 from davecivicrm/CRM-14488

CRM-14488 - Additional fix for profiles with multiple Used For entries i...

10 years agoCRM-14109 add test for ajx fns
eileenmcnaughton [Thu, 1 May 2014 20:23:56 +0000 (20:23 +0000)]
CRM-14109 add test for ajx fns

10 years agoCRM-14488 - Additional fix for profiles with multiple Used For entries in uf_join...
Dave Greenberg [Thu, 1 May 2014 20:22:46 +0000 (13:22 -0700)]
CRM-14488 - Additional fix for profiles with multiple Used For entries in uf_join table

----------------------------------------
* CRM-14488:
  https://issues.civicrm.org/jira/browse/CRM-14488

10 years agoMerge pull request #3090 from eileenmcnaughton/CRM-14522
Eileen McNaughton [Thu, 1 May 2014 20:12:20 +0000 (13:12 -0700)]
Merge pull request #3090 from eileenmcnaughton/CRM-14522

CRM-14522 remove incorrect FK

10 years agoCRM-14522 remove incorrect FK
Eileen McNaughton [Thu, 1 May 2014 20:11:27 +0000 (13:11 -0700)]
CRM-14522 remove incorrect FK

10 years agoCRM-14319 test that extra contacts get scheduled reminders
eileenmcnaughton [Thu, 1 May 2014 20:09:49 +0000 (20:09 +0000)]
CRM-14319 test that extra contacts get scheduled reminders

10 years agoCRM-14466 made changes to how variables are initialized
Tyrell Cook [Thu, 1 May 2014 20:01:27 +0000 (16:01 -0400)]
CRM-14466 made changes to how variables are initialized

----------------------------------------
* CRM-14466: View manage case screen gives two PHP Notices (civicrm/contact/view/case?reset=1&action=view&cid=xxx&id=yyy&show=1)
  https://issues.civicrm.org/jira/browse/CRM-14466

10 years agoProvide a RoR-like test fixture helper
Adam Roses Wight [Thu, 1 May 2014 17:31:30 +0000 (10:31 -0700)]
Provide a RoR-like test fixture helper

Any unit test may call $this->loadAllFixtures() from the setUp() routine,
and that will load all fixtures from the civicrm/tests/fixtures directory.

Fixtures can be written using the legacy XML format, or using YAML.

10 years agoMerge pull request #3087 from kurund/search-builder
Kurund Jalmi [Thu, 1 May 2014 19:54:04 +0000 (12:54 -0700)]
Merge pull request #3087 from kurund/search-builder

CRM-13274, search builder fixes

10 years agoCRM-13274, search builder fixes
kurund [Thu, 1 May 2014 19:53:33 +0000 (12:53 -0700)]
CRM-13274, search builder fixes

----------------------------------------
* CRM-13274: Sort by pseudo-constants is broken for search builder
  https://issues.civicrm.org/jira/browse/CRM-13274

10 years agoMerge pull request #3072 from mlutfy/master-crm14594
Tim Otten [Thu, 1 May 2014 19:52:08 +0000 (12:52 -0700)]
Merge pull request #3072 from mlutfy/master-crm14594

CRM-14594: bin/gitify: use the new civicrm-l10n-daily.tar.gz archive instead of the now deprecated SVN

10 years agoCRM-14084 - Fix for Search by participant role does not work in Search Builder.
Lola Slade [Thu, 1 May 2014 19:03:09 +0000 (12:03 -0700)]
CRM-14084 - Fix for Search by participant role does not work in Search Builder.

10 years agoCRM-14353 add unsaved changes alerts to tab-switching; remove unused formNavigate.tpl
mzd [Thu, 1 May 2014 01:24:29 +0000 (21:24 -0400)]
CRM-14353 add unsaved changes alerts to tab-switching; remove unused formNavigate.tpl

----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353

10 years agoCRM-14353 - remove formNavigate includes, in-progress
mzd [Thu, 1 May 2014 00:39:37 +0000 (20:39 -0400)]
CRM-14353 - remove formNavigate includes, in-progress

----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353

10 years agoCRM-14353 trigger message when form has unsaved changes;
mzd [Thu, 1 May 2014 00:39:20 +0000 (20:39 -0400)]
CRM-14353 trigger message when form has unsaved changes;

----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353

10 years agoCRM-14353 js function to store initial form values; php to enable warning on add...
mzd [Thu, 1 May 2014 00:23:18 +0000 (20:23 -0400)]
CRM-14353 js function to store initial form values; php to enable warning on add/edit forms;

----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353

10 years agoCRM-14353 - undo add of unsavedChangesWarn Form property
mzd [Wed, 30 Apr 2014 23:10:20 +0000 (19:10 -0400)]
CRM-14353 - undo add of unsavedChangesWarn Form property

----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353

10 years agoCRM-14353 - remove UF_Form_Field and UF_Form_Group formNavigate includes
mzd [Wed, 30 Apr 2014 23:02:43 +0000 (19:02 -0400)]
CRM-14353 - remove UF_Form_Field and UF_Form_Group formNavigate includes

----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353