log setup.py @ 7572:dcececb1f53e

age author description
Fri, 28 Dec 2018 21:56:52 +0100 Thomas De Schampheleire setup.py: support Paste 3.0.x
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich gearbox: drop last traces of upgrade-db paster command
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox celeryd' into 'kallithea-cli celery-run'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-index' into 'kallithea-cli index-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-rcext' in 'kallithea-cli extensions-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox setup-db' into 'kallithea-cli db-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox install-iis' into 'kallithea-cli iis-install'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox cleanup-repos' into 'kallithea-cli repo-purge-deleted'
Wed, 03 Oct 2018 21:47:43 +0200 Thomas De Schampheleire cli: drop 'gearbox cache-keys --show/--cleanup' - they are rarely used, and use cases are covered by commands for updating metadata
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox update-repoinfo' into 'kallithea-cli repo-update-metadata'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox repo-scan' into 'kallithea-cli repo-scan'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox ishell' into 'kallithea-cli ishell'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-config' into 'kallithea-cli config-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: initial introduction of 'kallithea-cli' command
Mon, 05 Nov 2018 00:31:07 +0100 Mads Kiilerich Merge stable
Sun, 21 Oct 2018 17:44:06 +0200 Mads Kiilerich lib: use bleach to sanitize HTML generated from markdown - fix XSS issue when repo front page shows README.md stable
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich hg: support Mercurial 4.8
Sat, 01 Sep 2018 16:14:24 +0200 Mads Kiilerich setup: bump all upper pip dependency versions to minor updates of what currently is available and testable on pypi
Sat, 01 Sep 2018 02:14:29 +0200 Mads Kiilerich setup: clarify that we require Routes less than 2.0
Sat, 01 Sep 2018 02:10:28 +0200 Mads Kiilerich celery: clarify that celery 4 doesn't work
Thu, 30 Aug 2018 20:58:25 +0200 Thomas De Schampheleire setup: sort gearbox.commands
Mon, 06 Aug 2018 00:37:13 +0200 Mads Kiilerich setup: normalize casing of dependencies and formatting of constraints
Sun, 05 Aug 2018 23:25:23 +0200 Mads Kiilerich hg: support 4.7
Sun, 05 Aug 2018 23:16:10 +0200 Mads Kiilerich hg: bump minimum version to 4.1.1
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich setup: support Mercurial 4.6
Mon, 02 Apr 2018 14:22:11 +0200 Mads Kiilerich setup: support Mercurial 4.5.x
Mon, 02 Apr 2018 14:14:55 +0200 Mads Kiilerich setup: drop support for Mercurial < 4.0
Sun, 08 Apr 2018 17:03:08 +0200 Mads Kiilerich setup: do like TurboGears2 and don't support WebOb 1.8
Tue, 30 Jan 2018 14:35:03 +0100 Branko Majic setup: updated dependencies to accept latest Pylons release (1.0.3). stable
Thu, 11 Jan 2018 19:59:10 +0100 domruf tests: git changeset authors need to have the format 'username <user@example.com>'
Wed, 15 Nov 2017 00:05:24 +0100 domruf setup: temporary workaround to avoid dulwich 0.8.16 - it cause test failures
Sun, 22 Oct 2017 23:00:37 +0200 Mads Kiilerich vcs: support Mercurial 4.4
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich vcs: support Mercurial 4.3.x
Tue, 06 Jun 2017 21:10:52 +0200 domruf hg: support Mercurial 4.2 stable
Sun, 14 May 2017 01:12:56 +0200 Mads Kiilerich setup: don't use setuptools 34 - it has indirect conflicts with the celery version supported on the stable branch (Issue #266) stable
Tue, 06 Jun 2017 21:10:52 +0200 domruf hg: support Mercurial 4.2
Mon, 27 Mar 2017 11:29:38 +0200 Søren Løvborg db: upgrade to SQLAlchemy 1.1, fixing invalid PostgreSQL SQL in User.is_default_user
Fri, 27 Jan 2017 20:49:01 +0100 Thomas De Schampheleire docs: smtp_port is now respected by backlash
Sun, 29 Jan 2017 21:08:49 +0100 Alessandro Molina backend: replace Pylons with TurboGears2
Mon, 12 Sep 2016 17:50:11 +0200 Mads Kiilerich gearbox: make a make-config sub-command available again
Tue, 25 Oct 2016 21:32:24 +0200 Mads Kiilerich gearbox: replace paster with something TurboGears2-ish that still works with the Pylons stack
Thu, 02 Feb 2017 03:11:47 +0100 Mads Kiilerich setup: bump WebOb to >=1.7
Thu, 02 Feb 2017 03:11:29 +0100 Mads Kiilerich setup: bump whoosh and bcrypt minimum versions
Mon, 23 Jan 2017 20:54:42 +0100 Mads Kiilerich setup: really support latest Beaker version (1.8.1) after 5a5bab2b773c
Sat, 14 Jan 2017 20:59:57 +0100 Andrew Shadura setup: bump babel version to <2.4
Sat, 14 Jan 2017 20:56:48 +0100 Andrew Shadura setup: don't constrain docutils version
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich setup: support latest Beaker version (1.8.1)
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich hg: support Mercurial 4.1
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: upgrade to Celery 3
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celeryd: move the celeryd paster command to the place where paster commands live
Wed, 03 Aug 2016 18:26:33 +0200 domruf setup: limit WebTest version to <2.0
Thu, 16 Jun 2016 18:40:26 +0200 domruf setup: support later waitress versions
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich docs: drop empty Changelog in the documentation
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: drop ez_setup
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: support Mercurial 3.9
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich setup: move test dependencies to dev_requirements.txt to make them optional
Fri, 15 Jul 2016 21:49:35 +0200 Søren Løvborg db: use consistent key/index/constraint names when creating database
Thu, 02 Jun 2016 13:21:59 +0200 Søren Løvborg db: add Alembic "migration environment"
Tue, 14 Jun 2016 12:02:22 +0200 Søren Løvborg paster: add informational/dummy "upgrade-db" command
Mon, 18 Jul 2016 14:08:43 +0200 Søren Løvborg db: remove SQLAlchemy Migrate support
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura setup: bump dulwich dependency to 0.14.1
Sun, 03 Jul 2016 12:21:00 +0200 Andrew Shadura setup: use modern bcrypt implementation instead of unsupported old one
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich setup: upgrade SQLAlchemy to 1.0.x series
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich setup: support Mercurial 3.8
Fri, 05 Feb 2016 21:19:44 +0100 Thomas De Schampheleire setup.py: enable pytest-sugar plugin
Mon, 07 Mar 2016 18:45:14 +0100 Søren Løvborg setup.py: remove unused package_data
Tue, 09 Feb 2016 17:46:36 +0100 Mads Kiilerich Merge stable
Tue, 09 Feb 2016 17:46:21 +0100 Mads Kiilerich hg: support Mercurial 3.7.x stable
Wed, 03 Feb 2016 22:32:28 +0100 Thomas De Schampheleire pytest migration: switch to pytest; remove nose support
Fri, 27 Nov 2015 01:34:47 +0100 Mads Kiilerich setup: support the Mercurial 3.6 series stable
Mon, 14 Sep 2015 23:06:28 +0200 Mads Kiilerich setup: monkey patch setuptools to make distutils set owner/group to root stable
Thu, 03 Sep 2015 17:41:05 +0200 Mads Kiilerich setup: drop pycrypto dependency - it has been unused since 31e119cb02ef
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich setup: reintroduce nosetests support that was removed in Pylons after 1.0.0
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich setup: drop unused simplejson dependency
Sun, 09 Aug 2015 02:17:14 +0200 Mads Kiilerich cleanup: consistently use 'except ... as ...:'
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich mercurial: support Mercurial 3.5
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich pylons: support Pylons 1.0.2
Sun, 12 Apr 2015 13:29:57 +0200 Andrew Shadura setup: bump mercurial requirement to 2.9
Tue, 31 Mar 2015 01:16:53 +0200 Mads Kiilerich setup: constrain dulwich to version 0.9.9
Wed, 25 Mar 2015 20:47:45 +0100 Mads Kiilerich setup: update dulwich requirement to >= 0.9.9 which fixes CVE-2015-0838
Mon, 23 Mar 2015 16:07:35 +0100 Andrew Shadura spelling: use correct Git capitalisation where appropriate
Tue, 03 Feb 2015 16:59:28 -0800 Sean Farley setup: increase mercurial support to 3.3
Sun, 02 Nov 2014 13:52:55 -0800 Sean Farley setup: remove duplicate logic for mercurial dependency
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich cleanup-repos: reintroduce paster command
Sun, 14 Sep 2014 07:39:06 +0200 Henrik Stuart paster: add install-iis command to automate IIS handler generation
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich setup: clarify that we only support 2.6 and 2.7
Sun, 31 Aug 2014 15:07:36 +0200 Jelmer Vernooij Only use newer versions of Dulwich on Python >= 2.7.
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich setup: support Mercurial versions up to 3.1.x
Wed, 16 Jul 2014 01:06:15 +0200 Jelmer Vernooij Support newer versions of bcrypt.
Wed, 16 Jul 2014 00:10:01 +0200 Jelmer Vernooij Support using newer versions of formencode.
Wed, 16 Jul 2014 00:09:49 +0200 Jelmer Vernooij Support using newer versions of babel.
Wed, 16 Jul 2014 00:09:33 +0200 Jelmer Vernooij Support build with newer versions of whoosh.
Wed, 16 Jul 2014 00:09:17 +0200 Jelmer Vernooij Loosen dependency on Mako to include mako 1.0.
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich minor fixes - mainly wording
Thu, 10 Jul 2014 15:20:43 +0100 Jelmer Vernooij Support building with newer docutils and pycrypto.
Wed, 09 Jul 2014 00:34:56 +0200 Jelmer Vernooij Support running with newer versions of Dulwich that are backwards compatible.
Fri, 04 Jul 2014 15:58:04 +0200 Mads Kiilerich Fixes for pypi - increment version to 0.0 0.0
Fri, 04 Jul 2014 09:40:56 -0400 Bradley M. Kuhn Use Conservancy's Kallithea Committee address as author_email.
Wed, 02 Jul 2014 19:06:01 -0400 Bradley M. Kuhn General renaming to Kallithea kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:39 -0400 Bradley M. Kuhn Rename helper tools (and fix inconsistent naming) kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:28 -0400 Bradley M. Kuhn First step in two-part process to rename directories to kallithea. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:00 -0400 Bradley M. Kuhn Rename paster command setup-rhodecode to setup-db kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:13 -0400 Bradley M. Kuhn Imported some of the GPLv3'd changes from RhodeCode v2.2.5. rhodecode-2.2.5-gpl
Mon, 08 Jul 2013 20:56:13 +0200 Marcin Kuzminski bumped mercurial version
Tue, 18 Jun 2013 01:45:46 +0200 Marcin Kuzminski Added ini config maker with dynamic variable replacements.
Mon, 17 Jun 2013 15:58:20 +0200 Marcin Kuzminski Fixes some issues with keywords generation, and cleaned the code
Fri, 07 Jun 2013 00:31:11 +0200 Marcin Kuzminski Merged dev into stable/default/master branch
Mon, 03 Jun 2013 14:18:07 +0200 Marcin Kuzminski Bumped mercurial version beta
Thu, 30 May 2013 00:01:16 +0200 Marcin Kuzminski moved make-index command to paster_commands module beta
Sat, 25 May 2013 15:38:57 +0200 Marcin Kuzminski bumped waitress version beta
Fri, 24 May 2013 15:07:49 +0200 Marcin Kuzminski Bumped mercurial version beta
Wed, 22 May 2013 20:14:48 +0200 Marcin Kuzminski Fix check statements from () which had no effect really beta
Sat, 11 May 2013 20:24:02 +0200 Marcin Kuzminski Implemented simple gist functionality ref #530. beta
Fri, 03 May 2013 23:19:30 +0200 Marcin Kuzminski fix depracated PLATFORM_WIN var beta
Fri, 03 May 2013 17:10:11 +0200 Marcin Kuzminski bumped mercurial to 2.6 beta
Sun, 07 Apr 2013 18:37:22 +0200 Marcin Kuzminski merge with rc1
Fri, 05 Apr 2013 00:09:53 +0200 Marcin Kuzminski bumed mercurial version beta
Thu, 04 Apr 2013 02:13:43 +0200 Marcin Kuzminski ishell paster command beta
Wed, 27 Mar 2013 19:06:09 +0100 Marcin Kuzminski added super simple cache_key paster function for showing and cleaning cache keys beta
Tue, 26 Feb 2013 13:36:38 +0100 Marcin Kuzminski fix webtest dependency
Wed, 06 Mar 2013 00:34:16 +0100 Marcin Kuzminski bump mercurial version beta
Sat, 02 Mar 2013 21:23:10 +0100 Marcin Kuzminski bump sqlalchemy version beta
Tue, 26 Feb 2013 13:36:38 +0100 Marcin Kuzminski fix webtest dependency beta
Wed, 13 Feb 2013 22:36:24 +0100 Marcin Kuzminski bump mercurial version beta
Sat, 26 Jan 2013 22:08:16 +0100 Marcin Kuzminski added argparse for python version <2.7
Sat, 09 Feb 2013 22:21:31 +0100 Marcin Kuzminski unified RhodeCode paster commands beta
Sun, 03 Feb 2013 21:06:03 +0100 Marcin Kuzminski fixed broken syntax in setup.py beta
Fri, 01 Feb 2013 13:47:25 +0100 Marcin Kuzminski Updated description beta
Wed, 30 Jan 2013 01:09:55 +0100 Marcin Kuzminski bump waitress version beta
Sat, 26 Jan 2013 22:08:16 +0100 Marcin Kuzminski added argparse for python version <2.7 beta
Mon, 21 Jan 2013 00:03:44 +0100 Marcin Kuzminski merged with beta
Wed, 02 Jan 2013 13:45:10 +0100 Marcin Kuzminski bumped mercurial version beta
Thu, 13 Dec 2012 22:54:21 +0100 Marcin Kuzminski merge with beta rhodecode-0.0.1.5.0
Tue, 04 Dec 2012 01:59:17 +0100 Marcin Kuzminski bump mercurial version beta
Tue, 27 Nov 2012 20:57:32 +0100 Marcin Kuzminski bumped dulwich version beta
Wed, 14 Nov 2012 22:42:58 +0100 Marcin Kuzminski Implements #648 write Script for updating last modification time for lightweight dashboard beta
Sat, 10 Nov 2012 19:04:23 +0100 Marcin Kuzminski bumped dependencies versions beta
Sat, 10 Nov 2012 18:55:50 +0100 Marcin Kuzminski bump dulwich version beta
Mon, 05 Nov 2012 01:04:15 +0100 Marcin Kuzminski bumped mercurial version beta
Mon, 08 Oct 2012 22:37:09 +0200 Marcin Kuzminski Merge with beta
Tue, 02 Oct 2012 20:15:07 +0200 Marcin Kuzminski Bumped mercurial version beta
Fri, 28 Sep 2012 23:28:10 +0200 Marcin Kuzminski merged beta into stable
Sun, 23 Sep 2012 13:04:02 +0200 Marcin Kuzminski windows deserves a mercurial version bump also ! beta
Sat, 22 Sep 2012 18:43:47 +0200 Marcin Kuzminski bumped mercurial version to 2.3.1 beta
Sun, 02 Sep 2012 21:32:17 +0200 Marcin Kuzminski merge with beta
Sun, 02 Sep 2012 21:32:03 +0200 Marcin Kuzminski freeze mercurial version beta
Sun, 02 Sep 2012 21:19:54 +0200 Marcin Kuzminski Merge beta branch into stable
Sun, 02 Sep 2012 18:16:52 +0200 Marcin Kuzminski fixed condition for installing unittests2 beta
Tue, 14 Aug 2012 01:16:29 +0200 Marcin Kuzminski requirements updates beta
Sat, 04 Aug 2012 01:29:15 +0200 Marcin Kuzminski version bump on mercurial beta
Sat, 14 Jul 2012 18:53:39 +0200 Marcin Kuzminski Added cleanup repos script that allows to cleanup removed repos from rhodecode beta
Fri, 13 Jul 2012 21:17:38 +0200 Marcin Kuzminski Switch to waitress wsgi server by default in rhodecode. beta
Fri, 06 Jul 2012 18:28:13 +0200 Marcin Kuzminski removed import rhodecode from setup.py beta
Sun, 03 Jun 2012 20:35:13 +0200 Marcin Kuzminski created rhodecode-api binary script for working with api via cli beta
Thu, 17 May 2012 00:55:35 +0200 Marcin Kuzminski merged with beta
Thu, 17 May 2012 00:53:20 +0200 Marcin Kuzminski renamed setup module into a setup_rhodecode. beta
Wed, 16 May 2012 23:16:04 +0200 Marcin Kuzminski new setup-rhodecode command with optional defaults beta
Wed, 28 Mar 2012 19:54:16 +0200 Marcin Kuzminski merged beta into default branch
Tue, 06 Mar 2012 23:03:10 +0200 Marcin Kuzminski added initial rc-extension module beta
Sun, 26 Feb 2012 17:25:09 +0200 Marcin Kuzminski merge 1.3 into stable
Mon, 20 Feb 2012 23:00:54 +0200 Marcin Kuzminski Added VCS into rhodecode core for faster and easier deployments of new versions beta
Sat, 28 Jan 2012 18:15:45 +0200 Marcin Kuzminski code cleanup beta
Sat, 28 Jan 2012 18:11:45 +0200 Marcin Kuzminski freeze hg version to 2.0.1 for windows due to a bug in mercurial that breaks forking in rhodecode-win
Sat, 28 Jan 2012 18:07:20 +0200 Marcin Kuzminski fixed requires files, added distinction on win vs other platforms beta
Thu, 19 Jan 2012 06:46:25 +0200 Marcin Kuzminski fixes for release 1.2.4
Thu, 12 Jan 2012 06:21:48 +0200 Marcin Kuzminski backported fixes for statistics from beta branch, try to fix issue #271
Wed, 04 Jan 2012 03:21:36 +0200 Marcin Kuzminski added requires.txt file beta
Wed, 21 Dec 2011 02:13:28 +0200 Marcin Kuzminski enabled largefiles for stable release
Mon, 19 Dec 2011 19:53:08 +0200 Marcin Kuzminski code garden beta
Mon, 19 Dec 2011 00:12:50 +0200 Marcin Kuzminski bumped up beaker version beta
Wed, 02 Nov 2011 16:57:44 +0200 Marcin Kuzminski Bumped beaker beta
Wed, 02 Nov 2011 16:20:07 +0200 Marcin Kuzminski Mercurial 2.0 compatibility beta
Thu, 27 Oct 2011 03:26:02 +0200 Marcin Kuzminski implements #215 Repository view uses a README (text/markdown + rst) beta
Mon, 17 Oct 2011 01:42:55 +0200 Marcin Kuzminski Merge with ff41d5f00e28d296303e39f29125e83a01157330
Mon, 17 Oct 2011 01:40:22 +0200 Marcin Kuzminski updated sources for vcs beta
Mon, 17 Oct 2011 01:10:53 +0200 Marcin Kuzminski Merge with 5539b0eb2cfc023c7f91d6769352d0fbd79d3a90
Mon, 17 Oct 2011 01:08:29 +0200 Marcin Kuzminski webob for beta should not use 1.1.1 beta
Mon, 17 Oct 2011 01:04:06 +0200 Marcin Kuzminski updated contributors and setup accordingly to stable branch beta
Mon, 17 Oct 2011 01:01:18 +0200 Marcin Kuzminski Merge with beta
Mon, 17 Oct 2011 00:22:45 +0200 Marcin Kuzminski lib freeze beta
Thu, 13 Oct 2011 03:20:28 +0200 Marcin Kuzminski webob library freeze beta
Wed, 12 Oct 2011 18:51:24 +0200 Marcin Kuzminski fixed requirements beta
Fri, 07 Oct 2011 20:01:13 +0200 Marcin Kuzminski bumbped vcs dep for beta beta
Fri, 07 Oct 2011 01:08:50 +0200 Marcin Kuzminski merge beta in stable branch
Wed, 05 Oct 2011 00:10:42 +0200 Marcin Kuzminski fixes #231 Added formencode version freeze to setup.py <1.2.4 was buggy beta
Thu, 22 Sep 2011 02:35:56 +0300 Marcin Kuzminski freeze webob version beta
Sat, 10 Sep 2011 12:43:53 +0300 Marcin Kuzminski updated rhodecode link for vcs beta beta
Wed, 07 Sep 2011 02:20:36 +0300 Marcin Kuzminski updated version of libs in setup file beta
Wed, 07 Sep 2011 02:14:38 +0300 Marcin Kuzminski fixed setup so it'll fetch tip of vcs for easier installation of beta version beta
Fri, 26 Aug 2011 22:44:20 +0300 Marcin Kuzminski whoosh lib freeze beta
Sat, 02 Jul 2011 14:56:18 +0000 Marcin Kuzminski updated required libs beta
Sat, 02 Jul 2011 14:47:07 +0200 Marcin Kuzminski freeze mercurial version beta
Sat, 04 Jun 2011 20:34:30 +0200 Marcin Kuzminski Bumped sqlalchemy version to 0.7, replaced timerproxy with new event system for sqlalchemy. beta
Thu, 05 May 2011 15:07:32 +0200 Marcin Kuzminski bumped vcs to latest dev beta
Thu, 21 Apr 2011 00:06:06 +0200 Marcin Kuzminski updated pot file, and bumped dulwich version beta
Fri, 08 Apr 2011 00:47:20 +0200 Marcin Kuzminski merged some docs, and fixed setup.py platform check
Thu, 07 Apr 2011 09:01:11 +0200 Marcin Kuzminski files: fixes error when passing a diff without parameters and caused server crash beta
Wed, 06 Apr 2011 20:35:50 +0200 Marcin Kuzminski fixed setup.py file to use same platform as defined in main rhodecode PLATFORM_OTHERS, beta
Tue, 05 Apr 2011 17:34:04 +0200 Marcin Kuzminski fixes #140
Tue, 05 Apr 2011 02:16:07 +0200 Marcin Kuzminski removed obsolete celerypylons commands beta
Mon, 04 Apr 2011 19:43:31 +0200 Marcin Kuzminski added __license__ into main of rhodecode, PEP8ify beta
Sun, 03 Apr 2011 18:49:12 +0200 Marcin Kuzminski pep8ify root py files beta
Sun, 03 Apr 2011 18:23:15 +0200 Marcin Kuzminski source code cleanup: remove trailing white space, normalize file endings beta
Tue, 29 Mar 2011 00:11:18 +0200 Marcin Kuzminski update setup.py and frozen dateutils beta
Sun, 27 Mar 2011 01:34:14 +0100 Marcin Kuzminski frozen version of python dateutil since series 2.X are not python 2.X compatible beta
Mon, 21 Mar 2011 23:13:40 +0100 Marcin Kuzminski fixed license in setup file, readme fixes beta
Mon, 21 Mar 2011 22:34:13 +0100 Marcin Kuzminski changes for rhodecode release 1.1.6 rhodecode-0.0.1.1.6
Sun, 20 Mar 2011 16:23:48 +0100 Marcin Kuzminski added check for python <2.5 in setup file beta
Thu, 17 Mar 2011 03:04:17 +0100 Marcin Kuzminski added changes made in production branch back into beta beta
Thu, 17 Mar 2011 02:47:07 +0100 Marcin Kuzminski fixed manifest, and changed info site
Thu, 17 Mar 2011 02:41:11 +0100 Marcin Kuzminski Release 1.1.5 fixes:
Thu, 17 Mar 2011 01:13:48 +0100 Marcin Kuzminski changes for release 1.1.5
Wed, 09 Mar 2011 19:08:34 +0100 Marcin Kuzminski Fixed Windows installation based on work of Mantis406 fork: "Replace py-bcrypt to make Windows installation easier" beta
Sun, 27 Feb 2011 03:31:01 +0100 Marcin Kuzminski changelog update, bumped mako version in setup beta
Fri, 25 Feb 2011 00:20:44 +0100 Marcin Kuzminski added docs to manifest, updated setup script beta
Sat, 19 Feb 2011 11:51:52 +0100 Marcin Kuzminski deps update beta
Wed, 16 Feb 2011 11:05:35 +0100 Marcin Kuzminski rhodecode release 1.1.3 changes
Tue, 08 Feb 2011 02:57:21 +0100 Marcin Kuzminski made rhodecode work with celery 2.2, made some tasks optimizations(forget results) beta
Tue, 25 Jan 2011 19:05:44 +0100 Marcin Kuzminski updated some requirements to newest versions beta
Tue, 11 Jan 2011 23:18:57 +0100 Marcin Kuzminski version bump rhodecode-0.0.1.1.2
Tue, 11 Jan 2011 23:06:41 +0100 Marcin Kuzminski merged bugfixes for rhodecode 1.1.2 release
Fri, 07 Jan 2011 13:00:38 +0100 Marcin Kuzminski forced webhelpers version since it was making troubes during installation beta
Wed, 22 Dec 2010 01:53:56 +0100 Marcin Kuzminski fixed typo in setup.py beta
Tue, 21 Dec 2010 01:11:38 +0100 Marcin Kuzminski implemented #91, beta
Sat, 18 Dec 2010 18:10:45 +0100 Marcin Kuzminski fixed error in setup.py RST generation, speling fix for README beta
Sat, 18 Dec 2010 17:58:36 +0100 Marcin Kuzminski fixed error in setup.py RST generation rhodecode-0.0.1.1.0
Sat, 18 Dec 2010 14:45:58 +0100 Marcin Kuzminski merged with beta branch
Thu, 16 Dec 2010 01:25:43 +0100 Marcin Kuzminski fixed some problems with python setup.py operations due to import problems beta
Sat, 11 Dec 2010 01:54:12 +0100 Marcin Kuzminski added dbmigrate package, added model changes beta
Tue, 07 Dec 2010 18:45:57 +0100 Marcin Kuzminski lib freeze beta
Fri, 26 Nov 2010 23:49:19 +0100 Marcin Kuzminski fixes #77 and adds extendable base Dn with custom uid specification beta
Fri, 26 Nov 2010 18:05:51 +0100 Marcin Kuzminski disabled dotencode format for mercurial 1.7 usage and hg <=1.6 compatibility beta
Fri, 19 Nov 2010 02:59:37 +0100 Marcin Kuzminski readme update and fixed whoosh version 1.3.3 has error beta
Thu, 18 Nov 2010 21:04:40 +0100 Marcin Kuzminski fixed deps in setup.py beta
Thu, 18 Nov 2010 18:05:52 +0100 Marcin Kuzminski updated docs and setup.py docs beta
Sun, 14 Nov 2010 22:54:16 +0100 Marcin Kuzminski Refactor codes for scm model beta
Sat, 13 Nov 2010 02:29:46 +0100 Marcin Kuzminski Implemented whoosh index building as paster command. beta
Sat, 13 Nov 2010 00:23:36 +0100 Marcin Kuzminski changed official rhodecode favicon, from hg to some more generic beta
Thu, 11 Nov 2010 15:31:03 +0100 Marcin Kuzminski small fixes to docs, and setup file beta
Thu, 11 Nov 2010 15:03:40 +0100 Marcin Kuzminski fixed hooks broken symlink issue rhodecode-0.0.1.0.2