log.txt 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. Bones - A Lightweight Wordpress Developer Template
  2. This theme is meant to make development easier & take
  3. advantage of modern web development & design techniques.
  4. For more information, please visit:
  5. http://themble.com/documentation/bones-documentation/
  6. Author: Eddie Machado
  7. /******************************************************************
  8. BONES CHANGE LOG & HISTORY
  9. ******************************************************************/
  10. /*v1.07 w00t! */
  11. - changed clear to clearfix across the board
  12. - added 320 & Up Boilerplate Extension by Andy Clarke
  13. - renamed modernizr to the current version file
  14. - added all the different sized images & icons
  15. - updated DOMAssistant to newest version
  16. /*v1.06 More Updates */
  17. - added theme translation to all files
  18. - removed categories form page meta info
  19. - fixed confusing copyright issues
  20. - removed the unneeded author / tag / ect archive title from taxonomy-custom-cat.php
  21. /* v1.06 Updates */
  22. - changed name of default stylesheet to default so it's easier to
  23. debug. (having two stylesheets named style is confusing)
  24. - added clearing class to #inner-header and #inner-footer
  25. - added bones body class depending on what browser
  26. - changed the_author to the_author_posts_link in single.php and archive.php
  27. - changed the_author to the_author_posts_link in single-custom_type.php
  28. - added custom taxonomy template
  29. - added browser classes to style.css
  30. - removed lazy load (sorry, it sucked)
  31. - added twitter and facebook user profiles
  32. - added post formats to bones.php core
  33. - fixed menu system (thanks to Dom & Mattias)
  34. - added categories & tag info for custom post types
  35. - adding standard categories & tags to custom post type example
  36. /* v1.06 */
  37. - added custom post type and taxonomies file
  38. - created custom post type template
  39. - added readme.txt file (really for no reason at all)
  40. - fixed the margin on the comments title
  41. - removed duplicate text-align calls in css /* Thanks Dom */
  42. - added add_theme_support( 'automatic-feed-links' ) replacing
  43. the deprecated automatic_feed_links();
  44. - added the language_attributes(); to the html tag
  45. - replaced attribute_escape with esc_attr() in search.php
  46. - bloginfo('url') in header replaced with echo home_url()
  47. - using get_template_directory_uri() instead of bloginfo('template_directory')
  48. - using get_the_author_meta('display_name') instead of deprecated function
  49. - fixed error in bones.php for menu fallback /* thanks Mark */
  50. - creating thumbnail fallback functions
  51. - added header.js and moved modernizr & imgsizer in that file
  52. - added lazy load jquery plugin
  53. - moved dd_belatedpng.js inside the ie folder in the libs folder
  54. - changed class of main menu to .menu from .nav
  55. - added more css for menu
  56. - added additional selectors to the style.css in the root
  57. - removed the top margin of the footer menu
  58. /* v1.05 */
  59. - fixed typos in style.css file & logs
  60. - updated selectivizr to latest version
  61. - added "embed, ruby, output" to the reset stylesheet based on
  62. Eric Meyer's recent reset styles.
  63. - removed duplicate styles in reset & default stylesheet
  64. - fixed col460 and changed it to col480
  65. - added text-align styles to default stylesheet
  66. /* v1.04 Quick Fix */
  67. - fixed error with script call that was deprecated.
  68. /* v1.04 */
  69. - moved the custom script call and pngfix to the footer
  70. from the bones file so it's easier to see what's being
  71. called.
  72. - moved apple-touch-icon.png to the library/images folder so
  73. file locations are consistent.
  74. - added a log file to keep track of changes
  75. - fixed html5 video functionality & fallback (w00t!)
  76. - moved stylesheet call below the wp_head as an experiment.
  77. - added wp_titletag to the header
  78. - added pingback function to the header
  79. - fixed bug where page navi would show up even on pages
  80. with only one page of results.
  81. - changed the way page navi is called in the archives, search,
  82. and index pages.
  83. /* v1.03 */
  84. - public release!
  85. - added html5 video to plugins
  86. - added page navi to plugins
  87. - general fixes and optimization
  88. /* v1.02 */
  89. - html5 updates and semantic layout corrected
  90. - added search css & custom functions
  91. - added functionality from the html5boilerplate
  92. /* v1.01 */
  93. - added related posts functions
  94. - general css fixes
  95. /* v1.00 */
  96. - i thought "there must be a better way"
  97. - did something about it