CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules »
  • Using CiviSchool (Moderators: Donald Lobo, Deepak Srivastava) »
  • Drupal 7 release plans?
Pages: 1 [2]

Author Topic: Drupal 7 release plans?  (Read 4346 times)

ymmatt

  • I’m new here
  • *
  • Posts: 29
  • Karma: 0
Re: Drupal 7 release plans?
August 22, 2011, 05:17:30 am
Weird that when I set it up originally with 3.3.5 the menu items were automatically created, but that may be a change between 3.3 and 4?

Is there a demo site with a working version of sfschool that I can play around with/look at or do I need to setup my own?

-Matt

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Drupal 7 release plans?
August 22, 2011, 06:18:43 am

I can take a look at this tomorrow (after the CiviCon festivities). I'm in the midst of rolling stuff out to the school for this year and so is a good time.

No sandbox right now, but we can work on generating some sample data and building a shared sandbox on civicrm.org. Wanna get on IRC tomorrow

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

ymmatt

  • I’m new here
  • *
  • Posts: 29
  • Karma: 0
Re: Drupal 7 release plans?
August 22, 2011, 06:56:06 am
Most everything is working, at least partially.

The import works as well, only problem is this error:
Notice: Undefined index: gender_id in _civicrm_add_formatted_param() (line 289 of /PATH_TO_DRUPAL/sites/all/modules/civicrm/api/v2/utils.v2.php).

And I didn't know that Grade SIS was required for the system to work. Should we check if that is empty and then fall back to just the grade field?

-m

ymmatt

  • I’m new here
  • *
  • Posts: 29
  • Karma: 0
Re: Drupal 7 release plans?
August 22, 2011, 12:01:30 pm
Sorry, I didn't see your reply until after I posed mine  ???

So I think that whats slowing me down is that I don't know what the module supposed to look like when its fleshed out. I'm sure that you have pages that reference different parts of the module without actually being part of the module which make it more functional for you.

After looking at the guts it looks like it is exactly what I'm looking for I just have to find all the pieces that I need (which are different than what you need) and get them all working together.

Hope CiviCon goes well today, actually with the time change its probably done so I hope it went well  ;D

-m

FYI: it seems like it works with little modification. I changed/added a few things just to get rid of some php notice issues but for the most part the reason it took me so long to get to this point was learning the coding style and finding everything.

I'm going to start another thread regarding features, design etc...
« Last Edit: August 22, 2011, 01:27:27 pm by ymmatt »

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Drupal 7 release plans?
August 23, 2011, 03:17:16 pm

a few things:

1. only one of grade / grade_sis should be  required. i only use it because powerschool (our school SIS) was the main source of information that filled the database which had numeric grade designators and i wanted to use something that the school uses quite a bit in everyday speak (i.e PK3 N, PK2 N, K N etc)

2. most school staff use sfschool urls via the SFS menu. mari and i admin the site, and we use civicrm pages sometimes to debug and fix issues

3. civicon went quite well, thanx :)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

ymmatt

  • I’m new here
  • *
  • Posts: 29
  • Karma: 0
Re: Drupal 7 release plans?
August 24, 2011, 08:28:34 am
Quote from: Donald Lobo on August 23, 2011, 03:17:16 pm
1. only one of grade / grade_sis should be  required. i only use it because powerschool (our school SIS) was the main source of information that filled the database which had numeric grade designators and i wanted to use something that the school uses quite a bit in everyday speak (i.e PK3 N, PK2 N, K N etc)

Unless I"m reading the sql wrong, in this file: sfschool/SFS/Form/SignIn.php
grade_sis is required to be > 1 so if it doesn't exist the student won't be pulled into the select box

Quote from: Donald Lobo on August 23, 2011, 03:17:16 pm
2. most school staff use sfschool urls via the SFS menu. mari and i admin the site, and we use civicrm pages sometimes to debug and fix issues
Where is the SFS menu that you are referring to? I manually created my own but would like to know what/where the one you are referring to is

fullerja

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 4.x
  • CMS version: Drupal 6.x and 7.x
  • MySQL version: 5.0.77 and 5.5.14
  • PHP version: 5.2.10 and 5.3.8
Re: Drupal 7 release plans?
November 10, 2011, 11:28:00 am
How is the port to Drupal 7 going? Is it still going?

I am new to CiviCRM, but am really interested in the application part of CiviSchool. I would be happy to help with the move, if some wants to point me in the best direction to work.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Drupal 7 release plans?
November 10, 2011, 12:02:42 pm

Not in the plans for this school year.

Your best bet would be to download the source code and go for it :) There is not a lot of drupal dependency within the code base, so should be relatively easy, IMO

the code is at: http://svn.civicrm.org/sfschool/trunk/

lobo

A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules »
  • Using CiviSchool (Moderators: Donald Lobo, Deepak Srivastava) »
  • Drupal 7 release plans?

This forum was archived on 2017-11-26.