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"
] | it stops processing mid point and returns 500 | /external/verify/ links error out | https://api.github.com/repos/ChurchCRM/CRM/issues/2651/comments | 0 | 2017-07-01T22:45:11Z | 2017-07-02T21:36:19Z | https://github.com/ChurchCRM/CRM/issues/2651 | 239,976,492 | 2,651 |
[
"ChurchCRM",
"CRM"
] | Need a way to debug email/SMTP | https://api.github.com/repos/ChurchCRM/CRM/issues/2650/comments | 0 | 2017-07-01T22:41:16Z | 2017-07-03T03:13:45Z | https://github.com/ChurchCRM/CRM/issues/2650 | 239,976,355 | 2,650 | |
[
"ChurchCRM",
"CRM"
] | Looking at the db looks like they have an incorrect type... (missing) | Family Verify Links are not working... | https://api.github.com/repos/ChurchCRM/CRM/issues/2648/comments | 0 | 2017-07-01T22:36:48Z | 2017-07-02T21:36:19Z | https://github.com/ChurchCRM/CRM/issues/2648 | 239,976,175 | 2,648 |
[
"ChurchCRM",
"CRM"
] | looks like that password field is not getting saved but getting the value of the field before it. | Email SMTP Password has the value of the SMTP Username | https://api.github.com/repos/ChurchCRM/CRM/issues/2645/comments | 4 | 2017-07-01T22:31:03Z | 2017-07-03T04:22:57Z | https://github.com/ChurchCRM/CRM/issues/2645 | 239,975,965 | 2,645 |
[
"ChurchCRM",
"CRM"
] | Hello. . I have PHP, Apache and MySQL installed on my local machine. I am attempting to install ChurchCRM on my desktop. I went to the GitHub site below and downloaded ChurchCRM-2.8.0.zip (1st of 3 links). https://github.com/ChurchCRM/CRM/releases/tag/2.8.0. Afterwards, I moved the churchcrm folder to c:\wamp\www\churc... | ChurchCRM installation problem on local web server (localhost): An invalid configuration name has been requested: sGoogleTrackingID | https://api.github.com/repos/ChurchCRM/CRM/issues/2643/comments | 39 | 2017-07-01T22:30:11Z | 2017-07-21T15:36:20Z | https://github.com/ChurchCRM/CRM/issues/2643 | 239,975,916 | 2,643 |
[
"ChurchCRM",
"CRM"
] | Backup files should include church name | https://api.github.com/repos/ChurchCRM/CRM/issues/2642/comments | 0 | 2017-07-01T05:56:15Z | 2017-12-24T16:21:56Z | https://github.com/ChurchCRM/CRM/issues/2642 | 239,929,700 | 2,642 | |
[
"ChurchCRM",
"CRM"
] | Currently, ```downloadLatestRelease``` in SystemService.php calculates the SHA1 hash of the downloaded release so that system administrators may compare the hashes before installing the update.
Additionally, the Application Integrity service in ```verifyApplicationIntegrity()``` uses SHA1 hashes of all system files.... | use SHA256 in release hash | https://api.github.com/repos/ChurchCRM/CRM/issues/2640/comments | 3 | 2017-07-01T05:48:26Z | 2024-07-18T02:13:06Z | https://github.com/ChurchCRM/CRM/issues/2640 | 239,929,359 | 2,640 |
[
"ChurchCRM",
"CRM"
] | groupview.js is using CDN for SWF code.
All app code should be self-hosted.
https://github.com/ChurchCRM/CRM/blob/master/src/skin/js/GroupView.js#L244
| Should not use CDN for local app code | https://api.github.com/repos/ChurchCRM/CRM/issues/2637/comments | 3 | 2017-07-01T04:32:25Z | 2017-12-16T20:16:05Z | https://github.com/ChurchCRM/CRM/issues/2637 | 239,926,251 | 2,637 |
[
"ChurchCRM",
"CRM"
] |

