log

age author description
Thu, 05 Aug 2010 01:22:33 +0200 Marcin Kuzminski moved out ui_sections out of make ui function
Thu, 05 Aug 2010 01:21:44 +0200 Marcin Kuzminski fixes #20 hg middleware breaks ui() instance when repository has hgrc file.
Tue, 03 Aug 2010 21:25:53 +0200 Marcin Kuzminski Added permissions template
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
Wed, 30 Jun 2010 17:14:47 +0200 Marcin Kuzminski Moved admin controllers to separate module
Wed, 30 Jun 2010 17:05:20 +0200 Marcin Kuzminski made graphg ticker, and fixes a paging bug caused grapgh disaligment
Wed, 30 Jun 2010 16:08:48 +0200 Marcin Kuzminski Added proper tags for various versions
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:35 +0200 Marcin Kuzminski version bump rhodecode-0.0.0.7.9
Tue, 29 Jun 2010 20:45:03 +0200 Marcin Kuzminski Implemented permissions into hg app, secured admin controllers, templates and repository specific controllers
Tue, 29 Jun 2010 20:43:01 +0200 Marcin Kuzminski rewritten simplehg middleware. Now permissions are checked for each repository/request/user
Tue, 29 Jun 2010 20:41:54 +0200 Marcin Kuzminski Full rewrite of auth module, new functions/decorators. FIxed auth user
Tue, 29 Jun 2010 20:37:31 +0200 Marcin Kuzminski corrected error document to be same as base
Tue, 29 Jun 2010 20:36:09 +0200 Marcin Kuzminski protected againts changing default user.
Tue, 29 Jun 2010 13:51:03 +0200 Marcin Kuzminski removed unneeded graph controller
Tue, 29 Jun 2010 13:16:51 +0200 Marcin Kuzminski another small fix for error controller
Tue, 29 Jun 2010 13:13:09 +0200 Marcin Kuzminski fixed error controller __before__ behavior,
Tue, 29 Jun 2010 12:32:30 +0200 Marcin Kuzminski fixed bug when user is capable of creating _admin repository which is a link to admin interface
Tue, 29 Jun 2010 12:24:25 +0200 Marcin Kuzminski added base path into config
Mon, 28 Jun 2010 23:31:03 +0200 Marcin Kuzminski fixed admin, html template
Mon, 28 Jun 2010 23:29:57 +0200 Marcin Kuzminski added permission functions to webhelpers, updated dbmanage permissions
Mon, 28 Jun 2010 23:28:52 +0200 Marcin Kuzminski admin path fix
Mon, 28 Jun 2010 23:28:31 +0200 Marcin Kuzminski protected admin controllers
Mon, 28 Jun 2010 22:49:32 +0200 Marcin Kuzminski removed wrong import
Mon, 28 Jun 2010 21:42:06 +0200 Marcin Kuzminski db model fix, added repo instance to cached repos list
Mon, 28 Jun 2010 21:39:48 +0200 Marcin Kuzminski removed unneeded comments from colored formatter
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
Mon, 28 Jun 2010 18:09:56 +0200 Marcin Kuzminski fixed 404s added extra validator for magic repo_name path in routes
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
Fri, 25 Jun 2010 21:53:13 +0200 Marcin Kuzminski restored utils, wrongly deleted
Fri, 25 Jun 2010 02:09:33 +0200 Marcin Kuzminski first permissions commit: added permission managment on repository edit. Changed db rmissions, validators.
Fri, 25 Jun 2010 02:06:45 +0200 Marcin Kuzminski new repo2db mapper, now uses repoModel to make scanns
Wed, 23 Jun 2010 21:38:41 +0200 Marcin Kuzminski fixes #5, links, are not visible highlited in top breadcrumbs
Wed, 23 Jun 2010 20:46:32 +0200 Marcin Kuzminski Ie graph support.
Wed, 23 Jun 2010 18:14:27 +0200 Marcin Kuzminski tooltip updates, added display layout managment inspired by jQuerys tipsy.
Wed, 23 Jun 2010 00:40:04 +0200 Marcin Kuzminski code cleanups
Wed, 23 Jun 2010 00:34:22 +0200 Marcin Kuzminski docs update, version bump rhodecode-0.0.0.7.8
Wed, 23 Jun 2010 00:31:00 +0200 Marcin Kuzminski graph fixes.
Wed, 23 Jun 2010 00:18:10 +0200 Marcin Kuzminski Initial graph release.
Tue, 22 Jun 2010 22:32:19 +0200 Marcin Kuzminski webhelpers breadcrumbs bugfix
Tue, 22 Jun 2010 21:24:22 +0200 Marcin Kuzminski tooltip display bugfix
Mon, 14 Jun 2010 01:16:57 +0200 Marcin Kuzminski few validation bugfixes/ new repo changesets, first commit changesets
Mon, 14 Jun 2010 00:17:08 +0200 Marcin Kuzminski fixed paragraphs wrapping for ultralong commit messages. Disabled tooltips for new repos without a last commit message. ie. when tooltip_title is empty (there is a strange bug on empty tooltip_title)
Sun, 13 Jun 2010 23:56:33 +0200 Marcin Kuzminski version bump rhodecode-0.0.0.7.7
Sun, 13 Jun 2010 23:56:16 +0200 Marcin Kuzminski switched filters into webhelpers for easy of usage.
Sun, 13 Jun 2010 23:14:04 +0200 Marcin Kuzminski implemented yui tooltip, and added it into annotation and main page.
Sun, 13 Jun 2010 18:18:49 +0200 Marcin Kuzminski html updates,mostly tables
Sun, 13 Jun 2010 16:33:22 +0200 Marcin Kuzminski #2: proposed changes to shortlog added header table description
Sun, 13 Jun 2010 16:27:19 +0200 Marcin Kuzminski #4: changes proposed by feedback to annotation
Sun, 13 Jun 2010 15:56:47 +0200 Marcin Kuzminski fixed branches and tags, fetching for new vcs implementation
Fri, 11 Jun 2010 16:52:00 +0200 Marcin Kuzminski changed way of getting repository in changelog. + some code cleanups
Wed, 09 Jun 2010 08:07:05 +0200 Marcin Kuzminski fixed bugs when putting empty or unknown changesets into diff
Tue, 08 Jun 2010 23:52:01 +0200 Marcin Kuzminski added proposal from mercurial mailing list, to display options for raw diffs, and diffs directly from within changesets view
Tue, 08 Jun 2010 23:48:41 +0200 Marcin Kuzminski added support for binary files, and, protection again unicode decode errors that might occure in changesets views
Tue, 08 Jun 2010 23:02:24 +0200 Marcin Kuzminski fixed bug when displaying html not escaped data as raw diff.
Tue, 08 Jun 2010 19:32:39 +0200 Marcin Kuzminski spelling fixes
Mon, 07 Jun 2010 23:26:21 +0200 Marcin Kuzminski fixes a repo switcher display bug
Mon, 07 Jun 2010 14:54:27 +0200 Marcin Kuzminski fixed bug in middleware config
Mon, 07 Jun 2010 10:26:50 +0200 Marcin Kuzminski main html update
Mon, 07 Jun 2010 00:41:07 +0200 Marcin Kuzminski fixed bug for last commit message in file source
Mon, 07 Jun 2010 00:26:52 +0200 Marcin Kuzminski added check for repo created outside of hg app
Mon, 07 Jun 2010 00:18:33 +0200 Marcin Kuzminski Implemented basic repository managment. Implemented repo2db mappings, model, helpers updates and code cleanups
Sun, 06 Jun 2010 23:35:21 +0200 Marcin Kuzminski updated db manage with some defaults corrected
Sun, 06 Jun 2010 23:34:26 +0200 Marcin Kuzminski typo fix
Sun, 06 Jun 2010 23:33:26 +0200 Marcin Kuzminski updated db manage with some defaults
Sun, 06 Jun 2010 23:02:43 +0200 Marcin Kuzminski error message css
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 21:35:01 +0200 Marcin Kuzminski configs fixups
Sat, 05 Jun 2010 17:09:03 +0200 Marcin Kuzminski added custom messages for remote responses.
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
Fri, 04 Jun 2010 13:49:24 +0200 Marcin Kuzminski doc fix
Fri, 04 Jun 2010 13:22:54 +0200 Marcin Kuzminski docs update, developments serves statics as default
Fri, 04 Jun 2010 13:08:29 +0200 Marcin Kuzminski licensing updates, code cleanups
Fri, 04 Jun 2010 11:29:05 +0200 Marcin Kuzminski Changed licence to gpl
Fri, 04 Jun 2010 00:23:55 +0200 Marcin Kuzminski Pygments code coloring rewrite, annotation was moved to vcs whitch had much better lib for that. Fixed code recognition based on mimetypes of filenodes, for better coloring.
Thu, 03 Jun 2010 21:13:05 +0200 Marcin Kuzminski fixed import errors on db_manage
Thu, 03 Jun 2010 20:28:46 +0200 Marcin Kuzminski Added support for repository located in subdirectories.
Thu, 03 Jun 2010 16:01:47 +0200 Marcin Kuzminski proper sorting fix
Thu, 03 Jun 2010 01:01:36 +0200 Marcin Kuzminski Fixed bug in repos, added dependencies and bumped version rhodecode-0.0.0.7.6
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
Tue, 01 Jun 2010 22:19:03 +0200 Marcin Kuzminski fixed setup and install instructions
Tue, 01 Jun 2010 22:06:48 +0200 Marcin Kuzminski fixed bug when there was no dbfile, and dbmanage raise an exception
Sun, 30 May 2010 22:08:54 +0200 Marcin Kuzminski Added lastlogin to user after login, model db update
Sun, 30 May 2010 22:08:21 +0200 Marcin Kuzminski Made repos path config configurable from pylons app configs. update Readme
Sun, 30 May 2010 21:30:09 +0200 Marcin Kuzminski small fixes
Sun, 30 May 2010 19:49:40 +0200 Marcin Kuzminski Adde draft for permissions systems, made all needed decorators, and checks. For future usage in the system.
Sun, 30 May 2010 17:55:56 +0200 Marcin Kuzminski Rewrite of user managment, improved forms, added some user info
Sun, 30 May 2010 17:52:20 +0200 Marcin Kuzminski Added flash messages support
Sun, 30 May 2010 16:59:18 +0200 Marcin Kuzminski timerprox sqlformatting update for update and delete keywords
Sun, 30 May 2010 00:44:45 +0200 Marcin Kuzminski Fixed access to repos and users.
Thu, 27 May 2010 21:31:30 +0200 Marcin Kuzminski changed naming convention for db modules.
Thu, 27 May 2010 19:20:21 +0200 Marcin Kuzminski Added license
Thu, 27 May 2010 16:00:47 +0200 Marcin Kuzminski some beaker cache changes, and added repr to models
Thu, 27 May 2010 01:20:30 +0200 Marcin Kuzminski Changed configs, server statics to false, and fixed a simply large bug with cache regions typo
Thu, 27 May 2010 00:44:49 +0200 Marcin Kuzminski Admin templating updates, added rest permission controllers
Thu, 27 May 2010 00:26:02 +0200 Marcin Kuzminski db manage added more logging, set custom logger and add optional print sql statments
Thu, 27 May 2010 00:04:29 +0200 Marcin Kuzminski fixed dbmanage script to work as standalone script
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
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