log.txt 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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.06 */
  11. - added custom post type and taxonomies file
  12. - created custom post type template
  13. - added readme.txt file (really for no reason at all)
  14. - fixed the margin on the comments title
  15. - removed duplicate text-align calls in css /* Thanks Dom */
  16. - added add_theme_support( 'automatic-feed-links' ) replacing
  17. the deprecated automatic_feed_links();
  18. - added the language_attributes(); to the html tag
  19. - replaced attribute_escape with esc_attr() in search.php
  20. - bloginfo('url') in header replaced with echo home_url()
  21. - using get_template_directory_uri() instead of bloginfo('template_directory')
  22. - using get_the_author_meta('display_name') instead of deprecated function
  23. - fixed error in bones.php for menu fallback /* thanks Mark */
  24. - creating thumbnail fallback functions
  25. - added header.js and moved modernizr & imgsizer in that file
  26. - added lazy load jquery plugin
  27. - moved dd_belatedpng.js inside the ie folder in the libs folder
  28. - changed class of main menu to .menu from .nav
  29. - added more css for menu
  30. - added additional selectors to the style.css in the root
  31. - removed the top margin of the footer menu
  32. /* v1.05 */
  33. - fixed typos in style.css file & logs
  34. - updated selectivizr to latest version
  35. - added "embed, ruby, output" to the reset stylesheet based on
  36. Eric Meyer's recent reset styles.
  37. - removed duplicate styles in reset & default stylesheet
  38. - fixed col460 and changed it to col480
  39. - added text-align styles to default stylesheet
  40. /* v1.04 Quick Fix */
  41. - fixed error with script call that was deprecated.
  42. /* v1.04 */
  43. - moved the custom script call and pngfix to the footer
  44. from the bones file so it's easier to see what's being
  45. called.
  46. - moved apple-touch-icon.png to the library/images folder so
  47. file locations are consistent.
  48. - added a log file to keep track of changes
  49. - fixed html5 video functionality & fallback (w00t!)
  50. - moved stylesheet call below the wp_head as an experiment.
  51. - added wp_titletag to the header
  52. - added pingback function to the header
  53. - fixed bug where page navi would show up even on pages
  54. with only one page of results.
  55. - changed the way page navi is called in the archives, search,
  56. and index pages.
  57. /* v1.03 */
  58. - public release!
  59. - added html5 video to plugins
  60. - added page navi to plugins
  61. - general fixes and optimization
  62. /* v1.02 */
  63. - html5 updates and semantic layout corrected
  64. - added search css & custom functions
  65. - added functionality from the html5boilerplate
  66. /* v1.01 */
  67. - added related posts functions
  68. - general css fixes
  69. /* v1.00 */
  70. - i thought "there must be a better way"
  71. - did something about it