Gustavo Niemeyer
84fc7be938
interface.go => page.go (avoid "Go interface")
2014-04-05 02:17:27 -03:00
Gustavo Niemeyer
678762bb84
Allow uppercase usernames.
2014-04-05 02:11:45 -03:00
Gustavo Niemeyer
b660e6cc1b
Merge back from GitHub's master.
2014-04-05 02:04:09 -03:00
Gustavo Niemeyer
53dd2f8a45
Add "For more details" note.
2014-04-05 01:21:45 -03:00
Gustavo Niemeyer
966f02619c
Peel-off annotated tags.
2014-04-05 00:59:18 -03:00
Gustavo Niemeyer
a202dc02e0
Minor polishing before the release.
...
- Improve Repo methods and fields.
- Bring back documentation redirection on URL fragments.
- Fix hrefs in version map so they point to the SubPath
and take OldFormat into account.
2014-04-05 00:12:52 -03:00
GeertJohan
8f69a030ee
Change regexp to allow uppercase letters in username/organization name
2014-04-05 02:02:24 +02:00
GeertJohan
a00e6b0e8c
Fix template to work with path and v0
2014-04-05 01:51:26 +02:00
GeertJohan
88f9c49186
Add better support for v0 rules in template
2014-04-05 01:45:09 +02:00
GeertJohan
7bc102f628
Change comments on dataPackage fields
2014-04-05 01:31:27 +02:00
GeertJohan
7f05a9823c
Use one-line formatting for VersionList sort.Interface implementations
2014-04-05 01:30:33 +02:00
GeertJohan
94cfe607cb
Remove dispensable var
2014-04-05 01:27:21 +02:00
GeertJohan
aa591d48ee
Remove old code
2014-04-05 01:25:40 +02:00
GeertJohan
af91d449d3
inline goget var
2014-04-05 01:24:15 +02:00
GeertJohan
4dccdf9073
Drop versioned name feature
2014-04-05 01:21:53 +02:00
GeertJohan
485a1b25b0
Fix "typo"
2014-04-05 01:18:49 +02:00
GeertJohan
79b0b7f398
Small updates.
...
Center footer.
consistent link tags.
Gettings started styling (text size and padding).
2014-04-05 01:00:33 +02:00
GeertJohan
6febd8feda
Add footer
2014-04-05 00:29:41 +02:00
GeertJohan
151f2e6f7c
Fix fonts.googleapis.com include for https
...
Put phrases in <p>
2014-04-05 00:16:18 +02:00
GeertJohan
f2f6cbda4e
Add interface page.
...
Add VersionList ([]Version) implementing sort.Interface.
Changed hackedRefs to also return a VersionList holding all valid versions for a repo.
Change Repo struct to hold parts and added methods to construct useful strings from those parts.
Comment out the whole nameHasversion() thingie. It was noted as obsolte made it harder to create clean Repo struct.
2014-04-05 00:00:31 +02:00
Gustavo Niemeyer
00ff40db83
Merge pull request #3 from GeertJohan/master
...
Add missing return statement.
2014-04-04 16:18:11 -03:00
GeertJohan
ca4ee5569f
Add missing return statement.
...
Caused a panic when repo could not be reached.
2014-04-04 20:15:12 +02:00
Gustavo Niemeyer
22ed8eb873
Merge pull request #2 from GeertJohan/master
...
Handle version overflow better. Add missing return.
2014-04-02 17:08:09 -03:00
GeertJohan
ed9d42974f
Check for integer overflow in parseVersionPart
2014-04-02 21:51:40 +02:00
GeertJohan
8be904041c
Revert "Use strconv and strings to parse version string."
...
This reverts commit 517a7be269
.
2014-04-02 21:50:54 +02:00
GeertJohan
d25e20e4a7
Revert "Send nice error when version number is out of range"
...
This reverts commit f4151cb744
.
2014-04-02 21:50:39 +02:00
GeertJohan
2d60a9d54d
Revert "Fix parsing return values for zero parts, and allow zero when len(part) == 1"
...
This reverts commit fd83e1645f
.
2014-04-02 21:50:28 +02:00
GeertJohan
4e5dedf9f0
Add .gitignore
2014-04-02 21:28:33 +02:00
GeertJohan
fd83e1645f
Fix parsing return values for zero parts, and allow zero when len(part) == 1
2014-04-02 21:23:19 +02:00
GeertJohan
f4151cb744
Send nice error when version number is out of range
2014-04-02 21:19:03 +02:00
GeertJohan
517a7be269
Use strconv and strings to parse version string.
...
By using strconv, value out of range problems are catched and a
version part thats too high will not cause trouble.
2014-04-02 21:02:19 +02:00
GeertJohan
d3f8a12f51
Fix missing return statement
2014-04-02 21:01:09 +02:00
Gustavo Niemeyer
0f1e91a464
Add version files.
2014-03-31 16:06:12 -03:00
Gustavo Niemeyer
c1a41612fe
godoc.org is down; redirect to labix.org instead.
2014-03-31 14:49:30 -03:00
Gustavo Niemeyer
19383a958b
Add README.md to workaround broken godoc.org.
2014-03-31 14:16:32 -03:00
Gustavo Niemeyer
3334c06823
New versioning pattern.
2014-03-29 00:35:54 -03:00
Gustavo Niemeyer
e688f13d79
Improved version matching.
2014-03-25 01:53:10 -03:00
Gustavo Niemeyer
95414b2945
Import into repository.
2014-03-06 06:01:15 -03:00