issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k ⌀ | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.46B | issue_number int64 1 127k |
|---|---|---|---|---|---|---|---|---|---|
[
"ChurchCRM",
"CRM"
] | Visit GroupView.php. Group members whose address is inherited from family do not show their complete address info in the table:

The rows with 'null null' were imported via CSV (with the 'automatically create family' option). The other two (which at least show City and State (Province)) were manually entered with 'Create family based on last name') under contact info. | Group View members list doesn't show complete addresses for people who inherit from family | https://api.github.com/repos/ChurchCRM/CRM/issues/1736/comments | 5 | 2017-01-18T04:28:30Z | 2024-05-17T21:08:27Z | https://github.com/ChurchCRM/CRM/issues/1736 | 201,476,642 | 1,736 |
[
"ChurchCRM",
"CRM"
] | before

after fix

| VolunteerOpportunityEditor page fixes | https://api.github.com/repos/ChurchCRM/CRM/issues/1734/comments | 0 | 2017-01-17T09:41:50Z | 2017-03-14T04:39:28Z | https://github.com/ChurchCRM/CRM/issues/1734 | 201,219,938 | 1,734 |
[
"ChurchCRM",
"CRM"
] | 
| Syntax error on EmailSend.php | https://api.github.com/repos/ChurchCRM/CRM/issues/1731/comments | 2 | 2017-01-17T02:37:41Z | 2017-01-28T19:14:49Z | https://github.com/ChurchCRM/CRM/issues/1731 | 201,161,569 | 1,731 |
[
"ChurchCRM",
"CRM"
] | null | Title Bar should include church name | https://api.github.com/repos/ChurchCRM/CRM/issues/1730/comments | 1 | 2017-01-16T20:27:01Z | 2023-11-05T02:25:39Z | https://github.com/ChurchCRM/CRM/issues/1730 | 201,111,799 | 1,730 |
[
"ChurchCRM",
"CRM"
] | "None US/CND State" was renamed to None State in a few files - PersonEditor.php being one of them.
https://github.com/ChurchCRM/CRM/blob/master/src/PersonEditor.php#L860 | Incorrect representation of"None State" | https://api.github.com/repos/ChurchCRM/CRM/issues/1729/comments | 3 | 2017-01-16T20:18:18Z | 2024-07-29T02:22:50Z | https://github.com/ChurchCRM/CRM/issues/1729 | 201,110,268 | 1,729 |
[
"ChurchCRM",
"CRM"
] | Need to centralize where the JavaScript ```window.CRM``` object is defined.
Also need to document its existence | CRM JavaScript Namespace Initialization | https://api.github.com/repos/ChurchCRM/CRM/issues/1728/comments | 1 | 2017-01-16T20:09:59Z | 2017-07-09T02:16:43Z | https://github.com/ChurchCRM/CRM/issues/1728 | 201,108,866 | 1,728 |
[
"ChurchCRM",
"CRM"
] | Some files still use the $sRootPath var instead of referencing the SystemURLs static class:
| Still using $sRootPath instead of SystemURLS method. | https://api.github.com/repos/ChurchCRM/CRM/issues/1727/comments | 0 | 2017-01-16T20:08:35Z | 2017-02-06T06:09:46Z | https://github.com/ChurchCRM/CRM/issues/1727 | 201,108,574 | 1,727 |
[
"ChurchCRM",
"CRM"
] | gettext should not include the period: https://github.com/ChurchCRM/CRM/blob/master/src/Include/Functions.php#L145
| Families Translation | https://api.github.com/repos/ChurchCRM/CRM/issues/1726/comments | 0 | 2017-01-16T20:06:24Z | 2017-02-11T17:58:12Z | https://github.com/ChurchCRM/CRM/issues/1726 | 201,108,155 | 1,726 |
[
"ChurchCRM",
"CRM"
] | Many of the methods of SystemService do not require context information - they're just helper methods.
Investigate moving SystemService to a static class so that we don't need to instantiate an object every time we need a method.
| SystemService should be a static class | https://api.github.com/repos/ChurchCRM/CRM/issues/1725/comments | 2 | 2017-01-16T19:38:24Z | 2024-07-29T02:22:51Z | https://github.com/ChurchCRM/CRM/issues/1725 | 201,102,991 | 1,725 |
[
"ChurchCRM",
"CRM"
] | Can we build our own "autoloader" for the TaskService so that it automatically loads all tasks within the tasks namespace or all tasks implementing iTask? | create autoloader for tasks | https://api.github.com/repos/ChurchCRM/CRM/issues/1724/comments | 5 | 2017-01-16T19:34:42Z | 2024-07-29T02:22:53Z | https://github.com/ChurchCRM/CRM/issues/1724 | 201,102,350 | 1,724 |
[
"ChurchCRM",
"CRM"
] | Family verification email message body text should not be hard coded. Not a showstopper, as I know the feature was MVP | Family Verification Email Body | https://api.github.com/repos/ChurchCRM/CRM/issues/1723/comments | 9 | 2017-01-16T19:32:10Z | 2020-11-27T23:42:44Z | https://github.com/ChurchCRM/CRM/issues/1723 | 201,101,860 | 1,723 |
[
"ChurchCRM",
"CRM"
] | this is a showstopper.
#1637 replaced all instances of ```substr()``` with ```mb_substr()``` but I didn't account for the fact that SQL has a substr function as well. SQL does not have an ```mb_substr()``` function, and this will cause big issues
All instances of mb_substr which are in a SQL query need to be reverted. | SQL substr->mb_substr big problem. | https://api.github.com/repos/ChurchCRM/CRM/issues/1722/comments | 1 | 2017-01-16T19:30:16Z | 2017-01-17T03:24:45Z | https://github.com/ChurchCRM/CRM/issues/1722 | 201,101,527 | 1,722 |
[
"ChurchCRM",
"CRM"
] | I'm not sure of the syntax, but we could leverage project files in the signature generation section of the grunt file as well if there's a way to include/exclude nodes in a grunt array. | Gruntfile project files variable for signatures | https://api.github.com/repos/ChurchCRM/CRM/issues/1721/comments | 0 | 2017-01-16T19:25:37Z | 2023-11-05T02:27:00Z | https://github.com/ChurchCRM/CRM/issues/1721 | 201,100,610 | 1,721 |
[
"ChurchCRM",
"CRM"
] | after it's been committed, we should ignore the file so as not to accidentally commit private data. | GitIgnore BuildConfig.json | https://api.github.com/repos/ChurchCRM/CRM/issues/1720/comments | 1 | 2017-01-16T19:22:02Z | 2017-02-12T00:02:52Z | https://github.com/ChurchCRM/CRM/issues/1720 | 201,099,959 | 1,720 |
[
"ChurchCRM",
"CRM"
] | Expanding payment rows in deposit slip editor is broken
Collected Value Title | Data
----------------------|----------------
Page Name |/DepositSlipEditor.php
Screen Size |1050x1680
Window Size |944x1680
Page Size |1178x1680
Platform Information | Linux scotchbox 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64
PHP Version | 7.0.14-2+deb.sury.org~trusty+1
ChurchCRM Version |2.5.0
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_expires,mod_filter,mod_headers,mod_include,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Expanding payments no longer works | https://api.github.com/repos/ChurchCRM/CRM/issues/1719/comments | 2 | 2017-01-16T19:18:43Z | 2017-03-14T04:29:45Z | https://github.com/ChurchCRM/CRM/issues/1719 | 201,099,342 | 1,719 |
[
"ChurchCRM",
"CRM"
] | Signature lines in deposit report extend beyond the bottom of the second PDF page.
Collected Value Title | Data
----------------------|----------------
Page Name |/DepositSlipEditor.php
Screen Size |1050x1680
Window Size |944x1680
Page Size |1177x1680
Platform Information | Linux scotchbox 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64
PHP Version | 7.0.14-2+deb.sury.org~trusty+1
ChurchCRM Version |2.5.0
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_expires,mod_filter,mod_headers,mod_include,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Deposit Report Signature Lines | https://api.github.com/repos/ChurchCRM/CRM/issues/1718/comments | 1 | 2017-01-16T19:02:09Z | 2017-02-05T02:16:15Z | https://github.com/ChurchCRM/CRM/issues/1718 | 201,096,363 | 1,718 |
[
"ChurchCRM",
"CRM"
] | clicking a family in the map should have a link to the family page.
Collected Value Title | Data
----------------------|----------------
Page Name |/MapUsingGoogle.php
Screen Size |1050x1680
Window Size |944x1680
Page Size |944x1680
Platform Information | Linux scotchbox 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64
PHP Version | 7.0.14-2+deb.sury.org~trusty+1
ChurchCRM Version |2.5.0
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_expires,mod_filter,mod_headers,mod_include,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Clicking a family context data | https://api.github.com/repos/ChurchCRM/CRM/issues/1717/comments | 0 | 2017-01-16T19:00:57Z | 2017-03-20T05:20:30Z | https://github.com/ChurchCRM/CRM/issues/1717 | 201,096,144 | 1,717 |
[
"ChurchCRM",
"CRM"
] | The map should take up a larger portion of the screen. Too much wasted space
Collected Value Title | Data
----------------------|----------------
Page Name |/MapUsingGoogle.php
Screen Size |1050x1680
Window Size |944x1680
Page Size |944x1680
Platform Information | Linux scotchbox 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64
PHP Version | 7.0.14-2+deb.sury.org~trusty+1
ChurchCRM Version |2.5.0
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_expires,mod_filter,mod_headers,mod_include,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Map is too small | https://api.github.com/repos/ChurchCRM/CRM/issues/1716/comments | 0 | 2017-01-16T18:59:44Z | 2017-03-17T15:34:23Z | https://github.com/ChurchCRM/CRM/issues/1716 | 201,095,920 | 1,716 |
[
"ChurchCRM",
"CRM"
] | Got this when clicking "Missing Gender Data" Task:

