# HG changeset patch # User Marcin Kuzminski # Date 1281265556 -7200 # Node ID 757c7eef0dcd4ec39c537ba14577b3c5ae81564f # Parent b1debb6c5a09471728b09578ef6565a9aacece2b implemented gravatars into main bar. Readme update diff -r b1debb6c5a09 -r 757c7eef0dcd README.rst --- a/README.rst Sun Aug 08 02:40:10 2010 +0200 +++ b/README.rst Sun Aug 08 13:05:56 2010 +0200 @@ -14,23 +14,24 @@ - mercurial branch graph and yui-flot powered graphs - admin interface for performing user/permission managments as well as repository managment. -- Additionall settings for mercurial web, (hooks editable from admin - panel !) also paths,archive,remote messages +- Additional settings for mercurial web, (hooks editable from admin + panel !) also manage paths, archive, remote messages - backup scripts can do backup of whole app and send it over scp to desired location - setup project descriptions and info inside built in db for easy, non file-system operations - added cache with invalidation on push/repo managment for high performance and always upto date data. -- rss /atom feed customizable +- rss / atom feeds, gravatar support - based on pylons 1.0 / sqlalchemy 0.6 **Incoming** - code review based on hg-review (when it's stable) - git support (when vcs can handle it) +- full text search of source codes with indexing daemons using whoosh + (no external search servers required all in one application) +- manage hg ui() per repo, add hooks settings, per repo, and not globally - other cools stuff that i can figure out -- full text search of source codes -- manage hg ui() per repo, add hooks settings, per repo, and not globally .. note:: This software is still in beta mode. @@ -56,5 +57,5 @@ the app should be available at the 127.0.0.1:5000 - use admin account you created to login. - default permissions on each repository is read, and owner is admin. So remember - to update those. + to update these. \ No newline at end of file diff -r b1debb6c5a09 -r 757c7eef0dcd pylons_app/public/css/style.css --- a/pylons_app/public/css/style.css Sun Aug 08 02:40:10 2010 +0200 +++ b/pylons_app/public/css/style.css Sun Aug 08 13:05:56 2010 +0200 @@ -213,8 +213,15 @@ #header ul#logged-user li.first { - border-left: none; -} + border-left: none; + margin:-6px; +} +#header ul#logged-user li.first div.account +{ + padding-top: 4px; + float: left; +} + #header ul#logged-user li.last { diff -r b1debb6c5a09 -r 757c7eef0dcd pylons_app/templates/base/base.html --- a/pylons_app/templates/base/base.html Sun Aug 08 02:40:10 2010 +0200 +++ b/pylons_app/templates/base/base.html Sun Aug 08 13:05:56 2010 +0200 @@ -17,7 +17,13 @@ @@ -192,7 +198,16 @@ ${_('Home')} - + +
  • + + + ${_('Search')} + + ${_('Search')} + +
  • + %if h.HasPermissionAll('hg.admin')('access admin main page'):