Changeset 1449741
- Timestamp:
- 07/06/2016 06:36:15 AM (10 years ago)
- Location:
- admin-builder/trunk
- Files:
-
- 30 added
- 2 edited
-
admin_builder.php (modified) (2 diffs)
-
css (added)
-
css/bootstrap.min.css (added)
-
css/iris.min.css (added)
-
css/jquery-ui.css (added)
-
css/jquery.timepicker.css (added)
-
css/magnific-popup.css (added)
-
css/style.css (added)
-
fonts (added)
-
fonts/glyphicons-halflings-regular.eot (added)
-
fonts/glyphicons-halflings-regular.svg (added)
-
fonts/glyphicons-halflings-regular.ttf (added)
-
fonts/glyphicons-halflings-regular.woff (added)
-
fonts/glyphicons-halflings-regular.woff2 (added)
-
inc (added)
-
inc/abCPages.php (added)
-
inc/abCore.php (added)
-
inc/abCpt.php (added)
-
inc/abEnqueue.php (added)
-
inc/abFields.php (added)
-
inc/abGeneral.php (added)
-
inc/abMain.php (added)
-
inc/abMeta.php (added)
-
inc/abSidebars.php (added)
-
js (added)
-
js/bootstrap.min.js (added)
-
js/color.js (added)
-
js/iris.js (added)
-
js/jquery.magnific-popup.min.js (added)
-
js/jquery.timepicker.min.js (added)
-
js/script.js (added)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-builder/trunk/admin_builder.php
r1437594 r1449741 3 3 Plugin Name: Admin Builder 4 4 Plugin URI: http://admin-builder.com 5 Description: DEPRECATED! Seehttp://admin-builder.com6 Version: 1. 0.2.10.55 Description: A plugin that generates admin panel pages & posts,sidebars,custom admin pages with tabs, custom post types, meta boxes and fields (with unlimited textbox, textarea, checkbox, custom select (dropdown box), datepicker, timepicker, colorpicker, upload media fields, with configurable options) Based on what's exported from http://admin-builder.com 6 Version: 1.1 7 7 Author: rootabout 8 8 Author URI: http://admin-builder.com … … 10 10 Text Domain: aB 11 11 */ 12 require_once 'inc/abEnqueue.php'; 13 require_once 'inc/abCore.php'; -
admin-builder/trunk/readme.txt
r1437594 r1449741 5 5 Requires at least: 4.0 6 6 Tested up to: 4.5 7 Stable tag: 1. 0.2.10.57 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 DEPRECATED! See http://admin-builder.com 11 Generates admin panel functionality for pages & posts, unlimited sortable meta boxes and unlimited sortable fields 12 12 13 13 == Description == 14 14 15 DEPRECATED 16 DISCONTINUED 17 Use : http://admin-builder.com 15 Service at : http://admin-builder.com 16 Admin Builder is a tool that helps developers generate admin panel sections fast and easy. You can create unlimited meta 17 boxes with unlimited fields of different types ( textbox, textarea, select, radio buttons, timepicker , datepicker, colorpicker, media upload ) and multiple configurable options for each type. for posts and pages. 18 A few notes about the sections above: 18 19 19 admin-builder.com replaced the functionality, making the plugins/themes built with it, independent of the plugin. 20 See above service above. 21 20 * All fields types, have , by default you can configure with a label and a description. The names of the fields need to be unique so they are managed automatically. 21 * Select Option has the possibility to be custom, with values and labels for each choice, as well as automatically generating tags, categories, all posts, all pages to choose from. 22 22 23 23 == Installation == … … 36 36 = How do I use the plugin? = 37 37 38 Go to http://admin-builder.com and create metaboxes with fields for posts. Go to the settings page of that service (top right) and copy the export string. Paste it into the Admin Builder page and click import. 38 39 40 == Screenshots == 39 41 42 1. setting page - import page 40 43 41 44 == Changelog == … … 88 91 Added Bootstrap Icons Field type Functionality 89 92 90 = 1.0.2.10.1 = 91 92 Deprecated, discontinued 93 = 1.0.4 = 94 Added database loading/generating functionality 93 95 94 96 == Upgrade Notice == … … 143 145 Nothing affected from the previous version 144 146 145 = 1.0.2.10.1 = 146 Changes everything! Important! it's no longer a dependency, update the plugins that where dependent on it. 147 = 1.0.3 = 148 Restoring the 1.0.2.10 functionality 149 150 = 1.0.4 = 151 Added database loading/generating functionality - everything works differently now. Things must be exported from service and re-imported according to the new rules. 152 153 = 1.1 = 154 Interpreting new export functionality for themes and plugins, integrated into the plugin. 147 155 148 156 == Arbitrary section == 149 157 150 158 The plugin does not need any extra method of configuration/installation or any other information 159 160 == A brief Markdown Example == 161 162 What can you generate 163 164 1. Unlimited meta boxes 165 2. Unlimited Field types 166 3. Easy sorting of metaboxes or fields 167 4. Configurable fields with options
Note: See TracChangeset
for help on using the changeset viewer.