*EDIT* This happens with all of the data tasks | Error with Data Validation Tasks | https://api.github.com/repos/ChurchCRM/CRM/issues/1715/comments | 2 | 2017-01-16T18:56:18Z | 2017-01-24T00:47:35Z | https://github.com/ChurchCRM/CRM/issues/1715 | 201,095,350 | 1,715 |
[
"ChurchCRM",
"CRM"
] | DB restore fails if file is too large. No indication present of capable size. | Database restore fails if file is too large | https://api.github.com/repos/ChurchCRM/CRM/issues/1713/comments | 0 | 2017-01-16T17:33:09Z | 2017-01-20T15:53:32Z | https://github.com/ChurchCRM/CRM/issues/1713 | 201,079,882 | 1,713 |
[
"ChurchCRM",
"CRM"
] | TravisCI should automatically import / export localization with code pushes. | Automated localization export / import | https://api.github.com/repos/ChurchCRM/CRM/issues/1712/comments | 1 | 2017-01-16T16:32:05Z | 2017-01-22T23:00:45Z | https://github.com/ChurchCRM/CRM/issues/1712 | 201,065,464 | 1,712 |
[
"ChurchCRM",
"CRM"
] | It's not really a good idea to use the result of gettext() as part of a test condition...
https://github.com/ChurchCRM/CRM/pull/1674/files#diff-ecfbb0a8bbcca0081c76f197fdc50851R982
I think there's also a few other places we're doing it,
| gettext() within conditionals | https://api.github.com/repos/ChurchCRM/CRM/issues/1711/comments | 3 | 2017-01-16T16:29:36Z | 2024-07-30T02:17:11Z | https://github.com/ChurchCRM/CRM/issues/1711 | 201,064,849 | 1,711 |
[
"ChurchCRM",
"CRM"
] | Enable Self-Registration for Demo Site | https://api.github.com/repos/ChurchCRM/CRM/issues/1710/comments | 0 | 2017-01-16T15:51:56Z | 2017-02-12T00:05:30Z | https://github.com/ChurchCRM/CRM/issues/1710 | 201,054,604 | 1,710 | |
[
"ChurchCRM",
"CRM"
] | This way the demo sites have full date for people to test with. | When updating the demo sites, import the demo data | https://api.github.com/repos/ChurchCRM/CRM/issues/1709/comments | 1 | 2017-01-16T15:51:04Z | 2017-12-30T21:03:06Z | https://github.com/ChurchCRM/CRM/issues/1709 | 201,054,383 | 1,709 |
[
"ChurchCRM",
"CRM"
] | Add Family/Person/Group Properties to demo/testing site data | https://api.github.com/repos/ChurchCRM/CRM/issues/1708/comments | 2 | 2017-01-16T15:50:17Z | 2017-12-30T20:46:01Z | https://github.com/ChurchCRM/CRM/issues/1708 | 201,054,179 | 1,708 | |
[
"ChurchCRM",
"CRM"
] | https://github.com/github-tools/github-release-notes | Convert github_changelog_generator to a grunt task | https://api.github.com/repos/ChurchCRM/CRM/issues/1706/comments | 2 | 2017-01-16T15:35:40Z | 2017-11-12T05:14:38Z | https://github.com/ChurchCRM/CRM/issues/1706 | 201,050,125 | 1,706 |
[
"ChurchCRM",
"CRM"
] | https://ma.ttias.be/wordpress-get-secure-cryptographic-updates/ | cryptographically sign updates | https://api.github.com/repos/ChurchCRM/CRM/issues/1705/comments | 2 | 2017-01-16T15:04:05Z | 2024-07-30T02:17:13Z | https://github.com/ChurchCRM/CRM/issues/1705 | 201,042,045 | 1,705 |
[
"ChurchCRM",
"CRM"
] | we need to keep the system clean after deleting a family and it's members | Delete family / members do not delete images from disk | https://api.github.com/repos/ChurchCRM/CRM/issues/1697/comments | 7 | 2017-01-16T00:18:02Z | 2024-07-30T02:17:14Z | https://github.com/ChurchCRM/CRM/issues/1697 | 200,908,531 | 1,697 |
[
"ChurchCRM",
"CRM"
] | no errors from the software but the data does not change | Can't restore demo tar.gz | https://api.github.com/repos/ChurchCRM/CRM/issues/1696/comments | 1 | 2017-01-16T00:12:02Z | 2017-01-16T00:14:33Z | https://github.com/ChurchCRM/CRM/issues/1696 | 200,908,184 | 1,696 |
[
"ChurchCRM",
"CRM"
] | after getting the tar.gz compression fixed we should move to that file for self update as it is ~70% of the zip file and it keeps file permissions

| Change Update software to tar file as it is 70% smaller | https://api.github.com/repos/ChurchCRM/CRM/issues/1694/comments | 9 | 2017-01-15T16:52:33Z | 2024-07-30T02:17:15Z | https://github.com/ChurchCRM/CRM/issues/1694 | 200,879,727 | 1,694 |
[
"ChurchCRM",
"CRM"
] | after getting the tar.gz compression fixed we should move to that file for demo update as it is ~70% of the zip file and it keeps file permissions

