brevno-suite/hugo
9 years agoAdd bind to release notes
bep [Thu, 7 May 2015 20:08:11 +0000 (22:08 +0200)]
Add bind to release notes

9 years agoMake server bind interface configurable.
Liam Bowen [Sat, 2 May 2015 02:28:21 +0000 (22:28 -0400)]
Make server bind interface configurable.

Bind by default to 127.0.0.1. Previously it always bound to all interfaces.

Always have log message display that the server is available on the
interface to which it is bound, instead of the baseUrl.

Fixes #1097

9 years agoFix multilingual styling with small screen.
Egon Elbre [Sun, 26 Apr 2015 16:25:23 +0000 (19:25 +0300)]
Fix multilingual styling with small screen.

9 years agoAdded missing files, make the site look better.
Egon Elbre [Sun, 26 Apr 2015 16:23:38 +0000 (19:23 +0300)]
Added missing files, make the site look better.

9 years agoFix multilingual site layouts/templates.
Egon Elbre [Sun, 26 Apr 2015 15:42:09 +0000 (18:42 +0300)]
Fix multilingual site layouts/templates.

9 years agoAdd blackfriday/ExtensionsMask option.
Yosuke INOUE [Thu, 16 Apr 2015 01:54:10 +0000 (10:54 +0900)]
Add blackfriday/ExtensionsMask option.

9 years agoAllow 'classprefix' pygments options.
Andrew Gallant [Thu, 7 May 2015 00:55:28 +0000 (20:55 -0400)]
Allow 'classprefix' pygments options.

9 years agoAdd shortcode support for HTML files
bep [Wed, 6 May 2015 17:11:33 +0000 (19:11 +0200)]
Add shortcode support for HTML files

Fixes #674

9 years agoDo not add trailing slash to baseURL
bep [Tue, 5 May 2015 14:02:52 +0000 (16:02 +0200)]
Do not add trailing slash to baseURL

Fixes #1105

9 years agoPolish absurlreplacer
bep [Mon, 4 May 2015 10:51:48 +0000 (12:51 +0200)]
Polish absurlreplacer

9 years agoRename field i to the more descriptive idx
bep [Sun, 3 May 2015 22:06:10 +0000 (00:06 +0200)]
Rename field i to the more descriptive idx

9 years agoabsurlreplacer: remove superfluous code, take 2
bep [Sun, 3 May 2015 21:04:38 +0000 (23:04 +0200)]
absurlreplacer: remove superfluous code, take 2

 ```
benchmark                    old ns/op     new ns/op     delta
BenchmarkAbsURL              17946         17454         -2.74%
BenchmarkAbsURLSrcset        19236         18979         -1.34%
BenchmarkXMLAbsURLSrcset     19046         18688         -1.88%
BenchmarkXMLAbsURL           9561          9432          -1.35%

benchmark                    old allocs     new allocs     delta
BenchmarkAbsURL              24             24             +0.00%
BenchmarkAbsURLSrcset        29             29             +0.00%
BenchmarkXMLAbsURLSrcset     27             27             +0.00%
BenchmarkXMLAbsURL           12             12             +0.00%

benchmark                    old bytes     new bytes     delta
BenchmarkAbsURL              3139          3139          +0.00%
BenchmarkAbsURLSrcset        2374          2369          -0.21%
BenchmarkXMLAbsURLSrcset     2574          2572          -0.08%
BenchmarkXMLAbsURL           1871          1871          +0.00%

```

See #1059

9 years agoabsurlreplacer: remove superfluous code
bep [Sun, 3 May 2015 20:42:56 +0000 (22:42 +0200)]
absurlreplacer: remove superfluous code

```
benchmark                    old ns/op     new ns/op     delta
BenchmarkAbsURL              18381         17946         -2.37%
BenchmarkAbsURLSrcset        19531         19236         -1.51%
BenchmarkXMLAbsURLSrcset     19316         19046         -1.40%
BenchmarkXMLAbsURL           9818          9561          -2.62%

benchmark                    old allocs     new allocs     delta
BenchmarkAbsURL              24             24             +0.00%
BenchmarkAbsURLSrcset        29             29             +0.00%
BenchmarkXMLAbsURLSrcset     27             27             +0.00%
BenchmarkXMLAbsURL           12             12             +0.00%

benchmark                    old bytes     new bytes     delta
BenchmarkAbsURL              3139          3139          +0.00%
BenchmarkAbsURLSrcset        2354          2374          +0.85%
BenchmarkXMLAbsURLSrcset     2584          2574          -0.39%
BenchmarkXMLAbsURL           1864          1871          +0.38%
```