Collected Value Title | Data
----------------------|----------------
Page Name |/master/FindDepositSlip.php
Screen Size |1024x1280
Window Size |845x1280
Page Size |845x1280
Platform Information ... | DataTables lang not loading for en_us | https://api.github.com/repos/ChurchCRM/CRM/issues/2634/comments | 0 | 2017-07-01T03:49:53Z | 2017-07-01T04:42:13Z | https://github.com/ChurchCRM/CRM/issues/2634 | 239,924,703 | 2,634 |
[
"ChurchCRM",
"CRM"
] | Site: cabinet.smcmechurch.tech
I am having problem getting the CSS styling to load on a HostGator shared server. Additionally, I am unable to get pass the username and password. I have installed the 12.8 MB file ChurchCRM 2.7.5 file. | css and js files fail to load | https://api.github.com/repos/ChurchCRM/CRM/issues/2630/comments | 2 | 2017-06-30T01:42:59Z | 2017-06-30T19:18:40Z | https://github.com/ChurchCRM/CRM/issues/2630 | 239,656,001 | 2,630 |
[
"ChurchCRM",
"CRM"
] | ```
$(document).ready(function () {
$.ajax({
method: "GET",
url: window.CRM.root + "/api/groups/" + window.CRM.currentGroup + "/roles",
dataType: "json"
}).done(function (data) {
window.CRM.groupRoles = data.ListOptions;
$("#newRoleSelection").select2({
data: $(window.CRM.groupR... | GroupView.js bug correction | https://api.github.com/repos/ChurchCRM/CRM/issues/2629/comments | 10 | 2017-06-28T08:29:56Z | 2017-12-12T12:27:24Z | https://github.com/ChurchCRM/CRM/issues/2629 | 239,089,677 | 2,629 |
[
"ChurchCRM",
"CRM"
] | Tthere is a bug is the UserEditor.php file.
When I try to add a new user, I ever get a blank page (nothing inside).
I get a 500 internal error.
Thank's | Can't create new user | https://api.github.com/repos/ChurchCRM/CRM/issues/2628/comments | 3 | 2017-06-27T19:12:40Z | 2017-07-16T17:20:09Z | https://github.com/ChurchCRM/CRM/issues/2628 | 238,953,003 | 2,628 |
[
"ChurchCRM",
"CRM"
] | The time selector for creating events is not intuitive...
Collected Value Title | Data
----------------------|----------------
Page Name |/EventEditor.php
Screen Size |1024x1280
Window Size |894x1280
Page Size |972x1280
Platform Information | Linux CSHN001 4.4.0-77-generic #98-Ubuntu SMP Wed Apr 26 08:34:0... | Event Time Selector is not intuitive | https://api.github.com/repos/ChurchCRM/CRM/issues/2627/comments | 0 | 2017-06-27T02:23:49Z | 2019-02-23T07:11:54Z | https://github.com/ChurchCRM/CRM/issues/2627 | 238,720,152 | 2,627 |
[
"ChurchCRM",
"CRM"
] | The page fails to load when trying to delete a family that has pledges.
Collected Value Title | Data
----------------------|----------------
Page Name |/FamilyView.php
Screen Size |1024x1280
Window Size |894x1280
Page Size |1161x1280
Platform Information | Linux CSHN001 4.4.0-77-generic #98-Ubuntu SMP Wed ... | can\'t delete family with pledges | https://api.github.com/repos/ChurchCRM/CRM/issues/2626/comments | 1 | 2017-06-27T02:21:42Z | 2024-06-03T12:15:21Z | https://github.com/ChurchCRM/CRM/issues/2626 | 238,719,893 | 2,626 |
[
"ChurchCRM",
"CRM"
] | The calendar should have an option or a way to show only the events on the current month being viewed. Currently, you see events on the last days of previos month and first days of next month. This can cause some confusion. My church wants to print a copy of the calendar each month, to display on a board with the month... | Show only Events on current month | https://api.github.com/repos/ChurchCRM/CRM/issues/2625/comments | 7 | 2017-06-26T01:51:50Z | 2017-07-04T18:15:32Z | https://github.com/ChurchCRM/CRM/issues/2625 | 238,423,770 | 2,625 |
[
"ChurchCRM",
"CRM"
] | When I try to create an Administrator, nothing works ????
Could you please give an advice ?
Philippe
Collected Value Title | Data
----------------------|----------------
Page Name |/UserEditor.php
Screen Size |1080x1920
Window Size |878x1582
Page Size |1362x1582
Platform Information | Linux www 4.4.0-81-ge... | UserEditor.php | https://api.github.com/repos/ChurchCRM/CRM/issues/2624/comments | 2 | 2017-06-25T20:48:38Z | 2017-11-28T00:14:27Z | https://github.com/ChurchCRM/CRM/issues/2624 | 238,405,268 | 2,624 |
[
"ChurchCRM",
"CRM"
] | It should be a very nice idea to export the notes which are connected to the members or family.
Could you please include this in the next version.
Philippe
Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |1080x1920
Window Size |878x1539
Page Size |87... | Add new functionalities to export/import to csv | https://api.github.com/repos/ChurchCRM/CRM/issues/2623/comments | 2 | 2017-06-24T11:20:33Z | 2024-07-18T02:13:07Z | https://github.com/ChurchCRM/CRM/issues/2623 | 238,311,794 | 2,623 |
[
"ChurchCRM",
"CRM"
] | This is an ["epic"](https://confluence.atlassian.com/agile/jira-agile-user-s-guide/working-with-epics) issue so that all specific instances of this may be tagged to this issue.
> All input should be filtered. All output should be escaped.
Input that is being passed to ORM must ___not___ be ```mysqli_escaped```... | Filter Input, Escape Output | https://api.github.com/repos/ChurchCRM/CRM/issues/2622/comments | 3 | 2017-06-23T13:25:12Z | 2024-07-19T02:13:24Z | https://github.com/ChurchCRM/CRM/issues/2622 | 238,141,648 | 2,622 |
[
"ChurchCRM",
"CRM"
] | First click on a member row in a group "half-highlights" the row, but doesn't trigger any of the select logic.
Clicking a row a second time causes the row to become "fully highlighted," and the row behaves as expected. | Need to double-select rows to highlight | https://api.github.com/repos/ChurchCRM/CRM/issues/2621/comments | 2 | 2017-06-23T02:03:43Z | 2017-07-01T05:26:35Z | https://github.com/ChurchCRM/CRM/issues/2621 | 238,020,554 | 2,621 |
[
"ChurchCRM",
"CRM"
] | 
| Update .travus | https://api.github.com/repos/ChurchCRM/CRM/issues/2618/comments | 1 | 2017-06-21T03:51:01Z | 2017-06-21T03:52:13Z | https://github.com/ChurchCRM/CRM/issues/2618 | 237,407,593 | 2,618 |
[
"ChurchCRM",
"CRM"
] | we need to improve the search speed. | After displaying family info in the search it is now much slower | https://api.github.com/repos/ChurchCRM/CRM/issues/2617/comments | 2 | 2017-06-21T03:35:52Z | 2017-07-03T15:38:45Z | https://github.com/ChurchCRM/CRM/issues/2617 | 237,405,814 | 2,617 |
[
"ChurchCRM",
"CRM"
] | Noticed the following when starting my vagrant box
```
==> default:
==> default: [Propel\Generator\Exception\BuildException]
==> default: Table "group_grp" contains a foreign key to table "list_ls... | list_lst gen error | https://api.github.com/repos/ChurchCRM/CRM/issues/2616/comments | 2 | 2017-06-21T03:29:58Z | 2017-07-04T21:49:37Z | https://github.com/ChurchCRM/CRM/issues/2616 | 237,405,168 | 2,616 |
[
"ChurchCRM",
"CRM"
] | On MacOS i get the following error
```
==> default: > scripts/tests-install.sh
==> default: sh: 1:
==> default: scripts/tests-install.sh: Permission denied
==> default: npm
==> default: ERR! code
==> default: ELIFECYCLE
==> default: npm ERR! errno 126
==> default: npm
==> default: ERR!
==> default: Chu... | scripts/tests-install.sh: Permission denied | https://api.github.com/repos/ChurchCRM/CRM/issues/2615/comments | 0 | 2017-06-21T03:28:58Z | 2017-11-27T04:02:22Z | https://github.com/ChurchCRM/CRM/issues/2615 | 237,405,067 | 2,615 |
[
"ChurchCRM",
"CRM"
] | any HTML entered into the sHeader setting is stripped, and only the plaintext is persisted to the DB | Can't use HTML in sHeader setting | https://api.github.com/repos/ChurchCRM/CRM/issues/2613/comments | 0 | 2017-06-20T03:33:53Z | 2017-06-21T03:24:23Z | https://github.com/ChurchCRM/CRM/issues/2613 | 237,083,518 | 2,613 |
[
"ChurchCRM",
"CRM"
] | issuing another AJAX call before the previous AJAX call has completed triggers the error window.
Reproduce:
1. begin typing in the global search window.
2. wait ~200ms (watch browser network activity for start of ajax call)
3. before the ajax call completes, continue typing - this will trigger the error dialog. | Simultaneous AJAX calls give error | https://api.github.com/repos/ChurchCRM/CRM/issues/2609/comments | 0 | 2017-06-18T20:29:28Z | 2017-06-21T01:37:11Z | https://github.com/ChurchCRM/CRM/issues/2609 | 236,743,613 | 2,609 |
[
"ChurchCRM",
"CRM"
] | reported by @benbankes - there may be issues with ```npm install``` occurring during vagrant up:
> Nope. I have to run npm run install separately afterward. I could add that to the bootstrap.sh, but that feels like a hack since it is already included in the npm install in bootstrap.sh.
So, I'm up and working now, b... | NPM build issues on Vagrant Up | https://api.github.com/repos/ChurchCRM/CRM/issues/2608/comments | 3 | 2017-06-18T19:48:23Z | 2017-11-12T05:24:51Z | https://github.com/ChurchCRM/CRM/issues/2608 | 236,741,405 | 2,608 |
[
"ChurchCRM",
"CRM"
] | test
Collected Value Title | Data
----------------------|----------------
Page Name |/calendar.php
Screen Size |1050x1680
Window Size |917x1680
Page Size |917x1680
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.or... | alert(\"test\") | https://api.github.com/repos/ChurchCRM/CRM/issues/2607/comments | 0 | 2017-06-18T12:11:52Z | 2017-06-18T19:11:04Z | https://github.com/ChurchCRM/CRM/issues/2607 | 236,717,622 | 2,607 |
[
"ChurchCRM",
"CRM"
] | Creating a new family causes HTTP/500 server error in master
Discovered in Automated testing:
```
Feature: FamilyAdd
In order to add a family
As a User
I am able to enter data into the Family Editor
Scenario: Entering a new Family # features/Families/FamilyAdd.feature:6
... | Can't create new family | https://api.github.com/repos/ChurchCRM/CRM/issues/2606/comments | 5 | 2017-06-18T02:16:04Z | 2017-07-03T04:12:46Z | https://github.com/ChurchCRM/CRM/issues/2606 | 236,695,503 | 2,606 |
[
"ChurchCRM",
"CRM"
] | Automated tests are failing.
It looks like SauceLabs switched to Windows clients as the default test environment.
There is a known bug that causes errors on Windows Selenium clients :https://github.com/SeleniumHQ/selenium/issues/3808
This shows up in our test logs as
```
01:32:48.235 WARN - Exception thrown... | Automated Tests are failing | https://api.github.com/repos/ChurchCRM/CRM/issues/2604/comments | 1 | 2017-06-18T01:46:03Z | 2017-06-18T19:38:15Z | https://github.com/ChurchCRM/CRM/issues/2604 | 236,694,512 | 2,604 |
[
"ChurchCRM",
"CRM"
] | Kept getting Missing Role in the alerts.
Can suppress it for those not assigned to families and for Admin.
The relationship field (family role) is stored in the **person_per** table in the **per_fmr_ID** field (person's family role ID) taken from:
`SELECT lst_OptionID, lst_OptionName FROM `list_lst` WHERE lst_ID... | Missing Role in the alerts for invalid Members | https://api.github.com/repos/ChurchCRM/CRM/issues/2601/comments | 0 | 2017-06-17T04:57:31Z | 2017-07-14T22:31:40Z | https://github.com/ChurchCRM/CRM/issues/2601 | 236,639,125 | 2,601 |
[
"ChurchCRM",
"CRM"
] | I have a question regarding emailing from ChurchCRM. We decided not to use MailChimp because it looked like a pain - we just configured the CRM to reach out and use my email client (Outlook - latest version) and that was working fine for a while it seemed. Last time I went to members, dashboard, and clicked email BCC a... | BCC all email issue | https://api.github.com/repos/ChurchCRM/CRM/issues/2600/comments | 3 | 2017-06-16T21:24:24Z | 2018-07-28T16:36:59Z | https://github.com/ChurchCRM/CRM/issues/2600 | 236,600,087 | 2,600 |
[
"ChurchCRM",
"CRM"
] | efrt
Collected Value Title | Data
----------------------|----------------
Page Name |/churchcrm/Checkin.php
Screen Size |768x1366
Window Size |613x1366
Page Size |633x1366
Platform Information | Windows NT SYSTEM10 6.1 build 7600 (Windows 7 Ultimate Edition) i586
PHP Version | 5.6.28
ChurchCRM Version |2... | cfdf | https://api.github.com/repos/ChurchCRM/CRM/issues/2599/comments | 0 | 2017-06-15T10:42:51Z | 2017-06-18T19:49:08Z | https://github.com/ChurchCRM/CRM/issues/2599 | 236,148,586 | 2,599 |
[
"ChurchCRM",
"CRM"
] | test
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |1024x1280
Window Size |845x1280
Page Size |2005x1280
Platform Information | Linux CSHN001 4.4.0-77-generic #98-Ubuntu SMP Wed Apr 26 08:34:02 UTC 2017 x86_64
PHP Version | 7.0.18-1+deb.sury.org~xeni... | test | https://api.github.com/repos/ChurchCRM/CRM/issues/2594/comments | 0 | 2017-06-13T23:36:06Z | 2017-06-13T23:37:53Z | https://github.com/ChurchCRM/CRM/issues/2594 | 235,722,457 | 2,594 |
[
"ChurchCRM",
"CRM"
] | the 2.8.0 settings cleanup script is not part of the upgrade.json file | not all 2.8.0 upgrade scripts run | https://api.github.com/repos/ChurchCRM/CRM/issues/2590/comments | 0 | 2017-06-13T23:03:56Z | 2017-06-18T19:55:54Z | https://github.com/ChurchCRM/CRM/issues/2590 | 235,717,555 | 2,590 |
[
"ChurchCRM",
"CRM"
] | Can't restore from 2.7.5 -> 2.8.0-RC1
```
Error text: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'event_start'
```
```
[
"#0 /home/democrm/churchcrm/vendor/propel/propel/src/Propel/Runtime/Connection/PdoConnection.php(109): PDO->query('ALTER TABLE eve...')",
"#1 /ho... | Restore to 2.8.0-RC1 Broken | https://api.github.com/repos/ChurchCRM/CRM/issues/2589/comments | 0 | 2017-06-13T23:01:43Z | 2017-06-15T02:14:46Z | https://github.com/ChurchCRM/CRM/issues/2589 | 235,717,203 | 2,589 |
[
"ChurchCRM",
"CRM"
] | hkjgjhgjh
Collected Value Title | Data
----------------------|----------------
Page Name |/index.php
Screen Size |768x1366
Window Size |599x1366
Page Size |709x1366
Platform Information | Linux coco.whogohost.com 2.6.32-673.26.1.lve1.4.25.el6.x86_64 #1 SMP Wed Apr 5 16:33:01 EDT 2017 x86_64
PHP Version | ... | hgjh | https://api.github.com/repos/ChurchCRM/CRM/issues/2588/comments | 0 | 2017-06-13T14:54:01Z | 2017-06-13T23:01:12Z | https://github.com/ChurchCRM/CRM/issues/2588 | 235,582,802 | 2,588 |
[
"ChurchCRM",
"CRM"
] | Printing deposit summary
Collected Value Title | Data
----------------------|----------------
Page Name |/SystemSettings.php
Screen Size |900x1440
Window Size |799x926
Page Size |1100x1156
Platform Information | Linux oin 3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64
PHP Version | 5.6.29... | Feature Request: option to print deposit comments on deposit summary | https://api.github.com/repos/ChurchCRM/CRM/issues/2587/comments | 0 | 2017-06-13T12:01:40Z | 2018-09-02T02:53:03Z | https://github.com/ChurchCRM/CRM/issues/2587 | 235,530,260 | 2,587 |
[
"ChurchCRM",
"CRM"
] | There are several instances of `SystemURLs::getRootPath()` being executed in each of many files that can be reduced to a single session variable when logged in or as a constant and used everywhere. | Redundant function calls | https://api.github.com/repos/ChurchCRM/CRM/issues/2586/comments | 7 | 2017-06-10T17:29:11Z | 2017-06-15T13:51:41Z | https://github.com/ChurchCRM/CRM/issues/2586 | 235,016,023 | 2,586 |
[
"ChurchCRM",
"CRM"
] | When I begin typing the family name in the family box on the deposit form it suggest results showing only a last name and address. The problem is that the person entering a donation may not know which family it is by address. In addition there may be adult children living at home giving and paying taxes. I think that g... | Cannot distinguish givers with same last name and address | https://api.github.com/repos/ChurchCRM/CRM/issues/2585/comments | 1 | 2017-06-10T00:55:34Z | 2017-06-21T22:30:09Z | https://github.com/ChurchCRM/CRM/issues/2585 | 234,968,262 | 2,585 |
[
"ChurchCRM",
"CRM"
] | Creating an event in CRM should have a check-box to provision the event to the Church's Facebook account.
Bonus points for synchronizing estimated attendance count.
Related to: #335 | Auto-Create Facebook Events from System Event | https://api.github.com/repos/ChurchCRM/CRM/issues/2584/comments | 2 | 2017-06-09T17:59:51Z | 2024-05-18T16:15:20Z | https://github.com/ChurchCRM/CRM/issues/2584 | 234,898,371 | 2,584 |
[
"ChurchCRM",
"CRM"
] |
Family images stopped loading in the pin infobox. Now the gravatar is showing instead of family photo.
Using Google map.
/MapUsingGoogle.php?GroupID=-1
Collected Value Title | Data
----------------------|----------------
Page Name |/churchcrm/MapUsingGoogle.php
Screen Size |768x1366
Window Size |638x1366
... | Map - family images not loading | https://api.github.com/repos/ChurchCRM/CRM/issues/2573/comments | 1 | 2017-06-07T09:03:25Z | 2019-08-27T02:29:31Z | https://github.com/ChurchCRM/CRM/issues/2573 | 234,140,336 | 2,573 |
[
"ChurchCRM",
"CRM"
] | On latest version, i was getting Birth Date: Unknown on the Print Views of persons.
I have fixed the issue by rewriting line 89 on the PrintView.php from
$dBirthDate = FormatBirthDate($per_BirthYear, $per_BirthMonth, $per_BirthDay, '/', $per_Flags);
to
$dBirthDate = FormatBirthDate($per_BirthYear, $per... | PrintView not displaying Birth Date correctly. | https://api.github.com/repos/ChurchCRM/CRM/issues/2571/comments | 3 | 2017-06-07T03:41:25Z | 2018-09-02T02:55:37Z | https://github.com/ChurchCRM/CRM/issues/2571 | 234,084,058 | 2,571 |
[
"ChurchCRM",
"CRM"
] | Is it possible to display "Name LastName" instead of "LastName, Name" on SelectList.php ? | Display order setting for First name, Last name | https://api.github.com/repos/ChurchCRM/CRM/issues/2570/comments | 3 | 2017-06-07T01:57:06Z | 2024-05-18T16:15:38Z | https://github.com/ChurchCRM/CRM/issues/2570 | 234,070,961 | 2,570 |
[
"ChurchCRM",
"CRM"
] | I was wondering if there might be a way to integrate Google contacts with ChurchCRM. We uses google business to keep all of our emails and calendars. I find I have to enter people into CRM and then also Add them to my contacts. If there was a way to create an API call the information could be shared from ChurchCRM i... | Google Contacts API integration | https://api.github.com/repos/ChurchCRM/CRM/issues/2569/comments | 9 | 2017-06-06T18:41:20Z | 2024-07-19T02:13:25Z | https://github.com/ChurchCRM/CRM/issues/2569 | 233,986,100 | 2,569 |
[
"ChurchCRM",
"CRM"
] | Currently, i am only able to find birthdays of specific types of people. Only Members, only Visitors etc.
Should there be an option to search on all Persons too | Find all birthdays | https://api.github.com/repos/ChurchCRM/CRM/issues/2568/comments | 7 | 2017-06-06T16:12:26Z | 2024-07-19T02:13:26Z | https://github.com/ChurchCRM/CRM/issues/2568 | 233,945,741 | 2,568 |
[
"ChurchCRM",
"CRM"
] | https://blog.tighten.co/a-brief-introduction-to-progressive-web-apps-or-pwas?utm_source=twitter&utm_medium=social&utm_campaign=tweetPosts | Incorporate "Progressive Web App" Feature set | https://api.github.com/repos/ChurchCRM/CRM/issues/2567/comments | 1 | 2017-06-06T12:35:21Z | 2024-06-03T12:06:20Z | https://github.com/ChurchCRM/CRM/issues/2567 | 233,877,266 | 2,567 |
[
"ChurchCRM",
"CRM"
] | The Map is not working properly
and i hope we had a print out put in pdf or excel...
to have a printabe form in profesional way
Thanks
Collected Value Title | Data
----------------------|----------------
Page Name |/gwagcrm/Menu.php
Screen Size |768x1366
Window Size |667x1366
Page Size |1676x1366
Platfor... | Map is not properly working | https://api.github.com/repos/ChurchCRM/CRM/issues/2566/comments | 2 | 2017-06-05T09:00:21Z | 2024-06-04T07:44:39Z | https://github.com/ChurchCRM/CRM/issues/2566 | 233,531,274 | 2,566 |
[
"ChurchCRM",
"CRM"
] | Anonymous isn't displayed as the name for anonymous donations, and it's not localized. | deposit slip editor anonymous isn't displayed | https://api.github.com/repos/ChurchCRM/CRM/issues/2565/comments | 0 | 2017-06-05T02:18:48Z | 2017-06-21T22:30:19Z | https://github.com/ChurchCRM/CRM/issues/2565 | 233,479,085 | 2,565 |
[
"ChurchCRM",
"CRM"
] | #336 will fully resolve the ambiguity of assigning payments to the correct family; however the change is large, and I have not yet addressed it.
In the interim, displaying the Head of Household in the family selector drop down will help ensure that the correct family is attributed the payment.
I.e.
Currently, th... | Payments by Family should display Head of Household Name | https://api.github.com/repos/ChurchCRM/CRM/issues/2563/comments | 1 | 2017-06-04T21:18:10Z | 2017-06-21T03:36:37Z | https://github.com/ChurchCRM/CRM/issues/2563 | 233,460,472 | 2,563 |
[
"ChurchCRM",
"CRM"
] | [Posted in Gitter](https://gitter.im/ChurchCRM/CRM?at=5933e1a5167d046a7d688e72)
````
ALTER TABLE `autopayment_aut` DROP INDEX `aut_ID`;
ALTER TABLE `canvassdata_can` DROP INDEX `can_ID`;
ALTER TABLE `config_cfg` DROP INDEX `cfg_id`;
ALTER TABLE `donateditem_di` DROP INDEX `di_ID`;
ALTER TABLE `donationf... | Remove redundant indexes for MySQL | https://api.github.com/repos/ChurchCRM/CRM/issues/2561/comments | 3 | 2017-06-04T11:10:54Z | 2020-06-09T15:55:46Z | https://github.com/ChurchCRM/CRM/issues/2561 | 233,426,976 | 2,561 |
[
"ChurchCRM",
"CRM"
] | Search by phone number from main screen
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |915x515
Window Size |428x515
Page Size |2522x515
Platform Information | Linux IDAE001 4.4.0-66-generic #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 x86_64
PHP Versio... | Search by phone number | https://api.github.com/repos/ChurchCRM/CRM/issues/2560/comments | 1 | 2017-06-02T21:39:33Z | 2018-09-02T03:09:39Z | https://github.com/ChurchCRM/CRM/issues/2560 | 233,309,698 | 2,560 |
[
"ChurchCRM",
"CRM"
] | Attempting to run `ChurchCRM v2.8.0` by overlaying it on `ChurchCRM v2.7.5` was **unsuccessful**.
The steps used to work it on `CentOS 7.3.1611+PHP7.0` from `webtatic` repo are:
````
cd /var/www/
mv churchcrm churchcrm_275
wget --no-check-certificate https://github.com/ChurchCRM/CRM/archive/master.zip
unzip mast... | ChurchCRM v2.8.0 first check | https://api.github.com/repos/ChurchCRM/CRM/issues/2559/comments | 3 | 2017-06-02T09:54:38Z | 2017-06-03T03:23:08Z | https://github.com/ChurchCRM/CRM/issues/2559 | 233,133,124 | 2,559 |
[
"ChurchCRM",
"CRM"
] | I would like to be able to create an event like 'Sunday Worship Service' which will certainly occur each Sunday, exactly at the same time. Is there an existing feature to be able to do this in one-two steps?
I have searched for any past request for similar feature, but could not find any.
For example I would lik... | Adding 'Repeat Events' in one or two steps. | https://api.github.com/repos/ChurchCRM/CRM/issues/2558/comments | 3 | 2017-06-02T07:12:10Z | 2024-07-19T02:13:27Z | https://github.com/ChurchCRM/CRM/issues/2558 | 233,095,959 | 2,558 |
[
"ChurchCRM",
"CRM"
] | expected behavior: submit a PR that does not comply with StyleCI style guide, a PR should be automagically created against the new PR.
actual behavior: no automatic PR is created, and the StyleCI patch must be applied manually to the branch | StyleCI automatic PRs seem to be broken | https://api.github.com/repos/ChurchCRM/CRM/issues/2557/comments | 1 | 2017-06-02T02:12:54Z | 2017-06-02T02:13:26Z | https://github.com/ChurchCRM/CRM/issues/2557 | 233,058,050 | 2,557 |
[
"ChurchCRM",
"CRM"
] | clicking on the pencil next to a group member does not present the group role. This was caused by f144a16 when DataTable was changed to dataTable. | Can't change a group member's role | https://api.github.com/repos/ChurchCRM/CRM/issues/2552/comments | 0 | 2017-06-01T02:22:40Z | 2017-06-01T02:49:31Z | https://github.com/ChurchCRM/CRM/issues/2552 | 232,747,989 | 2,552 |
[
"ChurchCRM",
"CRM"
] | Fatal Error
Fatal error: Uncaught Exception: API access denied. Request: ...
Message: Requests to this API must be over SSL. Load the API with "https://" instead of "http://". ...
on line 162 | fatal error on Missing coordinates page | https://api.github.com/repos/ChurchCRM/CRM/issues/2548/comments | 9 | 2017-06-01T00:24:19Z | 2017-07-16T19:05:35Z | https://github.com/ChurchCRM/CRM/issues/2548 | 232,733,599 | 2,548 |
[
"ChurchCRM",
"CRM"
] | If someone wants to sign up for updates send they sms a keyword and the system sends an auto response to them.
One system we have used sends a form to them to fill out that adds them to the database and the appropriate group.
Since I am not sure how the SMS system works. I think this will need some discussions.... | Create auto response signup SMS | https://api.github.com/repos/ChurchCRM/CRM/issues/2547/comments | 1 | 2017-05-31T23:30:30Z | 2024-06-04T07:43:11Z | https://github.com/ChurchCRM/CRM/issues/2547 | 232,726,088 | 2,547 |
[
"ChurchCRM",
"CRM"
] | Nexmo has both SMS and Voice APIs.
Investigate using the APIs for verifying person / family data.
Could have an interactive IVR system that asks people to confirm data. | SMS / Voice for Data verification | https://api.github.com/repos/ChurchCRM/CRM/issues/2546/comments | 2 | 2017-05-31T22:23:18Z | 2024-06-04T07:42:43Z | https://github.com/ChurchCRM/CRM/issues/2546 | 232,714,623 | 2,546 |
[
"ChurchCRM",
"CRM"
] | Send SMS to each donor when a deposit has been finalized, "Thank you for your donation of $xx.xx on yy/mm/dd" | Financial SMS | https://api.github.com/repos/ChurchCRM/CRM/issues/2545/comments | 1 | 2017-05-31T22:22:25Z | 2024-06-04T07:42:21Z | https://github.com/ChurchCRM/CRM/issues/2545 | 232,714,464 | 2,545 |
[
"ChurchCRM",
"CRM"
] | send SMS to all (or select) classifications in the system | SMS to Classifications | https://api.github.com/repos/ChurchCRM/CRM/issues/2544/comments | 1 | 2017-05-31T22:21:27Z | 2024-06-04T07:42:01Z | https://github.com/ChurchCRM/CRM/issues/2544 | 232,714,246 | 2,544 |
[
"ChurchCRM",
"CRM"
] | Use Nexmo to send SMS to groups (use the existing email mechanism as a template):
* send to whole group
* send to only one (or select) roles in a group | SMS to Groups | https://api.github.com/repos/ChurchCRM/CRM/issues/2543/comments | 3 | 2017-05-31T22:19:59Z | 2024-07-19T02:13:29Z | https://github.com/ChurchCRM/CRM/issues/2543 | 232,713,866 | 2,543 |
[
"ChurchCRM",
"CRM"
] | https://github.com/propelorm/Propel2/issues/675 | Propel ORM fails build | https://api.github.com/repos/ChurchCRM/CRM/issues/2542/comments | 1 | 2017-05-31T21:48:18Z | 2017-06-01T02:58:40Z | https://github.com/ChurchCRM/CRM/issues/2542 | 232,706,780 | 2,542 |
[
"ChurchCRM",
"CRM"
] | The date field type on the Group Member Properties Editor doesn't have a date picker like it does on other date fields within ChurchCRM. | Date field type on Group Member Properties Editor | https://api.github.com/repos/ChurchCRM/CRM/issues/2540/comments | 2 | 2017-05-28T21:07:44Z | 2024-07-19T02:13:29Z | https://github.com/ChurchCRM/CRM/issues/2540 | 231,894,785 | 2,540 |
[
"ChurchCRM",
"CRM"
] | The 'Group Member Properties Editor' doesn't save the field values when you press save. | Group Member Properties Editor doesn't save | https://api.github.com/repos/ChurchCRM/CRM/issues/2539/comments | 2 | 2017-05-28T21:01:12Z | 2024-07-19T02:13:31Z | https://github.com/ChurchCRM/CRM/issues/2539 | 231,894,420 | 2,539 |
[
"ChurchCRM",
"CRM"
] | I clicked members, then view all persons, then clicked the name of a person in the list.
Collected Value Title | Data
----------------------|----------------
Page Name |/Menu.php
Screen Size |1080x1920
Window Size |862x1394
Page Size |1453x1394
Platform Information | Windows NT GRASSHOPPAH 10.0 build 15063... | PersonView is broken | https://api.github.com/repos/ChurchCRM/CRM/issues/2538/comments | 7 | 2017-05-28T00:18:10Z | 2017-05-28T21:48:19Z | https://github.com/ChurchCRM/CRM/issues/2538 | 231,836,727 | 2,538 |
[
"ChurchCRM",
"CRM"
] | Setting the hide friend date to true on the system settings does not remove the field from the person editor. | Hide Friend Date | https://api.github.com/repos/ChurchCRM/CRM/issues/2537/comments | 1 | 2017-05-27T21:29:12Z | 2017-06-21T03:53:32Z | https://github.com/ChurchCRM/CRM/issues/2537 | 231,829,226 | 2,537 |
[
"ChurchCRM",
"CRM"
] | When your country is set to the UK, the zip code changes to postcode. But the Filter and Cart sort order drop-down still has zip code in it | Filter and Cart settings doesn't user postcode | https://api.github.com/repos/ChurchCRM/CRM/issues/2536/comments | 0 | 2017-05-27T21:15:55Z | 2024-05-18T18:32:41Z | https://github.com/ChurchCRM/CRM/issues/2536 | 231,828,580 | 2,536 |
[
"ChurchCRM",
"CRM"
] | Our church require certain teams to be DBS checked (this is a kind of security check for those working with children).
As it's something that needs to be renewed every couple of years, it would be great if there was a tick box to say if people have been checked and have the ability to add an expiry date. A reminder... | DBS Expiry | https://api.github.com/repos/ChurchCRM/CRM/issues/2534/comments | 7 | 2017-05-27T18:11:32Z | 2024-07-20T02:10:49Z | https://github.com/ChurchCRM/CRM/issues/2534 | 231,818,624 | 2,534 |
[
"ChurchCRM",
"CRM"
] | # Reproduce this bug
Open _Deposit_ → _View all Deposits_ and select a few rows. The UI buttons to Delete or export (etc.) teh selected row light up, but there is no visual indication of which rows are selected. The `selected` CSS class _does_ get added, it just seems to be empty (i.e. adds no styling). | Selected dataTables rows are not styled | https://api.github.com/repos/ChurchCRM/CRM/issues/2533/comments | 6 | 2017-05-22T22:19:43Z | 2017-06-04T20:20:25Z | https://github.com/ChurchCRM/CRM/issues/2533 | 230,535,294 | 2,533 |
[
"ChurchCRM",
"CRM"
] | might need this https://github.com/i18next/i18next-scanner#usage-with-i18next-text
It looks like i18next is not compatible with the legacy xgettext scanner. | scan javascript for i18next | https://api.github.com/repos/ChurchCRM/CRM/issues/2532/comments | 1 | 2017-05-22T00:45:40Z | 2017-12-04T03:30:02Z | https://github.com/ChurchCRM/CRM/issues/2532 | 230,260,935 | 2,532 |
[
"ChurchCRM",
"CRM"
] | I can't figure out what's causing it, but my skin\adminlte folder keeps disappearing in my development machine.
not sure yet if it's a real bug, or just something on my machine. | Skins \ AdminLTE keeps disappearing | https://api.github.com/repos/ChurchCRM/CRM/issues/2531/comments | 1 | 2017-05-22T00:28:22Z | 2017-05-22T01:28:21Z | https://github.com/ChurchCRM/CRM/issues/2531 | 230,259,909 | 2,531 |
[
"ChurchCRM",
"CRM"
] | Include the MySQL version in the bug report | Include MySQL version in bug report | https://api.github.com/repos/ChurchCRM/CRM/issues/2530/comments | 1 | 2017-05-22T00:16:05Z | 2017-07-18T23:42:45Z | https://github.com/ChurchCRM/CRM/issues/2530 | 230,259,249 | 2,530 |
[
"ChurchCRM",
"CRM"
] | Affects the upgrade while modifying events_event table
QLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'event_start'
http://stackoverflow.com/questions/36374335/error-in-mysql-when-setting-default-value-for-date-or-datetime
Collected Value Title | Data
----------------------... | SQL Mode bug - DateTime | https://api.github.com/repos/ChurchCRM/CRM/issues/2527/comments | 4 | 2017-05-21T13:35:40Z | 2018-09-02T03:05:56Z | https://github.com/ChurchCRM/CRM/issues/2527 | 230,221,336 | 2,527 |
[
"ChurchCRM",
"CRM"
] | Update Schema Documentation / Graph | https://api.github.com/repos/ChurchCRM/CRM/issues/2525/comments | 0 | 2017-05-21T04:17:18Z | 2017-05-21T15:01:03Z | https://github.com/ChurchCRM/CRM/issues/2525 | 230,195,744 | 2,525 | |
[
"ChurchCRM",
"CRM"
] | File paths to the incremental upgrade files in upgrade.json begin with "/"
This works within the program's logic, but generally a "/" at the beginning of a path indicates absolute path, rather than relative. | upgrade.json using absolute path syntax for relative paths | https://api.github.com/repos/ChurchCRM/CRM/issues/2524/comments | 1 | 2017-05-21T03:45:03Z | 2024-06-05T07:08:11Z | https://github.com/ChurchCRM/CRM/issues/2524 | 230,194,647 | 2,524 |
[
"ChurchCRM",
"CRM"
] | In CentOS 7.3.1611 on OpenVZ with `PHP70w` from `webtatic` repo and `MySQL 5.6`, ChurchCRM v2.7.5 Backup works perfectly.
Debian 8 with PHP 7.0 still has issues.

