@@ -10,20 +10,18 @@
:copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
:license: GPLv3, see COPYING for more details.
"""
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 2
# of the License or (at your opinion) any later version of the license.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
from pylons import request, tmpl_context as c
import formencode
import traceback
from formencode import htmlfill
from pylons import request, session, tmpl_context as c, url
:copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
from pylons import request, session, tmpl_context as c, url, app_globals as g, \
import os
import cgi
import tempfile
import rhodecode.lib.helpers as h
from operator import itemgetter
import calendar
from pylons import tmpl_context as c
@@ -9,20 +9,18 @@
:copyright: (c) 2010 by marcink.
:license: LICENSE_NAME, see LICENSE_FILE for more details.
import random
@@ -3,20 +3,18 @@
# ldap authentication lib
# Copyright (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
Created on Nov 17, 2010
# mercurial repository backup manager
# Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
Created on Feb 28, 2010
import sys
@@ -11,20 +11,18 @@
from celery.decorators import task
from sqlalchemy import engine_from_config
@@ -10,17 +10,15 @@
# Custom Exceptions modules
Custom Exceptions modules
import getpass
# whoosh indexer daemon for rhodecode
Created on Jan 26, 2010
from rhodecode.lib import str2bool
# middleware to handle git api calls
Created on 2010-04-28
# middleware to handle mercurial api calls
@@ -28,20 +28,18 @@
# RUN YOUR CODE HERE
from rhodecode.model import meta
import datetime
from datetime import date
import shutil
Status change: