Changeset 2180978
- Timestamp:
- 10/27/2019 01:27:40 PM (6 years ago)
- Location:
- wp-issues-crm
- Files:
-
- 5 edited
- 19 copied
-
tags/4.5.3.6 (copied) (copied from wp-issues-crm/trunk)
-
tags/4.5.3.6/css/activity.css (copied) (copied from wp-issues-crm/trunk/css/activity.css)
-
tags/4.5.3.6/css/dashboard.css (copied) (copied from wp-issues-crm/trunk/css/dashboard.css) (1 diff)
-
tags/4.5.3.6/css/email.css (copied) (copied from wp-issues-crm/trunk/css/email.css)
-
tags/4.5.3.6/css/main.css (modified) (1 diff)
-
tags/4.5.3.6/js/activity.js (copied) (copied from wp-issues-crm/trunk/js/activity.js)
-
tags/4.5.3.6/js/ajax.js (copied) (copied from wp-issues-crm/trunk/js/ajax.js)
-
tags/4.5.3.6/js/dashboard.js (copied) (copied from wp-issues-crm/trunk/js/dashboard.js)
-
tags/4.5.3.6/js/email-inbox.js (copied) (copied from wp-issues-crm/trunk/js/email-inbox.js)
-
tags/4.5.3.6/js/selectmenu.js (copied) (copied from wp-issues-crm/trunk/js/selectmenu.js)
-
tags/4.5.3.6/php/db/class-wic-db-access-wp.php (copied) (copied from wp-issues-crm/trunk/php/db/class-wic-db-access-wp.php)
-
tags/4.5.3.6/php/db/class-wic-db-email-message-object.php (copied) (copied from wp-issues-crm/trunk/php/db/class-wic-db-email-message-object.php)
-
tags/4.5.3.6/php/entity/class-wic-entity-activity.php (copied) (copied from wp-issues-crm/trunk/php/entity/class-wic-entity-activity.php)
-
tags/4.5.3.6/php/entity/class-wic-entity-dashboard.php (copied) (copied from wp-issues-crm/trunk/php/entity/class-wic-entity-dashboard.php)
-
tags/4.5.3.6/php/entity/class-wic-entity-email-inbox.php (copied) (copied from wp-issues-crm/trunk/php/entity/class-wic-entity-email-inbox.php)
-
tags/4.5.3.6/php/entity/class-wic-entity-upload-upload.php (copied) (copied from wp-issues-crm/trunk/php/entity/class-wic-entity-upload-upload.php)
-
tags/4.5.3.6/php/form/class-wic-form-email-inbox.php (copied) (copied from wp-issues-crm/trunk/php/form/class-wic-form-email-inbox.php)
-
tags/4.5.3.6/readme.txt (copied) (copied from wp-issues-crm/trunk/readme.txt) (2 diffs)
-
tags/4.5.3.6/sql/wic_data_dictionary_and_field_groups.sql (copied) (copied from wp-issues-crm/trunk/sql/wic_data_dictionary_and_field_groups.sql)
-
tags/4.5.3.6/wp-issues-crm.php (copied) (copied from wp-issues-crm/trunk/wp-issues-crm.php) (3 diffs)
-
trunk/css/dashboard.css (modified) (1 diff)
-
trunk/css/main.css (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-issues-crm.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-issues-crm/tags/4.5.3.6/css/dashboard.css
r2157599 r2180978 97 97 border: none; 98 98 } 99 .wic-dashboard input{99 #wp-issues-crm .wic-dashboard input[type=text] { 100 100 color: #999; 101 101 } -
wp-issues-crm/tags/4.5.3.6/css/main.css
r2145245 r2180978 1 /* 2 * 3 * preserve legacy styling with upgrade to 5.3 4 * 5 */ 6 7 8 /* Legacy styles */ 9 #wp-issues-crm input[type=text] { 10 border: 1px solid #ddd; 11 box-shadow: inset 0 1px 2px rgba(0,0,0,.07); 12 border-radius: 0px; 13 background-color: #fff; 14 line-height: normal; 15 min-height: 0px; 16 color: #32373c; 17 outline: 0; 18 transition: 50ms border-color ease-in-out; 19 padding: 3px 5px; 20 } 21 #wp-issues-crm input[type=text]:focus { 22 border-color: #5b9dd9; 23 box-shadow: 0 0 2px rgba(30,140,190,.8); 24 outline: 2px solid transparent; 25 } 26 27 28 /* Legacy styles */ 29 #wp-issues-crm textarea { 30 border: 1px solid #ddd; 31 box-shadow: inset 0 1px 2px rgba(0,0,0,.07); 32 background-color: #fff; 33 border-radius: 0px; 34 color: #32373c; 35 outline: 0; 36 transition: 50ms border-color ease-in-out; 37 } 38 #wp-issues-crm textarea:focus { 39 border-color: #5b9dd9; 40 box-shadow: 0 0 2px rgba(30,140,190,.8); 41 outline: 2px solid transparent; 42 } 43 44 /* Legacy styles */ 45 #wp-issues-crm input[type=checkbox] { 46 border-radius: 0px; 47 } 48 49 1 50 /* 2 51 * -
wp-issues-crm/tags/4.5.3.6/readme.txt
r2170600 r2180978 4 4 Tags: contact, crm, constituent, customer, issues, list, email, forms, database, upload 5 5 Requires at least: 5 6 Tested up to: 5. 2.17 Stable tag: 4.5.3. 56 Tested up to: 5.3 7 Stable tag: 4.5.3.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 108 108 109 109 == Changelog == 110 = 4.5.3.6 = 111 * CSS changes to preserve look as WP changes css 110 112 = 4.5.3.5 = 111 113 * Convert all links in incoming email to open in new window on parse -
wp-issues-crm/tags/4.5.3.6/wp-issues-crm.php
r2170600 r2180978 4 4 * Plugin URI: http://wp-issues-crm.com 5 5 * Description: Constituent Relationship Management for organizations that respond to constituents. Organizes constituent contacts ( calls, etc. ) around Wordpress posts and categories. 6 * Version: 4.5.3. 56 * Version: 4.5.3.6 7 7 * Author: Will Brownsberger 8 8 * Author URI: http://willbrownsberger.com … … 39 39 // set database version global; 40 40 global $wp_issues_crm_db_version; 41 $wp_issues_crm_db_version = '4.5.3. 4';41 $wp_issues_crm_db_version = '4.5.3.6'; 42 42 /* 43 43 * set js_css version global -- three possibilities: … … 48 48 */ 49 49 global $wp_issues_crm_js_css_version; 50 $wp_issues_crm_js_css_version = '4.5.3. 4'; // may or not be set at release time50 $wp_issues_crm_js_css_version = '4.5.3.6'; // may or not be set at release time 51 51 if ( '' == $wp_issues_crm_js_css_version ) { 52 52 if ( strpos ( site_url(), 'localhost' ) > 0 ) { -
wp-issues-crm/trunk/css/dashboard.css
r2157599 r2180978 97 97 border: none; 98 98 } 99 .wic-dashboard input{99 #wp-issues-crm .wic-dashboard input[type=text] { 100 100 color: #999; 101 101 } -
wp-issues-crm/trunk/css/main.css
r2145245 r2180978 1 /* 2 * 3 * preserve legacy styling with upgrade to 5.3 4 * 5 */ 6 7 8 /* Legacy styles */ 9 #wp-issues-crm input[type=text] { 10 border: 1px solid #ddd; 11 box-shadow: inset 0 1px 2px rgba(0,0,0,.07); 12 border-radius: 0px; 13 background-color: #fff; 14 line-height: normal; 15 min-height: 0px; 16 color: #32373c; 17 outline: 0; 18 transition: 50ms border-color ease-in-out; 19 padding: 3px 5px; 20 } 21 #wp-issues-crm input[type=text]:focus { 22 border-color: #5b9dd9; 23 box-shadow: 0 0 2px rgba(30,140,190,.8); 24 outline: 2px solid transparent; 25 } 26 27 28 /* Legacy styles */ 29 #wp-issues-crm textarea { 30 border: 1px solid #ddd; 31 box-shadow: inset 0 1px 2px rgba(0,0,0,.07); 32 background-color: #fff; 33 border-radius: 0px; 34 color: #32373c; 35 outline: 0; 36 transition: 50ms border-color ease-in-out; 37 } 38 #wp-issues-crm textarea:focus { 39 border-color: #5b9dd9; 40 box-shadow: 0 0 2px rgba(30,140,190,.8); 41 outline: 2px solid transparent; 42 } 43 44 /* Legacy styles */ 45 #wp-issues-crm input[type=checkbox] { 46 border-radius: 0px; 47 } 48 49 1 50 /* 2 51 * -
wp-issues-crm/trunk/readme.txt
r2170600 r2180978 4 4 Tags: contact, crm, constituent, customer, issues, list, email, forms, database, upload 5 5 Requires at least: 5 6 Tested up to: 5. 2.17 Stable tag: 4.5.3. 56 Tested up to: 5.3 7 Stable tag: 4.5.3.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 108 108 109 109 == Changelog == 110 = 4.5.3.6 = 111 * CSS changes to preserve look as WP changes css 110 112 = 4.5.3.5 = 111 113 * Convert all links in incoming email to open in new window on parse -
wp-issues-crm/trunk/wp-issues-crm.php
r2170600 r2180978 4 4 * Plugin URI: http://wp-issues-crm.com 5 5 * Description: Constituent Relationship Management for organizations that respond to constituents. Organizes constituent contacts ( calls, etc. ) around Wordpress posts and categories. 6 * Version: 4.5.3. 56 * Version: 4.5.3.6 7 7 * Author: Will Brownsberger 8 8 * Author URI: http://willbrownsberger.com … … 39 39 // set database version global; 40 40 global $wp_issues_crm_db_version; 41 $wp_issues_crm_db_version = '4.5.3. 4';41 $wp_issues_crm_db_version = '4.5.3.6'; 42 42 /* 43 43 * set js_css version global -- three possibilities: … … 48 48 */ 49 49 global $wp_issues_crm_js_css_version; 50 $wp_issues_crm_js_css_version = '4.5.3. 4'; // may or not be set at release time50 $wp_issues_crm_js_css_version = '4.5.3.6'; // may or not be set at release time 51 51 if ( '' == $wp_issues_crm_js_css_version ) { 52 52 if ( strpos ( site_url(), 'localhost' ) > 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.