Merge git://github.com/melinath/philo into melinath
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 22 Jun 2010 16:05:04 +0000 (12:05 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 22 Jun 2010 16:05:04 +0000 (12:05 -0400)
commit132379d86ad326bdd923e07f9dd0c4ed1c4e348a
treede84591f36c591a4a5f60efdbdac67d67eb9093e
parent48e24c78145414580099209ae49f6b41d10ec7c9
parent7515976d9cc927f6f72a191442c5788856f610fd
Merge git://github.com/melinath/philo into melinath

* git://github.com/melinath/philo:
  Switched URLRedirectValidator and URLLinkValidator to subclass directly from RegexValidator. --Avoids having to implement verify_exists for a link on a node that, say, might not even be on a site per se. If that's something I want later, I can look at it then... for now, this will fulfill its function just fine.
  Explicated DoesNotExist exception for PageAdmin save_model method.
  Added get_path fallback to slug to increase information flow by reducing the number of ? displayed
  Revert Redirect unicode.
  Added Redirect unicode.
  Added redirect and link validators to allow internal-style absolute and relative links/redirects.
  Fixed null content reference id bug.