log

age author description
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
Fri, 21 May 2010 02:12:41 +0200 Marcin Kuzminski files source updated to use webhelpers huminizer for file size, and added link to annotation
Fri, 21 May 2010 02:10:33 +0200 Marcin Kuzminski fixed repo switcher for easier switches. And took repo list from general cache
Fri, 21 May 2010 02:07:49 +0200 Marcin Kuzminski implemented pygmentize codes into webhelpers. Together with color_dict caching into pylons globals
Wed, 19 May 2010 21:33:10 +0200 Marcin Kuzminski added revision to summary
Wed, 19 May 2010 21:32:07 +0200 Marcin Kuzminski added revision to shortlog
Wed, 19 May 2010 00:31:41 +0200 Marcin Kuzminski removed unneeded parameters from changelog and shortlog
Wed, 19 May 2010 00:20:18 +0200 Marcin Kuzminski fixed pages naves html errors
Wed, 19 May 2010 00:18:48 +0200 Marcin Kuzminski implemented rawdiff and diff download into diff view.
Mon, 17 May 2010 03:06:12 +0200 Marcin Kuzminski fixed bug in admin template
Mon, 17 May 2010 01:51:47 +0200 Marcin Kuzminski moved diff libs to vcs. updated htmls and css for diff and source
Sun, 16 May 2010 19:00:21 +0200 Marcin Kuzminski fixed index html
Sun, 16 May 2010 15:37:42 +0200 Marcin Kuzminski cleaned summary.html
Sun, 16 May 2010 15:36:19 +0200 Marcin Kuzminski updated erros found in base.html
Sun, 16 May 2010 15:33:21 +0200 Marcin Kuzminski updated erros found in base.html
Sun, 16 May 2010 15:06:20 +0200 Marcin Kuzminski Added colored formatter to project, and configs
Sat, 15 May 2010 19:53:23 +0200 Marcin Kuzminski Fixed differ to properly extract filenames, and dates from diff file. and swaped order of columns with lines nr in diff html
Sat, 15 May 2010 19:05:13 +0200 Marcin Kuzminski moved sqlalchemy session to base.
Wed, 12 May 2010 10:33:24 +0200 Marcin Kuzminski fixed pre margin for summary page
Wed, 12 May 2010 10:29:41 +0200 Marcin Kuzminski Updated template for summary (archives links)
Tue, 11 May 2010 22:23:16 +0200 Marcin Kuzminski Adde raw file to routes, and refactoring
Tue, 11 May 2010 22:07:43 +0200 Marcin Kuzminski Added rawfile support, and few fixes for file
Mon, 10 May 2010 23:23:12 +0200 Marcin Kuzminski fixed summary template
Mon, 10 May 2010 23:12:45 +0200 Marcin Kuzminski fixed error when browsing revisions on path that doesn't exist. Fixed files browsing. Fixed templates in branches and tags
Sun, 09 May 2010 17:35:51 +0200 Marcin Kuzminski Update css +file browsing and diffs
Sun, 09 May 2010 17:23:11 +0200 Marcin Kuzminski Tempaltes changes for changelog and shortlog, changed menu generation in base
Sun, 09 May 2010 17:22:30 +0200 Marcin Kuzminski Changeg graph to changelog, and changelog to shortlog
Sun, 09 May 2010 16:51:42 +0200 Marcin Kuzminski fixed listings, of commits, added slugs for longer commits messages
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:53:52 +0200 Marcin Kuzminski fixed files template when repository is empty
Sun, 09 May 2010 14:53:36 +0200 Marcin Kuzminski fixed files when repository is empty
Sun, 09 May 2010 14:46:54 +0200 Marcin Kuzminski fixed graph when repository is empty moved imports to top and removed some lfet over prints
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
Sun, 09 May 2010 13:20:52 +0200 Marcin Kuzminski removed ununsed imports
Sun, 09 May 2010 13:20:34 +0200 Marcin Kuzminski Moved cached function for easier invalidation
Sun, 09 May 2010 13:08:16 +0200 Marcin Kuzminski Changed creation of repository to vcs implementation,
Sun, 09 May 2010 12:19:08 +0200 Marcin Kuzminski fixed add repo template
Fri, 07 May 2010 01:02:47 +0200 Marcin Kuzminski Implemented mercurial style diff-lib
Tue, 04 May 2010 13:45:17 +0200 Marcin Kuzminski Added differ lib from mercurial.
Tue, 04 May 2010 00:54:00 +0200 Marcin Kuzminski implemented simple diffs for history of files.
Mon, 03 May 2010 21:59:01 +0200 Marcin Kuzminski Implemented file history.
Mon, 03 May 2010 19:07:54 +0200 Marcin Kuzminski Html changes and cleanups, made folders for html templates, implemented tags and branches pages
Mon, 03 May 2010 18:31:00 +0200 Marcin Kuzminski Updated summary page
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
Thu, 29 Apr 2010 00:29:49 +0200 Marcin Kuzminski Removed unneeded PATH_INFO manipulation, and added 404 codes on bad repositories paths
Wed, 28 Apr 2010 22:14:03 +0200 Marcin Kuzminski Added tag v0.1 for changeset 436bee78d81a
Wed, 28 Apr 2010 22:13:43 +0200 Marcin Kuzminski Removed tag v0.1 Stable
Wed, 28 Apr 2010 22:13:23 +0200 Marcin Kuzminski Added tag v0.2 for changeset 3142616771cd
Wed, 28 Apr 2010 22:13:02 +0200 Marcin Kuzminski Removed tag v0.2 Stable
Wed, 28 Apr 2010 22:12:10 +0200 Marcin Kuzminski Removed tag v0.2
Wed, 28 Apr 2010 22:11:55 +0200 Marcin Kuzminski Added tag v0.2 for changeset aa5ef0f15548
Wed, 28 Apr 2010 22:11:37 +0200 Marcin Kuzminski Added tag v0.3 for changeset e2600310e0b2
Wed, 28 Apr 2010 22:09:33 +0200 Marcin Kuzminski Changed simplehg middleware repo name function
Wed, 28 Apr 2010 22:09:01 +0200 Marcin Kuzminski Removed unneeded action from controller. That was a part of old hg implementation
Wed, 28 Apr 2010 02:08:45 +0200 Marcin Kuzminski Implemented simplehg middleware,moved make_ui functions to lib.utils
Wed, 28 Apr 2010 01:56:11 +0200 Marcin Kuzminski removed ununsed imports
Wed, 28 Apr 2010 01:55:34 +0200 Marcin Kuzminski updated appglobals, to handle only the baseui config. removed hg app from it
Wed, 28 Apr 2010 00:16:08 +0200 Marcin Kuzminski simplehg, cleanup
Mon, 26 Apr 2010 22:32:27 +0200 Marcin Kuzminski added images updated htl added tags,branches display
Mon, 26 Apr 2010 21:03:04 +0200 Marcin Kuzminski html updates
Mon, 26 Apr 2010 00:46:28 +0200 Marcin Kuzminski admin fix
Mon, 26 Apr 2010 00:38:53 +0200 Marcin Kuzminski Added repo switcher, in base and long term caching for this.
Sun, 25 Apr 2010 23:26:14 +0200 Marcin Kuzminski some fixes in graph tab. Little fixes in files
Sun, 25 Apr 2010 22:45:54 +0200 Marcin Kuzminski Html updates and fixes
Sun, 25 Apr 2010 22:29:43 +0200 Marcin Kuzminski fixed file browser breadcrumbs with revision
Sun, 25 Apr 2010 22:16:05 +0200 Marcin Kuzminski Added changeset controllers
Sun, 25 Apr 2010 18:42:58 +0200 Marcin Kuzminski Updated tempaltes, added file browser breadcrumbs, and feed icons
Sun, 25 Apr 2010 01:25:54 +0200 Marcin Kuzminski statics moved to pylons.
Sun, 25 Apr 2010 01:20:56 +0200 Marcin Kuzminski removed mercurial statics and tempaltes
Sun, 25 Apr 2010 01:19:21 +0200 Marcin Kuzminski Updated basic files browser with, pygments
Sun, 25 Apr 2010 01:18:38 +0200 Marcin Kuzminski added pygments webhelper
Sun, 25 Apr 2010 00:12:34 +0200 Marcin Kuzminski added helper for filesize
Sat, 24 Apr 2010 18:20:59 +0200 Marcin Kuzminski added is mercurial method in utils,
Sat, 24 Apr 2010 17:15:57 +0200 Marcin Kuzminski Change logic for more vcs based.
Sat, 24 Apr 2010 16:52:34 +0200 Marcin Kuzminski webhelpers update
Wed, 21 Apr 2010 00:26:11 +0200 Marcin Kuzminski added empty controllers for branches tags files graph, routing and test for them
Wed, 21 Apr 2010 00:22:20 +0200 Marcin Kuzminski updated routing
Wed, 21 Apr 2010 00:12:51 +0200 Marcin Kuzminski Added menu generation as function
Mon, 19 Apr 2010 23:03:01 +0200 Marcin Kuzminski logging proxy update
Mon, 19 Apr 2010 22:55:58 +0200 Marcin Kuzminski Model update for sqlalchemy 0.6.0
Mon, 19 Apr 2010 22:52:31 +0200 Marcin Kuzminski Updated db manage
Sun, 18 Apr 2010 21:15:53 +0200 Marcin Kuzminski Updated error handling, from mercurial to pylons. + added tempalte for 404
Sun, 18 Apr 2010 20:06:35 +0200 Marcin Kuzminski Added few options to configs,
Sun, 18 Apr 2010 19:00:09 +0200 Marcin Kuzminski Debug off. for production
Sun, 18 Apr 2010 11:27:25 +0200 Marcin Kuzminski html update