Commit Graph

79 Commits

Author SHA1 Message Date
rt
03a799a290 Update 'fancytokens.php'
502: 	            $sql = "SELECT e.id , e.summary,  e.title, e.registration_link_text, 
503: +	             e.start_date as start_date  ,
505: 	             if( e.is_online_registration = 1 AND

576: 	            $sql = "SELECT e.id , e.summary,  e.title, e.registration_link_text, 
e.start_date as start_date  ,
2019-10-30 08:41:13 +00:00
rt
adc61f2d58 Update 'fancytokens.php'
Changed format of date and texts
Résumé des changements
31:   		$e_start_date = $dao->start_date;
32: -  		$label = 'Registration Page: '.$e_title.' on '.$e_start_date.' (id: '.$e_id.')  :: Events'; 
33: +  		$label = 'Registration Page: '.$e_title.' '.$e_start_date.' (id: '.$e_id.')  :: Events'; 
34:   		$key = 'communitynews.event_registrationpage___'.$e_id ;

502: 	            $sql = "SELECT e.id , e.summary,  e.title, e.registration_link_text, 
503: -	             date_format( e.start_date, '%W %b %e at %l:%i %p' ) as start_date  ,
504: +	             date_format( e.start_date, '%d/%m/%Y à %Hh%i' ) as start_date  ,
505: 	             if( e.is_online_registration = 1 AND

553:   		     	} 
554: -  		     	$tmp_event_html = $tmp_event_html."\n<br><br><a href='".$event_info_link_url.$eid."'>".$e_title."</a> on ".
555: +  		     	$tmp_event_html = $tmp_event_html."\n<br><br><a href='".$event_info_link_url.$eid."'>".$e_title."</a> ".
556:   		     		$e_start_date.$register_html.$summary_html;

576: 	            $sql = "SELECT e.id , e.summary,  e.title, e.registration_link_text, 
577: -	             date_format( e.start_date, '%W %b %e at %l:%i %p' ) as start_date  ,
578: +	             date_format( e.start_date, '%d/%m/%Y à %Hh%i' ) as start_date  ,
579: 	             if( e.is_online_registration = 1 AND

627:   		     	} 
628: -  		     	$tmp_event_html = $tmp_event_html."\n<br><br>".$e_title." on ".
629: +  		     	$tmp_event_html = $tmp_event_html."\n<br><br>".$e_title." ".
630:   		     		$e_start_date.$register_html.$summary_html;
2019-10-30 08:33:15 +00:00
Sarah Poger Gladstone
2bbbf9aa43
Update info.xml 2019-05-30 00:30:02 -04:00
Sarah Poger Gladstone
98a9042f94
Update README.md 2019-05-30 00:28:33 -04:00
Sarah Poger Gladstone
2cf7197082
Update fancytokens.php 2019-05-30 00:25:18 -04:00
Sarah Poger Gladstone
6166e0b41e
Update fancytokens.php 2019-05-29 23:54:25 -04:00
Sarah Poger Gladstone
03c517e3aa
Update fancytokens.php 2019-05-29 23:39:59 -04:00
Sarah Poger Gladstone
0ad2f42fa2
updated version info 2019-05-28 06:41:58 -04:00
Sarah Poger Gladstone
7cb8bff32c
fixed SSL checks 2019-05-28 06:37:55 -04:00
Sarah Poger Gladstone
3422d6b46c
fixed gender labels 2019-05-28 06:06:22 -04:00
Sarah Poger Gladstone
b64cef5627
added petition logic 2019-05-28 06:00:29 -04:00
Sarah Poger Gladstone
e1d93ac1cf
fixed typo 2019-05-28 04:51:10 -04:00
Sarah Poger Gladstone
13f10399e9
api call for checksum expiration 2019-05-28 04:39:35 -04:00
Sarah Poger Gladstone
3802edc486
added logic for checksum expiration date token 2019-05-28 04:36:29 -04:00
Sarah Poger Gladstone
4c192235e7
fixed typo 2019-05-27 16:28:48 -04:00
Sarah Poger Gladstone
de6827f80b
fixed missing semicolon 2019-05-27 16:27:41 -04:00
Sarah Poger Gladstone
776f666d94
updated version info 2019-05-27 16:14:53 -04:00
Sarah Poger Gladstone
35485af11d
updated prefix behavior, handling of private events 2019-05-27 09:38:50 -04:00
Sarah Poger Gladstone
e72264f058
updated behavior for prefixes related to gender
When the gender is not 'Male' or 'Female' for a contact without a prefix, no assumptions are made. If the greeting token that needs "Mr. " or "Dr." or "Ms." is used in this case, the unknown prefix will be "UNKNOWN PREFIX"
2019-05-27 09:37:25 -04:00
Sarah Poger Gladstone
ec1e8314c7
Allow tokens of type event_registrationpage to work for private events 2019-05-27 09:22:10 -04:00
sgladstone
4333b6ca8e added communication tokens (ie all emails, all phone numbers) 2016-09-05 15:08:57 -04:00
Sarah Gladstone
32bfadcb66 updated date 2016-08-26 15:42:28 -04:00
Sarah Gladstone
1d79d93af5 updated urls 2016-08-26 15:41:58 -04:00
Sarah Gladstone
797a94eccb updated code 2016-08-26 15:40:17 -04:00
Sarah Gladstone
39d7d3ff75 updated code 2016-08-26 13:22:36 -04:00
Sarah Gladstone
59a2ab2bf5 updated version 2016-08-26 10:28:48 -04:00
Sarah Gladstone
9488f1a0b3 fixed warnings 2016-08-26 10:27:05 -04:00
Sarah Gladstone
99838677b7 fixed typo 2016-08-26 09:57:11 -04:00
Sarah Gladstone
27702f4d80 updated code 2016-08-26 09:49:51 -04:00
Sarah Gladstone
f07759184e added description of tokens 2016-08-26 09:47:57 -04:00
Sarah Gladstone
d60bdb098b added tokens for "greetings" for couples, housholds, and single people. 2016-08-26 09:29:35 -04:00
sgladstone
b17dd2d8b4 Updated version info for CiviCRM 4.7.x 2016-07-24 18:23:10 -04:00
Sarah Poger Gladstone
2d003153df Update .project 2016-07-24 18:18:52 -04:00
Sarah Poger Gladstone
f2247b7c29 fixed extra text 2016-07-24 17:48:47 -04:00
Sarah Poger Gladstone
bcbadc64fe Create .buildpath 2016-07-24 17:36:09 -04:00
Sarah Poger Gladstone
8b88267991 Create .project 2016-07-24 17:35:26 -04:00
Sarah Poger Gladstone
ce057368e2 updated version information 2016-05-20 09:51:56 -04:00
Sarah Poger Gladstone
b9cca6e139 Merge pull request #12 from PalanteJon/fix-array-ptypes
Fix in_array and explode warnings
2016-05-20 09:49:35 -04:00
Jon goldberg
f123890b01 Fix in_array and explode warnings 2016-05-20 00:10:22 -04:00
Sarah Poger Gladstone
7103382fec Update fancytokens.php 2016-04-02 13:15:00 -04:00
Sarah Poger Gladstone
5845e4d512 Update info.xml 2015-12-06 06:04:47 -05:00
Sarah Poger Gladstone
59b353ed8c Merge pull request #9 from colemanw/patch-1
Prevent possible fatal error
2015-12-04 20:56:54 -05:00
colemanw
fcf17df571 Prevent possible fatal error 2015-11-21 15:06:00 -05:00
Sarah Poger Gladstone
25ac625ebc Update README.md 2015-11-21 14:25:34 -05:00
Sarah Poger Gladstone
4bd5c885f6 Update info.xml 2015-11-21 14:21:47 -05:00
Sarah Poger Gladstone
bce5c1e0fe Query Drupal tables using Drupal API
Use Drupal API for querying Drupal tables, this way if drupal table prefixes are used Drupal handles this automatically.
2015-11-21 14:20:29 -05:00
Sarah Poger Gladstone
8130a3f6a1 cleaned up description 2015-05-28 10:50:32 -04:00
Sarah Poger Gladstone
623e267af9 update versions 2015-05-28 10:34:30 -04:00
Sarah Poger Gladstone
a478746281 update name 2015-05-28 10:33:51 -04:00
Sarah Poger Gladstone
aebddc6e04 improve name 2015-05-28 10:16:26 -04:00