| transition demo site update to .tar.gz | https://api.github.com/repos/ChurchCRM/CRM/issues/1693/comments | 0 | 2017-01-15T16:51:45Z | 2023-11-05T02:14:52Z | https://github.com/ChurchCRM/CRM/issues/1693 | 200,879,669 | 1,693 |
[
"ChurchCRM",
"CRM"
] | `Base` and `Map` folders are missing from `master` branch. If I download [2.4.4](https://github.com/ChurchCRM/CRM/releases/tag/2.4.4) release, it has these folders in https://github.com/ChurchCRM/CRM/tree/master/src/ChurchCRM/model/ChurchCRM . But if I clone using `git clone https://github.com/ChurchCRM/CRM.git --depth=1`, I don't get these folders. And because of that churchcrm shows error.
| missing folders and files from master | https://api.github.com/repos/ChurchCRM/CRM/issues/1692/comments | 3 | 2017-01-15T12:23:45Z | 2017-01-16T15:17:33Z | https://github.com/ChurchCRM/CRM/issues/1692 | 200,865,748 | 1,692 |
[
"ChurchCRM",
"CRM"
] | tar files are double the zip files size | https://api.github.com/repos/ChurchCRM/CRM/issues/1690/comments | 0 | 2017-01-15T06:43:20Z | 2017-01-15T23:38:56Z | https://github.com/ChurchCRM/CRM/issues/1690 | 200,852,732 | 1,690 | |
[
"ChurchCRM",
"CRM"
] | most of the PO files are blank as not all texts are translated...
see POEditor API filters for exports https://poeditor.com/api_reference/#export
see grunt task example for filters https://github.com/bond211/grunt-poeditor-ab#example | Update POEditor download to download only translated text | https://api.github.com/repos/ChurchCRM/CRM/issues/1688/comments | 0 | 2017-01-14T20:08:30Z | 2017-01-15T23:53:01Z | https://github.com/ChurchCRM/CRM/issues/1688 | 200,826,518 | 1,688 |
[
"ChurchCRM",
"CRM"
] | we have code like
```
<?php
if ($sCountry == 'Canada') {
echo gettext('Postal Code').':';
} else {
echo gettext('Zip').':';
} ?>
```
this should be all done via locale files like UK or AU | Change Canada if blocks to Locale settings | https://api.github.com/repos/ChurchCRM/CRM/issues/1683/comments | 0 | 2017-01-14T19:12:07Z | 2017-01-15T23:55:12Z | https://github.com/ChurchCRM/CRM/issues/1683 | 200,823,290 | 1,683 |
[
"ChurchCRM",
"CRM"
] | we have a warning staring in 2.5.0 now we need to remove it in 2.6.0 | Remove Family Work Phone field | https://api.github.com/repos/ChurchCRM/CRM/issues/1681/comments | 1 | 2017-01-14T19:03:35Z | 2017-11-12T05:13:22Z | https://github.com/ChurchCRM/CRM/issues/1681 | 200,822,847 | 1,681 |
[
"ChurchCRM",
"CRM"
] | why do we need cfg_section
Deposit.php has
`
$settings = ConfigQuery::create()->filterBySection('ChurchInfoReport')->find();
` | Config cfg_section is only used in a single spot | https://api.github.com/repos/ChurchCRM/CRM/issues/1670/comments | 0 | 2017-01-14T04:42:54Z | 2017-01-30T16:00:26Z | https://github.com/ChurchCRM/CRM/issues/1670 | 200,780,294 | 1,670 |
[
"ChurchCRM",
"CRM"
] | Hi folks - I wear two hats: I'm a parish priest with a history in Drupal (<=7) development. I've migrated our parish to a non-Drupal CMS that's maintained by others more capable than I am (and with more time), but am drawn to ChurchCRM for the management side. I'd like to help, insofar as my humble talents allow. Since I've got very little object-oriented experience (though getting better) at first it'll be mostly in the (s)css and documentation and in user testing.
But I'm having trouble with getting the vagrant box to work on my MacBook Pro. I've installed VirtualBox and Vagrant, forked the repo to my own Github account, cloned the repo locally, cd'ed into the dir, and `vagrant up`, but when I visit http://192.168.33.10 I get a blank result (empty html). My local subnet is 192.168.0.x - is that the problem? (Apologies since most of my work in the past has been MAMP-based, and I'm new to Vagrant/VirtualBox.)
Many thanks for the continued work and help... | Help getting started with contributions | https://api.github.com/repos/ChurchCRM/CRM/issues/1669/comments | 10 | 2017-01-14T01:54:52Z | 2023-11-05T01:48:02Z | https://github.com/ChurchCRM/CRM/issues/1669 | 200,772,113 | 1,669 |
[
"ChurchCRM",
"CRM"
] | Hi. ChurchCRM 2.4.3 and 2.4.4 have been working fine on my local system, but I'm having a nightmare getting it working on shared hosting - two providers.
unzipping the release on the host gave everything 777 permissions, which didn't work at all for my host, so I changed all folders to 755 and files to 644.
Attached is a screenshot of my best attempt so far. I've already submitted a ticket to the host to see if I can address the requirements, but any advice about what's going on with the circled bits?
NB: It would help to have some more explicit technical details available on the Docs site so potential users have something to compare their current hosting with - or to fire off to their support queues.

