log pylons_app/templates/base/base.html @ 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 19:53:52 +0000 Marcin Kuzminski fixes to pidlock, to not raise unneded execptions
Tue, 14 Sep 2010 17:34:15 +0200 Marcin Kuzminski Some gui fixes celery
Mon, 13 Sep 2010 13:02:20 +0200 Marcin Kuzminski added journal icon and made active links in journal, fixed edit user bug when given wrong id celery
Sat, 04 Sep 2010 15:20:06 +0200 Marcin Kuzminski Code cleanups, made js rollup file, some preparation for .egg creation
Fri, 03 Sep 2010 18:07:24 +0200 Marcin Kuzminski fixed repo switcher,
Fri, 03 Sep 2010 16:18:18 +0200 Marcin Kuzminski reimplemented tags/branches menu.
Fri, 03 Sep 2010 07:58:14 +0200 Marcin Kuzminski more css html fixes (+cleanups), rewrote definition list for files
Sat, 21 Aug 2010 16:34:37 +0200 Marcin Kuzminski permission refactoring,
Thu, 19 Aug 2010 23:42:40 +0200 Marcin Kuzminski fixed escaping for new webhelpers and added perm2user constraint
Sun, 08 Aug 2010 13:05:56 +0200 Marcin Kuzminski implemented gravatars into main bar.
Sun, 01 Aug 2010 17:08:58 +0200 Marcin Kuzminski Added separate create repository views for non administrative users.
Wed, 28 Jul 2010 02:25:47 +0200 Marcin Kuzminski Added permissions check on repo switcher,
Wed, 28 Jul 2010 01:44:39 +0200 Marcin Kuzminski routes python 2.5 compatible
Sat, 24 Jul 2010 02:17:48 +0200 Marcin Kuzminski version bump to 0.8 rhodecode-0.0.0.8.0
Wed, 14 Jul 2010 13:30:31 +0200 Marcin Kuzminski added settings rest controllers for admin, updated routes with easier submodule handling
Wed, 30 Jun 2010 21:38:53 +0200 Marcin Kuzminski little html changes
Wed, 30 Jun 2010 15:35:10 +0200 Marcin Kuzminski Implemented owner settings, as separete posibility to edit repositry by non administrative owner of repository
Tue, 29 Jun 2010 20:45:03 +0200 Marcin Kuzminski Implemented permissions into hg app, secured admin controllers, templates and repository specific controllers
Mon, 28 Jun 2010 13:54:47 +0200 Marcin Kuzminski repos crud controllers - change id into repo_name for compatability, added ajax repo perm user function variuos html fixes, permissions forms and managment fixes.
Sat, 26 Jun 2010 18:42:13 +0200 Marcin Kuzminski autocomplete for repository managment of users
Wed, 23 Jun 2010 21:38:41 +0200 Marcin Kuzminski fixes #5, links, are not visible highlited in top breadcrumbs
Wed, 23 Jun 2010 00:31:00 +0200 Marcin Kuzminski graph fixes.
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 23:26:21 +0200 Marcin Kuzminski fixes a repo switcher display bug
Sun, 06 Jun 2010 21:54:54 +0200 Marcin Kuzminski made global funcion to clean repo names, and remove all special chars from the name.
Sun, 06 Jun 2010 10:57:49 +0200 Marcin Kuzminski added message short names for longer descriptions
Sat, 05 Jun 2010 10:49:28 +0200 Marcin Kuzminski fixed sorting in repo switcher
Sat, 05 Jun 2010 10:45:12 +0200 Marcin Kuzminski fixed repo switcher
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