log

age author description
Tue, 03 Aug 2010 21:25:11 +0200 Marcin Kuzminski fixed settings template
Tue, 03 Aug 2010 21:24:45 +0200 Marcin Kuzminski auth functions little fix
Sun, 01 Aug 2010 18:36:00 +0200 Marcin Kuzminski cleared global application settings.
Sun, 01 Aug 2010 17:08:58 +0200 Marcin Kuzminski Added separate create repository views for non administrative users.
Sun, 01 Aug 2010 13:39:09 +0200 Marcin Kuzminski fixed min width set.
Sat, 31 Jul 2010 18:48:12 +0200 Marcin Kuzminski removed td tag
Sat, 31 Jul 2010 18:47:43 +0200 Marcin Kuzminski Fixed decorators bug when using them with keyworded arguments,new implementation takes new approach that is more flexible
Fri, 30 Jul 2010 22:12:06 +0200 Marcin Kuzminski Fixes #18, removing user, who owns some repositories
Wed, 28 Jul 2010 23:38:06 +0200 Marcin Kuzminski templating fixes
Wed, 28 Jul 2010 20:10:39 +0200 Marcin Kuzminski reverted caching from index, it's buggy
Wed, 28 Jul 2010 02:25:47 +0200 Marcin Kuzminski Added permissions check on repo switcher,
Wed, 28 Jul 2010 01:52:12 +0200 Marcin Kuzminski fixed plural messages about commits in graph
Wed, 28 Jul 2010 01:44:39 +0200 Marcin Kuzminski routes python 2.5 compatible
Tue, 27 Jul 2010 15:57:21 +0200 Marcin Kuzminski user edit form html fix
Tue, 27 Jul 2010 15:15:39 +0200 Marcin Kuzminski removed sof files
Tue, 27 Jul 2010 14:54:41 +0200 Marcin Kuzminski fixed user permissions bug when adding permissions to user who couldn load those because of auth decorators
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.
Tue, 27 Jul 2010 14:48:13 +0200 Marcin Kuzminski fixed some html and styles, added owner into admin repo list
Tue, 27 Jul 2010 14:41:43 +0200 Marcin Kuzminski Added initial query skipp when seting up the app.
Tue, 27 Jul 2010 14:37:40 +0200 Marcin Kuzminski Update readme
Sat, 24 Jul 2010 02:18:48 +0200 Marcin Kuzminski Added user registration, changed login url schema, moved it into _admin/ for safety
Sat, 24 Jul 2010 02:17:48 +0200 Marcin Kuzminski version bump to 0.8 rhodecode-0.0.0.8.0
Sat, 24 Jul 2010 00:53:43 +0200 Marcin Kuzminski just a #
Sat, 24 Jul 2010 00:53:03 +0200 Marcin Kuzminski new style error display for login
Sat, 24 Jul 2010 00:51:57 +0200 Marcin Kuzminski new style error display for settings, added flash msg for repo rescan
Sat, 24 Jul 2010 00:50:41 +0200 Marcin Kuzminski Added implementation of Ordered Dict.
Sat, 24 Jul 2010 00:46:29 +0200 Marcin Kuzminski Added extra validation in creating users.
Sat, 24 Jul 2010 00:21:57 +0200 Marcin Kuzminski Added new style error display,
Wed, 21 Jul 2010 22:57:36 +0200 Marcin Kuzminski added session remove in forms, and added name and lastname to auth user
Wed, 21 Jul 2010 22:55:47 +0200 Marcin Kuzminski Disabled special 404 page. That function was really not needed
Wed, 21 Jul 2010 22:53:04 +0200 Marcin Kuzminski fixed sorting bug.
Fri, 16 Jul 2010 14:10:29 +0200 Marcin Kuzminski fixed path error for error controller
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 18:15:37 +0200 Marcin Kuzminski Bugfix for empty diff
Wed, 14 Jul 2010 16:51:19 +0200 Marcin Kuzminski implemented manual repo rescann and remapping
Wed, 14 Jul 2010 15:42:39 +0200 Marcin Kuzminski fixed bug for user update, when password was always set.
Wed, 14 Jul 2010 13:30:31 +0200 Marcin Kuzminski added settings rest controllers for admin, updated routes with easier submodule handling
Wed, 14 Jul 2010 12:50:12 +0200 Marcin Kuzminski updated hg-app db manage and global settings
Wed, 14 Jul 2010 12:38:01 +0200 Marcin Kuzminski updated requirements and readme
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:51 +0200 Marcin Kuzminski removed unneded options from config files
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
Fri, 09 Jul 2010 02:38:17 +0200 Marcin Kuzminski small fixes for hg middleware, messages are now propagated only on push
Tue, 06 Jul 2010 23:57:57 +0200 Marcin Kuzminski some extra checks for auth lib
Tue, 06 Jul 2010 23:50:53 +0200 Marcin Kuzminski fixed bug when, sortables have wrong value
Tue, 06 Jul 2010 23:47:28 +0200 Marcin Kuzminski fixed bug when diff command was different than available options
Tue, 06 Jul 2010 23:43:13 +0200 Marcin Kuzminski bugfix, when form is crashing, form_result is unaccesibble
Sun, 04 Jul 2010 13:47:28 +0200 Marcin Kuzminski removed unneded value
Sun, 04 Jul 2010 00:52:47 +0200 Marcin Kuzminski mercurial middleware now returns 500's instead of 404 on errors and 404 when repo not found, added tracebacks
Thu, 01 Jul 2010 23:44:26 +0200 Marcin Kuzminski fixed auth bug
Thu, 01 Jul 2010 21:23:32 +0200 Marcin Kuzminski litle html updates for changeset
Thu, 01 Jul 2010 20:10:22 +0200 Marcin Kuzminski added ip loggin into mercurial middleware
Thu, 01 Jul 2010 20:02:06 +0200 Marcin Kuzminski added new command mappings for mercurial 1.6
Thu, 01 Jul 2010 18:17:52 +0200 Marcin Kuzminski added admin flag to users editing
Thu, 01 Jul 2010 18:10:43 +0200 Marcin Kuzminski Repository managment permissions, fixed found bugs updated js, added extra checks for doubled users and non active ones
Thu, 01 Jul 2010 00:57:45 +0200 Marcin Kuzminski updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
Thu, 01 Jul 2010 00:04:59 +0200 Marcin Kuzminski updated setup.py
Wed, 30 Jun 2010 22:47:19 +0200 Marcin Kuzminski Updated readme
Wed, 30 Jun 2010 21:38:53 +0200 Marcin Kuzminski little html changes