Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APLDesign #9

Closed
6 of 10 tasks
EkoJR opened this issue Oct 27, 2013 · 2 comments
Closed
6 of 10 tasks

APLDesign #9

EkoJR opened this issue Oct 27, 2013 · 2 comments
Labels
P5 - Minor Issue has comparatively minor impact which are barely noticed. T-Enhancement/Feature
Projects
Milestone

Comments

@EkoJR
Copy link
Member

EkoJR commented Oct 27, 2013

Class for the Design and Style for Preset Post Lists.

  • Store Before, Content, After, & Empty string variables.
  • [Prep Feature] Option to change Designs with Filters (OR ?Vice Versa? OR ?Both?)
  • Inherit, or show, styles available from WP, themes, etc. ( Can already use styles )
  • Separate file/data for CSS, JS, & PHP that can be stored (Impossible?).
  • Support/Simplify UI designs like jQuery UI
  • Enable Internal [Post List] Shortcode Support (Max Memory Limit)
    • Hide Preset Shortcodes
    • Limit the number of Stacks to prevent infinite loops (Alert Message?)
  • [Prep] Internalization & Localization Internationalization & Localization #6.
    • What about Internal Shortcodes?
@EkoJR EkoJR added this to the 0.4 milestone Aug 28, 2016
@EkoJR EkoJR moved this from Changes & Fixes to In-Progress in 0.4 May 16, 2017
@EkoJR
Copy link
Member Author

EkoJR commented May 25, 2017

Between Post_Data and a Custom SQL. I decided to use Post_Data by registering a Custom Post Type. This will hopeful enable more built in support and further development of concepts (like page template), but the main worry is optimization ( however, there is wp cache )

@EkoJR EkoJR moved this from In-Progress to Complete in 0.4 Jun 2, 2017
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jun 13, 2017
Added Admin Menu Advanced-Post-List#10
Changed Admin Page Advanced-Post-List#75
Added APL_Design Class Advanced-Post-List#9
Changed design variable from the Preset_Obj to APL_Design post data Advanced-Post-List#79
Changed Preset_Obj to APL_Post_List post data
Changed variable names to valid Snake_Case standards via WPCS Advanced-Post-List#77
Fixed script conflicts with MagicMembers & others Advanced-Post-List#44 Advanced-Post-List#74
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jun 13, 2017
APL Design Advanced-Post-List#9
Internalization Advanced-Post-List#6
Change Admin Page Advanced-Post-List#75
Conflict w/ MagicMembers Advanced-Post-List#44
@EkoJR
Copy link
Member Author

EkoJR commented Jun 19, 2017

General concept has been implemented, and the reset was just brainstorming.

However, there are some ideas that could have separate tickets made.

EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jun 19, 2017
* Additional changes to Admin Page for 0.4 Advanced-Post-List#75
* Changed 'Required Taxonomies' to 1 checkbox per Post Type Advanced-Post-List#13
* Admin database functionality after separating PresetObj to Post List &
Design objects. Advanced-Post-List#9 Advanced-Post-List#79
* Additional Extension Support and Hooks Advanced-Post-List#56
* Additional Internalization Advanced-Post-List#6
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jun 23, 2017
Added Action Hooks for handling post transitions to auto-draft/draft,
trash, and delete.

Additional Database Functionality for Advanced-Post-List#9 Advanced-Post-List#79
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jun 23, 2017
Finalized most of the implications of APL Post List and APL Design Advanced-Post-List#9
Advanced-Post-List#79
@EkoJR EkoJR closed this as completed Jun 27, 2017
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 5, 2017
Added Admin Menu Advanced-Post-List#10
Changed Admin Page Advanced-Post-List#75
Added APL_Design Class Advanced-Post-List#9
Changed design variable from the Preset_Obj to APL_Design post data Advanced-Post-List#79
Changed Preset_Obj to APL_Post_List post data
Changed variable names to valid Snake_Case standards via WPCS Advanced-Post-List#77
Fixed script conflicts with MagicMembers & others Advanced-Post-List#44 Advanced-Post-List#74
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 5, 2017
APL Design Advanced-Post-List#9
Internalization Advanced-Post-List#6
Change Admin Page Advanced-Post-List#75
Conflict w/ MagicMembers Advanced-Post-List#44
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 5, 2017
* Additional changes to Admin Page for 0.4 Advanced-Post-List#75
* Changed 'Required Taxonomies' to 1 checkbox per Post Type Advanced-Post-List#13
* Admin database functionality after separating PresetObj to Post List &
Design objects. Advanced-Post-List#9 Advanced-Post-List#79
* Additional Extension Support and Hooks Advanced-Post-List#56
* Additional Internalization Advanced-Post-List#6
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 5, 2017
Added Action Hooks for handling post transitions to auto-draft/draft,
trash, and delete.

Additional Database Functionality for Advanced-Post-List#9 Advanced-Post-List#79
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 5, 2017
Finalized most of the implications of APL Post List and APL Design Advanced-Post-List#9
Advanced-Post-List#79
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 29, 2017
Added Admin Menu Advanced-Post-List#10
Changed Admin Page Advanced-Post-List#75
Added APL_Design Class Advanced-Post-List#9
Changed design variable from the Preset_Obj to APL_Design post data Advanced-Post-List#79
Changed Preset_Obj to APL_Post_List post data
Changed variable names to valid Snake_Case standards via WPCS Advanced-Post-List#77
Fixed script conflicts with MagicMembers & others Advanced-Post-List#44 Advanced-Post-List#74
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 29, 2017
APL Design Advanced-Post-List#9
Internalization Advanced-Post-List#6
Change Admin Page Advanced-Post-List#75
Conflict w/ MagicMembers Advanced-Post-List#44
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 29, 2017
* Additional changes to Admin Page for 0.4 Advanced-Post-List#75
* Changed 'Required Taxonomies' to 1 checkbox per Post Type Advanced-Post-List#13
* Admin database functionality after separating PresetObj to Post List &
Design objects. Advanced-Post-List#9 Advanced-Post-List#79
* Additional Extension Support and Hooks Advanced-Post-List#56
* Additional Internalization Advanced-Post-List#6
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 29, 2017
Added Action Hooks for handling post transitions to auto-draft/draft,
trash, and delete.

Additional Database Functionality for Advanced-Post-List#9 Advanced-Post-List#79
EkoJR added a commit to EkoJR/advanced-post-list that referenced this issue Jul 29, 2017
Finalized most of the implications of APL Post List and APL Design Advanced-Post-List#9
Advanced-Post-List#79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P5 - Minor Issue has comparatively minor impact which are barely noticed. T-Enhancement/Feature
Projects
No open projects
0.4
Complete
Development

No branches or pull requests

1 participant