Changeset 1527054
- Timestamp:
- 11/02/2016 11:27:35 PM (9 years ago)
- Location:
- oxford-debate
- Files:
-
- 1 deleted
- 2 edited
- 39 copied
-
tags/2.1.1 (copied) (copied from oxford-debate/trunk)
-
tags/2.1.1/assets/datetimepicker-master (copied) (copied from oxford-debate/trunk/assets/datetimepicker-master)
-
tags/2.1.1/assets/oxd-logo.png (copied) (copied from oxford-debate/trunk/assets/oxd-logo.png)
-
tags/2.1.1/assets/screenshot-1.png (copied) (copied from oxford-debate/trunk/assets/screenshot-1.png)
-
tags/2.1.1/css/admin-styles.css (copied) (copied from oxford-debate/trunk/css/admin-styles.css)
-
tags/2.1.1/css/bootstrap.min.css (deleted)
-
tags/2.1.1/css/grid12.css (copied) (copied from oxford-debate/trunk/css/grid12.css)
-
tags/2.1.1/css/style.css (copied) (copied from oxford-debate/trunk/css/style.css)
-
tags/2.1.1/img (copied) (copied from oxford-debate/trunk/img)
-
tags/2.1.1/img/icon_+.png (copied) (copied from oxford-debate/trunk/img/icon_+.png)
-
tags/2.1.1/img/icon_email.png (copied) (copied from oxford-debate/trunk/img/icon_email.png)
-
tags/2.1.1/img/icon_f.png (copied) (copied from oxford-debate/trunk/img/icon_f.png)
-
tags/2.1.1/img/icon_in.png (copied) (copied from oxford-debate/trunk/img/icon_in.png)
-
tags/2.1.1/img/icon_telegram.png (copied) (copied from oxford-debate/trunk/img/icon_telegram.png)
-
tags/2.1.1/img/icon_twt.png (copied) (copied from oxford-debate/trunk/img/icon_twt.png)
-
tags/2.1.1/img/icon_whatsapp.png (copied) (copied from oxford-debate/trunk/img/icon_whatsapp.png)
-
tags/2.1.1/img/icon_x.png (copied) (copied from oxford-debate/trunk/img/icon_x.png)
-
tags/2.1.1/img/oxd-logo.png (copied) (copied from oxford-debate/trunk/img/oxd-logo.png)
-
tags/2.1.1/img/roll_+.png (copied) (copied from oxford-debate/trunk/img/roll_+.png)
-
tags/2.1.1/img/roll_email.png (copied) (copied from oxford-debate/trunk/img/roll_email.png)
-
tags/2.1.1/img/roll_f.png (copied) (copied from oxford-debate/trunk/img/roll_f.png)
-
tags/2.1.1/img/roll_in.png (copied) (copied from oxford-debate/trunk/img/roll_in.png)
-
tags/2.1.1/img/roll_telegram.png (copied) (copied from oxford-debate/trunk/img/roll_telegram.png)
-
tags/2.1.1/img/roll_twt.png (copied) (copied from oxford-debate/trunk/img/roll_twt.png)
-
tags/2.1.1/img/roll_whatsapp.png (copied) (copied from oxford-debate/trunk/img/roll_whatsapp.png)
-
tags/2.1.1/img/roll_x.png (copied) (copied from oxford-debate/trunk/img/roll_x.png)
-
tags/2.1.1/img/square-logo.png (copied) (copied from oxford-debate/trunk/img/square-logo.png)
-
tags/2.1.1/js/admin.js (copied) (copied from oxford-debate/trunk/js/admin.js)
-
tags/2.1.1/js/scripts.js (copied) (copied from oxford-debate/trunk/js/scripts.js)
-
tags/2.1.1/languages/oxd-es_ES.mo (copied) (copied from oxford-debate/trunk/languages/oxd-es_ES.mo)
-
tags/2.1.1/languages/oxd-es_ES.po (copied) (copied from oxford-debate/trunk/languages/oxd-es_ES.po)
-
tags/2.1.1/oxd-settings.php (copied) (copied from oxford-debate/trunk/oxd-settings.php) (2 diffs)
-
tags/2.1.1/oxd.php (copied) (copied from oxford-debate/trunk/oxd.php)
-
tags/2.1.1/readme.txt (copied) (copied from oxford-debate/trunk/readme.txt) (2 diffs)
-
tags/2.1.1/services (copied) (copied from oxford-debate/trunk/services)
-
tags/2.1.1/services/odServices.php (copied) (copied from oxford-debate/trunk/services/odServices.php)
-
tags/2.1.1/templates/comments-debate.php (copied) (copied from oxford-debate/trunk/templates/comments-debate.php)
-
tags/2.1.1/templates/single-debate.php (copied) (copied from oxford-debate/trunk/templates/single-debate.php)
-
tags/2.1.1/vote-process.php (copied) (copied from oxford-debate/trunk/vote-process.php)
-
tags/2.1.1/vote-update.php (copied) (copied from oxford-debate/trunk/vote-update.php)
-
trunk/oxd-settings.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
oxford-debate/tags/2.1.1/oxd-settings.php
r1526668 r1527054 315 315 } 316 316 317 318 if (!empty(sanitize_text_field( $_POST[ 'initduration-text' ] ))) { 317 $initduration = sanitize_text_field( $_POST[ 'initduration-text' ] ); 318 $endduration = sanitize_text_field( $_POST[ 'endduration-text' ] ); 319 320 if (!empty($initduration)) { 319 321 update_post_meta( $post_id, 'initduration-text', sanitize_text_field( $_POST[ 'initduration-text' ] ) ); 320 322 } … … 322 324 update_post_meta( $post_id, 'initduration-text', sanitize_text_field( date("Y-m-d H:i") ) ); 323 325 } 324 if (!empty( sanitize_text_field( $_POST[ 'endduration-text' ] ))) {326 if (!empty($endduration)) { 325 327 update_post_meta( $post_id, 'endduration-text', sanitize_text_field( $_POST[ 'endduration-text' ] ) ); 326 328 } -
oxford-debate/tags/2.1.1/readme.txt
r1526668 r1527054 4 4 Tags: debate, social, vote, voting, proposals, discussion, communication, social media, argumentation, community, speakers 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 5.17 Stable tag: 4. 5.16 Tested up to: 4.6.1 7 Stable tag: 4.6.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 New update of Oxford-style Debate! 81 81 Lately, we have worked to add new features to enrich your experience. We look forward to testing it. Happy debating! 82 83 = 2.1.1 = 84 * Fixed: PHP functions 82 85 83 86 = 2.1.0 = -
oxford-debate/trunk/oxd-settings.php
r1526668 r1527054 315 315 } 316 316 317 318 if (!empty(sanitize_text_field( $_POST[ 'initduration-text' ] ))) { 317 $initduration = sanitize_text_field( $_POST[ 'initduration-text' ] ); 318 $endduration = sanitize_text_field( $_POST[ 'endduration-text' ] ); 319 320 if (!empty($initduration)) { 319 321 update_post_meta( $post_id, 'initduration-text', sanitize_text_field( $_POST[ 'initduration-text' ] ) ); 320 322 } … … 322 324 update_post_meta( $post_id, 'initduration-text', sanitize_text_field( date("Y-m-d H:i") ) ); 323 325 } 324 if (!empty( sanitize_text_field( $_POST[ 'endduration-text' ] ))) {326 if (!empty($endduration)) { 325 327 update_post_meta( $post_id, 'endduration-text', sanitize_text_field( $_POST[ 'endduration-text' ] ) ); 326 328 } -
oxford-debate/trunk/readme.txt
r1526668 r1527054 4 4 Tags: debate, social, vote, voting, proposals, discussion, communication, social media, argumentation, community, speakers 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 5.17 Stable tag: 4. 5.16 Tested up to: 4.6.1 7 Stable tag: 4.6.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 New update of Oxford-style Debate! 81 81 Lately, we have worked to add new features to enrich your experience. We look forward to testing it. Happy debating! 82 83 = 2.1.1 = 84 * Fixed: PHP functions 82 85 83 86 = 2.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.