See #1059

9 years agoAdd benchmark tests for srcset handling
bep [Sun, 3 May 2015 18:57:47 +0000 (20:57 +0200)]
Add benchmark tests for srcset handling

See #1059

9 years agoFix testdata: srcset items should be comma separated, according to spec
bep [Sun, 3 May 2015 18:09:36 +0000 (20:09 +0200)]
Fix testdata: srcset items should be comma separated, according to spec

See #1059

9 years agocanonifyurls in srcset
bep [Sun, 3 May 2015 17:54:17 +0000 (19:54 +0200)]
canonifyurls in srcset

Speed is about the same as before, uses slightly less memory:

```
benchmark              old ns/op     new ns/op     delta
BenchmarkAbsURL        17302         17713         +2.38%
BenchmarkXMLAbsURL     9463          9470          +0.07%

benchmark              old allocs     new allocs     delta
BenchmarkAbsURL        28             24             -14.29%
BenchmarkXMLAbsURL     14             12             -14.29%

benchmark              old bytes     new bytes     delta
BenchmarkAbsURL        3422          3144          -8.12%
BenchmarkXMLAbsURL     1985          1864          -6.10%
```

Fixes #1059

9 years agoDisable faulty range validation in apply
bep [Sat, 2 May 2015 09:32:38 +0000 (11:32 +0200)]
Disable faulty range validation in apply

Fixed #1098

9 years agoTry to make it more visible that you have to set baseUrl
bep [Fri, 1 May 2015 22:24:46 +0000 (00:24 +0200)]
Try to make it more visible that you have to set baseUrl

9 years agotpl: check that types in args match the target func's type
bep [Fri, 1 May 2015 15:00:22 +0000 (17:00 +0200)]
tpl: check that types in args match the target func's type

Fixes #1095

9 years agoabsurl: export a base url var for testing
bep [Fri, 1 May 2015 10:29:10 +0000 (12:29 +0200)]
absurl: export a base url var for testing

9 years agoshortcodeparser: fix panic on slash following opening shortcode comment
bep [Thu, 30 Apr 2015 13:59:14 +0000 (15:59 +0200)]
shortcodeparser: fix panic on slash following opening shortcode comment

Fixes #1093

9 years agotpl: add sanity check to prevent panic in seq on big nums
bep [Thu, 30 Apr 2015 11:25:45 +0000 (13:25 +0200)]
tpl: add sanity check to prevent panic in seq on big nums

Fixes #1092

9 years agotpl: check for too many arguments in apply
bep [Thu, 30 Apr 2015 09:41:25 +0000 (11:41 +0200)]
tpl: check for too many arguments in apply

Fixes #1091

9 years agotpl: check slice bounds in slicestr
bep [Thu, 30 Apr 2015 09:26:34 +0000 (11:26 +0200)]
tpl: check slice bounds in slicestr

Fixes #1090

9 years agotpl: avoid panic on too few args to apply
bep [Thu, 30 Apr 2015 08:51:01 +0000 (10:51 +0200)]
tpl: avoid panic on too few args to apply

Fixes #1089

9 years agodoc: move the index func reference to where it's used
bep [Wed, 29 Apr 2015 20:40:31 +0000 (22:40 +0200)]
doc: move the index func reference to where it's used

9 years agoAdd index reference to go template primer doc page
Rick Cogley [Tue, 28 Apr 2015 22:41:08 +0000 (07:41 +0900)]
Add index reference to go template primer doc page

Related to @bjornerik 's answer in this discussion: http://discuss.gohugo.io/t/inserting-data-from-data-file-into-content-file-newbie-question/1002/3 ... I figured I'd make myself useful and add the reference to the index function, on the go template primer page.

Also, I moved the reference links to the bottom.

A general comment: as good as these docs are, the primer at this point makes some assumptions about audience knowledge, so some might find it lacking. Once I understand better, I might make some more clarifying edits.

9 years agoFix typo in test
bep [Wed, 29 Apr 2015 17:21:57 +0000 (19:21 +0200)]
Fix typo in test