| Shared hosting installation issues | https://api.github.com/repos/ChurchCRM/CRM/issues/1668/comments | 1 | 2017-01-13T23:20:05Z | 2017-03-14T04:39:28Z | https://github.com/ChurchCRM/CRM/issues/1668 | 200,756,061 | 1,668 |
[
"ChurchCRM",
"CRM"
] | 
| Payment entry family dropdown box has no background | https://api.github.com/repos/ChurchCRM/CRM/issues/1667/comments | 3 | 2017-01-13T19:42:20Z | 2017-06-04T21:14:33Z | https://github.com/ChurchCRM/CRM/issues/1667 | 200,713,515 | 1,667 |
[
"ChurchCRM",
"CRM"
] | should be an admin value but once set we insert the google analytics code
```
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXX-2', 'auto');
ga('send', 'pageview');
</script>
``` | Support Google Analytics | https://api.github.com/repos/ChurchCRM/CRM/issues/1666/comments | 2 | 2017-01-13T15:25:58Z | 2017-01-16T16:37:31Z | https://github.com/ChurchCRM/CRM/issues/1666 | 200,656,669 | 1,666 |
[
"ChurchCRM",
"CRM"
] | The only thing that plots on the family map is the church location. Families are not being plotted, and their addresses are up-to-date.
Collected Value Title | Data
----------------------|----------------
Page Name |/MapUsingGoogle.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux server179.web-hosting.com 2.6.32-604.30.3.lve1.3.63.el6.x86_64 #1 SMP Sun Sep 27 06:34:10 EDT 2015 x86_64
PHP Version | 5.6.29
ChurchCRM Version |2.4.4
Reporting Browser |Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36
| Family Map not mapping families | https://api.github.com/repos/ChurchCRM/CRM/issues/1663/comments | 1 | 2017-01-12T16:55:34Z | 2017-01-12T16:57:33Z | https://github.com/ChurchCRM/CRM/issues/1663 | 200,421,697 | 1,663 |
[
"ChurchCRM",
"CRM"
] | The only thing that plots on the family map is the church location. Families are not being plotted, and their addresses are up-to-date.
Collected Value Title | Data
----------------------|----------------
Page Name |/MapUsingGoogle.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux server179.web-hosting.com 2.6.32-604.30.3.lve1.3.63.el6.x86_64 #1 SMP Sun Sep 27 06:34:10 EDT 2015 x86_64
PHP Version | 5.6.29
ChurchCRM Version |2.4.4
Reporting Browser |Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36
| Family Map not mapping families | https://api.github.com/repos/ChurchCRM/CRM/issues/1662/comments | 11 | 2017-01-12T16:55:31Z | 2017-01-17T00:57:22Z | https://github.com/ChurchCRM/CRM/issues/1662 | 200,421,686 | 1,662 |
[
"ChurchCRM",
"CRM"
] | Added volunteer opp\'s but the list is invisible unless clicked on
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux bedford 3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64
PHP Version | 5.6.29
ChurchCRM Version |2.4.4
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
| Volunteer Opportunities list is invisible | https://api.github.com/repos/ChurchCRM/CRM/issues/1660/comments | 5 | 2017-01-12T06:13:38Z | 2017-01-17T03:38:25Z | https://github.com/ChurchCRM/CRM/issues/1660 | 200,286,747 | 1,660 |
[
"ChurchCRM",
"CRM"
] | Fatal error: Call to a member function getStart() on null in /home/rodkes1/ChurchCRM.grace4nj.com/ChurchCRM/Service/TimelineService.php on line 47
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux bedford 3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64
PHP Version | 5.6.29
ChurchCRM Version |2.4.4
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
| fatal error on some records | https://api.github.com/repos/ChurchCRM/CRM/issues/1659/comments | 4 | 2017-01-12T05:02:58Z | 2017-01-13T00:50:57Z | https://github.com/ChurchCRM/CRM/issues/1659 | 200,279,206 | 1,659 |
[
"ChurchCRM",
"CRM"
] | Generated reports should not have \"Sincerely\" hard-coded. This should be a config parameter.
Collected Value Title | Data
----------------------|----------------
Page Name |/FinancialReports.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux lotus 3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64
PHP Version | 5.6.29
ChurchCRM Version |2.4.4
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
| Report Footer | https://api.github.com/repos/ChurchCRM/CRM/issues/1658/comments | 3 | 2017-01-11T23:41:51Z | 2017-01-15T23:39:48Z | https://github.com/ChurchCRM/CRM/issues/1658 | 200,240,199 | 1,658 |
[
"ChurchCRM",
"CRM"
] | The list of assignable volunteer opportunities has white text on a white background :-D
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonView.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux magma 4.4.0-47-generic #68-Ubuntu SMP Wed Oct 26 19:39:52 UTC 2016 x86_64
PHP Version | 7.0.8-0ubuntu0.16.04.3
ChurchCRM Version |2.4.4
Reporting Browser |Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status,mod_xsendfile | Assigning a Volunteer Opportunity | https://api.github.com/repos/ChurchCRM/CRM/issues/1657/comments | 2 | 2017-01-11T21:45:33Z | 2017-01-13T19:37:26Z | https://github.com/ChurchCRM/CRM/issues/1657 | 200,216,625 | 1,657 |
[
"ChurchCRM",
"CRM"
] | I try restore a database with tar.gz extension and I get the folow error:
ERROR!
Error making API Call to: /churchcrm/api/database/restore
Error text: unable to decompress gzipped phar archive "/......./public_html/churchcrm/tmp_attach/ChurchCRM-20170109-192219.tar.gz" to temporary file
Stack Trace:
[
"#0 /......./public_html/churchcrm/ChurchCRM/Service/SystemService.php(61): PharData->__construct('/......./...')",
"#1 /......./public_html/churchcrm/api/routes/database.php(14): ChurchCRM\\Service\\SystemService->restoreDatabaseFromBackup(Array)",
"#2 [internal function]: Closure->{closure}(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)",
"#3 /......./public_html/churchcrm/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(41): call_user_func(Object(Closure), Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)",
"#4 /......./public_html/churchcrm/vendor/slim/slim/Slim/Route.php(325): Slim\\Handlers\\Strategies\\RequestResponse->__invoke(Object(Closure), Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)",
"#5 /......./public_html/churchcrm/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\\Route->__invoke(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#6 /......./public_html/churchcrm/vendor/slim/slim/Slim/Route.php(297): Slim\\Route->callMiddlewareStack(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#7 /......./public_html/churchcrm/vendor/slim/slim/Slim/App.php(443): Slim\\Route->run(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#8 /......./public_html/churchcrm/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\\App->__invoke(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#9 /......./public_html/churchcrm/vendor/slim/slim/Slim/App.php(337): Slim\\App->callMiddlewareStack(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#10 /......./public_html/churchcrm/vendor/slim/slim/Slim/App.php(298): Slim\\App->process(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))",
"#11 /......./public_html/churchcrm/api/index.php(52): Slim\\App->run()",
"#12 {main}"
] | Bug restoring database in 2.4.4 | https://api.github.com/repos/ChurchCRM/CRM/issues/1651/comments | 7 | 2017-01-09T21:29:33Z | 2017-04-07T14:12:23Z | https://github.com/ChurchCRM/CRM/issues/1651 | 199,666,977 | 1,651 |
[
"ChurchCRM",
"CRM"
] | The styling for my application on my **Bitnami LAMP** stack is not being requested. The css files are titled `A.bootstrap.min.css.pagespeed.cf.uOLqvh-6sd.css`, similar to the JS files. On a working load of the page, I have this title for my css, `bootstrap.min.css`. Any thoughts? | Styling not being properly requested | https://api.github.com/repos/ChurchCRM/CRM/issues/1650/comments | 2 | 2017-01-09T17:30:00Z | 2023-11-01T17:37:26Z | https://github.com/ChurchCRM/CRM/issues/1650 | 199,612,648 | 1,650 |
[
"ChurchCRM",
"CRM"
] | null | Sunday School Reports uses Gender no Roles for Head of House and Spouse | https://api.github.com/repos/ChurchCRM/CRM/issues/1643/comments | 1 | 2017-01-09T06:37:49Z | 2024-05-14T07:41:10Z | https://github.com/ChurchCRM/CRM/issues/1643 | 199,486,405 | 1,643 |
[
"ChurchCRM",
"CRM"
] | the built in updater always looks at the first file of the github release. this is not ideal, as we may attach files to the release in addition to the main release code.
need a method to ensure that the built in updater picks the correct code file. | Built in updater isn't guaranteed correct file | https://api.github.com/repos/ChurchCRM/CRM/issues/1638/comments | 1 | 2017-01-08T21:12:29Z | 2017-01-10T16:42:02Z | https://github.com/ChurchCRM/CRM/issues/1638 | 199,447,291 | 1,638 |
[
"ChurchCRM",
"CRM"
] | Admin photo change when update to 2.4.4 | https://api.github.com/repos/ChurchCRM/CRM/issues/1632/comments | 1 | 2017-01-08T02:27:53Z | 2017-01-09T06:34:34Z | https://github.com/ChurchCRM/CRM/issues/1632 | 199,398,331 | 1,632 | |
[
"ChurchCRM",
"CRM"
] | Using 2.4.3, and have one yes/no custom person field and one yes/no custom family field. Importing data from a csv fails to set these fields correctly. The following variations on the import data were attempted:
1. true or false (lowercase OR uppercase); result in both person_custom and family_custom: true becomes false, false or empty becomes NULL.
2. 1 or 0; result in both person_custom and family_custom: 1 becomes false, 0 or empty becomes NULL.
I wondered if there was a problem in the new ConvertToBoolean() function (in Include/Functions.php), which is returning boolean FALSE and TRUE, where the type 1 (i.e., yes/no) custom field in the database is of type ENUM with values of 'false','true'. I don't know enough about the data type matching to know if that's the problem. Meanwhile, changing/setting the values via the UI in ChurchCRM still works. | Cannot reliably import data from csv into yes/no custom fields | https://api.github.com/repos/ChurchCRM/CRM/issues/1631/comments | 3 | 2017-01-07T23:56:04Z | 2024-07-30T02:17:17Z | https://github.com/ChurchCRM/CRM/issues/1631 | 199,392,790 | 1,631 |
[
"ChurchCRM",
"CRM"
] | Right now the release process builds then creates a tag... there is a small window where things can be checked in ... we should build from tags not master | Ensure Builds are released from Tags | https://api.github.com/repos/ChurchCRM/CRM/issues/1630/comments | 4 | 2017-01-07T22:36:12Z | 2017-02-05T05:48:04Z | https://github.com/ChurchCRM/CRM/issues/1630 | 199,389,388 | 1,630 |
[
"ChurchCRM",
"CRM"
] | The select list populated with properties on both the Person and Family view pages get color:inherit from normalize.less (line 252). That means (at least using ChurchCRM 2.4.3, using Firefox on a Mac), the properties are white on a white drop-down, and so are invisible until selected. | Properties select list items are invisible on PersonView and FamilyView pages | https://api.github.com/repos/ChurchCRM/CRM/issues/1629/comments | 1 | 2017-01-07T20:35:46Z | 2017-02-25T15:38:06Z | https://github.com/ChurchCRM/CRM/issues/1629 | 199,383,596 | 1,629 |
[
"ChurchCRM",
"CRM"
] | Seems that there isn't link in any menu to access volunteers opportunity editor. Need add a link to VolunteerOpportunityEditor.php in right menu.
| Seems that there isn't link in any menu to access volunteers opportunity editor. | https://api.github.com/repos/ChurchCRM/CRM/issues/1628/comments | 1 | 2017-01-06T13:05:17Z | 2017-03-14T04:39:28Z | https://github.com/ChurchCRM/CRM/issues/1628 | 199,192,786 | 1,628 |
[
"ChurchCRM",
"CRM"
] | Hi there - Brand new to the project and trying it out. Trying the manual installation of 2.4.3 on a local dev machine using MAMP 3.5, PHP 5.6.10 and MySQL 5.5.42 (all under OSX 10.10.5). This should be a no-brainer - done it a million times with Drupal/Wordpress/yadayadayada - but after the server prereqs check out and I enter the database params:
1. I get the login page and enter the default admin/changeme credentials, and then
2. I get a 'Problem loading page' error in both Firefox and Safari (see attached screenshot)

