Coder Social home page Coder Social logo

fovoc / reduxframework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reduxframework/redux-framework

0.0 2.0 0.0 3.49 MB

Redux is a simple, truly extensible options framework for WordPress themes and plugins.

Home Page: http://reduxframework.com/

License: Other

CSS 7.11% JavaScript 19.08% PHP 73.81%

reduxframework's Introduction

Redux Options Framework Stories in Ready

WordPress options framework which uses the WordPress Settings API, Custom Error/Validation Handling, Custom Field/Validation Types, and import/export functionality.

Getting Started with Redux

ReduxFramework has been built from the groud up to be the most flexible framework around. You can run it as an auto-updating plugin, or embed it inside your plugin or theme. It allows for multiple copies of itself within the same WordPress instance. For a guide on getting started please refer to http://reduxframework.com/docs/getting-started/.

You can also download our sample theme available here to start developing right away.

Please Post Reviews and Spread the Word

ReduxFramework has just released to the WordPress Plugins directory. Please spread the word, tweet, and (most importantly) post reviews on http://wordpress.org/plugins/redux-framework/.

Donate to the Framework

If you can, please donate to help support the ongoing development of Redux Framework!

Donate to the framework

Features

  • Uses the WordPress Settings API
  • Multiple built in field types
  • Multple layout field types
  • Fields can be overloaded with a callback function, for custom field types
  • Easily extendable by creating Field Classes
  • Built in Validation Classes
  • Easily extendable by creating Validation Classes
  • Custom Validation error handling, including error counts for each section, and custom styling for error fields
  • Custom Validation warning handling, including warning counts for each section, and custom styling for warning fields
  • Multiple Hook Points for customisation
  • Import / Export Functionality - including cross site importing of settings
  • Easily add page help through the class
  • Fully responsive options panel
  • Much more

Stay In The Loop!

Follow us on Twitter

FAQs

  1. Why should we use require_once instead of get_template_part?
  • First, because get_template_part is for... you guessed it, themes! Redux is designed to work with both themes and plugins.
  • Second, read this.
  1. Why shouldn't we edit sample-config.php in the plugin directory?
  • Because sample-config.php will be replaced at each update of the plugin. You will lose all your effort

Are you using Redux?

Send me an email at [email protected] so I can add you to our user spotlight!

Changelog

Master

= 3.0.9 =

  • Feature - Added possibility to set default icon class for all sections and tabs.
  • Feature - Make is to the WP dir can be moved elsewhere and Redux still function.
  • Added Spanish Language. Thanks @vertigo7x.
  • Fix Issue 5 - Small RGBA validation fix.
  • Fix Issue 176 - Fold by Image Select. Thanks @andreilupu.
  • Fix Issue 194 - Custom taxonomy terms in select field.
  • Fix Issue 195 - Border defaults not working.
  • Fix Issue 197 - Hidden elements were showing up on a small screen. Thanks @ThinkUpThemes.
  • Fix issue 200 - Compiler not working with media field.
  • Fix Issue 201 - Spacing field not using default values.
  • Fix Issue 202 - Dimensions field not using units.
  • Fix Issue 208 - Checkbox + Required issue.
  • Fix Issue 211 - Google Font default not working on page load.
  • Fix Issue 214 - Validation notice not working for fields.
  • Fix Issue 181/224 - Firefox 24 image resize errors.
  • Fix Issue 223 - Slides were losing the url input field for the image link.
  • Fix - Various issues in the password field.
  • Fixed various spelling issues and typos in sample-config file.
  • Initialize vars before extract() - to shut down undefined vars wargnings.
  • Various other fixes.

= 3.0.8 =

  • Version push to ensure all bugs fixes were deployed to users. Various.

= 3.0.7 =

  • Feature - Completely redone spacing field. Choose to apply to sides or all at once with CSS output!
  • Feature - Completely redone border field. Choose to apply to sides or all at once with CSS output!
  • Feature - Added opt-in anonymous tracking, allowing us to further analyze usage.
  • Feature - Enable weekly updates of the Google Webfonts cache is desired. Also remove the Google Webfont files from shipping with Redux. Will re-download at first panel run to ensure users always have the most recent copy.
  • Language translation of german updated alone with ReduxFramework pot file.
  • Fix Issue 146 - Spacing field not storing data.
  • Fix - Firefox field description rendering bug.
  • Fix - Small issue where themes without tags were getting errors from the sample data.

= 3.0.6 =

  • Hide customizer fields by default while still under development.
  • Fix Issue 123 - Language translations to actually function properly embedded as well as in the plugin.
  • Fix Issue 151 - Media field uses thumbnail not full image for preview. Also now storing the thumbnail URL. Uses the smallest available size as the thumb regardless of the name.
  • Fix Issue 147 - Option to pass params to select2. Contributed by @andreilupu. Thanks!
  • Added trim function to ace editor value to prevent whitespace before and after value keep being added
  • htmlspecialchars() value in pre editor for ace. to prevent html tags being hidden in editor and rendered in dom
  • Feature: Added optional 'add_text' argument for multi_text field so users can define button text.
  • Added consistent remove button on multi text, and used sanitize function for section id
  • Feature: Added roles as data for field data
  • Feature: Adding data layout options for multi checkbox and radio, we now have quarter, third, half, and full column layouts for these fields.
  • Feature: Eliminate REDUX_DIR and REDUX_URL constants and instead created static ReduxFramework::$_url and ReduxFramework::$_dir for cleaner code.
  • Feature: Code at bottom of sample-config.php to hide plugin activation text about a demo plugin as well as code to demo how to hide the plugin demo_mode link.
  • Started work on class definitions of each field and class. Preparing for the panel builder we are planning to make.

