Earlier this year
-
r470
(added subdirs to the media dir) committed by p...@ptahd.com
- added subdirs to the media dir
added subdirs to the media dir
-
r469
(setting the file structure) committed by p...@ptahd.com
- setting the file structure
setting the file structure
-
r468
(mass deletion. lets start from scratch) committed by p...@ptahd.com
- mass deletion. lets start from scratch
mass deletion. lets start from scratch
-
r467
(* merged over framework_title();
* deleted wp-compatibility....) committed by p...@ptahd.com
- * merged over framework_title();
* deleted wp-compatibility.php, wpf requires 2.8+
* merged over framework_title();
* deleted wp-compatibility.php, wpf requires 2.8+
-
r466
(removed framework_nice_terms & framework_get_terms) committed by p...@ptahd.com
- removed framework_nice_terms & framework_get_terms
removed framework_nice_terms & framework_get_terms
-
r465
(* remove admin related methods from the main class.
* move t...) committed by p...@ptahd.com
- * remove admin related methods from the main class.
* move the WPFRAMEWORK constant from functions.php to the constant method
* remove admin related methods from the main class.
* move the WPFRAMEWORK constant from functions.php to the constant method
-
r464
(added admin media assets: admin.css + admin.js) committed by p...@ptahd.com
- added admin media assets: admin.css + admin.js
added admin media assets: admin.css + admin.js
-
r463
(* new theme_activation_hook
* framework_add_files_to_theme_e...) committed by p...@ptahd.com
- * new theme_activation_hook
* framework_add_files_to_theme_editor is back. props to k2
* new framework_admin_status which displays messages after an activity (e.g. update options)
* abstracting the metaboxes, everything seems to work smoothly.
* framework.php WP Framework class phpdoc tweaked
working on implementing the register_settings API.
* new theme_activation_hook
* framework_add_files_to_theme_editor is back. props to k2
* new framework_admin_status which displays messages after an activity (e.g. update options)
* abstracting the metaboxes, everything seems to work smoothly.
* framework.php WP Framework class phpdoc tweaked
working on implementing the register_settings API.
-
r462
(bugfix: an extra dot was in the contextual help function) committed by p...@ptahd.com
- bugfix: an extra dot was in the contextual help function
bugfix: an extra dot was in the contextual help function
-
r461
(abstracted out hardcoded links from the contextual_help pane...) committed by p...@ptahd.com
- abstracted out hardcoded links from the contextual_help panel
abstracted out hardcoded links from the contextual_help panel
-
r460
(typo fix! just noticed in the last commit that I misspelled ...) committed by p...@ptahd.com
- typo fix! just noticed in the last commit that I misspelled abstract... i knew something was wrong
with absract... hrm.
typo fix! just noticed in the last commit that I misspelled abstract... i knew something was wrong
with absract... hrm.
-
r459
(* successfully abstracted all the hardcoded references to ap...) committed by p...@ptahd.com
- * successfully abstracted all the hardcoded references to appearance_page_options
* cleaned up the functions, added better phpdoc
* create a new $wpframework var to hold options from the db (not too sure on this one yet...)
* also created a $theme_data var which stores the current theme's metadata (toying around with
this..).
The theme options page is fully functional! aside from the dummy data that is.. but it's a sweet
start.
* successfully abstracted all the hardcoded references to appearance_page_options
* cleaned up the functions, added better phpdoc
* create a new $wpframework var to hold options from the db (not too sure on this one yet...)
* also created a $theme_data var which stores the current theme's metadata (toying around with
this..).
The theme options page is fully functional! aside from the dummy data that is.. but it's a sweet
start.
-
r458
(* removed the widgets.php since it's not being used.
* creat...) committed by p...@ptahd.com
- * removed the widgets.php since it's not being used.
* created a new method called admin under WPFramework to consolidate admin stuff
* removed ready method from under WPFramework, no use.
* moved the custom-functions.php/pluggable.php includes over to the framework method under
WPFramework.
* removed action hook 'framework_contants' (ha!, and i just noticed it was misspelled too!)
* if I didn't note in the last commit, environment is now constants, spelled correctly this time :)
* media.php's got a default file phpdoc
* removed the widgets.php since it's not being used.
* created a new method called admin under WPFramework to consolidate admin stuff
* removed ready method from under WPFramework, no use.
* moved the custom-functions.php/pluggable.php includes over to the framework method under
WPFramework.
* removed action hook 'framework_contants' (ha!, and i just noticed it was misspelled too!)
* if I didn't note in the last commit, environment is now constants, spelled correctly this time :)
* media.php's got a default file phpdoc
-
r457
(only call framework_admin_init if we're in the backend.) committed by p...@ptahd.com
- only call framework_admin_init if we're in the backend.
only call framework_admin_init if we're in the backend.
-
r456
(First run for theme options) committed by p...@ptahd.com
- First run for theme options
First run for theme options
-
r455
(remove functionality for semantic_last_class until I find a ...) committed by p...@ptahd.com
- remove functionality for semantic_last_class until I find a better fix.
remove functionality for semantic_last_class until I find a better fix.
-
r454
(new function: do_atomic(); first go.) committed by p...@ptahd.com
- new function: do_atomic(); first go.
new function: do_atomic(); first go.
-
r453
(custom-functions.php is now editable via the theme editor) committed by p...@ptahd.com
- custom-functions.php is now editable via the theme editor
custom-functions.php is now editable via the theme editor
-
r452
(updated the phpdoc in pluggable.php) committed by p...@ptahd.com
- updated the phpdoc in pluggable.php
updated the phpdoc in pluggable.php
-
r451
(Fixed fatal error in admin) committed by p...@ptahd.com
- Fixed fatal error in admin
Fixed fatal error in admin
-
r450
(* templates now use framework_entry_meta(); for postmeta dat...) committed by p...@ptahd.com
- * templates now use framework_entry_meta(); for postmeta data.
* all available options for entry meta are shortcode enabled.
* semantic classes now adds a wpmu id to the body, in addition to the locale
* A new admin dir in the library introduces functions for the backend of wp
* all entry_meta functions are added in pluggable.php
* added flie_scan to functions, credits to k2
* templates now use framework_entry_meta(); for postmeta data.
* all available options for entry meta are shortcode enabled.
* semantic classes now adds a wpmu id to the body, in addition to the locale
* A new admin dir in the library introduces functions for the backend of wp
* all entry_meta functions are added in pluggable.php
* added flie_scan to functions, credits to k2
-
r449
(removed generator, framework meta tag, added new media.php i...) committed by p...@ptahd.com
- removed generator, framework meta tag, added new media.php in functions dir
removed generator, framework meta tag, added new media.php in functions dir
-
r448
(* better phpdoc for functions.php.
* Removed underscore from...) committed by p...@ptahd.com
- * better phpdoc for functions.php.
* Removed underscore from WP_FRAMEWORK constant
* better phpdoc for functions.php.
* Removed underscore from WP_FRAMEWORK constant
-
r447
(* Pulled out all semantic functions, replaced them with fram...) committed by p...@ptahd.com
- * Pulled out all semantic functions, replaced them with framework_(body/entry/comment)_class with
filters that removes duplicate classes.
* Semantic Classes now hooks into WP core functions making it now a true extension.
* Temporarily added wp-compatibility.php for get_body_class() which 2.7 doesn't have.
* lot of house keeping work.
* Pulled out all semantic functions, replaced them with framework_(body/entry/comment)_class with
filters that removes duplicate classes.
* Semantic Classes now hooks into WP core functions making it now a true extension.
* Temporarily added wp-compatibility.php for get_body_class() which 2.7 doesn't have.
* lot of house keeping work.
-
r446
(Merging more 0.4 changes into trunk.) committed by p...@ptahd.com
- Merging more 0.4 changes into trunk.
Merging more 0.4 changes into trunk.
-
-
r444
(The default register widgets call is now located in custom-f...) committed by p...@ptahd.com
- The default register widgets call is now located in custom-functions.php so users can easily modify
it.
The default register widgets call is now located in custom-functions.php so users can easily modify
it.
-
r443
(Added the Taxonomy template) committed by p...@ptahd.com
- Added the Taxonomy template
Added the Taxonomy template
-
r442
(Updates to framework.php i did a while ago.) committed by p...@ptahd.com
- Updates to framework.php i did a while ago.
Updates to framework.php i did a while ago.
-
-
r440
(removing white space in comments.php) committed by p...@ptahd.com
- removing white space in comments.php
removing white space in comments.php
-
-
-
r437
(0.4 version bump. merging 0.4-dev branch into production env...) committed by p...@ptahd.com
- 0.4 version bump. merging 0.4-dev branch into production enviroment.
0.4 version bump. merging 0.4-dev branch into production enviroment.
-
-
-
-
r433
(semantic_entires() now uses get_post_class();. props to pfef...) committed by p...@ptahd.com
- semantic_entires() now uses get_post_class();. props to pfefferle
semantic_entires() now uses get_post_class();. props to pfefferle
-
r432
(js error in screen.js fixed. props to aruzin and llepere) committed by p...@ptahd.com
- js error in screen.js fixed. props to aruzin and llepere
js error in screen.js fixed. props to aruzin and llepere
-
r431
(typo fix in the last commit.) committed by p...@ptahd.com
- typo fix in the last commit.
typo fix in the last commit.
-
r430
(semantic_entries() now outputs category and category-slug. p...) committed by p...@ptahd.com
- semantic_entries() now outputs category and category-slug. props to Markr
semantic_entries() now outputs category and category-slug. props to Markr
-
r429
(don't load js scripts when is_admin()) committed by p...@ptahd.com
- don't load js scripts when is_admin()
don't load js scripts when is_admin()
-
r428
(fixing typos that I never saw on my pc but now do on my mac ...) committed by p...@ptahd.com
- fixing typos that I never saw on my pc but now do on my mac :D
fixing typos that I never saw on my pc but now do on my mac :D
-
r427
(Tagging the 0.2.4 Public Release of WP Framework!
This is a...) committed by p...@ptahd.com
- Tagging the 0.2.4 Public Release of WP Framework!
This is a minor release, but it comes packed with a lot of goodies including a superfish menu, new
default look, better file structure and lots more! Thanks for all those who provided feedback and
help!
Tagging the 0.2.4 Public Release of WP Framework!
This is a minor release, but it comes packed with a lot of goodies including a superfish menu, new
default look, better file structure and lots more! Thanks for all those who provided feedback and
help!
-
-
-
-
-
r422
(superfish menu enhancement last one :)) committed by p...@ptahd.com
- superfish menu enhancement last one :)
superfish menu enhancement last one :)
-
r421
(superfish menu enhancement) committed by p...@ptahd.com
- superfish menu enhancement
superfish menu enhancement
|