aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-29version bumpv0.7.9Marcin Kuzminski
2010-06-29Implemented permissions into hg app, secured admin controllers, templates and...Marcin Kuzminski
2010-06-29rewritten simplehg middleware. Now permissions are checked for each repositor...Marcin Kuzminski
2010-06-29Full rewrite of auth module, new functions/decorators. FIxed auth userMarcin Kuzminski
2010-06-29corrected error document to be same as baseMarcin Kuzminski
2010-06-29protected againts changing default user.Marcin Kuzminski
2010-06-29removed unneeded graph controllerMarcin Kuzminski
2010-06-29another small fix for error controllerMarcin Kuzminski
2010-06-29fixed error controller __before__ behavior,Marcin Kuzminski
2010-06-29fixed bug when user is capable of creating _admin repository which is a link ...Marcin Kuzminski
2010-06-29added base path into configMarcin Kuzminski
2010-06-28fixed admin, html templateMarcin Kuzminski
2010-06-28added permission functions to webhelpers, updated dbmanage permissionsMarcin Kuzminski
2010-06-28admin path fixMarcin Kuzminski
2010-06-28protected admin controllersMarcin Kuzminski
2010-06-28removed wrong importMarcin Kuzminski
2010-06-28db model fix, added repo instance to cached repos listMarcin Kuzminski
2010-06-28removed unneeded comments from colored formatterMarcin Kuzminski
2010-06-28made routes verification method based only on paths, since it's much faster a...Marcin Kuzminski
2010-06-28fixed 404s added extra validator for magic repo_name path in routesMarcin Kuzminski
2010-06-28repos crud controllers - change id into repo_name for compatability, added aj...Marcin Kuzminski
2010-06-26autocomplete for repository managment of usersMarcin Kuzminski
2010-06-25restored utils, wrongly deletedMarcin Kuzminski
2010-06-25first permissions commit: added permission managment on repository edit. Chan...Marcin Kuzminski
2010-06-25new repo2db mapper, now uses repoModel to make scannsMarcin Kuzminski
2010-06-23fixes #5, links, are not visible highlited in top breadcrumbsMarcin Kuzminski
2010-06-23Ie graph support.Marcin Kuzminski
2010-06-23tooltip updates, added display layout managment inspired by jQuerys tipsy.Marcin Kuzminski
2010-06-23code cleanupsMarcin Kuzminski
2010-06-23docs update, version bumpv0.7.8Marcin Kuzminski
2010-06-23graph fixes.Marcin Kuzminski
2010-06-23Initial graph release.Marcin Kuzminski
2010-06-22webhelpers breadcrumbs bugfixMarcin Kuzminski
2010-06-22tooltip display bugfixMarcin Kuzminski
2010-06-14few validation bugfixes/ new repo changesets, first commit changesetsMarcin Kuzminski
2010-06-14fixed paragraphs wrapping for ultralong commit messages. Disabled tooltips fo...Marcin Kuzminski
2010-06-13version bumpv0.7.7Marcin Kuzminski
2010-06-13switched filters into webhelpers for easy of usage.Marcin Kuzminski
2010-06-13implemented yui tooltip, and added it into annotation and main page.Marcin Kuzminski
2010-06-13html updates,mostly tablesMarcin Kuzminski
2010-06-13#2: proposed changes to shortlog added header table descriptionMarcin Kuzminski
2010-06-13#4: changes proposed by feedback to annotationMarcin Kuzminski
2010-06-13fixed branches and tags, fetching for new vcs implementationMarcin Kuzminski
2010-06-11changed way of getting repository in changelog. + some code cleanupsMarcin Kuzminski
2010-06-09fixed bugs when putting empty or unknown changesets into diffMarcin Kuzminski
2010-06-08added proposal from mercurial mailing list, to display options for raw diffs,...Marcin Kuzminski
2010-06-08added support for binary files, and, protection again unicode decode errors t...Marcin Kuzminski
2010-06-08fixed bug when displaying html not escaped data as raw diff.Marcin Kuzminski
2010-06-08spelling fixesMarcin Kuzminski
2010-06-07fixes a repo switcher display bugMarcin Kuzminski