9 years agoReturn error from HandleShortcodes
bep [Wed, 29 Apr 2015 17:08:34 +0000 (19:08 +0200)]
Return error from HandleShortcodes

To be able to test for it.

9 years agoPrint ERROR on theme vs Hugo version mismatch
bep [Tue, 28 Apr 2015 18:39:11 +0000 (20:39 +0200)]
Print ERROR on theme vs Hugo version mismatch

Fixes #1070

9 years agoClarify partials folder subfolders
Rick Cogley [Mon, 27 Apr 2015 01:34:09 +0000 (10:34 +0900)]
Clarify partials folder subfolders

A couple of edits to clarify that the layout/partials folder can contain arbitrarily-named subfolders, since I found the examples using ``{{ partial "post/tag/list" . }}`` confusing. Some folders are named specifically to work a certain way with hugo, but although the examples use key functional section and taxonomy names like post and tag, it does not matter what they are called. Hopefully this will help other newbs.

9 years agoSingle rather than double backticks in types.md
Rick Cogley [Fri, 24 Apr 2015 09:10:51 +0000 (18:10 +0900)]
Single rather than double backticks in types.md

Whoops, I had the new hugo new as double backticks but it appears only single are needed.

9 years agoClarify hugo new command in types.md
Rick Cogley [Fri, 24 Apr 2015 09:05:50 +0000 (18:05 +0900)]
Clarify hugo new command in types.md

Elsewhere in the docs commands are entered as code, so to be consistent with that, added backticks and the word hugo.

9 years agoFix broken Travis tests
bep [Wed, 22 Apr 2015 16:59:46 +0000 (18:59 +0200)]
Fix broken Travis tests

No idea why these suddenly starts to fail.

9 years agoDo not fail on unknown files in /data
bep [Wed, 22 Apr 2015 16:36:07 +0000 (18:36 +0200)]
Do not fail on unknown files in /data

Fixes #1068

9 years agopagination: export pager to make Golint happy
bep [Tue, 21 Apr 2015 19:25:42 +0000 (21:25 +0200)]
pagination: export pager to make Golint happy

9 years agoUse fmt.Errorf to make Golint happy
bep [Tue, 21 Apr 2015 19:13:28 +0000 (21:13 +0200)]
Use fmt.Errorf to make Golint happy

9 years agoAdd shortcut to Scratch from shortcode
bep [Sun, 19 Apr 2015 12:50:24 +0000 (14:50 +0200)]
Add shortcut to Scratch from shortcode

9 years agodoc: clarify Scratch usage in shortcodes
bep [Sun, 19 Apr 2015 09:30:10 +0000 (11:30 +0200)]
doc: clarify Scratch usage in shortcodes

9 years agoCheck spelling and some minor additions to Ace doc
bep [Sat, 18 Apr 2015 21:06:14 +0000 (23:06 +0200)]
Check spelling and some minor additions to Ace doc

9 years agoAdd doc for Ace templates
bep [Sat, 18 Apr 2015 18:23:14 +0000 (20:23 +0200)]
Add doc for Ace templates

Fixes #1063

9 years agoExpand the ACE base template lookup pattern
bep [Sat, 18 Apr 2015 11:58:35 +0000 (13:58 +0200)]
Expand the ACE base template lookup pattern

The previous implementation didn't easily support the use case "I want one base template for the single pages, another for the rest".

The new lookup order is:

1. <current-path>/<template-name>-baseof.ace, e.g. list-baseof.ace
2. <current-path>/baseof.ace
3. _default/<template-name>-baseof.ace, e.g. list-baseof.ace.
4. _default/baseof.ace

9 years agoPolish func naming in shortcode handling
bep [Fri, 17 Apr 2015 22:40:54 +0000 (00:40 +0200)]
Polish func naming in shortcode handling

9 years agoRemove unused types Shortcode and ShortcodeFunc
bep [Fri, 17 Apr 2015 22:32:07 +0000 (00:32 +0200)]
Remove unused types Shortcode and ShortcodeFunc

9 years agoOnly write highlight to cache when CacheDir is set
bep [Thu, 16 Apr 2015 00:27:37 +0000 (02:27 +0200)]
Only write highlight to cache when CacheDir is set

To avoid writing cache files when testing.

9 years agoFix broken Highlight test
bep [Thu, 16 Apr 2015 00:20:15 +0000 (02:20 +0200)]
Fix broken Highlight test

