My favorites | Sign in
Project Logo
       
Details: Show all Hide all

Earlier this year

  • Aug 29, 2009
    r470 (added subdirs to the media dir) committed by p...@ptahd.com   -   added subdirs to the media dir
    added subdirs to the media dir
  • Aug 29, 2009
    r469 (setting the file structure) committed by p...@ptahd.com   -   setting the file structure
    setting the file structure
  • Aug 29, 2009
    r468 (mass deletion. lets start from scratch) committed by p...@ptahd.com   -   mass deletion. lets start from scratch
    mass deletion. lets start from scratch
  • Jun 24, 2009
    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+
  • Jun 12, 2009
    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
  • Jun 12, 2009
    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
  • Jun 11, 2009
    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
  • Jun 11, 2009
    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.
  • Jun 11, 2009
    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
  • Jun 11, 2009
    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
  • Jun 11, 2009
    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.
  • Jun 11, 2009
    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.
  • Jun 11, 2009
    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
  • Jun 11, 2009
    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.
  • Jun 11, 2009
    r456 (First run for theme options) committed by p...@ptahd.com   -   First run for theme options
    First run for theme options
  • Jun 10, 2009
    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.
  • Jun 10, 2009
    r454 (new function: do_atomic(); first go.) committed by p...@ptahd.com   -   new function: do_atomic(); first go.
    new function: do_atomic(); first go.
  • Jun 10, 2009
    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
  • Jun 10, 2009
    r452 (updated the phpdoc in pluggable.php) committed by p...@ptahd.com   -   updated the phpdoc in pluggable.php
    updated the phpdoc in pluggable.php
  • Jun 10, 2009
    r451 (Fixed fatal error in admin) committed by p...@ptahd.com   -   Fixed fatal error in admin
    Fixed fatal error in admin
  • Jun 10, 2009
    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
  • Jun 09, 2009
    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
  • Jun 09, 2009
    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
  • Jun 09, 2009
    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.
  • Jun 09, 2009
    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.
  • Jun 08, 2009
    r445 (Functions dir cleanup.) committed by p...@ptahd.com   -   Functions dir cleanup.
    Functions dir cleanup.
  • Jun 08, 2009
    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.
  • Jun 08, 2009
    r443 (Added the Taxonomy template) committed by p...@ptahd.com   -   Added the Taxonomy template
    Added the Taxonomy template
  • Jun 08, 2009
    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.
  • Jun 08, 2009
    r441 (#allowed-tags style fix) committed by p...@ptahd.com   -   #allowed-tags style fix
    #allowed-tags style fix
  • Jun 08, 2009
    r440 (removing white space in comments.php) committed by p...@ptahd.com   -   removing white space in comments.php
    removing white space in comments.php
  • May 28, 2009
    r439 (Leave a comment link doesn't go to comments fixed. props to ...) committed by p...@ptahd.com   -   Leave a comment link doesn't go to comments fixed. props to llepere (http://wpframework.com/forums/topic/leave-a-comment-link-doesnt-go-to-comments)
    Leave a comment link doesn't go to comments fixed. props to llepere (http://wpframework.com/forums/topic/leave-a-comment-link-doesnt-go-to-comments)
  • May 28, 2009
    r438 (fixed tab indexed for the comments. props to anth0ni0 (http:...) committed by p...@ptahd.com   -   fixed tab indexed for the comments. props to anth0ni0 (http://wpframework.com/forums/topic/tab- navigation-in-comments)
    fixed tab indexed for the comments. props to anth0ni0 (http://wpframework.com/forums/topic/tab- navigation-in-comments)
  • May 25, 2009
    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.
  • May 25, 2009
    r436 (#allowed-tag tweaks) committed by p...@ptahd.com   -   #allowed-tag tweaks
    #allowed-tag tweaks
  • May 25, 2009
    r435 (0.2.4.10 bump) committed by p...@ptahd.com   -   0.2.4.10 bump
    0.2.4.10 bump
  • May 25, 2009
    r434 (using microformat profile-uris. props to pfefferle http://wp...) committed by p...@ptahd.com   -   using microformat profile-uris. props to pfefferle http://wpframework.com/forums/topic/microformats- profile-uris
    using microformat profile-uris. props to pfefferle http://wpframework.com/forums/topic/microformats- profile-uris
  • May 25, 2009
    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
  • May 23, 2009
    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
  • May 23, 2009
    r431 (typo fix in the last commit.) committed by p...@ptahd.com   -   typo fix in the last commit.
    typo fix in the last commit.
  • May 23, 2009
    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
  • May 02, 2009
    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()
  • Apr 28, 2009
    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
  • Apr 27, 2009
    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!
  • Apr 27, 2009
    r426 (typo fixed props to EvilEsq (http://evilesq.com/)) committed by p...@ptahd.com   -   typo fixed props to EvilEsq (http://evilesq.com/)
    typo fixed props to EvilEsq (http://evilesq.com/)
  • Apr 27, 2009
    r425 (use entry-meta for VR) committed by p...@ptahd.com   -   use entry-meta for VR
    use entry-meta for VR
  • Apr 27, 2009
    r424 (input styling fixed) committed by p...@ptahd.com   -   input styling fixed
    input styling fixed
  • Apr 27, 2009
    r423 (0.2.4.9) committed by p...@ptahd.com   -   0.2.4.9
    0.2.4.9
  • Apr 27, 2009
    r422 (superfish menu enhancement last one :)) committed by p...@ptahd.com   -   superfish menu enhancement last one :)
    superfish menu enhancement last one :)
  • Apr 27, 2009
    r421 (superfish menu enhancement) committed by p...@ptahd.com   -   superfish menu enhancement
    superfish menu enhancement
 
Hosted by Google Code