Changeset 2022650
- Timestamp:
- 01/31/2019 12:04:26 PM (7 years ago)
- Location:
- files-addon-for-event-espresso-4
- Files:
-
- 18 added
- 4 edited
-
tags/1.0.9 (added)
-
tags/1.0.9/EE_FILE_Validation_Strategy.php (added)
-
tags/1.0.9/EE_File.class.php (added)
-
tags/1.0.9/EE_File_Config.php (added)
-
tags/1.0.9/EE_File_Display_Strategy.php (added)
-
tags/1.0.9/EE_SSA_FILE.php (added)
-
tags/1.0.9/css (added)
-
tags/1.0.9/css/admin-screen.css (added)
-
tags/1.0.9/css/ssa_style.css (added)
-
tags/1.0.9/eea-file.php (added)
-
tags/1.0.9/img (added)
-
tags/1.0.9/img/ajax-loader.gif (added)
-
tags/1.0.9/img/close.png (added)
-
tags/1.0.9/js (added)
-
tags/1.0.9/js/admin-js.js (added)
-
tags/1.0.9/js/ssa_file_upload.js (added)
-
tags/1.0.9/readme.txt (added)
-
tags/1.0.9/ssa_run_filters.php (added)
-
trunk/EE_File_Display_Strategy.php (modified) (1 diff)
-
trunk/eea-file.php (modified) (2 diffs)
-
trunk/js/ssa_file_upload.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
files-addon-for-event-espresso-4/trunk/EE_File_Display_Strategy.php
r1793549 r2022650 32 32 { 33 33 34 35 $id = $this->_input->html_id(); 36 if(is_admin()) 37 { 38 $que_id = $this->_input->name(); 39 $reg_id = isset($_REQUEST['_REG_ID'])?$_REQUEST['_REG_ID']:''; 40 $id = 'ssa_ee_reg_qstn-'.$reg_id.'-'.$que_id; 41 } 34 42 $value = $this->_input->raw_value_in_form(); 35 43 $input = '<input type="'. $this->get_type() .'"'; -
files-addon-for-event-espresso-4/trunk/eea-file.php
r1967164 r2022650 6 6 * Author URI: http://aparnascodex.com/ 7 7 * License: GPL2 8 * Version: 1.0. 88 * Version: 1.0.9 9 9 * TextDomain: wordfile 10 10 */ … … 135 135 function ssa_change_uploads_directory_path($path) 136 136 { 137 137 138 138 139 $path = apply_filters('ssa_change_file_upload_path', $path); 140 139 141 return $path; 140 142 } -
files-addon-for-event-espresso-4/trunk/js/ssa_file_upload.js
r1531594 r2022650 4 4 jQuery('.ssa-file').on('change',function(event){ 5 5 id = jQuery(this).prev('label').attr('id'); 6 console.log(id); 7 if(typeof id =='undefined') 8 id = jQuery(this).attr('id'); 6 9 piece = id.split('-'); 7 10 qid = piece[2]; -
files-addon-for-event-espresso-4/trunk/readme.txt
r1967164 r2022650 3 3 Tags: Event espresso, file , upload file, questions, form, events 4 4 Requires at least: 4.1 5 Tested up to: WordPress 4.9.86 Stable tag: 1.0. 85 Tested up to: WordPress 5.0.3 6 Stable tag: 1.0.9 7 7 License: GPL2 8 8 … … 60 60 61 61 == Changelog == 62 63 = 1.0.9 = 64 65 1. Added functionality to edit file from dashboard 66 62 67 = 1.0.8 = 63 68
Note: See TracChangeset
for help on using the changeset viewer.