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" ]
Family List needs to be converted to DataTable
https://api.github.com/repos/ChurchCRM/CRM/issues/1541/comments
1
2016-12-06T04:16:43Z
2019-01-01T20:28:48Z
https://github.com/ChurchCRM/CRM/issues/1541
193,679,399
1,541
[ "ChurchCRM", "CRM" ]
entering dates in mm/dd/yyyy fails - it forces you to use datepicker
Family Wedding Date Is cumbersome
https://api.github.com/repos/ChurchCRM/CRM/issues/1540/comments
1
2016-12-06T04:15:31Z
2024-05-08T21:01:07Z
https://github.com/ChurchCRM/CRM/issues/1540
193,679,296
1,540
[ "ChurchCRM", "CRM" ]
Family Map is broken
https://api.github.com/repos/ChurchCRM/CRM/issues/1539/comments
0
2016-12-06T03:55:01Z
2017-11-12T05:20:57Z
https://github.com/ChurchCRM/CRM/issues/1539
193,677,090
1,539
[ "ChurchCRM", "CRM" ]
Missing systemconfig dto class
Unable to create lables
https://api.github.com/repos/ChurchCRM/CRM/issues/1538/comments
0
2016-12-06T03:46:18Z
2017-11-12T05:20:54Z
https://github.com/ChurchCRM/CRM/issues/1538
193,676,114
1,538
[ "ChurchCRM", "CRM" ]
The "Members" menu on the left should really say "People" - Not everyone is a member, and it's misleading.
Rename "Members"
https://api.github.com/repos/ChurchCRM/CRM/issues/1537/comments
1
2016-12-06T03:41:58Z
2017-11-27T20:21:56Z
https://github.com/ChurchCRM/CRM/issues/1537
193,675,650
1,537
[ "ChurchCRM", "CRM" ]
Import Data Cannot execute query. UPDATE family_fam SET fam_WeddingDate = '' WHERE fam_ID = 2
Cannot Import Data from CSV
https://api.github.com/repos/ChurchCRM/CRM/issues/1536/comments
3
2016-12-06T03:40:40Z
2023-11-01T17:36:53Z
https://github.com/ChurchCRM/CRM/issues/1536
193,675,531
1,536
[ "ChurchCRM", "CRM" ]
Import button is missing.
Unable to import CSV
https://api.github.com/repos/ChurchCRM/CRM/issues/1535/comments
0
2016-12-06T03:39:07Z
2017-11-12T05:20:51Z
https://github.com/ChurchCRM/CRM/issues/1535
193,675,327
1,535
[ "ChurchCRM", "CRM" ]
[05-Dec-2016 22:28:18 America/New_York] PHP Fatal error: Uncaught Error: Class 'SystemConfig' not found in /var/www//UserEditor.php:134 Stack trace: #0 {main} thrown in /var/www//UserEditor.php on line 134
Unable to add system user
https://api.github.com/repos/ChurchCRM/CRM/issues/1533/comments
0
2016-12-06T03:28:44Z
2017-11-12T05:20:48Z
https://github.com/ChurchCRM/CRM/issues/1533
193,674,051
1,533
[ "ChurchCRM", "CRM" ]
I think there is something going on with sessions, but I'm not sure how to test / fix it: * sometimes it seems that a logged in session will survive a VM re-provision * sometimes it seems that a logged in session will survive a DB restore / re-provision.
Sessions persisting incorrectly
https://api.github.com/repos/ChurchCRM/CRM/issues/1532/comments
1
2016-12-06T03:06:22Z
2024-06-07T19:07:24Z
https://github.com/ChurchCRM/CRM/issues/1532
193,671,443
1,532
[ "ChurchCRM", "CRM" ]
Need a way to test in-place upgrade in vagrant.. Also need to update test procedures to validate both upgrade paths (in-place and db-restore)
Need Vagrant-QA for in-place upgrade
https://api.github.com/repos/ChurchCRM/CRM/issues/1527/comments
0
2016-12-06T00:28:43Z
2016-12-07T02:02:22Z
https://github.com/ChurchCRM/CRM/issues/1527
193,650,548
1,527
[ "ChurchCRM", "CRM" ]
On testing the Registering Software form, I get the following error in the log. It doesn't send and I get no feedback at all on the frontend. ``` [05-Dec-2016 18:14:19 America/New_York] Slim Application Error: Type: Error Message: Call to a member function getValue() on null File: /web/html/api/routes/register.php Line: 9 Trace: #0 [internal function]: Closure->{closure}(Object(Slim\Http\Request), Object(Slim\Http\Response), Array) #1 /web/html/vendor/slim/slim/Slim/Handlers/Strategies/RequestResponse.php(41): call_user_func(Object(Closure), Object(Slim\Http\Request), Object(Slim\Http\Response), Array) #2 /web/html/vendor/slim/slim/Slim/Route.php(325): Slim\Handlers\Strategies\RequestResponse->__invoke(Object(Closure), Object(Slim\Http\Request), Object(Slim\Http\Response), Array) #3 /web/html/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\Route->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response)) #4 /web/html/vendor/slim/slim/Slim/Route.php(297): Slim\Route->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response)) #5 /web/html/vendor/slim/slim/Slim/App.php(443): Slim\Route->run(Object(Slim\Http\Request), Object(Slim\Http\Response)) #6 /web/html/vendor/slim/slim/Slim/MiddlewareAwareTrait.php(116): Slim\App->__invoke(Object(Slim\Http\Request), Object(Slim\Http\Response)) #7 /web/html/vendor/slim/slim/Slim/App.php(337): Slim\App->callMiddlewareStack(Object(Slim\Http\Request), Object(Slim\Http\Response)) #8 /web/html/vendor/slim/slim/Slim/App.php(298): Slim\App->process(Object(Slim\Http\Request), Object(Slim\Http\Response)) #9 /web/html/api/index.php(53): Slim\App->run() #10 {main} View in rendered output by enabling the "displayErrorDetails" setting. ```
Error on Registering Software
https://api.github.com/repos/ChurchCRM/CRM/issues/1526/comments
1
2016-12-05T23:16:16Z
2017-11-12T05:20:45Z
https://github.com/ChurchCRM/CRM/issues/1526
193,638,712
1,526
[ "ChurchCRM", "CRM" ]
I can't seem to find anything in the issues about this that have already been opened. Enabling email and sending via SMTP instead of just through your mail app doesn't seem to change anything. I was testing sending through mailgun. When I enable it, I go to send email from some area of the app, and it always opens up my local email application. Am I doing something wrong or is this a bug?
Mail - Enabling bEmailSend in Email Setup doesn't change anything
https://api.github.com/repos/ChurchCRM/CRM/issues/1525/comments
1
2016-12-05T23:07:36Z
2017-04-03T02:27:39Z
https://github.com/ChurchCRM/CRM/issues/1525
193,636,876
1,525
[ "ChurchCRM", "CRM" ]
New Checks: From what I can tell, there are several extentions that are needed for ChurchCRM to work properly that are not being checked right now by the Setup Script. ### Checks that need to be added php-session (or php7-session on alpine) php-xml (php7-xml) - It seems to need this and exif for uploading images. php-exif (php7-exif) php-iconv (php7-iconv) - This is necessary to export Files ### Not passing to the database fields automatically on the setup screen. I'm not sure why this is, but it seems to take time doing the file integrity check, and thus doesn't update after that. You have to click the button on the bottom saying that "I know what I'm doing anyway" ### Bottom Button That bottom button is hidden because the footer is fixed to the bottom and is covering it up. We need to add about 20-30px margin below the button.
Setup.php needs more checks and is not automatically passing people to the database setup boxes.
https://api.github.com/repos/ChurchCRM/CRM/issues/1524/comments
0
2016-12-05T22:23:20Z
2017-11-12T05:16:18Z
https://github.com/ChurchCRM/CRM/issues/1524
193,627,406
1,524
[ "ChurchCRM", "CRM" ]
![image](https://cloud.githubusercontent.com/assets/18245031/20904700/50533b0e-bb06-11e6-8b0f-e586f9843c04.png)
Upgrade on production site failed
https://api.github.com/repos/ChurchCRM/CRM/issues/1523/comments
5
2016-12-05T22:17:36Z
2017-05-13T13:45:31Z
https://github.com/ChurchCRM/CRM/issues/1523
193,626,117
1,523
[ "ChurchCRM", "CRM" ]
There are many many PHP Notices throughout the project calling Undefined Variables and Constants. They need to be initialized before calling. Ex. ``$grp_Name=null;`` Here's output from my log file... [ChurchCRM.txt](https://github.com/ChurchCRM/CRM/files/632396/ChurchCRM.txt)
Undefined Variables & Constants throughout the project.
https://api.github.com/repos/ChurchCRM/CRM/issues/1522/comments
1
2016-12-05T22:01:04Z
2024-05-14T08:17:52Z
https://github.com/ChurchCRM/CRM/issues/1522
193,622,430
1,522
[ "ChurchCRM", "CRM" ]
I'm troubleshooting everything in Docker. integrityCheck.json doesn't exist... Just to clarify, this is not a Docker issue, but a ChurchCRM PHP Warning: file_get_contents(/web/html/integrityCheck.json): failed to open stream: No such file or directory in /web/html/ChurchCRM/Service/TaskService.php on line 21
TaskService.php calling integrityCheck.json
https://api.github.com/repos/ChurchCRM/CRM/issues/1521/comments
5
2016-12-05T21:40:32Z
2020-04-16T14:40:22Z
https://github.com/ChurchCRM/CRM/issues/1521
193,617,637
1,521
[ "ChurchCRM", "CRM" ]
get wercker working
https://api.github.com/repos/ChurchCRM/CRM/issues/1520/comments
3
2016-12-05T07:06:15Z
2017-01-03T08:39:19Z
https://github.com/ChurchCRM/CRM/issues/1520
193,425,830
1,520
[ "ChurchCRM", "CRM" ]
![image](https://cloud.githubusercontent.com/assets/11679900/20871930/5812fb20-ba68-11e6-8ea4-149857da6c13.png)
register software is broken
https://api.github.com/repos/ChurchCRM/CRM/issues/1515/comments
1
2016-12-05T02:26:40Z
2016-12-05T05:36:02Z
https://github.com/ChurchCRM/CRM/issues/1515
193,397,591
1,515
[ "ChurchCRM", "CRM" ]
In place upgrade page gets stuck if the backup fails ![image](https://cloud.githubusercontent.com/assets/11679900/20871298/49d4993e-ba62-11e6-8d12-140e4fb56d8c.png)
In place upgrade backup failure doesn't show errors
https://api.github.com/repos/ChurchCRM/CRM/issues/1514/comments
0
2016-12-05T01:43:19Z
2017-11-12T05:21:00Z
https://github.com/ChurchCRM/CRM/issues/1514
193,393,852
1,514
[ "ChurchCRM", "CRM" ]
![image](https://cloud.githubusercontent.com/assets/11679900/20871274/132a9a3c-ba62-11e6-92ae-c947e1ee8aab.png)
2.4.0 upgrade notification persists after upgrade.
https://api.github.com/repos/ChurchCRM/CRM/issues/1513/comments
1
2016-12-05T01:41:31Z
2017-11-12T05:21:03Z
https://github.com/ChurchCRM/CRM/issues/1513
193,393,689
1,513
[ "ChurchCRM", "CRM" ]
Fatal error: Class 'PharData' not found in /home/churchdb/churchdb.xxxxxxxxxxxxxxxxx.org/CRM/ChurchCRM/Service/SystemService.php on line 62
Can't backup or restore DB from web ui
https://api.github.com/repos/ChurchCRM/CRM/issues/1512/comments
2
2016-12-05T01:40:54Z
2016-12-05T05:39:13Z
https://github.com/ChurchCRM/CRM/issues/1512
193,393,649
1,512
[ "ChurchCRM", "CRM" ]
In place upgrade says failure, but actually succeeds
https://api.github.com/repos/ChurchCRM/CRM/issues/1511/comments
1
2016-12-05T01:40:26Z
2016-12-05T05:40:35Z
https://github.com/ChurchCRM/CRM/issues/1511
193,393,611
1,511
[ "ChurchCRM", "CRM" ]
Let's render photos directly at the API endpoint request, rather than have the API return a 302 to the image file directly. i.e. ```/api/persons/104/photo``` would actually return the contents of the photo file, rather than 302 redirect to the name of the photo file it would save time and bytes on the wire as well fewer requests.
Render photo files in API request
https://api.github.com/repos/ChurchCRM/CRM/issues/1510/comments
0
2016-12-04T21:21:50Z
2017-02-21T02:34:06Z
https://github.com/ChurchCRM/CRM/issues/1510
193,376,714
1,510
[ "ChurchCRM", "CRM" ]
our startup is filled with package installs... we should fork the ScotchBox and build our own Vagrant Box that will reduce the vagrant startup time. https://scotch.io/tutorials/how-to-create-a-vagrant-base-box-from-an-existing-one
Create ChurchCRM vagrant box
https://api.github.com/repos/ChurchCRM/CRM/issues/1509/comments
2
2016-12-04T17:00:11Z
2016-12-17T14:58:23Z
https://github.com/ChurchCRM/CRM/issues/1509
193,361,644
1,509
[ "ChurchCRM", "CRM" ]
``` ********** Installing missing gem: Started Reading package lists... Done Building dependency tree Reading state information... Done ruby is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 234 not upgraded. Fetching: multi_json-1.12.1.gem (100%) Successfully installed multi_json-1.12.1 Fetching: rake-11.3.0.gem (100%) Fetching: rainbow-2.1.0.gem (100%) Fetching: multipart-post-2.0.0.gem (100%) Fetching: faraday-0.10.0.gem (100%) Fetching: public_suffix-2.0.4.gem (100%) ERROR: Error installing github_changelog_generator: public_suffix requires Ruby version >= 2.0. 1 gem installed Installing ri documentation for multi_json-1.12.1... Installing RDoc documentation for multi_json-1.12.1... ********** Installing missing gem: Done ```
changelog generator not working
https://api.github.com/repos/ChurchCRM/CRM/issues/1508/comments
2
2016-12-04T05:48:19Z
2016-12-06T00:26:02Z
https://github.com/ChurchCRM/CRM/issues/1508
193,333,473
1,508
[ "ChurchCRM", "CRM" ]
111 Collected Value Title | Data ----------------------|---------------- Page Name |/master/PropertyList.php Screen Size |x Window Size |x Page Size |x Platform Information | Linux sansa.asoshared.com 2.6.32-642.6.1.el6.x86_64 #1 SMP Wed Oct 5 00:36:12 UTC 2016 x86_64 PHP Version | 5.6.27 ChurchCRM Version |2.3.5 Reporting Browser |Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36
11
https://api.github.com/repos/ChurchCRM/CRM/issues/1502/comments
0
2016-12-03T06:17:13Z
2016-12-03T15:29:34Z
https://github.com/ChurchCRM/CRM/issues/1502
193,269,349
1,502
[ "ChurchCRM", "CRM" ]
ionicons is @ 3.0.0 https://www.npmjs.com/package/ionicons
update ionicons in package.json
https://api.github.com/repos/ChurchCRM/CRM/issues/1501/comments
1
2016-12-02T03:59:47Z
2016-12-06T00:26:36Z
https://github.com/ChurchCRM/CRM/issues/1501
193,028,996
1,501
[ "ChurchCRM", "CRM" ]
test Collected Value Title | Data ----------------------|---------------- Page Name |/BackupDatabase.php Screen Size |x Window Size |x Page Size |x Platform Information | Linux 601a7cea4d7c 4.4.27-boot2docker #1 SMP Tue Oct 25 19:51:49 UTC 2016 x86_64 PHP Version | 7.0.13 ChurchCRM Version |2.4.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36 Apache Modules |core,mod_so,http_core,mod_authn_file,mod_authn_core,mod_authz_host,mod_authz_groupfile,mod_authz_user,mod_authz_core,mod_access_compat,mod_auth_basic,mod_reqtimeout,mod_filter,mod_mime,mod_log_config,mod_env,mod_headers,mod_setenvif,mod_version,prefork,mod_unixd,mod_status,mod_autoindex,mod_dir,mod_alias,mod_rewrite,mod_negotiation,mod_php7
test
https://api.github.com/repos/ChurchCRM/CRM/issues/1500/comments
0
2016-12-02T03:44:46Z
2016-12-02T03:45:48Z
https://github.com/ChurchCRM/CRM/issues/1500
193,027,316
1,500
[ "ChurchCRM", "CRM" ]
There are some many styles of date arround the world. According https://en.wikipedia.org/wiki/Date_format_by_country, the three most used are: - DMY by 3295 milions of people - YMD by 1660 milions of people and - MDY by 320 millions of people. So, in localization concept, is necessary flexibilize date format through sDateFormatLong, sDateFormatNoYear and sDateFormatShort variables. Searching in code, I found: [date_in_code.txt](https://github.com/ChurchCRM/CRM/files/622204/date_in_code.txt) Values are stored in: config_cfg.cfg_name Default values are: - sDateFormatLong = yyyy-mm-dd - sDateFormatNoYear = DD/MM - sDateFormatShort = yy-mm-dd Changes needded: - [ ] use sDateFormatLong, sDateFormatNoYear and sDateFormatShort will customed format; - [ ] formats MM-DD-YYYY, DD-MM-YYYY and YYYY-MM-DD will use sDateFormatLong variable format; - [ ] formats 'd-m-Y' and 'Y-m-d' are converted according day, month and year order in sDateFormatLong variable; - [ ] create a function to convert formats as MM-DD-YYYY, DD-MM-YYYY and YYYY-MM-DD to 'm-d-Y', 'd-m-Y' and 'Y-m-d';
Changing date format according sDate variables
https://api.github.com/repos/ChurchCRM/CRM/issues/1495/comments
8
2016-11-30T15:46:03Z
2024-07-31T01:55:36Z
https://github.com/ChurchCRM/CRM/issues/1495
192,600,283
1,495
[ "ChurchCRM", "CRM" ]
```"; $r = 1; } // Variable Name & Type echo ''; // Current Value if ($ucfg_type == 'text') { echo ""; } elseif ($ucfg_type == 'textarea') { echo ""; } elseif ($ucfg_type == 'number' || $ucfg_type == 'date') { echo ""; } elseif ($ucfg_type == 'boolean') { if ($ucfg_value){ $sel2 = "SELECTED"; $sel1 = ""; } else { $sel1 = "SELECTED"; $sel2 = ""; } echo ""; } // Notes echo ""; $r++; } ?>``` ![image](https://cloud.githubusercontent.com/assets/11679900/20735730/0e20dd12-b670-11e6-93c8-525c6c165bf4.png)
SettingsIndividual.php is broken in 2.4.0
https://api.github.com/repos/ChurchCRM/CRM/issues/1491/comments
0
2016-11-30T01:11:59Z
2016-11-30T07:10:10Z
https://github.com/ChurchCRM/CRM/issues/1491
192,448,320
1,491
[ "ChurchCRM", "CRM" ]
in current Develop, the sRootPath validation, and the Sytem_Failure call are both broken. launching a clean vagrant build on current develop yeilds: ![image](https://cloud.githubusercontent.com/assets/11679900/20734444/83b4176e-b667-11e6-9f1b-cbd1700c0048.png) and ![image](https://cloud.githubusercontent.com/assets/11679900/20734448/8cfdc69e-b667-11e6-8907-97e392e2c862.png)
System_Failure Message is broken
https://api.github.com/repos/ChurchCRM/CRM/issues/1485/comments
2
2016-11-30T00:09:50Z
2016-11-30T06:50:52Z
https://github.com/ChurchCRM/CRM/issues/1485
192,438,772
1,485
[ "ChurchCRM", "CRM" ]
Please add FALSE and TRUE strings to POEditor.Com to translate response of "SendNewsletter" of FamilyView and ConfirmReport.
Add FALSE and TRUE to POEditor.com
https://api.github.com/repos/ChurchCRM/CRM/issues/1480/comments
2
2016-11-28T18:20:12Z
2016-11-30T07:07:57Z
https://github.com/ChurchCRM/CRM/issues/1480
192,079,385
1,480
[ "ChurchCRM", "CRM" ]
@DawoudI@DawoudIO , you said in chat that "Country is used for mailing addresss". So, there are two screenshots showing that country is used in family view and in personview. Other aspect that, out of USA, the address system not will work ... it not will work in Brazil. so ... Please, Can you add all countries of countries class to POEditor.com? ![familyview_iluminado](https://cloud.githubusercontent.com/assets/20567675/20667912/f599fefe-b552-11e6-8a05-05d83c4adc4e.png) ![personview_iluminado](https://cloud.githubusercontent.com/assets/20567675/20667913/f5bcae22-b552-11e6-9eda-b2ac44adaea5.png)
Please, add all countries of countries class to POEditor.com
https://api.github.com/repos/ChurchCRM/CRM/issues/1478/comments
0
2016-11-28T12:11:26Z
2016-12-01T15:55:42Z
https://github.com/ChurchCRM/CRM/issues/1478
191,990,557
1,478
[ "ChurchCRM", "CRM" ]
Line 84 in Setup.php makes a shell_exec call. It may be unavoidable, but opening issue to close #308
Identify Apache Modules without shell_exec
https://api.github.com/repos/ChurchCRM/CRM/issues/1477/comments
0
2016-11-28T03:53:42Z
2017-05-13T13:45:51Z
https://github.com/ChurchCRM/CRM/issues/1477
191,914,400
1,477
[ "ChurchCRM", "CRM" ]
Re-factor the Database Backup and Restore methods to not use exec calls See #308 and #1118
Refactor Database Backup and Restore
https://api.github.com/repos/ChurchCRM/CRM/issues/1476/comments
1
2016-11-28T03:50:38Z
2016-11-30T07:08:19Z
https://github.com/ChurchCRM/CRM/issues/1476
191,914,123
1,476
[ "ChurchCRM", "CRM" ]
Check the value of checkAllowedURL & URL[0]
https://api.github.com/repos/ChurchCRM/CRM/issues/1469/comments
1
2016-11-27T17:49:03Z
2016-12-17T14:58:19Z
https://github.com/ChurchCRM/CRM/issues/1469
191,874,429
1,469
[ "ChurchCRM", "CRM" ]
null
Review the need for RedirectURL Method
https://api.github.com/repos/ChurchCRM/CRM/issues/1468/comments
1
2016-11-27T17:45:13Z
2024-04-27T22:58:57Z
https://github.com/ChurchCRM/CRM/issues/1468
191,874,245
1,468
[ "ChurchCRM", "CRM" ]
move log dir setting to Config.php
https://api.github.com/repos/ChurchCRM/CRM/issues/1467/comments
3
2016-11-27T15:45:35Z
2017-04-03T05:29:00Z
https://github.com/ChurchCRM/CRM/issues/1467
191,868,052
1,467
[ "ChurchCRM", "CRM" ]
replace userconfig_ucfg usage with User Object methods.
https://api.github.com/repos/ChurchCRM/CRM/issues/1466/comments
6
2016-11-27T15:40:58Z
2020-11-28T22:37:28Z
https://github.com/ChurchCRM/CRM/issues/1466
191,867,800
1,466
[ "ChurchCRM", "CRM" ]
looks like it is only used once in SendEmail.php
Review the usage of $sMetaRefresh
https://api.github.com/repos/ChurchCRM/CRM/issues/1465/comments
1
2016-11-27T15:37:57Z
2023-11-05T02:03:30Z
https://github.com/ChurchCRM/CRM/issues/1465
191,867,646
1,465
[ "ChurchCRM", "CRM" ]
http://demo.churchcrm.io/master/external/register/
Self Registration does not look right
https://api.github.com/repos/ChurchCRM/CRM/issues/1464/comments
2
2016-11-27T15:03:45Z
2016-11-29T07:18:05Z
https://github.com/ChurchCRM/CRM/issues/1464
191,865,938
1,464
[ "ChurchCRM", "CRM" ]
I have been able to successfully remedy the original problem I had with the Setup.php Looping by changing the permissions of the folder and all files to 777. Now I have a different problem. I can go to the website http://napier.ddns.net or http://192.168.0.13/ on my local machine and I am taken to the Login.php page. Upon logging in with "admin - changeme" I am taken to a page that across all Browsers say "Too many redirects." The page in the address bar is "/CheckVersion.php" I am running Raspian(Based on Debian) on a Raspberry pi 2. I have everything installed and up to date according to requirements that I can find. From study I can find many different things that could cause this error. but I can't find anything in the settings or configuration that would cause it. Any Ideas or thoughts on what to look for?
Error - Too Many Redirects
https://api.github.com/repos/ChurchCRM/CRM/issues/1461/comments
10
2016-11-26T21:46:59Z
2017-05-13T13:35:06Z
https://github.com/ChurchCRM/CRM/issues/1461
191,828,517
1,461
[ "ChurchCRM", "CRM" ]
In Brasil, Cell Phone is going to 9 digits while fixed phones still with 8. I see that sPhoneFormat is the data-inputmask attribute of input. But, what are the characteres that can be used in it? Are there a not obligatory character?
What are the characteres that can be used in sPhoneFormat?
https://api.github.com/repos/ChurchCRM/CRM/issues/1459/comments
1
2016-11-26T17:48:05Z
2017-03-14T04:39:47Z
https://github.com/ChurchCRM/CRM/issues/1459
191,817,888
1,459
[ "ChurchCRM", "CRM" ]
when access Fundraiser -> View Buyers and click in the Generate Statements for Select buttom, get it error message: Cannot execute query. SELECT pn_ID, pn_fr_ID, pn_Num, pn_per_ID, a.per_FirstName as paddleFirstName, a.per_LastName as paddleLastName, a.per_Email as paddleEmail, b.fam_ID, b.fam_Name, b.fam_Address1, b.fam_Address2, b.fam_City, b.fam_State, b.fam_Zip, b.fam_Country FROM paddlenum_pn LEFT JOIN person_per a ON pn_per_ID=a.per_ID LEFT JOIN family_fam b ON fam_ID = a.per_fam_ID WHERE pn_FR_ID = ORDER BY pn_Num
Generate Statements for Select error in demo site 2.4.0
https://api.github.com/repos/ChurchCRM/CRM/issues/1450/comments
2
2016-11-24T12:38:36Z
2016-11-29T00:23:18Z
https://github.com/ChurchCRM/CRM/issues/1450
191,510,529
1,450
[ "ChurchCRM", "CRM" ]
when access Fundraiser -> View Buyers and click in the Add Buyer buttom, get it error message: Cannot execute query. SELECT COUNT(*) AS topNum FROM paddlenum_pn WHERE pn_fr_ID=
Add Buyer error in demo site 2.4.0
https://api.github.com/repos/ChurchCRM/CRM/issues/1449/comments
2
2016-11-24T12:37:05Z
2016-11-30T07:08:45Z
https://github.com/ChurchCRM/CRM/issues/1449
191,510,266
1,449
[ "ChurchCRM", "CRM" ]
I'm using a LAMP service on a Raspberry pi 2. Once I finally go to the localhost/churchcrm it directs me to theSetup.php file. Everything has a checkmate and everything is filled out. Once I click continue it begins to load and then reloads the setup page again. I can't proceed to the login page. Any help would be appreciated.
Setup.php loops
https://api.github.com/repos/ChurchCRM/CRM/issues/1448/comments
11
2016-11-24T10:02:30Z
2017-05-13T13:36:42Z
https://github.com/ChurchCRM/CRM/issues/1448
191,478,199
1,448
[ "ChurchCRM", "CRM" ]
http://192.168.33.10/CartView.php
CartView.php renders 500 error
https://api.github.com/repos/ChurchCRM/CRM/issues/1447/comments
0
2016-11-23T16:44:04Z
2016-11-24T16:07:26Z
https://github.com/ChurchCRM/CRM/issues/1447
191,324,771
1,447
[ "ChurchCRM", "CRM" ]
Classification Information `SELECT * FROM list_lst WHERE lst_ID=1 ORDER BY lst_OptionSequence` Family Role `SELECT * FROM list_lst WHERE lst_ID=2 ORDER BY lst_OptionSequence`
Create a Classification Data Object
https://api.github.com/repos/ChurchCRM/CRM/issues/1446/comments
1
2016-11-23T16:41:39Z
2024-05-14T08:18:42Z
https://github.com/ChurchCRM/CRM/issues/1446
191,324,053
1,446
[ "ChurchCRM", "CRM" ]
``` [23-Nov-2016 11:38:38 America/New_York] PHP Notice: Undefined variable: sHeader in /var/www/public/Include/Header.php on line 79 [23-Nov-2016 11:38:38 America/New_York] PHP Notice: Undefined variable: sPageTitleSub in /var/www/public/Include/Header.php on line 189 [23-Nov-2016 11:38:41 America/New_York] PHP Notice: Undefined variable: sHeader in /var/www/public/Include/Header.php on line 79 [23-Nov-2016 11:38:41 America/New_York] PHP Notice: Undefined variable: sPageTitleSub in /var/www/public/Include/Header.php on line 189 [23-Nov-2016 11:38:44 America/New_York] PHP Notice: Undefined variable: sHeader in /var/www/public/Include/Header.php on line 79 [23-Nov-2016 11:38:44 America/New_York] PHP Notice: Undefined variable: sPageTitleSub in /var/www/public/Include/Header.php on line 189 ```
Header.php Undefined variables
https://api.github.com/repos/ChurchCRM/CRM/issues/1445/comments
0
2016-11-23T16:39:48Z
2016-12-11T21:26:08Z
https://github.com/ChurchCRM/CRM/issues/1445
191,323,492
1,445
[ "ChurchCRM", "CRM" ]
locale/messages.po updated then uploaded to POEditor.com it should not be in the src dir.
Move locale/messages.po outside the src dir
https://api.github.com/repos/ChurchCRM/CRM/issues/1443/comments
0
2016-11-23T15:41:30Z
2016-11-30T07:08:35Z
https://github.com/ChurchCRM/CRM/issues/1443
191,307,676
1,443
[ "ChurchCRM", "CRM" ]
When access UserPasswordChange.php and UserList.php, there is a error: Fatal error: Class 'SystemConfig' not found in ...../public_html/demo.churchcrm.io/develop/UserPasswordChange.php on line 211 Fatal error: Class 'SystemConfig' not found in .../public_html/demo.churchcrm.io/develop/UserList.php on line 96
SystemConfig class missing in demo site 2.4.0
https://api.github.com/repos/ChurchCRM/CRM/issues/1442/comments
1
2016-11-23T14:52:55Z
2016-11-24T16:10:43Z
https://github.com/ChurchCRM/CRM/issues/1442
191,292,344
1,442
[ "ChurchCRM", "CRM" ]
How can I translate the system into Portuguese?
Language Português-Brasil
https://api.github.com/repos/ChurchCRM/CRM/issues/1441/comments
2
2016-11-23T03:29:28Z
2016-11-24T05:44:35Z
https://github.com/ChurchCRM/CRM/issues/1441
191,181,645
1,441
[ "ChurchCRM", "CRM" ]
in RC1 - /PersonEditor.php fails to load
/PersonEditor.php fails to load
https://api.github.com/repos/ChurchCRM/CRM/issues/1439/comments
0
2016-11-23T01:50:09Z
2016-11-23T16:02:39Z
https://github.com/ChurchCRM/CRM/issues/1439
191,171,223
1,439
[ "ChurchCRM", "CRM" ]
Footer on First Run setup wizard obscures the "I know what I'm doing, Install Anyway" button: ![image](https://cloud.githubusercontent.com/assets/11679900/20548794/961ca5e2-b0f4-11e6-8949-1806a1f2826a.png)
First Run Setup Wizard
https://api.github.com/repos/ChurchCRM/CRM/issues/1438/comments
0
2016-11-23T01:45:26Z
2016-11-26T21:26:37Z
https://github.com/ChurchCRM/CRM/issues/1438
191,170,765
1,438
[ "ChurchCRM", "CRM" ]
The expand payment row buttons do not work correctly. Collected Value Title | Data ----------------------|---------------- Page Name |/DepositSlipEditor.php Screen Size |x Window Size |x Page Size |x 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.13-1+deb.sury.org~trusty+1 ChurchCRM Version |2.4.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36 Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_expires,mod_filter,mod_headers,mod_include,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
Expand Payment Row
https://api.github.com/repos/ChurchCRM/CRM/issues/1436/comments
0
2016-11-22T23:44:16Z
2017-03-31T14:29:08Z
https://github.com/ChurchCRM/CRM/issues/1436
191,155,614
1,436
[ "ChurchCRM", "CRM" ]
sometimes the page reloads before all selected payments are deleted from a deposit. Collected Value Title | Data ----------------------|---------------- Page Name |/DepositSlipEditor.php Screen Size |x Window Size |x Page Size |x 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.13-1+deb.sury.org~trusty+1 ChurchCRM Version |2.4.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36 Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_expires,mod_filter,mod_headers,mod_include,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
Multiple deletes of payments is not reliable
https://api.github.com/repos/ChurchCRM/CRM/issues/1435/comments
1
2016-11-22T23:43:40Z
2016-11-24T21:59:25Z
https://github.com/ChurchCRM/CRM/issues/1435
191,155,537
1,435
[ "ChurchCRM", "CRM" ]
http://www.openwall.com/lists/oss-security/2016/11/21/3
Improve code signing technique
https://api.github.com/repos/ChurchCRM/CRM/issues/1434/comments
4
2016-11-22T20:45:20Z
2024-07-31T01:55:37Z
https://github.com/ChurchCRM/CRM/issues/1434
191,119,656
1,434
[ "ChurchCRM", "CRM" ]
running `vagrant@scotchbox:/vagrant$ scripts/update-locale.sh` returns the following warnings ``` /vagrant/src/locale/messages.po: warning: Charset "CHARSET" is not a portable encoding name. Message conversion to user's charset might not work. ./config_cfg.php:31: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. ./config_cfg.php:2: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:2: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:2: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:2: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:11: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:16: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:18: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:18: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:18: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:19: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:19: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:23: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:30: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:30: warning: internationalized messages should not contain the '\r' escape sequence ./config_cfg.php:32: warning: internationalized messages should not contain the '\r' escape sequence ```
config_cfg locale warnings
https://api.github.com/repos/ChurchCRM/CRM/issues/1432/comments
3
2016-11-22T15:52:04Z
2024-05-27T15:13:48Z
https://github.com/ChurchCRM/CRM/issues/1432
191,044,642
1,432
[ "ChurchCRM", "CRM" ]
ucfg_tooltip terms from table userconfig_ucfg aren´t present in POEditor.com. I see this in UserEditor.php?NewPersonID=59. There is a gettext in $ucfg_tooltip in line 502, but the terms aren't in POEditor.com
Terms missing in POEditor.com
https://api.github.com/repos/ChurchCRM/CRM/issues/1431/comments
2
2016-11-22T15:29:07Z
2016-11-23T15:38:42Z
https://github.com/ChurchCRM/CRM/issues/1431
191,038,166
1,431
[ "ChurchCRM", "CRM" ]
The left and right nav menus should be mutually exclusive. Opening one should close the other. Collected Value Title | Data ----------------------|---------------- Page Name |/develop/MembersDashboard.php Screen Size |x Window Size |x Page Size |x Platform Information | Linux gator3083.hostgator.com 3.12.65-188.ELK6.x86_64 #1 SMP Thu Oct 20 23:27:48 CDT 2016 x86_64 PHP Version | 5.6.27 ChurchCRM Version |2.4.0 Reporting Browser |Mozilla/5.0 (Linux; Android 6.0.1; LG-D850 Build/MOB31K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36
Nav menus not exclusive
https://api.github.com/repos/ChurchCRM/CRM/issues/1430/comments
1
2016-11-22T03:48:26Z
2019-08-27T02:29:30Z
https://github.com/ChurchCRM/CRM/issues/1430
190,900,724
1,430
[ "ChurchCRM", "CRM" ]
The new right nav bar \"open tasks\" are not touch friendly Collected Value Title | Data ----------------------|---------------- Page Name |/develop/Menu.php Screen Size |x Window Size |x Page Size |x Platform Information | Linux gator3083.hostgator.com 3.12.65-188.ELK6.x86_64 #1 SMP Thu Oct 20 23:27:48 CDT 2016 x86_64 PHP Version | 5.6.27 ChurchCRM Version |2.4.0 Reporting Browser |Mozilla/5.0 (Linux; Android 6.0.1; LG-D850 Build/MOB31K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36
Open tasks are not touch friendly
https://api.github.com/repos/ChurchCRM/CRM/issues/1429/comments
0
2016-11-22T03:44:45Z
2016-11-24T16:06:09Z
https://github.com/ChurchCRM/CRM/issues/1429
190,900,320
1,429
[ "ChurchCRM", "CRM" ]
PR #1377 introduces a better way for interacting with user object permissions and roles. It maintains legacy compatibility, but the rest of the code base should still be refactored to provide forward mobility.
Refactor user settings similar to SystemConfig
https://api.github.com/repos/ChurchCRM/CRM/issues/1428/comments
2
2016-11-22T03:05:49Z
2024-05-13T18:48:38Z
https://github.com/ChurchCRM/CRM/issues/1428
190,896,069
1,428
[ "ChurchCRM", "CRM" ]
The db schema upgrade can fail (if MySQL strict mode is enabled for example), but will do so silently and it will even update the version_ver table.
Automatic DB upgrade on Restore Database may fail silently
https://api.github.com/repos/ChurchCRM/CRM/issues/1427/comments
1
2016-11-21T16:13:43Z
2016-11-30T07:08:59Z
https://github.com/ChurchCRM/CRM/issues/1427
190,762,828
1,427
[ "ChurchCRM", "CRM" ]
Put some members into the cart and try to generate labels like this: http://192.168.33.10/Reports/PDFLabel.php?groupbymode=fam&labeltype=5160&labelfont=Times&labelfontsize=default&startrow=1&startcol=1&onlyfull=1&filetype=PDF&Submit=Generate+Labels I get this error (develop in vagrant) ``` Fatal error: Call to undefined method ChurchCRM\Reports\PDF_Label::Open() in /var/www/public/Reports/PDFLabel.php on line 774 ``` Indeed I cannot see that Open method anywhere
Generating labels from cart is broken
https://api.github.com/repos/ChurchCRM/CRM/issues/1426/comments
0
2016-11-21T05:28:01Z
2016-11-24T16:08:26Z
https://github.com/ChurchCRM/CRM/issues/1426
190,622,571
1,426
[ "ChurchCRM", "CRM" ]
Some files now have `<?` short open tags again. This breaks the site with default PHP 7 settings on Ubuntu.
Short open tags creeping back in
https://api.github.com/repos/ChurchCRM/CRM/issues/1425/comments
1
2016-11-21T02:51:23Z
2016-11-24T16:07:37Z
https://github.com/ChurchCRM/CRM/issues/1425
190,606,772
1,425
[ "ChurchCRM", "CRM" ]
we have lots of files in the skin dir that is not used...
Remove unused Skin files
https://api.github.com/repos/ChurchCRM/CRM/issues/1422/comments
0
2016-11-20T21:22:10Z
2016-11-23T15:38:32Z
https://github.com/ChurchCRM/CRM/issues/1422
190,584,600
1,422
[ "ChurchCRM", "CRM" ]
we need to extract what is bellow and ensure it is created once ``` src: [ '**', '**/.*', '!**/.gitignore', '!vendor/**/example/**', '!vendor/**/tests/**', '!vendor/**/docs/**', '!Images/Person/thumbnails/*.jpg', '!composer.lock', '!Include/Config.php', '!integrityCheck.json' ], ```
Grunt File has duplicate file includes/excludes
https://api.github.com/repos/ChurchCRM/CRM/issues/1421/comments
0
2016-11-20T21:16:02Z
2017-01-15T23:38:56Z
https://github.com/ChurchCRM/CRM/issues/1421
190,584,216
1,421
[ "ChurchCRM", "CRM" ]
Add a debug page on the admin Nav
https://api.github.com/repos/ChurchCRM/CRM/issues/1420/comments
2
2016-11-20T21:05:45Z
2018-04-02T05:25:49Z
https://github.com/ChurchCRM/CRM/issues/1420
190,583,597
1,420
[ "ChurchCRM", "CRM" ]
Collected Value Title | Data ----------------------|---------------- Page Name |/DepositSlipEditor.php Screen Size |x Window Size |x Page Size |x Platform Information | Linux lotus 3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64 PHP Version | 5.5.38 ChurchCRM Version |2.3.5 Reporting Browser |Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:44.0) Gecko/20100101 Firefox/44.0
unable to select individual payment on deposit slip
https://api.github.com/repos/ChurchCRM/CRM/issues/1419/comments
1
2016-11-20T18:05:52Z
2024-05-14T08:14:52Z
https://github.com/ChurchCRM/CRM/issues/1419
190,573,057
1,419
[ "ChurchCRM", "CRM" ]
Such as invalid use of `DISTINCT` or `GROUP BY` without terms being in the select list.
Various SQL errors
https://api.github.com/repos/ChurchCRM/CRM/issues/1417/comments
1
2016-11-20T03:45:49Z
2016-12-05T01:24:01Z
https://github.com/ChurchCRM/CRM/issues/1417
190,537,535
1,417
[ "ChurchCRM", "CRM" ]
MySQL 5.7.16 complains about a date default value of `0000-00-00` (same for datetime `0000-00-00 00:00:00`). There is no month or day `00`. Switching the date to `2000-01-01` makes the sql file work.
Install.sql uses invalid defaults
https://api.github.com/repos/ChurchCRM/CRM/issues/1415/comments
0
2016-11-20T02:46:20Z
2016-11-30T01:14:43Z
https://github.com/ChurchCRM/CRM/issues/1415
190,535,416
1,415
[ "ChurchCRM", "CRM" ]
![image](https://cloud.githubusercontent.com/assets/554959/20458697/84b82358-ae60-11e6-850d-b81d02f056f4.png)
System Settings GZIP name why is it needed
https://api.github.com/repos/ChurchCRM/CRM/issues/1412/comments
5
2016-11-19T22:00:46Z
2017-12-27T03:46:07Z
https://github.com/ChurchCRM/CRM/issues/1412
190,523,127
1,412
[ "ChurchCRM", "CRM" ]
- http://192.168.33.10/QueryList.php - http://192.168.33.10/QueryView.php?QueryID=15
Theme: QueryList.php
https://api.github.com/repos/ChurchCRM/CRM/issues/1411/comments
4
2016-11-19T21:58:10Z
2017-02-11T16:56:17Z
https://github.com/ChurchCRM/CRM/issues/1411
190,522,987
1,411
[ "ChurchCRM", "CRM" ]
When there is no Deposits it shows a blank space ![image](https://cloud.githubusercontent.com/assets/554959/20458672/d049946a-ae5f-11e6-89a7-44db97a601dd.png)
Menu: Deposit Tracking is blank
https://api.github.com/repos/ChurchCRM/CRM/issues/1410/comments
0
2016-11-19T21:55:58Z
2017-02-21T02:35:18Z
https://github.com/ChurchCRM/CRM/issues/1410
190,522,889
1,410
[ "ChurchCRM", "CRM" ]
http://192.168.33.10/PersonEditor.php ![image](https://cloud.githubusercontent.com/assets/554959/20458669/b5291124-ae5f-11e6-9260-2c3c9ce4349c.png)
Membership Info need to have smaller fields
https://api.github.com/repos/ChurchCRM/CRM/issues/1409/comments
0
2016-11-19T21:54:58Z
2016-11-21T16:00:04Z
https://github.com/ChurchCRM/CRM/issues/1409
190,522,847
1,409
[ "ChurchCRM", "CRM" ]
http://192.168.33.10/PersonEditor.php ![image](https://cloud.githubusercontent.com/assets/554959/20458660/92dfc216-ae5f-11e6-87f6-273b3003a198.png)
Person Editor hide Custom Fields if not used
https://api.github.com/repos/ChurchCRM/CRM/issues/1408/comments
0
2016-11-19T21:53:49Z
2016-11-21T15:59:54Z
https://github.com/ChurchCRM/CRM/issues/1408
190,522,780
1,408
[ "ChurchCRM", "CRM" ]
State/Country ![image](https://cloud.githubusercontent.com/assets/554959/20458653/73ef5be6-ae5f-11e6-8213-a3259f5f1cac.png)
Update Family Editor dropdowns to use select2
https://api.github.com/repos/ChurchCRM/CRM/issues/1407/comments
1
2016-11-19T21:52:55Z
2017-03-02T16:01:23Z
https://github.com/ChurchCRM/CRM/issues/1407
190,522,745
1,407
[ "ChurchCRM", "CRM" ]
http://192.168.33.10/PersonEditor.php ![image](https://cloud.githubusercontent.com/assets/554959/20458644/51626fd2-ae5f-11e6-9e27-1264d33dfc86.png)
Move Person Family Select to Select2
https://api.github.com/repos/ChurchCRM/CRM/issues/1406/comments
0
2016-11-19T21:51:58Z
2019-09-21T10:00:04Z
https://github.com/ChurchCRM/CRM/issues/1406
190,522,688
1,406
[ "ChurchCRM", "CRM" ]
while it looks someone like the rest of the system it need to support select2 for families and fix formatting ![image](https://cloud.githubusercontent.com/assets/554959/20458632/3c28db60-ae5f-11e6-928e-9a266682130a.png)
theme: Donated Item Editor
https://api.github.com/repos/ChurchCRM/CRM/issues/1405/comments
3
2016-11-19T21:51:15Z
2017-02-03T15:46:11Z
https://github.com/ChurchCRM/CRM/issues/1405
190,522,662
1,405
[ "ChurchCRM", "CRM" ]
Edit Deposit Slip goes to the Menu page without any messages... we should add a global message to indicate the issue ![image](https://cloud.githubusercontent.com/assets/554959/20458618/e5c33806-ae5e-11e6-841b-5d57b6d72036.png) http://192.168.33.10/DepositSlipEditor.php?DepositSlipID=0
Edit Deposit Slip goes to the Menu page
https://api.github.com/repos/ChurchCRM/CRM/issues/1404/comments
4
2016-11-19T21:49:25Z
2024-05-04T18:48:27Z
https://github.com/ChurchCRM/CRM/issues/1404
190,522,584
1,404
[ "ChurchCRM", "CRM" ]
http://192.168.33.10/Checkin.php ![image](https://cloud.githubusercontent.com/assets/554959/20458615/b7018400-ae5e-11e6-8aff-705de80635e4.png)
Theme: Checkin.php
https://api.github.com/repos/ChurchCRM/CRM/issues/1403/comments
5
2016-11-19T21:47:36Z
2017-02-03T15:46:11Z
https://github.com/ChurchCRM/CRM/issues/1403
190,522,504
1,403
[ "ChurchCRM", "CRM" ]
Church Calendar is not showing Anniversary events
https://api.github.com/repos/ChurchCRM/CRM/issues/1402/comments
0
2016-11-19T21:45:49Z
2016-11-21T15:59:40Z
https://github.com/ChurchCRM/CRM/issues/1402
190,522,413
1,402
[ "ChurchCRM", "CRM" ]
http://192.168.33.10/SelectList.php?mode=groupassign
What does Group Assignment Helper do
https://api.github.com/repos/ChurchCRM/CRM/issues/1401/comments
1
2016-11-19T21:39:04Z
2024-04-27T22:08:13Z
https://github.com/ChurchCRM/CRM/issues/1401
190,522,087
1,401
[ "ChurchCRM", "CRM" ]
http://192.168.33.10/GroupList.php is not using the space well.. ![image](https://cloud.githubusercontent.com/assets/554959/20458556/4875c5f6-ae5d-11e6-9534-9512938f3f8b.png)
Group Listing
https://api.github.com/repos/ChurchCRM/CRM/issues/1400/comments
0
2016-11-19T21:37:22Z
2023-11-14T19:14:34Z
https://github.com/ChurchCRM/CRM/issues/1400
190,522,000
1,400
[ "ChurchCRM", "CRM" ]
the bottom 2 kids have families where the head of the household is a female etc ![image](https://cloud.githubusercontent.com/assets/554959/20458391/fa07f8d4-ae58-11e6-94a5-e2eefb3f12f5.png) ![image](https://cloud.githubusercontent.com/assets/554959/20458401/427b8dec-ae59-11e6-81b3-6aa985e163bf.png)
Sunday School Class View - Parent Info
https://api.github.com/repos/ChurchCRM/CRM/issues/1399/comments
2
2016-11-19T21:06:59Z
2018-01-01T17:20:03Z
https://github.com/ChurchCRM/CRM/issues/1399
190,520,477
1,399
[ "ChurchCRM", "CRM" ]
We should move that to an popup http://192.168.33.10/MemberRoleChange.php?GroupID=4&PersonID=100 ![image](https://cloud.githubusercontent.com/assets/554959/20458380/96edf410-ae58-11e6-8f3d-da69f43f9fe8.png)
Theme Member Role Change
https://api.github.com/repos/ChurchCRM/CRM/issues/1398/comments
2
2016-11-19T21:04:03Z
2017-04-23T03:50:49Z
https://github.com/ChurchCRM/CRM/issues/1398
190,520,316
1,398
[ "ChurchCRM", "CRM" ]
http://192.168.33.10/sundayschool/SundaySchoolDashboard.php ![image](https://cloud.githubusercontent.com/assets/554959/20458360/16214dbe-ae58-11e6-8cad-0027b0e8f6b7.png)
Sunday School Dashboard Student < 1 year of Age display
https://api.github.com/repos/ChurchCRM/CRM/issues/1397/comments
1
2016-11-19T21:00:17Z
2017-07-05T04:33:22Z
https://github.com/ChurchCRM/CRM/issues/1397
190,519,987
1,397
[ "ChurchCRM", "CRM" ]
there are many places where you can export to csv or excel but not sure if they are controlled by the export logic
Review All Export Flags and usages
https://api.github.com/repos/ChurchCRM/CRM/issues/1396/comments
1
2016-11-19T20:45:49Z
2018-03-31T17:13:05Z
https://github.com/ChurchCRM/CRM/issues/1396
190,519,247
1,396
[ "ChurchCRM", "CRM" ]
from the family view delete person goes to Delete Page then back to all members page... it should be an all in one action
Move Delete Person to a API call
https://api.github.com/repos/ChurchCRM/CRM/issues/1395/comments
1
2016-11-19T20:24:53Z
2018-04-16T00:43:09Z
https://github.com/ChurchCRM/CRM/issues/1395
190,518,192
1,395
[ "ChurchCRM", "CRM" ]
test Collected Value Title | Data ----------------------|---------------- Page Name |/develop/Menu.php Screen Size |x Window Size |x Page Size |x Platform Information | Linux gator3083.hostgator.com 3.12.65-188.ELK6.x86_64 #1 SMP Thu Oct 20 23:27:48 CDT 2016 x86_64 PHP Version | 5.6.27 ChurchCRM Version |2.4.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36
test
https://api.github.com/repos/ChurchCRM/CRM/issues/1394/comments
1
2016-11-19T05:04:41Z
2016-11-19T05:04:50Z
https://github.com/ChurchCRM/CRM/issues/1394
190,477,280
1,394
[ "ChurchCRM", "CRM" ]
test Collected Value Title | Data ----------------------|---------------- Page Name |/index.php Screen Size |x Window Size |x Page Size |x 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.13-1+deb.sury.org~trusty+1 ChurchCRM Version |2.4.0 Reporting Browser |Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36 Apache Modules |core,mod_so,mod_watchdog,http_core,mod_log_config,mod_logio,mod_version,mod_unixd,mod_access_compat,mod_alias,mod_auth_basic,mod_authn_core,mod_authn_file,mod_authz_core,mod_authz_host,mod_authz_user,mod_autoindex,mod_deflate,mod_dir,mod_env,mod_expires,mod_filter,mod_headers,mod_include,mod_mime,prefork,mod_negotiation,mod_php7,mod_rewrite,mod_setenvif,mod_socache_shmcb,mod_ssl,mod_status
test
https://api.github.com/repos/ChurchCRM/CRM/issues/1393/comments
1
2016-11-19T03:54:30Z
2016-11-19T04:31:35Z
https://github.com/ChurchCRM/CRM/issues/1393
190,474,700
1,393
[ "ChurchCRM", "CRM" ]
http://docs.churchcrm.io/en/latest/Development/Locale/
Update Locale Docs
https://api.github.com/repos/ChurchCRM/CRM/issues/1389/comments
0
2016-11-18T00:53:22Z
2016-11-24T22:01:56Z
https://github.com/ChurchCRM/CRM/issues/1389
190,208,496
1,389
[ "ChurchCRM", "CRM" ]
After Setup i was redirected to crm.boonvillechurch.com/login and I got this. _Not Found The requested URL /login was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request._ however if i manually type in crm.boonvillechurch.com/Login.php i get a login page, but I don't have a login yet? Did I configure something wrong? -I am setup in dreamhost on a subdomain and using chrome.
login page not found
https://api.github.com/repos/ChurchCRM/CRM/issues/1387/comments
5
2016-11-17T22:53:27Z
2023-11-01T17:37:30Z
https://github.com/ChurchCRM/CRM/issues/1387
190,188,179
1,387
[ "ChurchCRM", "CRM" ]
I forwarded a bug I've found in august. I've added this function in `Include/Functions.php` ``` function getDayfromNum($num) { $day = 'Sunday'; switch ($num) { case 1: $day = 'Sunday'; break; case 2: $day = 'Monday'; break; case 3: $day = 'Tuesday'; break; case 4: $day = 'Wednesday'; break; case 5: $day = 'Thursday'; break; case 6: $day = 'Friday'; break; case 7: $day = 'Saturday'; break; default: $day = 'Sunday'; } return $day; } ``` Second In the first lines of code, I modify the code like this : ``` if (isset ($_POST['Action'])) { switch (FilterInput($_POST['Action'])){ case "CREATE": // Insert into the event_name table $eName = $_POST["newEvtName"]; $eTime = $_POST["newEvtStartTime"]; $eDOM = $_POST["newEvtRecurDOM"]; $eDOW = getDayfromNum($_POST["newEvtRecurDOW"]); //$eDOW = $_POST["newEvtRecurDOW"]; $eDOY = parseAndValidateDate($_POST["newEvtRecurDOY"], substr($sLang_Code,3,2));//$eDOY = $_POST["newEvtRecurDOY"]; $eDOY = parseAndValidateDate($_POST["newEvtRecurDOY"], substr($sLang_Code,3,2)); if ($eDOY == "") $eDOY = date('Y-m-d',mktime(0,0,0,date('m')-1,$eDOM,date('Y')))." 00:00:00"; $eRecur=$_POST["newEvtTypeRecur"]; $eCntLst = $_POST["newEvtTypeCntLst"]; $eCntArray = array_filter(array_map('trim', explode(",", $eCntLst))); $eCntArray[] = "Total"; $eCntNum = count($eCntArray); $theID=$_POST["theID"]; $sSQL = "INSERT INTO event_types (type_name, type_defstarttime, type_defrecurtype, type_defrecurDOW, type_defrecurDOM, type_defrecurDOY) VALUES ('" . FilterInput($eName) . "', '" . FilterInput($eTime) . "', '" . FilterInput($eRecur) . "', '" . FilterInput($eDOW) . "', '" . FilterInput($eDOM) . "', '" . FilterInput($eDOY) . "')";` ``` This will be more compatible with each mysql engine.
Bug in EventNames.php
https://api.github.com/repos/ChurchCRM/CRM/issues/1385/comments
5
2016-11-17T19:10:15Z
2017-11-28T00:15:42Z
https://github.com/ChurchCRM/CRM/issues/1385
190,135,885
1,385
[ "ChurchCRM", "CRM" ]
Ok to get the localization to work correctly : ``` window.CRM.VerifyThenLoadAPIContent = function(url) { var error = "<?=gettext("There was a problem retrieving the requested object") ?>"; $.ajax({ type: 'HEAD', url: url, async: false, statusCode: { 200: function() { window.open(url); }, 404: function() { window.CRM.DisplayErrorMessage(url, error); }, 500: function() { window.CRM.DisplayErrorMessage(url, error); } } }); }; ```
Updated javascript : Include/Header-function.php
https://api.github.com/repos/ChurchCRM/CRM/issues/1384/comments
4
2016-11-17T14:37:38Z
2016-11-21T15:59:31Z
https://github.com/ChurchCRM/CRM/issues/1384
190,064,457
1,384
[ "ChurchCRM", "CRM" ]
In Cart, when I click in Generate Labels, the folow error appear: Fatal error: Call to undefined method ChurchCRM\Reports\PDF_Label::Open() in ......... /Reports/PDFLabel.php on line 774
Fail to generate labels in 2.3.5
https://api.github.com/repos/ChurchCRM/CRM/issues/1383/comments
1
2016-11-17T11:13:55Z
2016-11-21T15:56:38Z
https://github.com/ChurchCRM/CRM/issues/1383
190,016,682
1,383
[ "ChurchCRM", "CRM" ]
white bar across the upgrade page on 2.3.4 -> 2.3.5. probably related to the not logged in footer alteration.
upgrade page renders weird
https://api.github.com/repos/ChurchCRM/CRM/issues/1382/comments
1
2016-11-17T04:30:17Z
2016-11-21T15:59:10Z
https://github.com/ChurchCRM/CRM/issues/1382
189,934,496
1,382
[ "ChurchCRM", "CRM" ]
it needs to be async for UI/UX during setup
setup.php integrity check async
https://api.github.com/repos/ChurchCRM/CRM/issues/1381/comments
0
2016-11-17T04:26:56Z
2016-11-24T21:59:05Z
https://github.com/ChurchCRM/CRM/issues/1381
189,934,075
1,381
[ "ChurchCRM", "CRM" ]
remove the update-locale bash script with grunt. should be able to be done: mysql for db terms: https://www.npmjs.com/package/grunt-mysql-runfile xgettext for php files: https://github.com/stephenharris/grunt-pot https://www.npmjs.com/package/grunt-pot
replace update-locale with grunt
https://api.github.com/repos/ChurchCRM/CRM/issues/1380/comments
1
2016-11-17T03:56:59Z
2017-02-06T07:10:23Z
https://github.com/ChurchCRM/CRM/issues/1380
189,929,944
1,380
[ "ChurchCRM", "CRM" ]
see https://almsaeedstudio.com/themes/AdminLTE/index2.html via top right icon
Switch Header Navs to AdminLTE Right Nav
https://api.github.com/repos/ChurchCRM/CRM/issues/1378/comments
1
2016-11-16T08:23:09Z
2016-11-23T15:38:24Z
https://github.com/ChurchCRM/CRM/issues/1378
189,627,236
1,378