|
|
@ -1,6 +1,10 @@
|
|
|
|
# -*- encoding : utf-8 -*-
|
|
|
|
# -*- encoding : utf-8 -*-
|
|
|
|
# Wiki UFC
|
|
|
|
# This file is part of Wiki UFC.
|
|
|
|
# Copyright (C) 2007, Adriano, Alinson, Andre, Rafael e Bustamante
|
|
|
|
# Copyright (C) 2007-2015 by Álinson Xavier <isoron@gmail.com>
|
|
|
|
|
|
|
|
# Copyright (C) 2007-2008 by Adriano Freitas <adrianoblue@gmail.com>
|
|
|
|
|
|
|
|
# Copyright (C) 2007-2008 by André Castro <aisushin@gmail.com>
|
|
|
|
|
|
|
|
# Copyright (C) 2007-2008 by Rafael Barbosa <86.rafael@gmail.com>
|
|
|
|
|
|
|
|
# Copyright (C) 2007-2008 by Henrique Bustamante <bustamante.rique@gmail.com>
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Affero General Public License as
|
|
|
|
# it under the terms of the GNU Affero General Public License as
|
|
|
@ -38,4 +42,3 @@ end
|
|
|
|
|
|
|
|
|
|
|
|
class WikiCreateLogEntry < WikiLogEntry; end
|
|
|
|
class WikiCreateLogEntry < WikiLogEntry; end
|
|
|
|
class WikiRestoreLogEntry < WikiLogEntry; end
|
|
|
|
class WikiRestoreLogEntry < WikiLogEntry; end
|
|
|
|
|
|
|
|
|
|
|
|