log

age author description
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: tweak default selections for repos
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: preserve ordering of peer-selected branches
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: peer-selected branches must use the branch head revision, not the old peer revision
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: don't filter PR comments in the template - the dataset is / must be correct
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: notify added reviewers, just like initial reviewers are
Fri, 04 Jul 2014 14:12:06 +0200 Mads Kiilerich diff: don't ask for confirmation before showing diff - we already showed a warning
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich diff: show whitespace
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich compare: add options for ignore whitespace and increase context
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich repo settings: show users and groups sorted
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich repos: after removing a repo show its group
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich repo group: make it possible to remove repo groups
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich settings: strip hook names - they do not work if they have extra whitespace
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich remove: when removing a repo don't rename its .hg/.git folder
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich urlify: use look behind and ahead in hash regexp
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich helpers: urlify_commit requires a repo - it might crash without
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich changeset: don't crash if removed comment already has been removed
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich changeset: allow revision specifications with '/' (for instance branch names) in routing
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich pull requests: show currently selected revision hash - not just symbolic name
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich pull requests: include 'detailed view' and ancestor information in ajax chunk, open diff in another window
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich compare: show how many changesets the compared repo is behind
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich compare: calculate changesets and calculate and show ancestor also for non-merge diffs
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich helpers: introduce link_to_ref
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich compare: compare without 'merge' cannot span across repos - report error instead of failing
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich compare: don't show broken file links for added and removed files
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich compare: disable compare button until revisions have been selected
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich compare: consistent naming: _ref is a tuple, _ref_type is the type, _ref_name is symbolic name, _rev is the revision
Fri, 28 Jun 2013 02:26:13 +0200 Mads Kiilerich diff: don't show content of deleted files
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich pull requests: don't make reviewers mandatory
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich pull requests: separate link to origin branch from suggested pull command
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich pull requests: add mouse-over descriptions for delete buttons
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: on "my" show form inline instead of floating everything ... which sometimes floated badly
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: make lists of PRs more readable
Wed, 12 Jun 2013 12:23:17 +0200 Mads Kiilerich pull requests: use 'nobody reviewed' icon in PR listing
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich pull requests: add a 'Someone voted' comment on all uses of last_review_status
Fri, 14 Jun 2013 16:28:38 +0200 Mads Kiilerich pull requests: remove old 'my pull requests' code from the secret place under 'My Account'
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich pull requests: add new "my" page, separate from "my account" and prominently shown in the page headers
Tue, 02 Jul 2013 00:37:01 +0200 Mads Kiilerich pull requests: PR from changelog should not use tip but explicit revision or tip branch name
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich pull requests: don't crash on empty hg repos without any tip
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: don't use lazy='joined' on PRs - it gives huge sql responses on big PRs
Fri, 28 Jun 2013 02:26:04 +0200 Mads Kiilerich db: make code less convoluted
Wed, 12 Jun 2013 02:13:02 +0200 Mads Kiilerich repo context bar: preserve current revision when navigating between changelog, changeset and file view
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich templates: don't use explicit uppercase style - shouting is rude
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich "tags": don't shorten identifiers - detail matters
Fri, 18 Jul 2014 18:44:45 +0200 Mads Kiilerich allover: branchtags should link to the branch in the changelog as it says, not to the current revision
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich allover: let tags and bookmarks link to the changeset - not to its files
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich status: don't calculate status of whole repo when given empty list
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich vcs: convert unicode revision strings to ascii before passing to Mercurial
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich tests: basic test coverage of changeset - there was no coverage for ranges at all
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich logging: use official log.warning instead of log.warn
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich minor fixes - mainly wording
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: don't indent PR title
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: don't let overflowing long filenames disturb code-body floating layout for file content
Mon, 23 Dec 2013 12:28:22 +0200 Aras Pranckevicius old style: less 'in your face' line numbers and line number ranges
Mon, 23 Dec 2013 12:16:41 +0200 Aras Pranckevicius old style: better fonts for all code-like blocks
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: adjust column widths
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: set max width on pull request headers - don't make them as wide as the longest line in the description
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: set max width on comments - don't make it as long as the longest line
Fri, 18 Jul 2014 17:01:36 +0200 Mads Kiilerich old style: fix "Submitting ..." overlay
Tue, 15 Jul 2014 14:29:03 +0200 Andrew Shadura Add some beauty to the README.rst
Wed, 09 Jul 2014 19:35:19 +0200 domruf setup.cfg: remove http://www.pylonshq.com - it is nolonger available
Mon, 14 Jul 2014 21:12:23 +0200 Travis Burtrum hooks: RC_SCM_DATA was renamed to KALLITHEA_EXTRAS ... but set it anyway to be backwards compatible
Mon, 14 Jul 2014 21:12:23 +0200 Travis Burtrum Fix built-in python hook names read from database in brand compatibility mode
Mon, 14 Jul 2014 21:12:23 +0200 Mads Kiilerich user edit: always define c.EXTERN_TYPE_INTERNAL (issue 3)
Thu, 10 Jul 2014 15:20:43 +0100 Jelmer Vernooij Support building with newer docutils and pycrypto.
Wed, 09 Jul 2014 02:55:02 +0200 Jelmer Vernooij Force revision to be a bytestring, as expected by dulwich.
Wed, 09 Jul 2014 00:34:56 +0200 Jelmer Vernooij Support running with newer versions of Dulwich that are backwards compatible.
Sun, 06 Jul 2014 21:34:22 -0400 Bradley M. Kuhn Anonymous name in example.
Sun, 06 Jul 2014 21:23:52 -0400 Bradley M. Kuhn Update username for documents.
Sun, 06 Jul 2014 14:02:21 -0400 Bradley M. Kuhn Correct contact address for translations.
Sun, 06 Jul 2014 14:01:11 -0400 Bradley M. Kuhn Correct error from overzealous search and replace.
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.
Thu, 03 Jul 2014 17:49:02 -0500 Sean Farley kallithea-logo: update generated png
Thu, 03 Jul 2014 17:48:56 -0500 Sean Farley kallithea-logo: un-squash the height of the font thanks to Andrew
Thu, 03 Jul 2014 14:25:00 -0500 Sean Farley style: tweak the left padding of the new logo to line up better
Thu, 03 Jul 2014 14:24:35 -0500 Sean Farley kallithea-logo: update generated png
Thu, 03 Jul 2014 14:24:23 -0500 Sean Farley kallithea-logo: use newer graphic for left side
Thu, 03 Jul 2014 14:16:20 -0500 Sean Farley favicon: update to new new graphic; includes high-res retina version
Wed, 02 Jul 2014 19:08:45 -0400 Bradley M. Kuhn Merge liberated and rebranded branches to default
Wed, 02 Jul 2014 19:08:40 -0400 Bradley M. Kuhn Close kallithea-2.2.5-rebrand kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:40 -0400 Bradley M. Kuhn Declare this a fork in README.rst kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:40 -0400 Bradley M. Kuhn Reset version number to 0 kallithea-2.2.5-rebrand
Tue, 01 Jul 2014 17:48:22 -0500 Sean Farley logo: align the left side of branding text kallithea-2.2.5-rebrand
Tue, 01 Jul 2014 17:40:07 -0500 Sean Farley logo: remove empty space from left side of svg kallithea-2.2.5-rebrand
Fri, 27 Jun 2014 20:01:35 -0500 Sean Farley favicon: update to new graphic; includes high-res retina version kallithea-2.2.5-rebrand
Tue, 01 Jul 2014 17:38:18 -0500 Sean Farley logo: vertically center logo kallithea-2.2.5-rebrand
Fri, 27 Jun 2014 17:50:28 -0500 Sean Farley logo: use in html templates kallithea-2.2.5-rebrand
Sun, 29 Jun 2014 10:00:10 -0500 Sean Farley logo: generate png version from svg kallithea-2.2.5-rebrand
Fri, 27 Jun 2014 17:50:11 -0500 Sean Farley logo: add svg version kallithea-2.2.5-rebrand
Fri, 27 Jun 2014 18:50:21 -0500 Sean Farley readme: instructions for working with RhodeCode database kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:38 -0400 Bradley M. Kuhn docs: fix building html kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:38 -0400 Mads Kiilerich Align and update the outdated ini files and templates kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:38 -0400 Bradley M. Kuhn db: introduce kallithea/bin/rebranddb.py script for changing branding of database kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:37 -0400 Bradley M. Kuhn db: introduce DB_MIGRATIONS to handle the db_migrate version which has the product name in the key. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:37 -0400 Bradley M. Kuhn db: introduce EXTERN_TYPE_INTERNAL for Users.extern_type and .extern_name value for auth type for internal users kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:37 -0400 Bradley M. Kuhn db: introduce DB_PREFIX ... and let it be empty by default kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:36 -0400 Bradley M. Kuhn db: tweak configuration of branding self references kallithea-2.2.5-rebrand
Fri, 23 May 2014 17:36:09 -0400 Bradley M. Kuhn SETTINGS_PREFIX for identifiers (e.g., db table names) incl. project's name. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:36 -0400 Bradley M. Kuhn Drop rhodecode_ prefix for known setting names that are stored in kallithea_settings without prefix kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:30 -0400 Bradley M. Kuhn Change the blue colors to Conservancy green kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:27 -0400 Bradley M. Kuhn Regenerate i18n kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:06:11 -0400 Bradley M. Kuhn Disable update checking kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:06:06 -0400 Bradley M. Kuhn Rename rhodecode_ini to ini kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:06:01 -0400 Bradley M. Kuhn Update address for Travis kallithea-2.2.5-rebrand
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:05:52 -0400 Bradley M. Kuhn RhodeCode GmbH is not the sole author of this work kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:47 -0400 Bradley M. Kuhn Rename some strings in defaults found in config files kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:47 -0400 Bradley M. Kuhn Rename auth_rhodecode to auth_internal kallithea-2.2.5-rebrand
Wed, 21 May 2014 16:59:37 -0400 Bradley M. Kuhn Correct licensing information in individual files. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:41 -0400 Bradley M. Kuhn Rename some strings in init files and logger names kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:41 -0400 Bradley M. Kuhn Rename various strings for tests kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:36 -0400 Bradley M. Kuhn Cleanup of git hook installation kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:36 -0400 Bradley M. Kuhn Rename RC_SCM_DATA to KALLITHEA_EXTRAS kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:36 -0400 Bradley M. Kuhn Rename database classes (but not table names) kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:31 -0400 Bradley M. Kuhn Rename RhodeCodeCrypto to KallitheaCrypto kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:31 -0400 Bradley M. Kuhn Rename set_rhodecode_config to set_app_settings kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:26 -0400 Bradley M. Kuhn Rename rhodecode_version to kallithea_version kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:21 -0400 Bradley M. Kuhn Rename rhodecode_instanceid to instance_id kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:15 -0400 Bradley M. Kuhn Rename rhodecode_name to site_name - it is the configurable name of the site/instance kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:10 -0400 Bradley M. Kuhn Rename rhodecode_user to authuser - it is an AuthUser instance kallithea-2.2.5-rebrand