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\churchcrm. I launched http:\\localhost\churchcrm\ with no success: I am getting the following error message: {"code":0,"message":"An invalid configuration name has been requested: sGoogleTrackingID","file":"C:\wamp\www\churchcrm\ChurchCRM\dto\SystemConfig.php","line":274,"trace":["#0 C:\wamp\www\churchcrm\Include\analyticstracking.php(4): ChurchCRM\dto\SystemConfig::getValue('sGoogleTracking...')","#1 C:\wamp\www\churchcrm\Include\FooterNotLoggedIn.php(42): include_once('C:\\wamp\\www\\chu...')","#2 C:\wamp\www\churchcrm\setup\templates\setup-steps.php(232): require('C:\\wamp\\www\\chu...')","#3 C:\wamp\www\churchcrm\vendor\slim\php-view\src\PhpRenderer.php(180): include('C:\\wamp\\www\\chu...')","#4 C:\wamp\www\churchcrm\vendor\slim\php-view\src\PhpRenderer.php(168): Slim\Views\PhpRenderer->protectedIncludeScope('templates/setup...', Array)","#5 C:\wamp\www\churchcrm\vendor\slim\php-view\src\PhpRenderer.php(62): Slim\Views\PhpRenderer->fetch('setup-steps.php', Array)","#6 C:\wamp\www\churchcrm\setup\routes\setup.php(10): Slim\Views\PhpRenderer->render(Object(Slim\Http\Response), 'setup-steps.php', Array)","#7 [internal function]: Closure->{closure}(Object(Slim\Http\Request), Object(Slim\Http\Response), Array)","#8 C:\wamp\www\churchcrm\vendor\slim\slim\Slim\Handlers\Strategies\RequestResponse.php(41): call_user_func(Object(Closure), Object(Slim\Http\Request), Object(Slim\Http\Response), Array)","#9 C:\wamp\www\churchcrm\vendor\slim\slim\Slim\Route.php(325): Slim\Handlers\Strategies\RequestResponse->__invoke(Object(Closure), Object(Slim\Http\Request), Object(Slim\Http\Response), Array)","#10 C:\wamp\www\churchcrm\vendor\slim\slim\Slim\MiddlewareAwareTrait.php(116): Slim\Route->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response))","#11 C:\wamp\www\churchcrm\vendor\slim\slim\Slim\Route.php(297): Slim\Route->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response))","#12 C:\wamp\www\churchcrm\vendor\slim\slim\Slim\App.php(443): Slim\Route->run(Object(Slim\Http\Request), Object(Slim\Http\Response))","#13 C:\wamp\www\churchcrm\vendor\slim\slim\Slim\MiddlewareAwareTrait.php(116): Slim\App->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response))","#14 C:\wamp\www\churchcrm\vendor\slim\slim\Slim\App.php(337): Slim\App->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response))","#15 C:\wamp\www\churchcrm\vendor\slim\slim\Slim\App.php(298): Slim\App->process(Object(Slim\Http\Request), Object(Slim\Http\Response))","#16 C:\wamp\www\churchcrm\setup\index.php(24): Slim\App->run()","#17 {main}"]}
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. SHA1 should be deprecated, and SHA256 should be used instead.
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" ]
![image](https://user-images.githubusercontent.com/11679900/27758921-d3ee207e-5dee-11e7-9254-c1cdf7a1728c.png) Collected Value Title | Data ----------------------|---------------- Page Name |/master/FindDepositSlip.php Screen Size |1024x1280 Window Size |845x1280 Page Size |845x1280 Platform Information | Linux sansa.asoshared.com 3.10.0-427.36.1.lve1.4.45.el6h.x86_64 #1 SMP Tue Apr 4 18:04:46 EDT 2017 x86_64 PHP Version | 7.0.16 SQL Version | 5.5.51-38.2 ChurchCRM Version |2.8.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"success"}
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.groupRoles).map(function () { return { id: this.OptionId, text: this.OptionName }; }) }); initDataTable(); //echo '<option value="' . $role['lst_OptionID'] . '">' . $role['lst_OptionName'] . '</option>'; }); $(".personSearch").select2({ minimumInputLength: 2, ajax: { url: function (params) { return window.CRM.root + "/api/persons/search/" + params.term; }, dataType: 'json', delay: 250, data: function (params) { return { q: params.term, // search term page: params.page }; }, processResults: function (rdata, page) { var idKey = 1; var results = new Array(); data = JSON.parse(rdata); $.each(data[0].persons, function (index, cvalue) { var childObject = { id: idKey, objid: cvalue.id, text: cvalue.displayName, uri: cvalue.uri }; idKey++; results.push(childObject); }); return {results: results}; }, cache: true } }); $("#targetGroupSelection").select2({ ajax: { url: window.CRM.root + "/api/groups/", dataType: 'json', processResults: function (rdata, page) { var p = $.map(rdata.Groups, function (item) { var o = { text: item.Name, id: item.Id }; return o; }); return {results: p}; } }, minimumResultsForSearch: Infinity }); $(".personSearch").on("select2:select", function (e) { var dataT = $('#membersTable').DataTable(); $.ajax({ method: "POST", url: window.CRM.root + "/api/groups/" + window.CRM.currentGroup + "/adduser/" + e.params.data.objid, dataType: "json" }).done(function (data) { var person = data.Person2group2roleP2g2rs[0]; var node = dataT.row.add(person).node(); dataT.rows().invalidate().draw(true); $(".personSearch").val(null).trigger('change') }); }); $("#deleteSelectedRows").click(function () { var dataT = $('#membersTable').DataTable(); var deletedRows = dataT.rows('.selected').data() bootbox.confirm({ message: "Are you sure you want to remove the " + deletedRows.length + " selected group members?", buttons: { confirm: { label: 'Yes', className: 'btn-success' }, cancel: { label: 'No', className: 'btn-danger' } }, callback: function (result) { if (result) { $.each(deletedRows, function (index, value) { $.ajax({ type: 'POST', // define the type of HTTP verb we want to use (POST for our form) url: window.CRM.root + '/api/groups/' + window.CRM.currentGroup + '/removeuser/' + value.PersonId, // the url where we want to POST dataType: 'json', // what type of data do we expect back from the server data: {"_METHOD": "DELETE"}, encode: true }).done(function (data) { dataT.row(function (idx, data, node) { if (data.PersonId == value.PersonId) { return true; } }).remove(); dataT.rows().invalidate().draw(true); }); }); } } }); }); $("#addSelectedToCart").click(function () { var dataT = $('#membersTable').DataTable(); if (dataT.rows('.selected').length > 0) { var selectedPersons = { "Persons" : $.map(dataT.rows('.selected').data(), function(val,i){ return val.PersonId; }) }; $.ajax({ type: 'POST', url: window.CRM.root + '/api/cart/', dataType: 'json', contentType: "application/json", data: JSON.stringify(selectedPersons) }).done(function(data) { if ( data.status == "success" ) { location.reload(); } }); } }); //copy membership $("#addSelectedToGroup").click(function () { $("#selectTargetGroupModal").modal("show"); $("#targetGroupAction").val("copy"); }); $("#moveSelectedToGroup").click(function () { $("#selectTargetGroupModal").modal("show"); $("#targetGroupAction").val("move"); }); $("#confirmTargetGroup").click(function () { var dataT = $('#membersTable').DataTable(); var selectedRows = dataT.rows('.selected').data() var targetGroupId = $("#targetGroupSelection option:selected").val() var action = $("#targetGroupAction").val(); $.each(selectedRows, function (index, value) { $.ajax({ type: 'POST', // define the type of HTTP verb we want to use (POST for our form) url: window.CRM.root + '/api/groups/' + targetGroupId + '/adduser/' + value.PersonId, dataType: 'json', // what type of data do we expect back from the server encode: true }); if (action == "move") { $.ajax({ type: 'POST', // define the type of HTTP verb we want to use (POST for our form) url: window.CRM.root + '/api/groups/' + window.CRM.currentGroup + '/removeuser/' + value.PersonId, dataType: 'json', // what type of data do we expect back from the server encode: true, data: {"_METHOD": "DELETE"}, }).done(function (data) { dataT.row(function (idx, data, node) { if (data.PersonId == value.PersonId) { return true; } }).remove(); dataT.rows().invalidate().draw(true); }); } }); $(document).ajaxStop(function () { $("#selectTargetGroupModal").modal("hide"); }); }); $(document).on("click", ".changeMembership", function (e) { var userid = $(e.currentTarget).data("personid"); var dataT = $('#membersTable').DataTable(); $("#changingMemberID").val(dataT.row(function (idx, data, node) { if (data.PersonId == userid) { return true; } }).data().PersonId); $("#changingMemberName").text(dataT.row(function (idx, data, node) { if (data.PersonId == userid) { return true; } }).data().firstName); $('#changeMembership').modal('show'); e.stopPropagation(); }); $(document).on("click", "#confirmMembershipChange", function (e) { var changingMemberID = $("#changingMemberID").val(); $.ajax({ method: "POST", url: window.CRM.root + "/api/groups/" + window.CRM.currentGroup + "/userRole/" + changingMemberID, data: JSON.stringify({'roleID': $("#newRoleSelection option:selected").val()}), dataType: "json", contentType: "application/json; charset=utf-8", }).done(function (data) { dataT.row(function (idx, data, node) { if (data.PersonId == changingMemberID) { data.RoleId = $("#newRoleSelection option:selected").val(); return true; } }).data(); dataT.rows().invalidate().draw(true); $('#changeMembership').modal('hide'); }); }); }); function initDataTable() { dataT = $("#membersTable").dataTable({ "language": { "url": window.CRM.root + "/skin/locale/datatables/" + window.CRM.locale + ".json" }, "dom": 'T<"clear">lfrtip', "tableTools": { "sSwfPath": "//cdn.datatables.net/tabletools/2.2.3/swf/copy_csv_xls_pdf.swf", "sRowSelect": "multi", "aButtons": [ { "sExtends": "csv", "bSelectedOnly": true }] }, responsive: true, ajax: { url: window.CRM.root + "/api/groups/" + window.CRM.currentGroup + "/members", dataSrc: "Person2group2roleP2g2rs" }, columns: [ { width: 'auto', title: 'Name', data: 'PersonId', render: function (data, type, full, meta) { return '<img data-name="'+full.Person.FirstName + ' ' + full.Person.LastName + '" data-src="' + window.CRM.root + '/api/persons/' + full.PersonId + '/thumbnail" class="direct-chat-img initials-image"> &nbsp <a href="PersonView.php?PersonID="' + full.PersonId + '"><a target="_top" href="PersonView.php?PersonID=' + full.PersonId + '">' + full.Person.FirstName + " " + full.Person.LastName + '</a>'; } }, { width: 'auto', title: 'Group Role', data: 'RoleId', render: function (data, type, full, meta) { thisRole = $(window.CRM.groupRoles).filter(function (index, item) { return item.OptionId == data })[0]; return thisRole.OptionName + '<button class="changeMembership" data-personid=' + full.PersonId + '><i class="fa fa-pencil"></i></button>'; } }, { width: 'auto', title: 'Address', render: function (data, type, full, meta) { return full.Person.Address1 + " " + full.Person.Address2; } }, { width: 'auto', title: 'City', data: 'Person.City' }, { width: 'auto', title: 'State', data: 'Person.State' }, { width: 'auto', title: 'ZIP', data: 'Person.Zip' }, { width: 'auto', title: 'Cell Phone', data: 'Person.CellPhone' }, { width: 'auto', title: 'E-mail', data: 'Person.Email' } ], "fnDrawCallback": function (oSettings) { $("#iTotalMembers").text(oSettings.aoData.length); $("#membersTable .initials-image").initial(); }, "createdRow": function (row, data, index) { $(row).addClass("groupRow"); } }); $('#isGroupActive').change(function() { $.ajax({ type: 'POST', // define the type of HTTP verb we want to use (POST for our form) url: window.CRM.root + '/api/groups/' + window.CRM.currentGroup + '/settings/active/' + $(this).prop('checked'), dataType: 'json', // what type of data do we expect back from the server encode: true }); }); $('#isGroupEmailExport').change(function() { $.ajax({ type: 'POST', // define the type of HTTP verb we want to use (POST for our form) url: window.CRM.root + '/api/groups/' + window.CRM.currentGroup + '/settings/email/export/' + $(this).prop('checked'), dataType: 'json', // what type of data do we expect back from the server encode: true }); }); $(document).on('click', '.groupRow', function () { //$(this).toggleClass('selected'); var dataT = $('#membersTable').DataTable(); var selectedRows = dataT.rows('.selected').data().length; $("#deleteSelectedRows").prop('disabled', !(selectedRows)); $("#deleteSelectedRows").text("Remove (" + selectedRows + ") Members from group"); $("#buttonDropdown").prop('disabled', !(selectedRows)); $("#addSelectedToGroup").prop('disabled', !(selectedRows)); $("#addSelectedToGroup").html("Add (" + selectedRows + ") Members to another group"); $("#addSelectedToCart").prop('disabled', !(selectedRows)); $("#addSelectedToCart").html("Add (" + selectedRows + ") Members to cart"); $("#moveSelectedToGroup").prop('disabled', !(selectedRows)); $("#moveSelectedToGroup").html("Move (" + selectedRows + ") Members to another group"); }); } ```
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:02 UTC 2017 x86_64 PHP Version | 7.0.18-1+deb.sury.org~xenial+1 SQL Version | 5.7.18-0ubuntu0.16.04.1 ChurchCRM Version |2.8.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 Prerequisite Status |All Prerequisites met Integrity check status | 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,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
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 Apr 26 08:34:02 UTC 2017 x86_64 PHP Version | 7.0.18-1+deb.sury.org~xenial+1 SQL Version | 5.7.18-0ubuntu0.16.04.1 ChurchCRM Version |2.8.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 Prerequisite Status |All Prerequisites met Integrity check status | 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,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
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's birthdays. But showing other month's events cause confusion.
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-generic #104-Ubuntu SMP Wed Jun 14 08:17:06 UTC 2017 x86_64 PHP Version | 7.0.18-0ubuntu0.16.04.1 ChurchCRM Version |2.7.5 Reporting Browser |Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"success"} 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_headers,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
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 |878x1539 Platform Information | Linux www 4.4.0-81-generic #104-Ubuntu SMP Wed Jun 14 08:17:06 UTC 2017 x86_64 PHP Version | 7.0.18-0ubuntu0.16.04.1 ChurchCRM Version |2.7.5 Reporting Browser |Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"success"} 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_headers,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
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```. Input that is still using the traditional SQL queries ___must___ 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" ]
![image](https://user-images.githubusercontent.com/554959/27366310-233e137a-55fa-11e7-8d20-ca1932e54acf.png)
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_lst" but does not h ==> default: ave a reference to foreign primary key "lst_ID" ==> default: ==> default: model:build [--platform PLATFORM] [--config-dir CONFIG-DIR] [--recursive] [--mysql-engine MYSQL-ENGINE] [--schema-dir SCHEMA-DIR] [--output-dir OUTPUT-DIR] [--object-class OBJECT-CLASS] [--object-stub-class OBJECT-STUB-CLASS] [--object-multiextend-class OBJECT-MULTIEXTEND-CLASS] [--query-class QUERY-CLASS] [--query-stub-class QUERY-STUB-CLASS] [--query-inheritance-class QUERY-INHERITANCE-CLASS] [--query-inheritance-stub-class QUERY-INHERITANCE-STUB-CLASS] [--tablemap-class TABLEMAP-CLASS] [--pluralizer-class PLURALIZER-CLASS] [--enable-identifier-quoting] [--target-package TARGET-PACKAGE] [--disable-package-object-model] [--disable-namespace-auto-package] [--composer-dir COMPOSER-DIR] ```
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: ChurchCRM@2.8.0 tests-install: `scripts/tests-install.sh` ==> default: npm ERR! ==> default: Exit status 126 ==> default: npm ERR! ==> default: npm ERR! ==> default: Failed at the ChurchCRM@2.8.0 tests-install script. ==> default: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. ==> default: ==> default: npm ==> default: ERR! ==> default: A complete log of this run can be found in: ==> default: npm ERR! /root/.npm/_logs/2017-06-21T03_26_12_962Z-debug.log ```
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, but I think it's still a bug. I'm on Windows 10.
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.org~trusty+1 SQL Version | 5.5.46-0ubuntu0.14.04.2 ChurchCRM Version |2.8.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"failure","message":"Signature definition File Missing"} 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
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 Given I am authenticated as "admin" using "changeme" # FeatureContext::iAmAuthenticatedAs() And I am on "/FamilyEditor.php" # FeatureContext::visit() Then I should see "Family Info" # FeatureContext::assertPageContainsText() And I fill in "FamilyName" with "Brady" # FeatureContext::fillField() And I fill in "Address1" with "4222 Clinton Way" # FeatureContext::fillField() And I fill in "City" with "Los Angelas" # FeatureContext::fillField() And I fill in "State" with "CA" # FeatureContext::fillField() And I fill in "FirstName1" with "Mike" # FeatureContext::fillField() And I fill in "FirstName2" with "Carol" # FeatureContext::fillField() And I fill in "FirstName3" with "Alice" # FeatureContext::fillField() And I fill in "FirstName4" with "Greg" # FeatureContext::fillField() And I fill in "FirstName5" with "Marcia" # FeatureContext::fillField() And I fill in "FirstName6" with "Peter" # FeatureContext::fillField() And I fill in "Classification1" with "1" # FeatureContext::fillField() And I fill in "Classification2" with "1" # FeatureContext::fillField() And I fill in "Classification3" with "1" # FeatureContext::fillField() And I fill in "Classification4" with "1" # FeatureContext::fillField() And I fill in "Classification5" with "1" # FeatureContext::fillField() And I fill in "Classification6" with "1" # FeatureContext::fillField() And I press "FamilySubmit" # FeatureContext::pressButton() Then I should see "Family View" # FeatureContext::assertPageContainsText() The text "Family View" was not found anywhere in the text of the current page. (Behat\Mink\Exception\ResponseTextException) And I should see "Family: Brady" # FeatureContext::assertPageContainsText() And I should see "4222 Clinton Way Los Angelas, CA" ``` ``` [17-Jun-2017 21:39:27 America/New_York] PHP Fatal error: Uncaught Error: Class 'Ivory\HttpAdapter\CurlHttpAdapter' not found in /var/www/public/ChurchCRM/utils/GeoUtils.php:18 Stack trace: #0 /var/www/public/ChurchCRM/model/ChurchCRM/Family.php(302): ChurchCRM\Utils\GeoUtils::getLatLong('4222 Clinton Wa...') #1 /var/www/public/FamilyEditor.php(442): ChurchCRM\Family->updateLanLng() #2 {main} thrown in /var/www/public/ChurchCRM/utils/GeoUtils.php on line 18 [17-Jun-2017 22:13:22 America/New_York] PHP Fatal error: Uncaught Error: Class 'Ivory\HttpAdapter\CurlHttpAdapter' not found in /var/www/public/ChurchCRM/utils/GeoUtils.php:18 Stack trace: #0 /var/www/public/ChurchCRM/model/ChurchCRM/Family.php(302): ChurchCRM\Utils\GeoUtils::getLatLong('4222 Clinton Wa...') #1 /var/www/public/FamilyEditor.php(442): ChurchCRM\Family->updateLanLng() #2 {main} thrown in /var/www/public/ChurchCRM/utils/GeoUtils.php on line 18 [17-Jun-2017 22:14:00 America/New_York] PHP Fatal error: Uncaught Error: Class 'Ivory\HttpAdapter\CurlHttpAdapter' not found in /var/www/public/ChurchCRM/utils/GeoUtils.php:18 Stack trace: #0 /var/www/public/ChurchCRM/model/ChurchCRM/Family.php(302): ChurchCRM\Utils\GeoUtils::getLatLong('asdf adsfg,') #1 /var/www/public/FamilyEditor.php(442): ChurchCRM\Family->updateLanLng() #2 {main} thrown in /var/www/public/ChurchCRM/utils/GeoUtils.php on line 18 ```
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 org.openqa.selenium.UnsupportedCommandException: mouseMoveTo Build info: version: '3.4.0', revision: 'unknown', time: 'unknown' System info: host: 'WIN-R1JBAO1CNPS', ip: '10.100.18.221', os.name: 'Windows Server 2008 R2', os.arch: 'x86', os.version: '6.1', java.version: '1.8.0_91' Driver info: driver.version: RemoteWebDriver ```
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=2;` | lst_OptionID | lst_OptionName | | :---: | --- | | 1 | Head of Household | | 2 | Spouse | | 3 | Child | | 4 | Other Relative | | 5 | Non Relative | | 6 | Parents |
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 all, it put 80 out of the 94 email addresses in the BCC, and the last one was cut in half. Tried putting in a new member record with email and then doing it again. Same 80 listed, same last one cut in half. No new member email. So put everybody in the cart and tried emailing from there - same thing. Put everyone in the cart and exported to CSV, opened the excel file and there were 94 email addresses, all complete. So the data is there, and the data is getting to the cart, but all of it is not getting out of the cart (or out of the dashboard BCC all). Only most of it. I shouldn't have any limits in the BCC field as there are no limits on the latest version of Outlook. I'm stumped. Can you help? Hoping to not have to use MailChimp for a simple BCC all. Thanks!
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.6.3 Reporting Browser |Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36 Prerequisite Status |Missing Prerequisites: ["PHP 7.0+"] Integrity check status |{"status":"success"} Apache Modules |core,mod_win32,mpm_winnt,http_core,mod_so,mod_access_compat,mod_actions,mod_alias,mod_allowmethods,mod_asis,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_groupfile,mod_authz_host,mod_authz_user,mod_autoindex,mod_cgi,mod_dav_lock,mod_dir,mod_env,mod_headers,mod_include,mod_info,mod_isapi,mod_log_config,mod_cache_disk,mod_mime,mod_negotiation,mod_proxy,mod_proxy_ajp,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status,mod_version,mod_php5
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~xenial+1 SQL Version | 5.7.18-0ubuntu0.16.04.1 ChurchCRM Version |2.8.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Prerequisite Status |All Prerequisites met Integrity check status | 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,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
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 /home/democrm/churchcrm/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php(85): Propel\\Runtime\\Connection\\PdoConnection->query('ALTER TABLE eve...')", "#2 [internal function]: Propel\\Runtime\\Connection\\StatementWrapper->query()", "#3 /home/democrm/churchcrm/vendor/propel/propel/src/Propel/Runtime/Connection/ConnectionWrapper.php(434): call_user_func_array(Array, Array)", "#4 /home/democrm/churchcrm/ChurchCRM/SQLUtils.php(142): Propel\\Runtime\\Connection\\ConnectionWrapper->query('ALTER TABLE eve...')", "#5 /home/democrm/churchcrm/ChurchCRM/SQLUtils.php(52): ChurchCRM\\SQLUtils::query('ALTER TABLE eve...', Object(Propel\\Runtime\\Connection\\DebugPDO))", "#6 /home/democrm/churchcrm/ChurchCRM/Service/SystemService.php(308): ChurchCRM\\SQLUtils::sqlImport(Resource id #103, Object(Propel\\Runtime\\Connection\\DebugPDO))", "#7 /home/democrm/churchcrm/ChurchCRM/Service/SystemService.php(91): ChurchCRM\\Service\\SystemService->upgradeDatabaseVersion()", "#8 /home/democrm/churchcrm/api/routes/database.php(21): ChurchCRM\\Service\\SystemService->restoreDatabaseFromBackup(Array)", "#9 [internal function]: Closure->{closure}(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)", "#10 /home/democrm/churchcrm/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(41): call_user_func(Object(Closure), Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)", "#11 /home/democrm/churchcrm/vendor/slim/slim/Slim/Route.php(325): Slim\\Handlers\\Strategies\\RequestResponse->__invoke(Object(Closure), Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)", "#12 /home/democrm/churchcrm/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\\Route->__invoke(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#13 /home/democrm/churchcrm/vendor/slim/slim/Slim/Route.php(297): Slim\\Route->callMiddlewareStack(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#14 /home/democrm/churchcrm/vendor/slim/slim/Slim/App.php(443): Slim\\Route->run(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#15 /home/democrm/churchcrm/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\\App->__invoke(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#16 /home/democrm/churchcrm/vendor/slim/slim/Slim/App.php(337): Slim\\App->callMiddlewareStack(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#17 /home/democrm/churchcrm/vendor/slim/slim/Slim/App.php(298): Slim\\App->process(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#18 /home/democrm/churchcrm/api/index.php(61): Slim\\App->run()", "#19 {main}" ] ```
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 | 7.0.19 ChurchCRM Version |2.7.5 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Prerequisite Status |Missing Prerequisites: ["Mod Rewrite","FileInfo Extension for image manipulation"] Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"Include\/Footer.php","status":"Hash Mismatch","expectedhash":"a1b01ecd56ced4f2c45c4a4dddbf34047d459263","actualhash":"ec524aefc20aad5b9f4b205bc20ed73fd06d8bd9"},{"filename":"Include\/Header.php","status":"Hash Mismatch","expectedhash":"52bd8e308c8b579a62a6cffa1d550fc9fc6860b6","actualhash":"17b493a41336da9d9ba6afb2a23d2c89d62b3bbf"},{"filename":"Login.php","status":"Hash Mismatch","expectedhash":"bfd9cc97dd7462765df5c843e33a4b37d84ab54c","actualhash":"728f6e1c1182db416b7f6903aa53783d5c44905b"}]}
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 ChurchCRM Version |2.6.3 Reporting Browser |Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Prerequisite Status |Missing Prerequisites: ["PHP 7.0+","PHP Phar","Mod Rewrite","FileInfo Extension for image manipulation"] Integrity check status |
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 giving by family only is problematic. Do I solve this by using envelope numbers? Is it possible for those suggested results to bring up all matching adults by first and last names? It really is a problem that you can only have one giving record for one household.
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 Page Size |1031x1366 Platform Information | Linux gator4239.hostgator.com 3.12.65-188.ELK6.x86_64 #1 SMP Thu Oct 20 23:27:48 CDT 2016 x86_64 PHP Version | 7.0.18 ChurchCRM Version |2.7.2 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"success"}
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_BirthMonth, $per_BirthDay, '-', $per_Flags); This fixed the issue. i have filed a pull request
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 into a Contact list into google.
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 Platform Information | Windows NT CHRISTIAN 6.2 build 9200 (Windows 8 Business Edition) i586 PHP Version | 5.5.12 ChurchCRM Version |2.7.5 Reporting Browser |Mozilla/5.0 (Windows NT 6.3; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0 Prerequisite Status |Missing Prerequisites: ["PHP 7.0+"] Integrity check status |{"status":"success"} Apache Modules |core,mod_win32,mpm_winnt,http_core,mod_so,mod_access_compat,mod_actions,mod_alias,mod_allowmethods,mod_asis,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_groupfile,mod_authz_host,mod_authz_user,mod_autoindex,mod_cache,mod_cache_disk,mod_cgi,mod_deflate,mod_dir,mod_env,mod_file_cache,mod_include,mod_isapi,mod_log_config,mod_mime,mod_negotiation,mod_rewrite,mod_setenvif,mod_vhost_alias,mod_php5
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, the family dropdown may display 5 "smith" families. Displaying the family name, along with the Head of Household name will help to disambiguate the family to which the payment is attributed.
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 `donationfund_fun` DROP INDEX `fun_ID`; ALTER TABLE `family_fam` DROP INDEX `fam_ID`; ALTER TABLE `fundraiser_fr` DROP INDEX `fr_ID`; ALTER TABLE `group_grp` DROP INDEX `grp_ID_2`, DROP INDEX `grp_ID`; ALTER TABLE `multibuy_mb` DROP INDEX `mb_ID`; ALTER TABLE `paddlenum_pn` DROP INDEX `pn_ID`; ALTER TABLE `person_per` DROP INDEX `per_ID`; ALTER TABLE `person2volunteeropp_p2vo` DROP INDEX `p2vo_ID`; ALTER TABLE `property_pro` DROP INDEX `pro_ID_2`, DROP INDEX `pro_ID`; ALTER TABLE `propertytype_prt` DROP INDEX `prt_ID_2`, DROP INDEX `prt_ID`; ALTER TABLE `query_qry` DROP INDEX `qry_ID_2`, DROP INDEX `qry_ID`; ALTER TABLE `queryparameteroptions_qpo` DROP INDEX `qpo_ID`; ALTER TABLE `queryparameters_qrp` DROP INDEX `qrp_ID_2`, DROP INDEX `qrp_ID`; ALTER TABLE `user_usr` DROP INDEX `usr_per_ID`; ALTER TABLE `volunteeropportunity_vol` DROP INDEX `vol_ID`; ```` The above are for `ChurchCRM v2.7.5` to remove redundant indexes.
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 Version | 7.0.15-0ubuntu0.16.04.4 ChurchCRM Version |2.7.5 Reporting Browser |Mozilla/5.0 (Linux; Android 7.1.2; LG-D850 Build/N2G47O) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"success"} 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
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 master.zip mv CRM-master/src churchcrm rm -rf CRM-master cp -r churchcrm_275/vendor churchcrm/vendor chown -R apache:apache churchcrm tail -n15 /var/log/httpd/error_log ```` ![churchcrm_280_2017-06-01](https://cloud.githubusercontent.com/assets/2995044/26720933/947c7f92-47a7-11e7-9d78-f4533eed66cb.png)
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 like to create a 'Sunday Worship Service' on Jan 1, 2017 and be able to set a date range like Jan 2, 2017 to Dec 31, 2017 and the code will automatically create the event for all the Sundays starting from Jan 8, 2017. I would like to have some options like being able to create the 'Sunday Worship Service' repeat the first entry every 'first Sunday', since the start/end time may be different from all other Sundays. After creating the repeat events, I should be able to edit individual event, since there could be exception. I would like to be able to create repeat events for 'any date range' including past events like for 2016.
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 (Windows 10) i586 PHP Version | 5.6.24 ChurchCRM Version |2.8.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Prerequisite Status |Missing Prerequisites: ["PHP 7.0+","Mod Rewrite"] Integrity check status |
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 can then be sent to certain people x days before expiry to remind them to do the renewal.
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_ &rarr; _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 ----------------------|---------------- Page Name |/BackupDatabase.php Screen Size |1024x1280 Window Size |876x1280 Page Size |876x1280 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~xenial+1 ChurchCRM Version |2.7.5 Reporting Browser |Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"success"} 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,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
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. ![churchcrm backup download](https://cloud.githubusercontent.com/assets/2995044/26023926/8b0a5eb6-37e4-11e7-9274-34f276766401.png) Forked here from [another issue](https://github.com/ChurchCRM/CRM/issues/2390#issuecomment-302896321).
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.a2hosting.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 | 7.0.19 ChurchCRM Version |2.7.5 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0 Prerequisite Status |Missing Prerequisites: ["Mod Rewrite"] Integrity check status |{"status":"success"}
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 ![login](https://cloud.githubusercontent.com/assets/6469288/26140577/10db570c-3af1-11e7-88f0-b104115dadae.PNG) 3. Extract the zip file in `...\xampp\htdocs` ![login](https://cloud.githubusercontent.com/assets/6469288/26141361/ecf5e664-3af4-11e7-9e1a-787e9feb9630.PNG) 4. For setting up churchcrm, open browser and type `http://localhost/churchcrm/` and press enter 5. Type database name, database username, and database password and click Setup. Rest of settings you may not need to change. You'll be redirected to `login` page. ![login](https://cloud.githubusercontent.com/assets/6469288/26141602/29e7efa8-3af6-11e7-912c-3c200276b0ae.PNG) 6. Type `admin` in `Email/Username` field and type `changeme` in `Password` field and click `Login`. ![login](https://cloud.githubusercontent.com/assets/6469288/26140466/711ce5c8-3af0-11e7-8f67-a684ba985f94.PNG)
Steps to install churchcrm on XAMPP
https://api.github.com/repos/ChurchCRM/CRM/issues/2514/comments
5
2017-05-17T06:55:43Z
2022-11-05T03:26:38Z
https://github.com/ChurchCRM/CRM/issues/2514
229,254,371
2,514
[ "ChurchCRM", "CRM" ]
The AVG math is wrong on the list of events. I have two events with attendance of 31 and 29. The program gives me the Avg attendance as 20.14.
Monthly AVG on list of events
https://api.github.com/repos/ChurchCRM/CRM/issues/2509/comments
7
2017-05-16T18:53:58Z
2024-07-20T02:10:50Z
https://github.com/ChurchCRM/CRM/issues/2509
229,134,156
2,509
[ "ChurchCRM", "CRM" ]
got the following when I was trying to Enable Group Specific Properties for one of my groups: ERROR! Error making API Call to: /churchcrm/api/groups/2/setGroupSpecificPropertyStatus Error text: An invalid configuration name has been requested: sLogLevel Stack Trace: [ "#0 /home/promiseu/public_html/churchcrm/Include/Functions.php(292): ChurchCRM\\dto\\SystemConfig::getValue('sLogLevel ')", "#1 /home/promiseu/public_html/churchcrm/ChurchCRM/Service/GroupService.php(276): RunQuery('INSERT INTO gro...')", "#2 /home/promiseu/public_html/churchcrm/api/routes/groups.php(160): ChurchCRM\\Service\\GroupService->enableGroupSpecificProperties('2')", "#3 [internal function]: Closure->{closure}(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response), Array)", "#4 /home/promiseu/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)", "#5 /home/promiseu/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)", "#6 /home/promiseu/public_html/churchcrm/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\\Route->__invoke(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#7 /home/promiseu/public_html/churchcrm/vendor/slim/slim/Slim/Route.php(297): Slim\\Route->callMiddlewareStack(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#8 /home/promiseu/public_html/churchcrm/vendor/slim/slim/Slim/App.php(443): Slim\\Route->run(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#9 /home/promiseu/public_html/churchcrm/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\\App->__invoke(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#10 /home/promiseu/public_html/churchcrm/vendor/slim/slim/Slim/App.php(337): Slim\\App->callMiddlewareStack(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#11 /home/promiseu/public_html/churchcrm/vendor/slim/slim/Slim/App.php(298): Slim\\App->process(Object(Slim\\Http\\Request), Object(Slim\\Http\\Response))", "#12 /home/promiseu/public_html/churchcrm/api/index.php(58): Slim\\App->run()", "#13 {main}" ] Collected Value Title | Data ----------------------|---------------- Page Name |/churchcrm/GroupEditor.php Screen Size |1080x1920 Window Size |878x1605 Page Size |1142x1605 Platform Information | Linux a2ss18.a2hosting.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 | 7.0.18 ChurchCRM Version |2.7.5 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0 Prerequisite Status |Missing Prerequisites: ["Mod Rewrite"] Integrity check status |{"status":"success"}
Group Specific Properties
https://api.github.com/repos/ChurchCRM/CRM/issues/2508/comments
3
2017-05-16T13:02:14Z
2024-07-20T02:10:50Z
https://github.com/ChurchCRM/CRM/issues/2508
229,024,822
2,508
[ "ChurchCRM", "CRM" ]
For those who do not want to see the Register Link, please Register to provide statistical info about your installation. For those who do not want to share their installation info, just set it to be registered with: ```` UPDATE `config_cfg` SET `cfg_value` = '1' WHERE `cfg_name` = 'bRegistered'; ```` If anyone uses the `api` method to register, it will still work. If you want to suppress this as well then modify the file `churchcrm/ChurchCRM/tasks/RegisteredTask.php` replacing lines 21-24: ```` public function getLink() { return SystemURLs::getRootPath() . '/Register.php'; } ```` with ```` public function getLink() { return SystemURLs::getRootPath() . '/Menu.php'; } ````
Disable Register Link
https://api.github.com/repos/ChurchCRM/CRM/issues/2497/comments
1
2017-05-13T08:46:23Z
2017-05-13T16:36:45Z
https://github.com/ChurchCRM/CRM/issues/2497
228,459,268
2,497
[ "ChurchCRM", "CRM" ]
http://stackoverflow.com/questions/1022416/how-to-properly-implement-a-custom-session-persister-in-php-mysql
Prepare for load balanced / ha seasons
https://api.github.com/repos/ChurchCRM/CRM/issues/2495/comments
1
2017-05-12T16:25:20Z
2024-06-05T07:11:59Z
https://github.com/ChurchCRM/CRM/issues/2495
228,342,630
2,495
[ "ChurchCRM", "CRM" ]
I don't like having Google Tracking embedded within the application. We need to have our own "internal" analtyics.
Remove Google Tracking
https://api.github.com/repos/ChurchCRM/CRM/issues/2493/comments
1
2017-05-12T02:27:10Z
2017-12-27T16:14:27Z
https://github.com/ChurchCRM/CRM/issues/2493
228,171,259
2,493
[ "ChurchCRM", "CRM" ]
Some type of error for Work Phone. How do I disable the extension part of it? Collected Value Title | Data ----------------------|---------------- Page Name |/members/PersonEditor.php Screen Size |1080x1920 Window Size |1124x2133 Page Size |1392x2133 Platform Information | Linux server.provisions1816.com 2.6.32-042stab120.11 #1 SMP Wed Nov 16 12:05:45 MSK 2016 i686 PHP Version | 5.6.30 ChurchCRM Version |2.7.5 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36 Prerequisite Status |Missing Prerequisites: ["PHP 7.0+","Mod Rewrite"] Integrity check status |{"status":"failure","message":"One or more files failed signature validation","files":[{"filename":"skin\/fullcalendar\/fullcalendar.js","status":"Hash Mismatch","expectedhash":"013750b616edf17a0edc7c743042df3bd54b4450","actualhash":"7500162b0ebe66d591ff90ca184a3248c17df631"}]}
Work Phone
https://api.github.com/repos/ChurchCRM/CRM/issues/2492/comments
1
2017-05-11T23:36:56Z
2024-05-18T18:31:39Z
https://github.com/ChurchCRM/CRM/issues/2492
228,150,114
2,492
[ "ChurchCRM", "CRM" ]
If logging into a system where the change password flag is true, the user is not able to logoff without changing the password. Not sure if this is a bug, or expected behavior, but I figured I'd document it. There may be circumstances where the user wants to log off without changing the password
Can't logoff from password change screen
https://api.github.com/repos/ChurchCRM/CRM/issues/2491/comments
1
2017-05-11T23:00:23Z
2017-05-27T18:36:54Z
https://github.com/ChurchCRM/CRM/issues/2491
228,144,725
2,491
[ "ChurchCRM", "CRM" ]
there's no getProperties by default on propel objects, but this page is calling that method https://github.com/Carpe-Hora/ExtraPropertiesBehavior has a getProperties method, but there's already a toArray method on propel objects that could be used I'm not sure I quite understand what the assignedPropertiesArray is used for since its using pro_ID for the accessor ![image](https://cloud.githubusercontent.com/assets/1731943/25934900/f01a32dc-35e5-11e7-86a1-aae6a0464adf.png)
PersonView is broken
https://api.github.com/repos/ChurchCRM/CRM/issues/2490/comments
8
2017-05-11T06:07:27Z
2017-11-28T00:14:37Z
https://github.com/ChurchCRM/CRM/issues/2490
227,887,346
2,490
[ "ChurchCRM", "CRM" ]
Hello, I'm having an error when installing on a whm / cpanel panel how do I resolve it? The provider can not. [10-May-2017 12:09:31 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'adriana_bd.config_cfg' doesn't exist in /home/adriana/public_html/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php:194 Stack trace: #0 /home/adriana/public_html/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php(194): PDOStatement->execute(NULL) #1 /home/adriana/public_html/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/Criteria.php(2644): Propel\Runtime\Connection\StatementWrapper->execute() #2 /home/adriana/public_html/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php(1988): Propel\Runtime\ActiveQuery\Criteria->doSelect(Object(Propel\Runtime\Connection\ConnectionWrapper)) #3 /home/adriana/public_html/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php(997): Propel\Runtime\ActiveQuery\ModelCriteria->doSelect(Object(Propel\Runtime\Connection\ConnectionWrapper)) #4 /home/adriana/public_html/Include/LoadConfigs.php(133): Propel\Runtime\ActiveQue in /home/adriana/public_html/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/Criteria.php on line 2650
Erro
https://api.github.com/repos/ChurchCRM/CRM/issues/2489/comments
4
2017-05-10T12:10:47Z
2023-11-01T17:36:54Z
https://github.com/ChurchCRM/CRM/issues/2489
227,658,483
2,489
[ "ChurchCRM", "CRM" ]
Those using PHP7 from the `webtatic` repo for ChurchCRM on CentOS v7.2.1511 are okay to continue without upgrading the OS. If an upgrade is attempted, in some physical hardware boxes, the older device drivers have been removed in CentOS 7.3 and [a list of known issues](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/7.3_Release_Notes/known-issues.html) shows potential hanging on microcode updation. ping will now need to be ping -4 for some boxes whilst in others (OpenVZ) [only a downgrade will work](https://bugs.centos.org/view.php?id=12407): ```` # Ping Fix: wget http://vault.centos.org/7.2.1511/os/x86_64/Packages/iputils-20121221-7.el7.x86_64.rpm yum remove iputils rpm -Uvh iputils-20121221-7.el7.x86_64.rpm yum install initscripts net-snmp rm -f iputils-20121221-7.el7.x86_64.rpm nano /etc/yum.repos.d/CentOS-Base.repo # add "exclude=iputils" to "[base]" section of the repo file ```` All old versions (like 7.2.1511) of CentOS packages are at: ```` http://vault.centos.org/7.2.1511/ ````
Beware CentOS 7.3 upgrade
https://api.github.com/repos/ChurchCRM/CRM/issues/2488/comments
0
2017-05-08T14:21:47Z
2017-05-27T18:35:04Z
https://github.com/ChurchCRM/CRM/issues/2488
227,062,239
2,488
[ "ChurchCRM", "CRM" ]
/email/MemberEmailExport.php is generating a csv that includes non-members (i.e., their classification is not one of those defined as 'to be included in directory' in the member config, nor is their classification simply 'member'). I don't know why as I don't know how to back-check the actual query under the export... Using 2.7.5 at present.
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 are practicing...
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/download/2.7.5/ChurchCRM-2.7.5.zip](https://github.com/ChurchCRM/CRM/releases/download/2.7.5/ChurchCRM-2.7.5.zip) and uploaded them using filezilla and changed the file and folder permissions to be 755. Website address [http://crm.gosfordpc.com.au/](http://crm.gosfordpc.com.au/). Your help would be greatly appreciated. thanks Update: I was hoping to get more information on why it fails from the IntegrityCheck.json file but I could not find it in the root directory (same directory as IntegrityCheck.php). It does have the signatures.json file in this directory however.
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 > /var/log/mysqld.log rm -rf /var/run/mysqld/* chown -R mysql:mysql /var/run/mysqld service mysqld start ````
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 overlay, and buttons do not respond). I can still 'add all group members to cart' at the top of the page.
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 to save it for future use. I see that the queries in the Queries Menu are in the db - do those ever get overwritten/refreshed on upgrades? Same for reports (though I realise reports are more complex than queries).
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: ![churchcrm_2_7_5_-_badge_float_issue](https://cloud.githubusercontent.com/assets/712054/25691086/688056c4-304c-11e7-9642-b88dc27342b9.png) And yet, at at different viewport width: ![churchcrm_2_7_5_-_float_different_width](https://cloud.githubusercontent.com/assets/712054/25691131/f5243fc8-304c-11e7-9048-03a090cc3baa.png) The problem occurs when a member name needs to wrap to second line. E.g., see the 'MR' badge in the first example above. The first badge on the next row _should_ be the 'BG' name, but because the height of 'MR' is now more than those around it, it gets pushed over two columns. Solution: add `clear:both;` to the first `<li>` in each row: `.users-list > li:nth-child(4n+1) { clear: both; }`
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 home` constructs can disable it in the code itself. Please add this to the FAQ. How does one get access to write into the Wiki? Or is it another Pull Request workflow?
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+1 ChurchCRM Version |2.7.3 Reporting Browser |Mozilla/5.0 (Linux; Android 6.0.1; LG-D850 Build/MOB31K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"success"} 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,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
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-generic #84-Ubuntu SMP Wed Feb 1 17:20:32 UTC 2017 x86_64 PHP Version | 7.0.16-2+deb.sury.org~xenial+1 ChurchCRM Version |2.7.3 Reporting Browser |Mozilla/5.0 (Linux; Android 6.0.1; LG-D850 Build/MOB31K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"success"} 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,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
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 2017 x86_64 PHP Version | 7.0.16-2+deb.sury.org~xenial+1 ChurchCRM Version |2.7.3 Reporting Browser |Mozilla/5.0 (Linux; Android 6.0.1; LG-D850 Build/MOB31K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36 Prerequisite Status |All Prerequisites met Integrity check status |{"status":"success"} 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,mpm_itk,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
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