9 years agoTemporarily disable Highlight test
bep [Wed, 15 Apr 2015 22:58:17 +0000 (00:58 +0200)]
Temporarily disable Highlight test

9 years agoAdd more options to highlight
bep [Wed, 15 Apr 2015 18:31:05 +0000 (20:31 +0200)]
Add more options to highlight

Fixes #1021

9 years agoFix potential Windows path issue with Pygments cache
bep [Tue, 14 Apr 2015 17:58:37 +0000 (19:58 +0200)]
Fix potential Windows path issue with Pygments cache

9 years agoAdded isso as a Disqus alternative to the docs
Florian Baumann [Thu, 2 Apr 2015 08:16:18 +0000 (10:16 +0200)]
Added isso as a Disqus alternative to the docs

Hi,

I'm using isso with my hugo blog which works just fine.
I think this should be added to the docs :)

Thanks!

9 years agoAdd "Google Cloud Storage" article to docs Press page
Anthony Fok [Fri, 10 Apr 2015 20:19:54 +0000 (14:19 -0600)]
Add "Google Cloud Storage" article to docs Press page

See #1055

9 years agoTypo in mathjax.md
Samuel Lelièvre [Fri, 10 Apr 2015 09:26:46 +0000 (11:26 +0200)]
Typo in mathjax.md

9 years agoAdd Google Cloud Storage to doc
complexsplit [Wed, 8 Apr 2015 03:02:20 +0000 (23:02 -0400)]
Add Google Cloud Storage to doc

10 years agoFix spelling mistake in comment
bep [Tue, 7 Apr 2015 13:17:24 +0000 (15:17 +0200)]
Fix spelling mistake in comment

10 years agoAdd custom Windows mousestrap message
bep [Tue, 7 Apr 2015 11:01:04 +0000 (13:01 +0200)]
Add custom Windows mousestrap message

Fixes #1022

10 years agoRemove section about the buildDate being configurable
bep [Mon, 6 Apr 2015 14:30:46 +0000 (16:30 +0200)]
Remove section about the buildDate being configurable

It isn't.

10 years agoFix README part about missing Windows tests
bep [Mon, 6 Apr 2015 13:15:51 +0000 (15:15 +0200)]
Fix README part about missing Windows tests

We now have AppVeyor.

10 years agoAdd git commit message guideline
bep [Mon, 6 Apr 2015 13:11:48 +0000 (15:11 +0200)]
Add git commit message guideline

Also rearranged the contribution section to get more attention to the important stuff.

10 years agotpl: split template.go
bep [Sun, 5 Apr 2015 19:03:16 +0000 (21:03 +0200)]
tpl: split template.go

The template funcs get their own file. This prevents having to scroll miles to get to the template infrastructure.

10 years agoDocument getenv template function
mdhender [Sun, 5 Apr 2015 01:07:25 +0000 (20:07 -0500)]
Document getenv template function

Add `getenv` to the template function documentation.

10 years agoAdd a section comparing the 'build' and 'server'
mdhender [Sat, 4 Apr 2015 08:13:06 +0000 (03:13 -0500)]
Add a section comparing the 'build' and 'server'

One of the first things that new users have to understand is the
difference between Hugo as a web server and Hugo as a web site
generator. Issue #852 asked for documentation to make that clear.

This patch updates the overview page with that information. It will
seem repetitive to users that understand the difference. Weigh that
against the needs of those that don't.

Reference #852

10 years agoSort function names in templates documentation
mdhender [Sat, 4 Apr 2015 09:12:11 +0000 (04:12 -0500)]
Sort function names in templates documentation

The documentation on the functions is long.  It is easier to find
a function name when they are sorted within the sections.

Fixes #981

10 years agodocs: how to compile on mac, fix minor errors
Alex Dunn [Sat, 4 Apr 2015 18:17:19 +0000 (11:17 -0700)]
docs: how to compile on mac, fix minor errors

10 years agohelpers: add some missing documentation
bep [Fri, 3 Apr 2015 20:29:57 +0000 (22:29 +0200)]
helpers: add some missing documentation

10 years agoFix the last Go Vet error
bep [Fri, 3 Apr 2015 20:18:16 +0000 (22:18 +0200)]
Fix the last Go Vet error

10 years agohugolib: make Page implement the ReaderFrom interface
bep [Fri, 3 Apr 2015 19:41:12 +0000 (21:41 +0200)]
hugolib: make Page implement the ReaderFrom interface