= 3.0.5 =

  • Fixed how Redux is initialised so it works in any and all files without hooking into the init function.
  • Issue #151: Added thumbnails to media and displayed those instead of full image.
  • Issue #144: Slides had error if last slide was deleted.
  • Color field was outputting hex in the wrong location.
  • Added ACE Editor field, allowing for better inline editing.

= 3.0.4 =

  • Fixed an odd saving issue.
  • Fixed link issues in the framework
  • Issue #135: jQuery UI wasn't being properly queued
  • Issue #140: Admin notice glitch. See http://reduxframework.com/2013/10/wordpress-notifications-custom-options-panels/
  • Use hooks instead of custom variable for custom admin CSS
  • Added "raw" field that allows PHP or a hook to embed anything in the panel.
  • Submenus in Admin now change the tabs without reloading the page.
  • Small fix for multi-text.
  • Added IT_it and RO_ro languages.
  • Updated readme file for languages.

= 3.0.3 =

  • Fixed Issue #129: Spacing field giving an undefined.
  • Fixed Issue #131: Google Fonts stylesheet appending to body and also to the top of the header. Now properly placed both at the end of the head tag as to overload any theme stylesheets.
  • Fixed issue #132 (See #134, thanks @andreilupu): Could not have multiple WordPress Editors (wp_editor) as the same ID was shared. Also fixed various styles to match WordPress for this field.
  • Fixed Issue #133: Issue when custom admin stylesheet was used, a JS error resulted.

= 3.0.2 =

  • Improvements to slides, various field fixes and improvements. Also fixed a few user submitted issues.

= 3.0.1 =

  • Backing out a bit of submitted code that caused the input field to not properly break.

= 3.0.0 =

  • Initial WordPress.org plugin release.

== Upgrade Notice ==

= 3.0 = Redux is now hosted on WordPress.org! Update in order to get proper, stable updates.

  • Removed get() and show()
  • Fixed huge performance bug
  • More bugfixes
  • Fixed spacing field
  • Converted Redux to run as an auto-updating plugin. Getting ready to post to WordPress.org
  • Fixed the auto updater to properly show changes since the last update
  • Various fields including link_color, spacing, dimensions
  • Compiler hooks to allow developers to generate CSS files only when needed
  • Stability and standardizing in HTML output throughout
  • PHP/CSS/JS fixes
  • Compress JS and use LESS (and compressed CSS) throughout

Version 3.0.0 Beta (September 12, 2013)

  • Massive code overhaul
  • Replaced redundant field types with data elements
  • Migrated to company repo
  • Added several new storage methods
  • Numerous bugfixes
  • Renamed std argument to default
  • Added MP6 support
  • Complete CSS rewrite
  • Globals are now conditional
  • Added nesting support
  • Added repeatable field
  • Restyled Dev Mode
  • Added System Info tab
  • Added compiler hooks
  • Added style and icon support to info field
  • Switched to Elusive Icons
  • Huge performance updates

Version 2.0.1 Final (September 1, 2013)

  • Added option to override icon_type per icon
  • Minor bug/versioning fixes
  • Added Font Awesome intro
  • Added raw_html option
  • Added text_sortable option
  • Switched from Aristo to Bootstrap jQuery UI theme

Version 2.0.0 (January 31, 2013)

  • Fixed SSL error which occurred occasionally with Google Webfonts
  • Added optional flag for wpautop on editors
  • Added password field type
  • Added checkbox_hide_all option
  • Added WP3.5 media chooser
  • Added Google webfonts previews
  • Updated to WP3.5 color picker
  • Minor style tweaks
  • Added graphical 'switch' option for checkboxes
  • Removed dependency on class extension for fields
  • Deprecated icons in favor of iconfonts

Version 1.0.0 (December 5, 2012)

  • Based on NHP Theme Options Framework v1.0.6
  • Cleaned up codebase
  • Changed option group name to allow multiple instances
  • Changed checkbox name attribute to id
  • Added rows attribute to textareas
  • Removed extra linebreak in upload field
  • Set default menu position to null to avoid conflicts
  • Added sample content for dashboard credit line
  • Minor style changes
  • Changed name of upload button
  • Refactored Google Webfonts function
  • Replaced stylesheet_override with admin_stylesheet
  • Made text domain a constant
  • Removed PHP closing tags to prevent issues with newlines
  • Added option to define custom start tab

githalytics.com alpha

reduxframework's People

Contributors

dovy avatar tivnet avatar abu-taymiyyah avatar kwayyinfotech avatar web-caos avatar fovoc avatar dmitriy-ateo avatar kpodemski avatar partnuz avatar vertigo7x avatar zerobeeone avatar simplerain2 avatar kristofers91 avatar waffle-with-pears avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.