My Config.php is as follows (comments excised for brevity):
<?php
// [Header comment removed...]
// Database connection constants
$sSERVERNAME = 'localhost';
$sUSER = 'churchcrm';
$sPASSWORD = 'churchcrm';
$sDATABASE = 'churchcrm';
// Root path of your ChurchCRM installation ( THIS MUST BE SET CORRECTLY! )
// [Comments removed...]
$sRootPath = '';
// Set $bLockURL=TRUE to enforce https access by specifying exactly
// which URL's your users may use to log into ChurchCRM.
$bLockURL = FALSE;
// URL[0] is the URL that you prefer most users use when they
// log in. These are case sensitive. Only used when $bLockURL = TRUE
$URL[0] = 'http://churchcrm/';
// [Comments removed...]
// Set error reporting
// Sets which PHP errors are reported see http://php.net/manual/en/errorfunc.constants.php
error_reporting(E_ERROR);
// [comments removed...]
//
// SETTINGS END HERE. DO NOT MODIFY BELOW THIS LINE
//
// Absolute path must be specified since this file is called
// from scripts located in other directories
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'LoadConfigs.php');
?>
| Local MAMP Setup won't complete | https://api.github.com/repos/ChurchCRM/CRM/issues/1627/comments | 2 | 2017-01-05T07:51:34Z | 2017-11-12T05:14:55Z | https://github.com/ChurchCRM/CRM/issues/1627 | 198,895,549 | 1,627 |
[
"ChurchCRM",
"CRM"
] | travis-ci.org should
- do a composer install
- gen orm
- install npm
- run db scripts
- php 5.6
- php 7.0 | Update Travis CI to Gen Code | https://api.github.com/repos/ChurchCRM/CRM/issues/1625/comments | 1 | 2017-01-03T08:40:44Z | 2017-01-07T22:21:41Z | https://github.com/ChurchCRM/CRM/issues/1625 | 198,429,673 | 1,625 |
[
"ChurchCRM",
"CRM"
] | https://github.com/ChurchCRM/CRM/blob/master/docs/Installation/Manual.md | Need to update Installation Documentation | https://api.github.com/repos/ChurchCRM/CRM/issues/1607/comments | 2 | 2017-01-03T03:28:45Z | 2017-11-28T00:15:52Z | https://github.com/ChurchCRM/CRM/issues/1607 | 198,405,014 | 1,607 |
[
"ChurchCRM",
"CRM"
] | Soooo....
I'm trying to go from 2.2.4 to 2.4.3. ANY way I can. Multiple intermediate versions if necessary.
If I clear out the existing files and then copy in the 2.4.3 files + my config file, I get a white screen.
If I don't clear out the existing files but copy the 2.4.3 files over the existing files I get a 403 error.
Either way, I need to know how to upgrade my installation from 2.2.4 to 2.4.3. Any help would be appreciated. Thanks. | [solved] Trying to upgrade to the latest version. Currently on 2.2.4 | https://api.github.com/repos/ChurchCRM/CRM/issues/1606/comments | 13 | 2017-01-02T17:02:18Z | 2017-05-13T13:43:56Z | https://github.com/ChurchCRM/CRM/issues/1606 | 198,360,256 | 1,606 |
[
"ChurchCRM",
"CRM"
] | Donation Funds are missing from the PDF deposit report.
Collected Value Title | Data
----------------------|----------------
Page Name |/DepositSlipEditor.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux lotus 3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64
PHP Version | 5.6.29
ChurchCRM Version |2.4.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
| Deposit Slip Report Missing Data | https://api.github.com/repos/ChurchCRM/CRM/issues/1604/comments | 1 | 2017-01-01T18:03:19Z | 2017-01-08T21:13:47Z | https://github.com/ChurchCRM/CRM/issues/1604 | 198,275,897 | 1,604 |
[
"ChurchCRM",
"CRM"
] | test
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux lotus 3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64
PHP Version | 5.6.29
ChurchCRM Version |2.4.3
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
| test | https://api.github.com/repos/ChurchCRM/CRM/issues/1603/comments | 0 | 2017-01-01T18:02:37Z | 2017-01-01T18:28:17Z | https://github.com/ChurchCRM/CRM/issues/1603 | 198,275,879 | 1,603 |
[
"ChurchCRM",
"CRM"
] | Hi. I have been trying to run churchCRM locally, but it doesn't work. First there was the issue of integrity check. So I downloaded the version 2.4.3. But now it takes me to a blank page after the initial setup of the database settings. Can anyone help? | Blank page after initial setup. | https://api.github.com/repos/ChurchCRM/CRM/issues/1602/comments | 1 | 2017-01-01T17:18:45Z | 2017-05-13T13:44:52Z | https://github.com/ChurchCRM/CRM/issues/1602 | 198,274,545 | 1,602 |
[
"ChurchCRM",
"CRM"
] | After uploaded jpg image for members, when landing at Dashboard or members page, the images are all missing. When looking into the source, the image tags are defined as <img src="/churchcrm/api/persons/5/photo" ...> and when looking to the directory tree, the folder depth only reaches /churchcrm/api/persons. There is no subfolder of 5 or photo.