10 years agohelpers: fix some go vet errors
bep [Fri, 3 Apr 2015 19:20:27 +0000 (21:20 +0200)]
helpers: fix some go vet errors

10 years agoReturn early from DistinctErrorLogger's Printf
bep [Fri, 3 Apr 2015 19:16:36 +0000 (21:16 +0200)]
Return early from DistinctErrorLogger's Printf

10 years agoList directories being watched when server is run
Dylan MacKenzie [Thu, 2 Apr 2015 04:40:29 +0000 (21:40 -0700)]
List directories being watched when server is run

Fixes part of issue 1030. Previously hugo only listed the content
directory as being watched. Now we list all files being watched
according to `commands.getDirList()`. We also introduce a RemoveSubpaths
function and test in the helpers module to reduce noise in the command
line output by not showing subdirectories of ones already being watched.

For example, instead of:
`Watching for changes in $HOME/blog/content`
We get:
`Watching for changes in
$HOME/blog/{data,content,layouts,static,themes/my-theme}`

10 years agodocumentation: mention data files under liverload
bep [Wed, 1 Apr 2015 21:25:18 +0000 (23:25 +0200)]
documentation: mention data files under liverload

10 years agoRemove paragraph tags produced by markdownify
bep [Wed, 1 Apr 2015 13:40:08 +0000 (15:40 +0200)]
Remove paragraph tags produced by markdownify

Fixes #1025

10 years agoMake contentTransformer names consistent
bep [Tue, 31 Mar 2015 22:54:26 +0000 (00:54 +0200)]
Make contentTransformer names consistent

10 years agoReturn error on wrong use of the Paginator
bep [Tue, 31 Mar 2015 20:33:24 +0000 (21:33 +0100)]
Return error on wrong use of the Paginator

`Paginate`now returns error when

1) `.Paginate` is called after `.Paginator`
2) `.Paginate` is repeatedly called with different arguments

This should help remove some confusion.

This commit also introduces DistinctErrorLogger, to prevent spamming the log for duplicate rendering errors from the pagers.

Fixes #993

10 years agoAdd pager size argument to paginator methods
bep [Tue, 31 Mar 2015 17:12:54 +0000 (19:12 +0200)]
Add pager size argument to paginator methods

Fixes #1013

10 years agoUpdates documentation with instructions for a Windows computer
mdhender [Tue, 31 Mar 2015 02:42:25 +0000 (21:42 -0500)]
Updates documentation with instructions for a Windows computer

Adds step-by-step instructions for installing from the official
tarball.

Fixes #1007

10 years agoCapitalize singular
Bruno Clermont [Sun, 15 Mar 2015 13:51:16 +0000 (20:51 +0700)]
Capitalize singular

Added in #523 it's ``Data.Singular``

10 years agoUpdates documentation with instructions for a Mac
Michael Henderson [Sun, 29 Mar 2015 04:02:57 +0000 (23:02 -0500)]
Updates documentation with instructions for a Mac

Adds step-by-step instructions for installing from both brew and
the official tarball. Not sure if steps for installing from source
belong here, so left them out.

Fixes #1005

10 years agoUpdate embedded rss.xml code in the docs
sainaen [Sat, 28 Mar 2015 09:41:44 +0000 (11:41 +0200)]
Update embedded rss.xml code in the docs

10 years agoAdd some more corner tests for ReaderContains
bep [Sun, 29 Mar 2015 23:22:08 +0000 (01:22 +0200)]
Add some more corner tests for ReaderContains

10 years agoFix shortcode handling in ToC
bep [Sun, 29 Mar 2015 20:27:14 +0000 (22:27 +0200)]
Fix shortcode handling in ToC

Fixes #1010

10 years agoHandle views in combo with Ace base templates
bep [Sun, 29 Mar 2015 19:12:13 +0000 (20:12 +0100)]
Handle views in combo with Ace base templates

As views looks like a regular template, but doesn't need a base template, we have to look inside it.

Altough really not needed by this commit, reading the full file content into memory just to do a substring search is a waste.
So this commit implements a `ReaderContains` func that in most cases should be much faster than doing an `ioutil.ReadAll` and `bytes.Contains`:

```
benchmark                   old ns/op     new ns/op     delta
BenchmarkReaderContains     78452         20260         -74.18%

benchmark                   old allocs     new allocs     delta
BenchmarkReaderContains     46             20             -56.52%

benchmark                   old bytes     new bytes     delta
BenchmarkReaderContains     46496         1258          -97.29%
```

Fixes #999

10 years agoHash all pygments parameters.
Ruben Vermeersch [Sun, 29 Mar 2015 10:55:46 +0000 (12:55 +0200)]
Hash all pygments parameters.

Ensures that Hugo rehighlights source code whenever one of the
highlighting options changes.

10 years agoUse helpers.FilePathSeparator const
bep [Sat, 28 Mar 2015 20:46:02 +0000 (21:46 +0100)]
Use helpers.FilePathSeparator const

10 years agoFix section name guessing on Windows
Nuno Antunes [Sat, 28 Mar 2015 16:22:34 +0000 (16:22 +0000)]
Fix section name guessing on Windows

10 years agoCache pygments rendering between runs
Ruben Vermeersch [Fri, 27 Mar 2015 16:05:17 +0000 (17:05 +0100)]
Cache pygments rendering between runs

Fixes #1000

10 years agoAdd support for Ace base and inner templates
bep [Thu, 26 Mar 2015 16:22:45 +0000 (17:22 +0100)]
Add support for Ace base and inner templates

Fixes #994
Fixes #511

10 years agoAdd missing ".adoc" extension in handler_page.go
Anthony Fok [Wed, 25 Mar 2015 02:27:06 +0000 (20:27 -0600)]
Add missing ".adoc" extension in handler_page.go

Commit 358dcce supposedly added ".adoc" extension recognition
for AsciiDoc, but one place was missed.

Thanks to @sjfloat for reporting the bug!
See discussions at #470.

10 years agoChange to variadic int args in Slicestr
bep [Mon, 23 Mar 2015 18:18:17 +0000 (19:18 +0100)]
Change to variadic int args in Slicestr

Makes for a better template api.

10 years agoImplement substr template function
Anthony Fok [Mon, 23 Mar 2015 17:23:13 +0000 (11:23 -0600)]
Implement substr template function

Its behavior is similar to that in JavaScript
with special handling of negative length as found in in PHP.

Fixes #991

10 years agoRename Slice to Slicestr
bep [Mon, 23 Mar 2015 15:24:18 +0000 (16:24 +0100)]
Rename Slice to Slicestr

Fixes #990

10 years agoPolish Slice doc
bep [Mon, 23 Mar 2015 11:42:42 +0000 (12:42 +0100)]
Polish Slice doc

10 years agoRename Substr to Slice
bep [Mon, 23 Mar 2015 11:18:34 +0000 (12:18 +0100)]
Rename Substr to Slice

That is whas was implemented, not Substr.

Also make the API more similar to Go's internal slice by making both the start and end indices optional.

See #990

10 years agoPolish Substr and Split tests
bep [Sun, 22 Mar 2015 12:52:35 +0000 (13:52 +0100)]
Polish Substr and Split tests

10 years agoAdd Substr and Split template functions
Xin Fan [Fri, 20 Mar 2015 02:44:53 +0000 (13:44 +1100)]
Add Substr and Split template functions

Both of these can take any type the cast lib can turn into a string.

10 years agoPull Data Files tests into its own file
bep [Thu, 19 Mar 2015 16:23:14 +0000 (17:23 +0100)]
Pull Data Files tests into its own file

10 years agoFormat docs
bep [Thu, 19 Mar 2015 01:09:42 +0000 (02:09 +0100)]
Format docs

10 years agoRename interface contentRewriter to contentTransformer
bep [Thu, 19 Mar 2015 00:55:49 +0000 (01:55 +0100)]
Rename interface contentRewriter to contentTransformer

Is is a much better name.

10 years agoChange safeHTtml to safeHTML in sitemap template
bep [Wed, 18 Mar 2015 20:27:29 +0000 (21:27 +0100)]
Change safeHTtml to safeHTML in sitemap template

10 years agotemplate: add some missing test cases for First
bep [Wed, 18 Mar 2015 19:47:10 +0000 (20:47 +0100)]
template: add some missing test cases for First

10 years agotransform: remove some superfluous int conversions
bep [Wed, 18 Mar 2015 19:18:18 +0000 (20:18 +0100)]
transform: remove some superfluous int conversions