Commit graph

  • 63f718bd9a
    Pledge Form: Apply coding standards. Ian Dunn 2019-10-26 11:00:03 -0700
  • c10699f97c
    Contributors: Add ability to resend confirmation email. Ian Dunn 2019-10-26 10:59:06 -0700
  • 62f5335b51
    Pledge: Email contributors for confirmation when pledge published. Ian Dunn 2019-10-26 10:55:00 -0700
  • 438173c10f
    Email: Add notes about auth tokens. Ian Dunn 2019-10-26 10:11:45 -0700
  • ff9767f478
    Pledge: Correct action to prevent invalid early return. Ian Dunn 2019-10-26 09:07:23 -0700
  • c4f2fe58ab
    Pledge Form: Make email naming consistent. Ian Dunn 2019-10-26 08:23:41 -0700
  • de5feec329
    Move pledge template to a file used by the template heirarchy Kelly Dwan 2019-10-25 16:58:11 -0400
  • 35fa99324e
    Email: Compare token with hash_equals() to mitigate timing attacks. Ian Dunn 2019-10-25 13:47:59 -0700
  • 368d05e74d
    Merge branch 'production' into fix/9 Kelly Dwan 2019-10-25 16:50:53 -0400
  • 838a490776
    Pledge: Count number of confirmed contributors instead of using arbitrary number input (#52) Corey McKrill 2019-10-25 13:39:13 -0700
  • 553247cbf7
    Pledge List: Display pledges in list with sort and search ability (#33) Kelly Dwan 2019-10-25 16:34:46 -0400
  • f47024efda
    Contributors: Check if a pledge exists before displaying the pledge name Kelly Dwan 2019-10-25 16:21:33 -0400
  • 55e832c052
    Update contributor count key name Kelly Dwan 2019-10-25 16:11:47 -0400
  • 49fd08e8bd
    Contributor: Add function for removing a contributor from a pledge Corey McKrill 2019-10-25 12:25:12 -0700
  • 701af36fa8
    Pledge: remove "number of employees" field Corey McKrill 2019-10-25 12:10:44 -0700
  • 5ffca9420f
    Email: Send pledge confirmation with authentication token. (#46) Ian Dunn 2019-10-25 12:07:09 -0700
  • ff32359648
    Pledge Meta: Cache count of confirmed contributors for a pledge Corey McKrill 2019-10-25 12:05:49 -0700
  • 0bd1fc1576
    Email: Iterate based on feedback. Ian Dunn 2019-10-25 07:57:04 -0700
  • ad234eb045
    Restrict any pledges with no contributors from being shown on the frontend Kelly Dwan 2019-10-25 14:51:58 -0400
  • 85b8b38ed0
    Style the page header Kelly Dwan 2019-10-25 14:32:05 -0400
  • 5d6cb25232
    Add pledge sorting markup Kelly Dwan 2019-10-25 13:51:01 -0400
  • 2ad4b5c1e0
    Enable sorting and searching of pledges Kelly Dwan 2019-10-25 10:47:49 -0400
  • e1e5c22654
    Add real contributors to the pledges Kelly Dwan 2019-10-24 16:45:57 -0400
  • c11eff4522
    Fix aspect ratio of image Kelly Dwan 2019-10-24 16:32:54 -0400
  • f4bbee20e8
    Use pledge featured image for the logo Kelly Dwan 2019-10-09 14:44:22 -0400
  • 797607430d
    Style individual pledge Kelly Dwan 2019-10-09 14:39:20 -0400
  • a2eb531ada
    Style pledge list page Kelly Dwan 2019-10-09 14:39:12 -0400
  • b210abe340
    Add pledge archive templates Kelly Dwan 2019-10-09 14:38:44 -0400
  • 3847e83cf3
    Use the post-type when choosing template partial Kelly Dwan 2019-10-09 14:31:24 -0400
  • 27c49e2796
    Tweak function name to be more clear Kelly Dwan 2019-10-25 12:06:49 -0400
  • 3a943e9c58
    Move logo uploading to a separate function, and rely on core checks for mime & filesize checking Kelly Dwan 2019-10-25 12:03:17 -0400
  • e779397ce4
    Create a validation function to do basic checking of form data Kelly Dwan 2019-10-25 11:08:30 -0400
  • 284e616c84
    Pledge Form: Clarify that we're asking for WordPress.org usernames. Ian Dunn 2019-10-25 07:57:33 -0700
  • e279f9ba49
    Pass back error if upload fails Kelly Dwan 2019-10-24 16:20:21 -0400
  • 66772080a5
    Move where image handling happens so we can pass back errors Kelly Dwan 2019-10-24 16:07:54 -0400
  • 1094dc3e89
    Load image into media library, attach to the submitted pledge as a featured image. Kelly Dwan 2019-10-11 12:07:28 -0400
  • b3ea42b84d
    Add the logo as "generated" meta Kelly Dwan 2019-10-09 16:16:12 -0400
  • 2e1f5ac2b9
    Allow image uploads Kelly Dwan 2019-10-09 16:15:43 -0400
  • 5402cdd3f7
    Theme: Update $content_width to 960 Corey McKrill 2019-10-24 21:16:16 -0700
  • 847e99f44e
    Pledge Form: Hide 'manage existing pledge' link for the time being Corey McKrill 2019-10-24 21:04:44 -0700
  • 4bf4f9a1f0
    Theme: Add org logo to single pledge view Corey McKrill 2019-10-24 18:08:44 -0700
  • 6771e352fe
    Theme: Add support for post thumbnails Corey McKrill 2019-10-24 18:03:00 -0700
  • 822fc283c9
    Theme: Add tentative URL for report a pledge link Corey McKrill 2019-10-24 17:58:42 -0700
  • 3cce3b13b0
    Theme: Add badge for Test team Corey McKrill 2019-10-24 17:18:01 -0700
  • 886dca56de
    Theme: Add functions, markup, and styles to show team badges Corey McKrill 2019-10-24 16:54:09 -0700
  • 24d5f67040
    Theme: Display aggregated contributor data on single pledge view Corey McKrill 2019-10-24 15:32:51 -0700
  • f0cec6e5a9
    Plugin: Add helper function for getting contributor user objects Corey McKrill 2019-10-24 15:31:58 -0700
  • 9ea44532c2
    Plugin: Add functions for handling xprofile data Corey McKrill 2019-10-24 15:31:15 -0700
  • 3d9207d9cd
    Theme: Create template part for single pledge Corey McKrill 2019-10-22 13:47:12 -0700
  • 59713ca0f1
    Pledges: Move contributor management UI to separate file (#47) Corey McKrill 2019-10-24 20:06:47 -0700
  • e990a79555
    Pledges: Move contributor management UI to separate file Corey McKrill 2019-10-24 19:13:11 -0700
  • 147da5ae24
    Email: Send pledge confirmation with authentication token. Ian Dunn 2019-10-23 11:16:02 -0700
  • 6fe5a92c7b
    Composer: Document why PHPUnit 7 is used instead of 8. Ian Dunn 2019-10-24 10:53:28 -0700
  • 157b73e13f
    Homepage: clean up item positioning Kelly Dwan 2019-10-24 13:10:40 -0400
  • f888fd85c8
    Apply coding standards. Ian Dunn 2019-10-24 07:55:45 -0700
  • 33d8ed54b1
    Pledge Form: Encourge group email addresses for perennial access. Ian Dunn 2019-10-24 07:30:27 -0700
  • 6b33c4dbd0
    Pledge Form: Update string to reflect latest flows. Ian Dunn 2019-10-24 07:23:17 -0700
  • 8020e43fb9
    Pledge Form: Use relative link for cross-environment compatibility. Ian Dunn 2019-10-24 07:16:24 -0700
  • c527b5f8a0
    Composer: Warn about bug in test watcher interactive mode. Ian Dunn 2019-10-24 07:14:22 -0700
  • eec9f5cb61
    Tests: Setup PHPUnit and PHPUnit Watcher. Ian Dunn 2019-10-23 14:25:32 -0700
  • 65bd3ad5af
    Pledge form: Add a blurb for the "Agree" checkbox (#44) Corey McKrill 2019-10-23 13:47:15 -0700
  • cd011bb7f0
    Pledge form: Add a blurb for the "Agree" checkbox Corey McKrill 2019-10-22 14:23:23 -0700
  • 427cacc87c
    Directory: Rename to refect current file structure. Ian Dunn 2019-10-22 12:46:46 -0700
  • a2fba5250e
    Unify the plugin and theme namespaces Corey McKrill 2019-10-22 10:57:04 -0700
  • 266ba447b4
    Add a Contributor custom post type (#42) Corey McKrill 2019-10-21 15:43:20 -0700
  • 4ce08c3f87
    Remove unnecessary meta config and prefixes Corey McKrill 2019-10-21 15:31:06 -0700
  • aef07828a6
    Pledges: Adjust admin menu entries Corey McKrill 2019-10-21 15:01:41 -0700
  • 75428a3c95
    Contributors: Add Contributors CPT and related admin UI Corey McKrill 2019-10-21 15:00:50 -0700
  • aaf8b1a712
    Pledges: Move create_new_pledge to Pledge namespace Corey McKrill 2019-10-21 14:58:14 -0700
  • 8f5a81d6e9
    Contributors: Use simplified all_items label Corey McKrill 2019-10-16 15:30:58 -0700
  • 66ef96e384
    Contributors: Use correct namespace Corey McKrill 2019-10-16 15:30:30 -0700
  • 5fe3f0ef0d
    Register Contributor cpt Corey McKrill 2019-10-07 07:21:14 -0700
  • 2927532544
    Pledges: Rename input field to match handler expectation. Ian Dunn 2019-10-21 12:41:58 -0700
  • fff279aa34
    Pledge: Temporarily disable capability checks to enable development. Ian Dunn 2019-10-21 12:31:31 -0700
  • cc5303fa11
    Pledges: URL encode JSON data to avoid i18n character issues. Ian Dunn 2019-10-21 12:24:10 -0700
  • 609ff42620
    Pledge form: Add todo list on manage form Corey McKrill 2019-10-21 11:10:55 -0700
  • 9c08692d5d
    New Pledge: Validate submitted form values and generate a draft pledge post (#35) Corey McKrill 2019-10-18 16:56:21 -0700
  • 8d3c495d9b
    Pledge Meta: Update post title when org-name gets updated Corey McKrill 2019-10-18 16:42:50 -0700
  • f95a4db541
    Use when saving post Corey McKrill 2019-10-18 16:35:23 -0700
  • 5da4719388
    Pledge Form: Also check drafts for existing pledges Corey McKrill 2019-10-18 16:19:56 -0700
  • 2846344b72
    Pledge Meta: Ensure generated meta values are actually generated Corey McKrill 2019-10-18 16:01:09 -0700
  • c35efea8b7
    Re-enable pledge creation during new pledge form processing Corey McKrill 2019-10-18 15:28:01 -0700
  • 78822c4323
    Theme: Iterate on pullquotes and other hero areas. Ian Dunn 2019-10-18 14:29:26 -0700
  • 9c700e59cb
    Theme: Iterate on About fonts and block styles. Ian Dunn 2019-10-18 09:19:27 -0700
  • c520d26527
    Pledge Form: Abstract the procedure for getting filtered post input Corey McKrill 2019-10-17 16:12:53 -0700
  • 1405ff138a
    Pledge Form: Check for unique email Corey McKrill 2019-10-16 16:56:02 -0700
  • 91ed1e933d
    Use correct heading level for list pages Kelly Dwan 2019-10-09 14:31:41 -0400
  • fd40341aaa
    Update color variables to match core Kelly Dwan 2019-10-09 14:30:13 -0400
  • 0f675ae6c3
    Create Pledge: Make form functional (#31) Kelly Dwan 2019-10-08 18:29:35 -0400
  • 1944ab6cf6
    Add employee number meta field Kelly Dwan 2019-10-08 18:00:45 -0400
  • 985521b4da
    Use the alt class to get the correct style Kelly Dwan 2019-10-08 17:18:06 -0400
  • b32fa5a0af
    Style pledge form in wp-admin Kelly Dwan 2019-10-08 16:42:10 -0400
  • 161331deff
    Style pledge form Kelly Dwan 2019-10-08 16:41:59 -0400
  • 9e46d1c543
    Save pledge data when a pledge is created Kelly Dwan 2019-10-08 13:38:58 -0400
  • f646e1f107
    Get content from POST submission if it exists Kelly Dwan 2019-10-08 13:38:33 -0400
  • a7a8a37019
    Keep data-related code together Kelly Dwan 2019-10-08 13:38:12 -0400
  • 1909870e92
    Move input filters code to "meta" file Kelly Dwan 2019-10-08 13:37:03 -0400
  • cf310ce0bf
    Fix meta query for looking up existing domains Kelly Dwan 2019-10-08 13:35:23 -0400
  • b032fa914d
    Fix email field Kelly Dwan 2019-10-08 13:35:07 -0400
  • 001c8ee243
    Switch inputs to default editable Kelly Dwan 2019-10-08 13:12:11 -0400