Sun, 13 Jun 2010 23:14:04 +0200 |
Marcin Kuzminski |
implemented yui tooltip, and added it into annotation and main page.
|
Mon, 07 Jun 2010 00:18:33 +0200 |
Marcin Kuzminski |
Implemented basic repository managment. Implemented repo2db mappings, model, helpers updates and code cleanups
|
Fri, 04 Jun 2010 13:08:29 +0200 |
Marcin Kuzminski |
licensing updates, code cleanups
|
Thu, 03 Jun 2010 20:28:46 +0200 |
Marcin Kuzminski |
Added support for repository located in subdirectories.
|
Thu, 03 Jun 2010 00:04:48 +0200 |
Marcin Kuzminski |
Reimplemented way of caching repos list, hg model now get's repos objects right from cached dict, this way we skipp creating instances of MercurialRepository and gain performance. Some import cleanup
|
Sun, 30 May 2010 22:08:21 +0200 |
Marcin Kuzminski |
Made repos path config configurable from pylons app configs. update Readme
|
Sat, 22 May 2010 19:29:50 +0200 |
Marcin Kuzminski |
Changed import to base. Removed action logging from auth to simplehg.
|
Sat, 22 May 2010 02:20:26 +0200 |
Marcin Kuzminski |
invalidate the repo list also for online changes. Small fixes in LoginRequired decorator.
|
Sat, 22 May 2010 02:00:39 +0200 |
Marcin Kuzminski |
Added file annotation template. Bumped version to 0.6.8. Changelog and changeset are now cleaned with js, it's still very beta.
|
Fri, 21 May 2010 02:44:40 +0200 |
Marcin Kuzminski |
Added universal cache invalidator for two cached functions.
|
Sun, 09 May 2010 15:06:00 +0200 |
Marcin Kuzminski |
moved cache invalidating to utils, as seperate function. Implemented invalidating in
|
Sun, 09 May 2010 14:13:20 +0200 |
Marcin Kuzminski |
Added empty changeset to use in newly created repository, and used this inside a hg model in repos list
|
Thu, 29 Apr 2010 01:26:20 +0200 |
Marcin Kuzminski |
Moved check_repo function to utils, error controller check for first name in url, for this repo and only prints 404 make repo template if repo does not exists, moded check repo from admin
|
Wed, 28 Apr 2010 02:08:45 +0200 |
Marcin Kuzminski |
Implemented simplehg middleware,moved make_ui functions to lib.utils
|
Sat, 24 Apr 2010 18:20:59 +0200 |
Marcin Kuzminski |
added is mercurial method in utils,
|
Wed, 21 Apr 2010 00:26:11 +0200 |
Marcin Kuzminski |
added empty controllers for branches tags files graph, routing and test for them
|
Sun, 18 Apr 2010 00:31:58 +0200 |
Marcin Kuzminski |
Moved summary to seperate controller,
|