log rhodecode/lib/utils.py @ 4001:5ee341209d7f

age author description
Sat, 15 Jun 2013 22:51:32 +0200 Marcin Kuzminski action logger will try to get IP address automatically based
Wed, 12 Jun 2013 10:29:12 +0200 Marcin Kuzminski use consistent string formatting
Mon, 10 Jun 2013 14:54:37 +0200 Marcin Kuzminski accept that repos are read-only - very convenient for testing.
Fri, 07 Jun 2013 00:31:11 +0200 Marcin Kuzminski Merged dev into stable/default/master branch
Mon, 03 Jun 2013 23:54:52 +0200 Marcin Kuzminski Moved all Mercurial imports into hgcompat from vcs beta
Wed, 22 May 2013 03:14:03 +0200 Marcin Kuzminski simplified boolean expressions beta
Wed, 08 May 2013 18:06:22 +0200 Marcin Kuzminski moved top-level tests to rhodecode/tests/other. beta
Sat, 27 Apr 2013 11:24:25 +0200 Marcin Kuzminski synced vcs with upstream beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidation: don't create CacheInvalidation records on startup beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidate: encapsulate how key is generated from repo_name and kind beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich invalidation: merge .invalidate and .set_valid as .test_and_set_valid beta
Wed, 10 Apr 2013 14:33:04 +0200 Marcin Kuzminski New default permissions definition for user group create beta
Mon, 08 Apr 2013 22:47:35 +0200 Marcin Kuzminski - Manage User’s Groups: create, delete, rename, add/remove users inside. beta
Sun, 07 Apr 2013 19:55:30 +0200 Marcin Kuzminski always use json from compat module beta
Sun, 07 Apr 2013 18:37:22 +0200 Marcin Kuzminski merge with rc1
Fri, 05 Apr 2013 23:16:21 +0200 Marcin Kuzminski repo rescann should detach forks of zombie repos, beta
Wed, 03 Apr 2013 02:35:01 +0200 Marcin Kuzminski removed duplicated logic of how we invalidate caches for repos beta
Wed, 03 Apr 2013 15:56:12 +0200 Mads Kiilerich Fix 'repos group' - it is 'repository group' beta
Tue, 02 Apr 2013 19:01:25 +0200 Mads Kiilerich util: remove attempt of renaming get_filesystem_repos while remaining backward compatible beta
Thu, 28 Mar 2013 03:34:36 +0100 Marcin Kuzminski Don't catch all exceptions beta
Tue, 26 Mar 2013 23:15:22 +0100 Mads Kiilerich warn when repo path is skipped because it is read-only beta
Tue, 26 Mar 2013 23:15:16 +0100 Mads Kiilerich invalidation: some documentation and refactoring beta
Wed, 20 Mar 2013 15:32:23 +0100 Mads Kiilerich avoid %r markup of unicode strings in user facing messages beta
Mon, 18 Mar 2013 18:20:46 +0100 Marcin Kuzminski better logging beta
Tue, 05 Mar 2013 22:37:58 +0100 Marcin Kuzminski better detection of deleting groups with subgroups inside. beta
Mon, 25 Feb 2013 17:16:45 +0100 Marcin Kuzminski --version command should be safe, and bare no modifications beta
Sun, 17 Feb 2013 22:58:09 +0100 Marcin Kuzminski git executable is now configurable via .ini files beta
Sun, 17 Feb 2013 21:21:45 +0100 Marcin Kuzminski Add option to define custom lexers for custom extensions for code highlight in rcextension module beta
Sat, 26 Jan 2013 20:11:55 +0100 Marcin Kuzminski reposcann should skip directories with starting with '.'
Sat, 09 Feb 2013 22:21:31 +0100 Marcin Kuzminski unified RhodeCode paster commands beta
Sat, 26 Jan 2013 20:11:55 +0100 Marcin Kuzminski reposcann should skip directories with starting with '.' beta
Mon, 21 Jan 2013 00:03:44 +0100 Marcin Kuzminski merged with beta
Sat, 05 Jan 2013 02:26:39 +0100 Marcin Kuzminski white space cleanup beta
Sat, 05 Jan 2013 01:58:29 +0100 Marcin Kuzminski Added full last changeset info to lightweight dashboard beta
Wed, 02 Jan 2013 13:54:31 +0100 Mads Kiilerich logging: clarify logging of db logging beta
Wed, 02 Jan 2013 13:54:24 +0100 Mads Kiilerich logging: make 'Creating a cache key for...' more readable beta
Wed, 02 Jan 2013 13:54:20 +0100 Mads Kiilerich logging: make 'settings ui from db' look more like Mercurial ini file notation beta
Mon, 17 Dec 2012 22:46:50 +0100 Marcin Kuzminski Default parameters are now also used for creating repos using API calls, and initial repo scanner beta
Thu, 13 Dec 2012 22:54:21 +0100 Marcin Kuzminski merge with beta rhodecode-0.0.1.5.0
Wed, 05 Dec 2012 23:59:13 +0100 Marcin Kuzminski Implemented better support for Wildcard queries beta
Wed, 05 Dec 2012 17:32:56 +0100 Marcin Kuzminski fixed issue #671 commenting on pull requests sometimes used old JSON encoder and broke. This changeset replaces it's with RhodeCode json encoder to ensure all data is properly serializable beta
Fri, 23 Nov 2012 16:59:30 +0100 Marcin Kuzminski Cleaned the way cache keys are invalidated beta
Sat, 10 Nov 2012 03:21:31 +0100 Marcin Kuzminski fix strict version of git check if we have 1.7.4 it's ok ! beta
Wed, 07 Nov 2012 19:38:46 +0100 Marcin Kuzminski fix for issue #602, enforce str when setting mercurial UI object. When this is used together with mercurial internal translation system beta
Tue, 09 Oct 2012 01:32:07 +0200 Marcin Kuzminski fixed check git version function, git sometimes uses 4 element version numbering which breaks the system that function beta
Tue, 09 Oct 2012 00:41:32 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.4.4
Mon, 08 Oct 2012 00:11:25 +0200 Andrew Shadura Rephrase the message. beta
Mon, 08 Oct 2012 00:08:46 +0200 Andrew Shadura Fix typos. beta
Mon, 08 Oct 2012 22:37:09 +0200 Marcin Kuzminski Merge with beta
Tue, 02 Oct 2012 21:32:00 +0200 Marcin Kuzminski Add git version detection to warn users that Git used in system is to old. ref #588 beta
Fri, 07 Sep 2012 23:20:33 +0200 Marcin Kuzminski merge with beta
Thu, 06 Sep 2012 00:10:34 +0200 Marcin Kuzminski White space cleanup beta
Wed, 05 Sep 2012 22:40:07 +0200 Marcin Kuzminski Show cache keys in admin settings of repository beta
Wed, 05 Sep 2012 22:09:25 +0200 Marcin Kuzminski Fixing issues of cache invalidation for multiple instances running in rhodecode. beta
Mon, 03 Sep 2012 21:59:31 +0200 Marcin Kuzminski merge with beta rhodecode-0.0.1.4.0
Mon, 03 Sep 2012 17:22:33 +0200 Marcin Kuzminski Filter more special chars in validation of repo name beta
Sun, 02 Sep 2012 21:19:54 +0200 Marcin Kuzminski Merge beta branch into stable
Wed, 15 Aug 2012 18:25:38 +0200 Marcin Kuzminski Added optional flag to make_ui to not clean sqlalchemy Session. beta
Wed, 15 Aug 2012 00:22:53 +0200 Marcin Kuzminski use os.environ as a fallback for getting special info from hooks, this will allow beta
Sat, 04 Aug 2012 19:28:38 +0200 Marcin Kuzminski fixed the push_ssl issues after mercurial 2.3 upgrade. beta