brevno-suite/hugo
2015-02-06 bepUse buffer pool in StripHTML
2015-02-06 bepLog ERROR on missing baseurl
2015-02-06 bepAdd benchmark test for StripHTML
2015-02-05 bepFix Truncate
2015-02-05 bepReplace 4 strings.Replace with 1 strings.Replacer
2015-02-05 bepAdd memprofile to pprof benchmark
2015-02-04 bepAvoid calling strings.Fields multiple times with same...
2015-02-04 bepBuild PageMenus only once
2015-02-02 Mary AnthonyTighten README for the sloppy reader
2015-02-01 bepAvoid panic on unknown markup
2015-02-01 bepScratch doc: Use the special $ variable to prevent...
2015-02-01 bepUse .Site.Params.description as fallback for social...
2015-01-31 bepOptimize for the common case in Blackfriday config
2015-01-31 Anthony FokPrint template parsing errors to aid troubleshooting
2015-01-31 Naoya InadaFix defaults for Blackfriday
2015-01-31 bepAdd doc for Scratch
2015-01-31 bepAdd writable context to Node
2015-01-31 bepPrevent site config being overwritten
2015-01-31 Anthony Fok[Docs] Fix more missing `.` in example `partial` calls
2015-01-31 Dan HatchFixed syntax error in 404.html template code
2015-01-31 spf13Updating shortcode imports & site test to work with...
2015-01-31 spf13Merge branch 'master' of github.com:spf13/hugo
2015-01-30 bepSome more .Date.IsZero checks in internal templates
2015-01-30 bepRemove _default prefix from SEO templates
2015-01-30 spf13page rendering and writing using BBP
2015-01-30 Anthony FokUse .Date.IsZero to skip unset date in embedded templates
2015-01-30 Jeffrey TolarUse strings instead of byte arrays for replaceShortcode...
2015-01-30 Jeffrey TolarUse a regular expression in replaceShortcodeTokens
2015-01-30 spf13site's XML generation using BBP
2015-01-30 spf13page source creation using BBP
2015-01-30 spf13transform chain using BBP
2015-01-30 spf13template render with BBP
2015-01-30 spf13shortcodes using BBP
2015-01-30 spf13Adding BufferPool. Implementing BP in ReaderTo{Bytes...
2015-01-30 bepurl_path => urlPath
2015-01-30 Dan HersamFix for issue 839 and 490 on Windows
2015-01-29 Anthony Fok[Docs] Complete the transition from "indexes" to "taxon...
2015-01-29 Anthony Fok[Docs] Copyediting
2015-01-28 Anthony Fok[Docs] Use OptiPNG to shrink PNG images losslessly
2015-01-28 Anthony FokSome housekeeping of the Showcase and Press pages
2015-01-28 bepAdd .mailmap to get a more correct author log
2015-01-28 fundonignore root path, no need strip traling slash
2015-01-28 Dan HersamVersion uses binary name instead of hugo
2015-01-27 Dan HersamAdded three videos to documentation.
2015-01-27 bepUse runtime.GOOS to identify Windows specific path...
2015-01-27 bep[doc] Improve paginator doc
2015-01-27 bepReplace assert.Equal(true/false) with assert.True/False
2015-01-27 bepDo not panic on permission denied
2015-01-27 bepSplit Windows and Unix specific path tests
2015-01-27 bepTemporarily comment out breaking Windows test case
2015-01-27 bepIntroduce FilepathPathBridge
2015-01-27 bepAdd more tests to helper
2015-01-27 bepImprove pagination testing
2015-01-26 bepLinkify release notes
2015-01-26 bepSet detault for Paginate to 10
2015-01-26 bepAdd documentation for pagination
2015-01-26 bepAdd Bootstrap-compatible pagination.html
2015-01-26 bepAdd pagination to release notes
2015-01-26 bepAdd pagination support for home page, sections and...
2015-01-26 Naoya InadaAdd site-wide/per-page [blackfriday] `extensions` option
2015-01-26 Wade WegnerWrong URL for Github Pages
2015-01-26 Jonathan AndersonMove s.prepUrl() before prepending BaseUrl.
2015-01-25 Kartik SinghalCorrect wercker URL
2015-01-25 Naoya InadaFix inverse notation
2015-01-24 Anthony FokMake Blackfriday smart fractions to really default...
2015-01-24 Anthony FokAdd site-wide/per-page [blackfriday] `fractions` option
2015-01-24 Anthony FokFix for page.GetParam() for JSON and TOML maps
2015-01-24 Anthony FokUpgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
2015-01-24 Jonathan AndersonHandle empty front matter in archetype.
2015-01-23 Anthony Fok[Docs]: Add new press/blog coverage about Hugo
2015-01-23 bepFix RelPermalink() and Urls in menus vs canonifyUrls
2015-01-23 Anthony Fok[Docs] Document the new (temp?) default of `canonifyurl...
2015-01-23 Anthony FokRevert "Try to fix mysterious test failures on Travis"
2015-01-22 bepTry to fix mysterious test failures on Travis
2015-01-22 bepAdd menu tests for pages with both Yaml and Toml front...
2015-01-22 bepRevert "Quick-and-dirty way to print details of templat...
2015-01-22 bepAdd dateFormat to release notes
2015-01-21 Tatsushi DemachiAdd dateFormat template function
2015-01-21 bepProtect the innerShortCodeCache by a RW lock
2015-01-21 bepCache the page's rendering context flags
2015-01-21 Anthony FokRegister rstHandler to restore experimental reST support
2015-01-21 bepMake ref and relref respect plainIdAnchors
2015-01-21 Peter Krautzbergerfix outdated MathJax CDN URL
2015-01-21 Anthony Fok[Docs] Use of `$.` to access global context from anywhere
2015-01-21 Anthony Fok[Docs] Recommend the use of backticks for IE conditionals
2015-01-20 Anthony FokFix string comparison for .Truncated page variable
2015-01-20 Anthony Fok[Docs] Correct description of "Read More" links in...
2015-01-20 Anthony FokFix two errors in two internal templates
2015-01-20 bepAdd missing assertion to trim-test
2015-01-20 Nikolay Kirshfix --uglyUrls params
2015-01-20 bepMinor polish in path/url
2015-01-20 bepAdd more tests to general helper
2015-01-20 bepAdd tests for IsSet
2015-01-20 bepAdd test binaries to .gitignore
2015-01-20 bepRefactor TestGt to also include Lt, Ge, Le, Eq and Ne
2015-01-20 Anthony Fok[Docs] Add a note about the plan to switch to Apache...
2015-01-20 bepAdd tests for Apply
2015-01-20 bepAdd inline doc for Apply
2015-01-20 bepRename ignoreDotFile to isDotFile (which is what it is)
2015-01-20 bepReplace regexp based Chomp with builtin TrimRight
next