log

age author description
Wed, 26 May 2010 23:55:48 +0200 Marcin Kuzminski CHanged form error when user account is disabled.
Wed, 26 May 2010 23:55:20 +0200 Marcin Kuzminski rewritten db manage script to use sqlalchemy. Fixed sqlalchemy models to more generic.
Wed, 26 May 2010 00:20:03 +0200 Marcin Kuzminski templating update, improved look & feel, version bump rhodecode-0.0.0.7.5
Wed, 26 May 2010 00:05:30 +0200 Marcin Kuzminski Added readme, and changed version display
Tue, 25 May 2010 23:41:03 +0200 Marcin Kuzminski cleaned unused imports
Tue, 25 May 2010 23:40:01 +0200 Marcin Kuzminski fixed sorting of repos with big letters
Tue, 25 May 2010 22:03:10 +0200 Marcin Kuzminski translated users
Tue, 25 May 2010 19:31:56 +0200 Marcin Kuzminski repo edit
Tue, 25 May 2010 19:18:12 +0200 Marcin Kuzminski html + css changes, added icons and etc.
Tue, 25 May 2010 00:32:18 +0200 Marcin Kuzminski version bump. Made changesets work as should, but vcs had to be fixed for that. rhodecode-0.0.0.7.4
Mon, 24 May 2010 22:25:08 +0200 Marcin Kuzminski html code cleanup
Mon, 24 May 2010 22:20:21 +0200 Marcin Kuzminski Cleaned the way based was used to generate submenu for admin, now it's much more clear to use submenu. Cleaned admin and added comment to middleware
Mon, 24 May 2010 22:18:15 +0200 Marcin Kuzminski Moved repo creation to admin/repos, as part of crud controller. Now repo creation is based on a form, which can be auto filled with data from 404 page. Fixed the error controller to properly give the repo name.
Mon, 24 May 2010 22:16:10 +0200 Marcin Kuzminski Updated css for changeset
Mon, 24 May 2010 01:10:09 +0200 Marcin Kuzminski bugfix
Mon, 24 May 2010 00:58:40 +0200 Marcin Kuzminski added merge and parents indicators to changelog
Mon, 24 May 2010 00:58:26 +0200 Marcin Kuzminski version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once. rhodecode-0.0.0.7.3
Sun, 23 May 2010 21:27:07 +0200 Marcin Kuzminski Css changes, added icon pack.
Sun, 23 May 2010 21:26:18 +0200 Marcin Kuzminski Added archives support. Version bump rhodecode-0.0.0.7.2
Sun, 23 May 2010 02:32:15 +0200 Marcin Kuzminski html fix
Sun, 23 May 2010 02:07:56 +0200 Marcin Kuzminski bumped version to 0.7.1 added atom and rss feeds. Moved https Fixud middleware before error middleware to proper generate debug page (static imports) rhodecode-0.0.0.7.1
Sun, 23 May 2010 01:07:58 +0200 Marcin Kuzminski fixed a typo on feed url generation
Sun, 23 May 2010 01:03:54 +0200 Marcin Kuzminski Added feed controllers, urls,and changed index page to use them.
Sun, 23 May 2010 00:54:22 +0200 Marcin Kuzminski Created middleware package. Crated special middleware to handle https requests redirections.
Sat, 22 May 2010 22:40:12 +0200 Marcin Kuzminski dirty fix for https working.
Sat, 22 May 2010 20:51:54 +0200 Marcin Kuzminski updated logging in logout. Added before, on login page.
Sat, 22 May 2010 20:49:38 +0200 Marcin Kuzminski logging info change on login form
Sat, 22 May 2010 20:48:05 +0200 Marcin Kuzminski removed unneded imports from auth
Sat, 22 May 2010 20:47:34 +0200 Marcin Kuzminski moved checking for user in session to wrapper function of LoginRequired decorator since it was working quite strange.
Sat, 22 May 2010 19:30:20 +0200 Marcin Kuzminski version bump rhodecode-0.0.0.7.0
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 19:18:09 +0200 Marcin Kuzminski moved all cache function out to Base Controller for easier maintainance
Sat, 22 May 2010 16:07:28 +0200 Marcin Kuzminski cleared prints leftoovers, and changed current user fetching in login controller
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.
Sat, 22 May 2010 01:58:36 +0200 Marcin Kuzminski full changelog caching, secured changelog with LoginRequired, some minor changes in graph
Sat, 22 May 2010 01:47:07 +0200 Marcin Kuzminski Authenticated controller with LoginRequired decorator, and cleaned __before__ (used in baseController now). fixed User for clone url with logged in session user.
Sat, 22 May 2010 01:43:42 +0200 Marcin Kuzminski Added LoginRequired decorator, empty User data container, hash functions
Sat, 22 May 2010 01:42:03 +0200 Marcin Kuzminski removed search field from templates
Sat, 22 May 2010 01:35:19 +0200 Marcin Kuzminski logins controller test
Sat, 22 May 2010 01:35:02 +0200 Marcin Kuzminski merged config files
Sat, 22 May 2010 01:32:30 +0200 Marcin Kuzminski fixed menu in home page, and added login html with forms that validates username and password.
Sat, 22 May 2010 00:51:49 +0200 Marcin Kuzminski added version generation to pylons_app and showed it into template. Propagated baseController with some data for acces into each controller. Fixed simplehg middleware to get proper name of application
Fri, 21 May 2010 23:52:18 +0200 Marcin Kuzminski added style for logout
Fri, 21 May 2010 23:51:36 +0200 Marcin Kuzminski moved summary page to its own folder
Fri, 21 May 2010 23:51:02 +0200 Marcin Kuzminski new way of menu generation for base, and all admin pages
Fri, 21 May 2010 23:24:43 +0200 Marcin Kuzminski added login logout and annotate to urls
Fri, 21 May 2010 23:20:31 +0200 Marcin Kuzminski removed file controller
Fri, 21 May 2010 23:13:09 +0200 Marcin Kuzminski fixed ini files. Added coment and colored formatter to production
Fri, 21 May 2010 20:58:18 +0200 Marcin Kuzminski simplehg update
Fri, 21 May 2010 20:50:03 +0200 Marcin Kuzminski Changed auth basic handler only for mercurial request.
Fri, 21 May 2010 20:37:34 +0200 Marcin Kuzminski moved get_form_error to base
Fri, 21 May 2010 20:37:09 +0200 Marcin Kuzminski removed login from admin, from now we're have to be globally logged in.
Fri, 21 May 2010 20:27:28 +0200 Marcin Kuzminski fixed html in admin templates. Litle refactors
Fri, 21 May 2010 03:03:09 +0200 Marcin Kuzminski fixed improper template in admin
Fri, 21 May 2010 03:01:31 +0200 Marcin Kuzminski improved timerproxy with sqllogging, and new way of sqlformat queries
Fri, 21 May 2010 02:44:40 +0200 Marcin Kuzminski Added universal cache invalidator for two cached functions.
Fri, 21 May 2010 02:18:54 +0200 Marcin Kuzminski updated setup dependencies
Fri, 21 May 2010 02:17:13 +0200 Marcin Kuzminski added long term caching of repo_list to the base controller. changed hg and repos to use that cached list.
Fri, 21 May 2010 02:13:34 +0200 Marcin Kuzminski files browser updated to use webhelpers huminizer for file size