| all member images are missing from the pages, except thumbnails | https://api.github.com/repos/ChurchCRM/CRM/issues/1600/comments | 1 | 2016-12-31T20:16:34Z | 2017-01-01T05:36:17Z | https://github.com/ChurchCRM/CRM/issues/1600 | 198,245,412 | 1,600 |
[
"ChurchCRM",
"CRM"
] | When I add the second custom field I get the folow message:
"Can not execute query.
ALTER TABLE person_custom ADD c1 VARCHAR (30) DEFAULT NULL; "
If I press F5, the field appears correctly created. But, when I try to create third field, I get the message:
Can not execute query.
ALTER TABLE person_custom ADD c1 TINYINT (4) DEFAULT NULL;
And so on
With more tries, types and names are mixed.
| BUG Creating Person Custom Fields in 2.4.3 | https://api.github.com/repos/ChurchCRM/CRM/issues/1598/comments | 7 | 2016-12-30T20:19:08Z | 2017-01-09T06:13:43Z | https://github.com/ChurchCRM/CRM/issues/1598 | 198,190,419 | 1,598 |
[
"ChurchCRM",
"CRM"
] | In our Worship Service GROUP, I attempt to select members to add to cart. After selecting the members, the \"add (x) members to cart\" is available and displays the correct number selected. But when I click to add to cart, the pop-up \"your cart has been successfully emptied\" appears instead and there are no selections in my cart.\n\nIn testing different scenarios, if I select 1 or 2 at a time, it will successfully add to cart. But if I select 3 or more, it does not complete the action *in this particular group*.\n\nThis doesn\'t seem to be replicate itself in other groups of the same type.
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux bedford 3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64
PHP Version | 5.6.29
ChurchCRM Version |2.4.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
| Ministry Group \"add to cart\" does not function | https://api.github.com/repos/ChurchCRM/CRM/issues/1597/comments | 5 | 2016-12-29T19:30:15Z | 2017-02-06T05:46:53Z | https://github.com/ChurchCRM/CRM/issues/1597 | 198,056,900 | 1,597 |
[
"ChurchCRM",
"CRM"
] | StyleCI provides code standards analysis as part of the CI tests run against new PRs:
https://styleci.io/
| Look into StyleCI | https://api.github.com/repos/ChurchCRM/CRM/issues/1596/comments | 3 | 2016-12-29T15:57:32Z | 2017-01-07T22:26:22Z | https://github.com/ChurchCRM/CRM/issues/1596 | 198,028,277 | 1,596 |
[
"ChurchCRM",
"CRM"
] | We use
https://github.com/ChurchCRM/CRM/blob/master/src/skin/churchcrm.scss
to build
https://github.com/ChurchCRM/CRM/blob/master/src/skin/churchcrm.min.css
but churchcrm.scss is broken and churchcrm.min.css should be built as part of the grunt skin build and not checked in. | churchcrm.min.css is broken | https://api.github.com/repos/ChurchCRM/CRM/issues/1594/comments | 2 | 2016-12-28T20:34:31Z | 2017-01-15T03:55:27Z | https://github.com/ChurchCRM/CRM/issues/1594 | 197,912,328 | 1,594 |
[
"ChurchCRM",
"CRM"
] | see PR #1593 | Convert Modals to use BootBox JS library | https://api.github.com/repos/ChurchCRM/CRM/issues/1592/comments | 0 | 2016-12-28T17:43:05Z | 2017-02-12T00:05:00Z | https://github.com/ChurchCRM/CRM/issues/1592 | 197,890,312 | 1,592 |
[
"ChurchCRM",
"CRM"
] | adresbook from Cart is a nice report, only per_middelname is missing.
Collected Value Title | Data
----------------------|----------------
Page Name |/churchcrm/DirectoryReports.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux server34.hosting2go.nl 2.6.27.29.super #2 SMP Wed Jun 15 10:55:31 CEST 2016 i686
PHP Version | 5.6.29
ChurchCRM Version |2.4.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
| adresbook | https://api.github.com/repos/ChurchCRM/CRM/issues/1588/comments | 0 | 2016-12-28T08:10:03Z | 2023-11-05T01:38:29Z | https://github.com/ChurchCRM/CRM/issues/1588 | 197,813,402 | 1,588 |
[
"ChurchCRM",
"CRM"
] | Tried to add anew fund and got a fatal error
Fatal error: Uncaught exception 'Propel\Runtime\Exception\BadMethodCallException' with message 'Call to undefined method: validate.' in /home/rodkes1/ChurchCRM.grace4nj.com/ChurchCRM/model/ChurchCRM/Base/DonationFund.php:1663 Stack trace: #0 /home/rodkes1/ChurchCRM.grace4nj.com/DonationFundEditor.php(99): ChurchCRM\Base\DonationFund->__call('validate', Array) #1 /home/rodkes1/ChurchCRM.grace4nj.com/DonationFundEditor.php(99): ChurchCRM\DonationFund->validate() #2 {main} thrown in /home/rodkes1/ChurchCRM.grace4nj.com/ChurchCRM/model/ChurchCRM/Base/DonationFund.php on line 1663 | Cannot add new fund | https://api.github.com/repos/ChurchCRM/CRM/issues/1585/comments | 0 | 2016-12-26T23:15:12Z | 2016-12-28T15:22:16Z | https://github.com/ChurchCRM/CRM/issues/1585 | 197,626,144 | 1,585 |
[
"ChurchCRM",
"CRM"
] | When an event only collects a total for attendance. It creates an error popup because it is trying to calculate an average for member and visitor even though they do not exist
Collected Value Title | Data
----------------------|----------------
Page Name |/ListEvents.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux bedford 3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64
PHP Version | 5.6.28
ChurchCRM Version |2.4.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
| Average loop throwing a bad popup | https://api.github.com/repos/ChurchCRM/CRM/issues/1584/comments | 6 | 2016-12-26T20:00:03Z | 2018-08-25T03:11:17Z | https://github.com/ChurchCRM/CRM/issues/1584 | 197,616,087 | 1,584 |
[
"ChurchCRM",
"CRM"
] | Ok, guys I found a MAJOR bug! I was trying to see information on pledges for a family and I used the filter in the tab to put in a date. Now all the tabs do not work nor does the bug request button. I can definitely reproduce the bug because i tried it in our test environment as well but I can't seem to clear it out. Even clearing the cache does not effect it at all. | Family View Broken | https://api.github.com/repos/ChurchCRM/CRM/issues/1583/comments | 2 | 2016-12-26T15:14:24Z | 2016-12-28T15:22:21Z | https://github.com/ChurchCRM/CRM/issues/1583 | 197,597,027 | 1,583 |
[
"ChurchCRM",
"CRM"
] | Redo all photos to be done via CSS/HTML5 Data elements | https://api.github.com/repos/ChurchCRM/CRM/issues/1582/comments | 2 | 2016-12-26T06:20:04Z | 2017-02-12T00:04:10Z | https://github.com/ChurchCRM/CRM/issues/1582 | 197,541,816 | 1,582 | |
[
"ChurchCRM",
"CRM"
] | null | Email Families Letters need a conformation message | https://api.github.com/repos/ChurchCRM/CRM/issues/1581/comments | 3 | 2016-12-26T06:16:25Z | 2024-07-30T02:17:18Z | https://github.com/ChurchCRM/CRM/issues/1581 | 197,541,487 | 1,581 |
[
"ChurchCRM",
"CRM"
] | The Family View (and Person View) should clearly display the last data verification date. A long, polluted timeline can obfuscate when the data was last verified. | Family Last Verified Field | https://api.github.com/repos/ChurchCRM/CRM/issues/1579/comments | 1 | 2016-12-22T04:36:13Z | 2019-09-25T13:29:54Z | https://github.com/ChurchCRM/CRM/issues/1579 | 197,092,862 | 1,579 |
[
"ChurchCRM",
"CRM"
] | MailCatcher does not auto-start anymore in the vagrant box... It should auto-start, and listen on all IPs | MailCatcher not started in vagrant build | https://api.github.com/repos/ChurchCRM/CRM/issues/1578/comments | 0 | 2016-12-22T04:11:20Z | 2016-12-27T04:14:35Z | https://github.com/ChurchCRM/CRM/issues/1578 | 197,090,883 | 1,578 |
[
"ChurchCRM",
"CRM"
] | http://codepen.io/leecrossley/pen/CBHca <-- should this replace the default icons... maybe a settings | Avatar Generator from Name | https://api.github.com/repos/ChurchCRM/CRM/issues/1577/comments | 5 | 2016-12-20T20:32:44Z | 2017-02-18T08:31:07Z | https://github.com/ChurchCRM/CRM/issues/1577 | 196,773,917 | 1,577 |
[
"ChurchCRM",
"CRM"
] | Need a view for a servant to review and collect data at a church event | Add a data review/collections view | https://api.github.com/repos/ChurchCRM/CRM/issues/1576/comments | 1 | 2016-12-18T19:02:05Z | 2024-05-14T08:28:43Z | https://github.com/ChurchCRM/CRM/issues/1576 | 196,292,559 | 1,576 |
[
"ChurchCRM",
"CRM"
] | The system allows a person to not have a family, so we need a Verify person system like the family one #1571 | Add Verify Person | https://api.github.com/repos/ChurchCRM/CRM/issues/1575/comments | 3 | 2016-12-18T17:09:19Z | 2024-07-30T02:17:19Z | https://github.com/ChurchCRM/CRM/issues/1575 | 196,286,591 | 1,575 |
[
"ChurchCRM",
"CRM"
] | A Family will never have work phone / email a person does | Warn about Removeing Family Work Phone | https://api.github.com/repos/ChurchCRM/CRM/issues/1574/comments | 3 | 2016-12-18T17:04:32Z | 2017-01-14T19:03:11Z | https://github.com/ChurchCRM/CRM/issues/1574 | 196,286,398 | 1,574 |
[
"ChurchCRM",
"CRM"
] | Need to add a twitter and fb fields for each person and use them to display photos or show stream | Add Social Fields to Person | https://api.github.com/repos/ChurchCRM/CRM/issues/1573/comments | 0 | 2016-12-18T17:03:53Z | 2017-11-19T00:53:26Z | https://github.com/ChurchCRM/CRM/issues/1573 | 196,286,370 | 1,573 |
[
"ChurchCRM",
"CRM"
] | Hi, Please i want to add a new classification but I can't find the classification manager under members. I am running version 2.4.2 | Can't Find classification manager | https://api.github.com/repos/ChurchCRM/CRM/issues/1572/comments | 1 | 2016-12-16T01:08:13Z | 2017-03-14T04:39:28Z | https://github.com/ChurchCRM/CRM/issues/1572 | 195,957,584 | 1,572 |
[
"ChurchCRM",
"CRM"
] | We need to move from an emailed PDF to online verification and a way for the person to request changes. | Online Family Verification | https://api.github.com/repos/ChurchCRM/CRM/issues/1571/comments | 0 | 2016-12-15T15:24:02Z | 2017-01-14T19:01:11Z | https://github.com/ChurchCRM/CRM/issues/1571 | 195,833,208 | 1,571 |
[
"ChurchCRM",
"CRM"
] | http://192.241.236.31/themes/preview/smartadmin/1.8.x/ajax/index.html#ajax/profile.html <-- see connections
http://themes.startbootstrap.com/flex-admin-v1.2/profile.html <-- see edit tab
http://webapplayers.com/homer_admin-v1.9.1/profile.html <-- Map
http://byrushan.com/projects/ma/1-7-1/jquery/light/profile-about.html <-- image upload
http://themicon.co/theme/centric/v1.4.2/angularjs/#/app/pages/Profile
http://demo.thedevelovers.com/dashboard/kingadmin-v1.6.1/page-profile.html
http://www.themeon.net/nifty/v2.5/pages-profile.html
http://webapplayers.com/inspinia_admin-v2.6.2.1/profile_2.html
http://bootsnipp.com/snippets/featured/flat-user-profile-interface-ui | Revisit the UX for Person | https://api.github.com/repos/ChurchCRM/CRM/issues/1569/comments | 1 | 2016-12-11T03:20:22Z | 2023-11-05T02:05:37Z | https://github.com/ChurchCRM/CRM/issues/1569 | 194,809,809 | 1,569 |
[
"ChurchCRM",
"CRM"
] | Would be nice to be able to print return address labels from within the app | Printing Return Address Labels | https://api.github.com/repos/ChurchCRM/CRM/issues/1564/comments | 1 | 2016-12-10T16:19:25Z | 2024-05-14T08:28:08Z | https://github.com/ChurchCRM/CRM/issues/1564 | 194,776,878 | 1,564 |
[
"ChurchCRM",
"CRM"
] | Calendar sizing is awkward. It should be a percentage of the view height (with a min-height for smaller devices)
Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux IDAE001 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64
PHP Version | 7.0.8-0ubuntu0.16.04.3
ChurchCRM Version |2.4.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Calendar requires scrolling | https://api.github.com/repos/ChurchCRM/CRM/issues/1563/comments | 1 | 2016-12-10T04:11:29Z | 2024-05-14T08:27:44Z | https://github.com/ChurchCRM/CRM/issues/1563 | 194,743,442 | 1,563 |
[
"ChurchCRM",
"CRM"
] | screen, page, and window size all report as \"x\" in the issue reporter.
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux IDAE001 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64
PHP Version | 7.0.8-0ubuntu0.16.04.3
ChurchCRM Version |2.4.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | issue reporter screen size doesn\'t work | https://api.github.com/repos/ChurchCRM/CRM/issues/1562/comments | 1 | 2016-12-10T04:08:34Z | 2017-01-16T00:02:15Z | https://github.com/ChurchCRM/CRM/issues/1562 | 194,743,293 | 1,562 |
[
"ChurchCRM",
"CRM"
] | Need more options for mailing letters to include family name, display name, legal name etc.\n\nDifferent circumstances may define a different level of formality, and there should be the ability to print separate labels.
Collected Value Title | Data
----------------------|----------------
Page Name |/LettersAndLabels.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux IDAE001 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64
PHP Version | 7.0.8-0ubuntu0.16.04.3
ChurchCRM Version |2.4.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Label Family Name Options | https://api.github.com/repos/ChurchCRM/CRM/issues/1561/comments | 2 | 2016-12-10T04:04:29Z | 2024-07-31T01:55:32Z | https://github.com/ChurchCRM/CRM/issues/1561 | 194,743,140 | 1,561 |
[
"ChurchCRM",
"CRM"
] | Many contact management applications have a display name field. This should be a native field - not require users to add a custom field.
Collected Value Title | Data
----------------------|----------------
Page Name |/PersonEditor.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux IDAE001 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64
PHP Version | 7.0.8-0ubuntu0.16.04.3
ChurchCRM Version |2.4.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Need a Display Name field | https://api.github.com/repos/ChurchCRM/CRM/issues/1560/comments | 0 | 2016-12-10T04:00:56Z | 2023-11-05T01:36:39Z | https://github.com/ChurchCRM/CRM/issues/1560 | 194,742,986 | 1,560 |
[
"ChurchCRM",
"CRM"
] | I'm getting this error on generating seed data in the latest release. This error doesn't show up in the vagrant environment. It fails... gives me a big server side error message. In the error log it shows:
[2016-12-08 22:31:06] defaultLogger.ERROR: SQLSTATE[HY000]: General error: 1364 Field 'nte_DateEntered' doesn't have a default value [] []
Any ideas? | Error on generating Seed Data | https://api.github.com/repos/ChurchCRM/CRM/issues/1558/comments | 3 | 2016-12-09T03:33:39Z | 2017-01-07T22:21:15Z | https://github.com/ChurchCRM/CRM/issues/1558 | 194,505,850 | 1,558 |
[
"ChurchCRM",
"CRM"
] | Label printing does not prevent labels from overflowing on an Avery 5160
Collected Value Title | Data
----------------------|----------------
Page Name |/LettersAndLabels.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux IDAE001 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64
PHP Version | 7.0.8-0ubuntu0.16.04.3
ChurchCRM Version |2.4.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Labels can overflow | https://api.github.com/repos/ChurchCRM/CRM/issues/1557/comments | 2 | 2016-12-09T01:56:08Z | 2024-07-31T01:55:34Z | https://github.com/ChurchCRM/CRM/issues/1557 | 194,494,442 | 1,557 |
[
"ChurchCRM",
"CRM"
] | spacing on labels with long names is awkward - it forces the text to span-and-center with lots of whitespace between words, rather than left-align, with a line break.
Collected Value Title | Data
----------------------|----------------
Page Name |/LettersAndLabels.php
Screen Size |x
Window Size |x
Page Size |x
Platform Information | Linux IDAE001 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64
PHP Version | 7.0.8-0ubuntu0.16.04.3
ChurchCRM Version |2.4.2
Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36
Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_filter,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status | Spacing on lables | https://api.github.com/repos/ChurchCRM/CRM/issues/1556/comments | 3 | 2016-12-09T01:24:16Z | 2024-07-31T01:55:35Z | https://github.com/ChurchCRM/CRM/issues/1556 | 194,490,272 | 1,556 |
[
"ChurchCRM",
"CRM"
] | I proceed in this way:
a. I made a new installation of 2.4.1 version ( i uploaded all files to shared host via filezilla, created a new database adn new database user and I installed it)
b. I logged in, and click to upgrade system to 2.4.2
c. The system proceeded routine to upgrade.
d. So i logged out and logged in again and the version was 2.4.1 and task to upgrade to 2.4.2 appeared again.
I'm running in PHP 7.0 | Upgrade from a new 2.4.1 installations to 2.4.2 failed | https://api.github.com/repos/ChurchCRM/CRM/issues/1555/comments | 5 | 2016-12-08T11:06:42Z | 2017-03-14T04:39:28Z | https://github.com/ChurchCRM/CRM/issues/1555 | 194,307,730 | 1,555 |
[
"ChurchCRM",
"CRM"
] | sHeader don't work in version 2.4.2 | https://api.github.com/repos/ChurchCRM/CRM/issues/1552/comments | 0 | 2016-12-08T01:39:04Z | 2017-01-03T06:36:17Z | https://github.com/ChurchCRM/CRM/issues/1552 | 194,224,870 | 1,552 | |
[
"ChurchCRM",
"CRM"
] | 2.4.0 and 2.4.1 have a broken auto-upgrader.
The system will notify that a new release is available, and will go through the motions of applying the update, but the update is never actually applied.
It looks like the relative path used in SystemService::doUpgrade() became invalid after moving the Service classes into the src\ChurchCRM\Service directory | Auto-Upgrade is broken | https://api.github.com/repos/ChurchCRM/CRM/issues/1549/comments | 0 | 2016-12-07T03:39:35Z | 2016-12-08T00:28:46Z | https://github.com/ChurchCRM/CRM/issues/1549 | 193,950,278 | 1,549 |
[
"ChurchCRM",
"CRM"
] | SQL mode must not contain ```ONLY_FULL_GROUP_BY``` | SQL Mode requirement not documented | https://api.github.com/repos/ChurchCRM/CRM/issues/1547/comments | 7 | 2016-12-07T02:41:56Z | 2017-05-13T13:41:37Z | https://github.com/ChurchCRM/CRM/issues/1547 | 193,943,449 | 1,547 |
[
"ChurchCRM",
"CRM"
] | When accessing "Confirm data letter" and "Confirm data email" in LettersAndLabels.php, via dashboard -> Letters and Mailing Labels i get these errors:
"Confirm data letter"
`Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PDF_ConfirmReport has a deprecated constructor in /home/.../public_html/church240/Reports/ConfirmReport.php on line 22`
`Fatal error: Uncaught Exception: FPDF error: Some data has already been output, can't send PDF file (output started at /home/.../public_html/church240/Reports/ConfirmReport.php:22) in /home/.../public_html/church240/vendor/setasign/fpdf/fpdf.php:271 Stack trace: #0 /home/.../public_html/church240/vendor/setasign/fpdf/fpdf.php(1052): FPDF->Error('Some data has a...') #1 /home/.../public_html/church240/vendor/setasign/fpdf/fpdf.php(1012): FPDF->_checkoutput() #2 /home/.../public_html/church240/Reports/ConfirmReport.php(344): FPDF->Output('D', 'ConfirmReport20...') #3 {main} thrown in /home/.../public_html/church240/vendor/setasign/fpdf/fpdf.php on line 271`
"Confirm data email"
`Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; EmailPDF_ConfirmReport has a deprecated constructor in /home/.../public_html/church240/Reports/ConfirmReportEmail.php on line 24` | "Confirm data letter" and "Confirm data email" in LettersAndLabels.php are broken in PHP 7.0 | https://api.github.com/repos/ChurchCRM/CRM/issues/1546/comments | 2 | 2016-12-06T18:36:37Z | 2016-12-08T00:37:27Z | https://github.com/ChurchCRM/CRM/issues/1546 | 193,850,343 | 1,546 |
[
"ChurchCRM",
"CRM"
] | The option "Zip/Postal Code" in SelectList.php, of array $aPersonCol5" line 936 is not in POEdito.com. There is "By Zip/Postal Code" that is used in other place of code.
`$aPersonCol5 = array("Home Phone","Work Phone","Mobile Phone","Zip/Postal Code");`
| Please, add "Zip/Postal Code" to POEditor.com | https://api.github.com/repos/ChurchCRM/CRM/issues/1543/comments | 6 | 2016-12-06T15:47:24Z | 2017-01-21T17:39:15Z | https://github.com/ChurchCRM/CRM/issues/1543 | 193,806,983 | 1,543 |
[
"ChurchCRM",
"CRM"
] | GroupList fails when there are no groups | https://api.github.com/repos/ChurchCRM/CRM/issues/1542/comments | 2 | 2016-12-06T04:19:06Z | 2017-04-25T01:59:24Z | https://github.com/ChurchCRM/CRM/issues/1542 | 193,679,646 | 1,542 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.