index
:
django-brevisurl
make-max-length-settings-variable-backwards-compatible
master
Django app for shortening urls
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
brevisurl
Age
Commit message (
Collapse
)
Author
2013-10-17
Commenting test length
Marc-Olivier Titeux
2013-10-17
Corrected merge from local imports
Marc-Olivier Titeux
2013-10-17
Missed branch... missed import
Marc-Olivier Titeux
2013-10-17
Added tests for length original url
Marc-Olivier Titeux
2013-10-17
Missed settings in context
Marc-Olivier Titeux
2013-10-17
original url length from settings
Marc-Olivier Titeux
2012-09-17
Fixes for version 1.0
1.0
Vladimir Gorej
2012-09-17
Issue #13; using absurl util whenrever possible
Vladimir Gorej
2012-09-17
Updated README and context processors values
Vladimir Gorej
2012-09-17
Issue #17; stripping slash from shortened token url
Vladimir Gorej
2012-06-21
Issue #15; fixed redirect view for local backend"
Vladimir Gorej
2012-06-20
Issue #9; absurl util for constructing absolute urls directly in code
Vladimir Gorej
2012-06-20
Issue #5; Configure protocol of local backend via settings
Vladimir Gorej
2012-06-20
Issue #10; Local backend short url domain
Vladimir Gorej
2012-06-20
Issue #1; configurable token length
Vladimir Gorej
2012-06-20
Issue #7; configurable token characters
Vladimir Gorej
2012-06-20
Cleanup after merging pull request from unaizalakain
Vladimir Gorej
2012-06-10
no validation in original URL, that's supposed to be done elsewhere, so
Unai Zalakain
URLs like "/without/domain" could be added
2012-06-10
silly bugs fixed
Unai Zalakain
2012-06-08
raise TokensExhausted when maximum ShortUrl objects are reached
Unai Zalakain
2012-05-29
Fixed bug with brevisurl redirect view
Vladimir Gorej
2012-05-29
Fixed bug in absurl template tag
Vladimir Gorej
2012-05-29
Added support for bypasing django site framework
0.9.1
Vladimir Gorej
2012-05-28
First beta release
Vladimir Gorej
2012-05-27
Initial commit
Vladimir Gorej