log pylons_app/lib/utils.py @ 524:63212fea2471

age author description
Wed, 29 Sep 2010 22:36:53 +0200 Marcin Kuzminski a lot of fixes in templates,
Tue, 28 Sep 2010 21:08:43 +0000 Marcin Kuzminski dohh !! fixed EmptyCHangeset for new vcs
Thu, 23 Sep 2010 01:08:33 +0200 Marcin Kuzminski Implemented locking for task, to prevent for running the same tasks, celery
Tue, 21 Sep 2010 01:08:01 +0200 Marcin Kuzminski Added some more tests, rewrite testing schema, to autogenerate fresh db, new index. celery
Mon, 20 Sep 2010 22:47:20 +0200 Marcin Kuzminski fixed bug when new repo had no last commiter, celery
Mon, 13 Sep 2010 01:23:58 +0200 Marcin Kuzminski Improved testing scenarios. Made test env creator celery
Fri, 06 Aug 2010 02:40:57 +0200 Marcin Kuzminski Added hooks managment into application settings
Fri, 06 Aug 2010 02:03:22 +0200 Marcin Kuzminski Implemented hooks system,
Thu, 05 Aug 2010 22:31:23 +0200 Marcin Kuzminski Added new application settings,Push ssl and repositories path
Thu, 05 Aug 2010 01:22:33 +0200 Marcin Kuzminski moved out ui_sections out of make ui function
Sun, 01 Aug 2010 18:36:00 +0200 Marcin Kuzminski cleared global application settings.
Tue, 27 Jul 2010 14:53:22 +0200 Marcin Kuzminski fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems.
Sat, 24 Jul 2010 00:50:41 +0200 Marcin Kuzminski Added implementation of Ordered Dict.
Thu, 15 Jul 2010 06:25:43 +0200 Marcin Kuzminski updated db manage script, and remove broken test
Wed, 14 Jul 2010 18:31:06 +0200 Marcin Kuzminski Added application settings, are now customizable from database
Wed, 14 Jul 2010 16:51:19 +0200 Marcin Kuzminski implemented manual repo rescann and remapping
Wed, 14 Jul 2010 12:50:12 +0200 Marcin Kuzminski updated hg-app db manage and global settings
Wed, 14 Jul 2010 12:31:11 +0200 Marcin Kuzminski implemented cache for repeated queries in simplehg mercurial requests
Wed, 14 Jul 2010 02:28:32 +0200 Marcin Kuzminski Made config file free configuration based on database and capable of beeing manage via application settings + some code cleanups
Mon, 28 Jun 2010 18:24:53 +0200 Marcin Kuzminski made routes verification method based only on paths, since it's much faster and enough
Fri, 25 Jun 2010 21:53:13 +0200 Marcin Kuzminski restored utils, wrongly deleted
Fri, 25 Jun 2010 02:06:45 +0200 Marcin Kuzminski new repo2db mapper, now uses repoModel to make scanns
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,