Forked here from [a... | Debian with standard PHP7 DB Backup Issue | https://api.github.com/repos/ChurchCRM/CRM/issues/2523/comments | 9 | 2017-05-21T03:02:00Z | 2024-05-17T21:06:29Z | https://github.com/ChurchCRM/CRM/issues/2523 | 230,193,230 | 2,523 |
[
"ChurchCRM",
"CRM"
] | VM282:1 GET http://192.168.33.10/locale/en_US/LC_Messages/messages.js 404 (Not Found) | en_US/LC_Messages/messages.js 404 (Not Found) | https://api.github.com/repos/ChurchCRM/CRM/issues/2521/comments | 10 | 2017-05-21T00:56:27Z | 2017-07-05T15:06:20Z | https://github.com/ChurchCRM/CRM/issues/2521 | 230,188,942 | 2,521 |
[
"ChurchCRM",
"CRM"
] | trying to delete a Sunday School class, the button "Delete this Group" will not do anything.
Collected Value Title | Data
----------------------|----------------
Page Name |/churchcrm/GroupView.php
Screen Size |1080x1920
Window Size |878x1605
Page Size |1092x1605
Platform Information | Linux a2ss18.a2host... | Cannot delete group | https://api.github.com/repos/ChurchCRM/CRM/issues/2515/comments | 2 | 2017-05-17T15:51:21Z | 2017-06-14T00:46:11Z | https://github.com/ChurchCRM/CRM/issues/2515 | 229,401,719 | 2,515 |
[
"ChurchCRM",
"CRM"
] | These are the steps of installing churchcrm on XAMPP. I tried to keep it as simple as possible.
1. Install XAMPP. You can download it from https://www.apachefriends.org/download.html
2. Download the latest release of churchcrm from https://github.com/ChurchCRM/CRM/releases
. I don't know why as I don't know how to back-check the actual query under the export...
... | Email dashboard export includes non-members | https://api.github.com/repos/ChurchCRM/CRM/issues/2479/comments | 7 | 2017-05-06T16:00:09Z | 2024-07-20T02:10:52Z | https://github.com/ChurchCRM/CRM/issues/2479 | 226,782,583 | 2,479 |
[
"ChurchCRM",
"CRM"
] | Just trying to include 'friends' of the parish, that are organisations (neighbouring parishes, businesses, etc.). How are folk handling these? I'm thinking 'family', but then classifications can't be used. I suppose one could create a Family Property as a workaround, but I'm curious whether there are other options folk... | How do folks handle contacts that are Organisations? | https://api.github.com/repos/ChurchCRM/CRM/issues/2478/comments | 15 | 2017-05-05T17:04:01Z | 2024-07-20T02:10:53Z | https://github.com/ChurchCRM/CRM/issues/2478 | 226,634,079 | 2,478 |
[
"ChurchCRM",
"CRM"
] | Hi,
I'm trying to install churchCRM on a cpanel hosted site with a company called NetRegistry. When I run the initial setup it fails the ChurchCRM File Integrity Check and mod_rewrite. I have the hosting company looking into mod_rewrite. I downloaded the churchCRM files from [https://github.com/ChurchCRM/CRM/releases/... | ChurchCRM File Integrity Check fails | https://api.github.com/repos/ChurchCRM/CRM/issues/2476/comments | 6 | 2017-05-04T17:54:31Z | 2018-06-17T20:30:56Z | https://github.com/ChurchCRM/CRM/issues/2476 | 226,360,119 | 2,476 |
[
"ChurchCRM",
"CRM"
] | MySQL server does not start when the following is found in the `/var/log/mysqld.log` file:
````
/usr/sbin/mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' (Errcode: 13 - Permission denied)
````
The solution I used was:
````
# /usr/bin/mysql_install_db
# cat /var/log/mysqld.log
service mysqld stop... | Recovering from MySQL 5.6 crash in ChurchCRM on CentOS 7.3 | https://api.github.com/repos/ChurchCRM/CRM/issues/2475/comments | 6 | 2017-05-04T07:02:16Z | 2024-06-06T06:46:57Z | https://github.com/ChurchCRM/CRM/issues/2475 | 226,193,458 | 2,475 |
[
"ChurchCRM",
"CRM"
] | Just upgraded to 2.7.5, and have noticed that I cannot add selected members of a group to the cart. By this I mean, if I select one or more members of a group (by clicking on them to highlight them), both the 'remove member from group' and 'add selected members to cart' buttons are disabled (cursor gets a disabled over... | Cannot add selected group members to cart | https://api.github.com/repos/ChurchCRM/CRM/issues/2474/comments | 0 | 2017-05-04T05:48:49Z | 2017-11-27T01:57:06Z | https://github.com/ChurchCRM/CRM/issues/2474 | 226,183,123 | 2,474 |
[
"ChurchCRM",
"CRM"
] | Just the question. In CiviCRM there was a (admittedly power-user) way to add custom queries and reports to the system, in a way that wouldn't be overwritten when upgrading the platform. Just wondering if there's a way to do that with ChurchCRM?
One use-case: if one constructs a useful free-text query, one might want... | Is there a way to add/construct custom queries or reports? | https://api.github.com/repos/ChurchCRM/CRM/issues/2473/comments | 3 | 2017-05-04T05:46:10Z | 2024-06-06T06:47:19Z | https://github.com/ChurchCRM/CRM/issues/2473 | 226,182,828 | 2,473 |
[
"ChurchCRM",
"CRM"
] | On 2.7.5, some of the image badges in the Latest and Updated Members widgets on the Dashboard are not floating correctly, at some viewport widths.
See below:

And yet, at at ... | Latest and Updated Members widget image badges not floating properly | https://api.github.com/repos/ChurchCRM/CRM/issues/2472/comments | 2 | 2017-05-04T05:21:53Z | 2017-06-23T03:56:12Z | https://github.com/ChurchCRM/CRM/issues/2472 | 226,180,120 | 2,472 |
[
"ChurchCRM",
"CRM"
] | If any core file is changed / modded, then the `integrityCheck.json` file will not be there or get populated. On successful check, it's contents should be:
````
{"status":"success"}
````
Some might want to hardcode it thus and set the immutable bit to prevent updation for custom installs. Those paranoid of `calling... | integrityCheck.json details | https://api.github.com/repos/ChurchCRM/CRM/issues/2470/comments | 6 | 2017-05-04T03:16:33Z | 2024-06-06T06:48:32Z | https://github.com/ChurchCRM/CRM/issues/2470 | 226,168,474 | 2,470 |
[
"ChurchCRM",
"CRM"
] |
Collected Value Title | Data
----------------------|----------------
Page Name |/FamilyView.php
Screen Size |854x480
Window Size |444x480
Page Size |1527x480
Platform Information | Linux CSHN001 4.4.0-63-generic #84-Ubuntu SMP Wed Feb 1 17:20:32 UTC 2017 x86_64
PHP Version | 7.0.16-2+deb.sury.org~xenial+... | Adding new family threw error 500 | https://api.github.com/repos/ChurchCRM/CRM/issues/2469/comments | 1 | 2017-05-04T02:13:38Z | 2017-05-06T16:27:47Z | https://github.com/ChurchCRM/CRM/issues/2469 | 226,162,005 | 2,469 |
[
"ChurchCRM",
"CRM"
] | Not all individuals in a family should be authorized to sign in / out children.
Collected Value Title | Data
----------------------|----------------
Page Name |/sundayschool/SundaySchoolDashboard.php
Screen Size |854x480
Window Size |444x480
Page Size |2030x480
Platform Information | Linux CSHN001 4.4.0-63... | Need to add authorized Sunday School pickup | https://api.github.com/repos/ChurchCRM/CRM/issues/2468/comments | 3 | 2017-05-04T02:06:11Z | 2024-07-20T02:10:54Z | https://github.com/ChurchCRM/CRM/issues/2468 | 226,161,213 | 2,468 |
[
"ChurchCRM",
"CRM"
] | Email by group role should include option for parent email
Collected Value Title | Data
----------------------|----------------
Page Name |/GroupView.php
Screen Size |854x480
Window Size |726x480
Page Size |1903x480
Platform Information | Linux CSHN001 4.4.0-63-generic #84-Ubuntu SMP Wed Feb 1 17:20:32 UTC... | Email by group role | https://api.github.com/repos/ChurchCRM/CRM/issues/2467/comments | 1 | 2017-05-04T02:01:15Z | 2024-06-06T06:51:17Z | https://github.com/ChurchCRM/CRM/issues/2467 | 226,160,662 | 2,467 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.