Skip to content

Commit 2669909

Browse files
committed
Merge back to HEAD the changes between tags:
before_update_license_terms and RELEASE_1_1_0rc2_20071023 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4664 f5dc347c-c33d-0410-90a0-b07cc1902cb9
1 parent b20c104 commit 2669909

File tree

386 files changed

+7117
-2509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+7117
-2509
lines changed

account_delete.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_delete.php,v 1.30 2005-02-12 20:01:02 jlatour Exp $
21+
# $Id: account_delete.php,v 1.31 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123

1224
# CALLERS

account_page.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_page.php,v 1.52 2007-03-06 07:05:18 vboctor Exp $
21+
# $Id: account_page.php,v 1.53 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123

1224
# CALLERS

account_prefs_inc.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prefs_inc.php,v 1.34 2005-08-10 18:05:16 thraxisp Exp $
21+
# $Id: account_prefs_inc.php,v 1.35 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123

1224
$t_core_path = config_get( 'core_path' );

account_prefs_page.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prefs_page.php,v 1.19 2005-02-12 20:01:03 jlatour Exp $
21+
# $Id: account_prefs_page.php,v 1.20 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123

1224
# CALLERS

account_prefs_reset.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prefs_reset.php,v 1.27 2007-07-18 21:23:04 prichards Exp $
21+
# $Id: account_prefs_reset.php,v 1.28 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123

1224
# CALLERS

account_prefs_update.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prefs_update.php,v 1.36 2005-07-05 18:50:49 thraxisp Exp $
21+
# $Id: account_prefs_update.php,v 1.37 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123
?>
1224
<?php

account_prof_add.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prof_add.php,v 1.27 2005-02-25 00:23:48 jlatour Exp $
21+
# $Id: account_prof_add.php,v 1.28 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123
?>
1224
<?php

account_prof_delete.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prof_delete.php,v 1.27 2005-02-25 00:18:38 jlatour Exp $
21+
# $Id: account_prof_delete.php,v 1.28 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123
?>
1224
<?php

account_prof_edit_page.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prof_edit_page.php,v 1.38 2007-07-13 07:58:24 giallu Exp $
21+
# $Id: account_prof_edit_page.php,v 1.39 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123
?>
1224
<?php

account_prof_make_default.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prof_make_default.php,v 1.26 2005-02-12 20:01:03 jlatour Exp $
21+
# $Id: account_prof_make_default.php,v 1.27 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123
?>
1224
<?php

account_prof_menu_page.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2004 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prof_menu_page.php,v 1.39 2007-07-15 19:59:33 prichards Exp $
21+
# $Id: account_prof_menu_page.php,v 1.40 2007-10-24 22:30:42 giallu Exp $
1022
# --------------------------------------------------------
1123
?>
1224
<?php

account_prof_update.php

+18-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
<?php
2-
# Mantis - a php based bugtracking system
3-
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
4-
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
5-
# This program is distributed under the terms and conditions of the GPL
6-
# See the README and LICENSE files for details
2+
# Mantis - a php based bugtracking system
3+
4+
# Copyright (C) 2000 - 2002 Kenzaburo Ito - [email protected]
5+
# Copyright (C) 2002 - 2007 Mantis Team - [email protected]
6+
7+
# Mantis is free software: you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation, either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# Mantis is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License
18+
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.
719

820
# --------------------------------------------------------
9-
# $Id: account_prof_update.php,v 1.29 2007-09-30 02:56:01 vboctor Exp $
21+
# $Id: account_prof_update.php,v 1.30 2007-10-24 22:30:43 giallu Exp $
1022
# --------------------------------------------------------
1123

1224
# This page updates the users profile information then redirects to

0 commit comments

Comments
 (0)