-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coming Soon: Use contact form attached to page instead of arbitrary o…
…ne created in template. There's a Grunion bug that prevents using arbitrary do_shortcode() calls: Automattic/jetpack#102 git-svn-id: https://meta.svn.wordpress.org/sites/trunk/wordcamp.org@386 74240141-8908-4e6f-9713-ba540dce6ec7 git-svn-id: https://github.com/WordPress/wordcamp.org.git@53 a64dc54a-4538-25e2-d9ce-ce57b7db7bff
- Loading branch information
iandunn
committed
Feb 6, 2014
1 parent
f3c4347
commit 522782b
Showing
3 changed files
with
44 additions
and
18 deletions.
There are no files selected for viewing
10 changes: 6 additions & 4 deletions
10
trunk/public_html/wp-content/plugins/wordcamp-coming-soon-page/TODO.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
High priority: | ||
wccsp_image_id | ||
contact form bug | ||
confirmation that contact form was sent | ||
display dates | ||
make work consistently with any theme | ||
warn user that image preview won't update until they save settings | ||
refactor get_contact_form_shortcode() once https://github.com/Automattic/jetpack/issues/102 is fixed | ||
|
||
|
||
Medium priority: | ||
add color pickers | ||
update image preview after they pick new but before they save/refresh | ||
customize image size in template | ||
add admin notice if missing page w/ contact form or it's not published | ||
contact form shortcode - lookup email from wordcamp cpt instead of admin email? | ||
internationalize | ||
any other TODOs in code | ||
customize image size in template | ||
|
||
|
||
|
||
Low priority: | ||
styles | ||
make responsive & mobile-first | ||
make contact box align w/ right edge of intro text properly instead of workaround | ||
contact form submitted to latest post url instead of current page (if on home page) | ||
make dashes/underscores consistent in html element ids/names | ||
make dashes/underscores consistent in html element ids/names | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters