Skip to content

Commit

Permalink
Fixed newline chars.
Browse files Browse the repository at this point in the history
I feel VERY confident that they are correct now. If you see any troubles, it's probably your configuration that's faulty.
Make sure that your editor doesn't convert from unix to windows-format, and that all ftp-transfers are made in ASCII-mode!
Before you commit changes, you might want to diff your version agains the repository version, just to see if you have changed all the newlines.
For questions you are welcome to contact me.
 - myplacedk <niels@myplace.dk>


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@343 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
myplacedk committed Aug 2, 2001
1 parent 276b13d commit eaba1e2
Show file tree
Hide file tree
Showing 72 changed files with 8,499 additions and 8,499 deletions.
80 changes: 40 additions & 40 deletions CREDITS
@@ -1,41 +1,41 @@
-------------------------------------------------------------------------------
Mantis - a php based bugtracking system
Copyright (C) 2000 Kenzaburo Ito - kenito@300baud.org
-------------------------------------------------------------------------------
* If you feel that you have been wrongly left off this list then please
contact me.
CREDITS
Kenzaburo Ito - kenito@300baud.org - programming
Hai Nguyen - original implementation
Developers:
Ludwig Ruderstaller
Contributors:
Sean Phelan
Steve Davies
Jason Stewart
Helmut Franzke
Scott Roberts
Duncan Lisset
Translations:
Hermann-Josef Beckers
Heiko Gierer
Felipe Tonioli
Pablo Corral
Hellekin O. Wolf
Luca Pescatore
Jan-Bart de Vreede
Espen Holje
J.I. Kim
Roland Meyers
Pao-Hsi Huang
Eric Hartmann
-------------------------------------------------------------------------------
Mantis - a php based bugtracking system
Copyright (C) 2000 Kenzaburo Ito - kenito@300baud.org
-------------------------------------------------------------------------------

* If you feel that you have been wrongly left off this list then please
contact me.

CREDITS

Kenzaburo Ito - kenito@300baud.org - programming
Hai Nguyen - original implementation

Developers:

Ludwig Ruderstaller

Contributors:

Sean Phelan
Steve Davies
Jason Stewart
Helmut Franzke
Scott Roberts
Duncan Lisset

Translations:

Hermann-Josef Beckers
Heiko Gierer
Felipe Tonioli
Pablo Corral
Hellekin O. Wolf
Luca Pescatore
Jan-Bart de Vreede
Espen Holje
J.I. Kim
Roland Meyers
Pao-Hsi Huang
Eric Hartmann
Daniel Coquette
134 changes: 67 additions & 67 deletions README
@@ -1,68 +1,68 @@
-------------------------------------------------------------------------------
Mantis - a php based bugtracking system
Copyright (C) 2000 Kenzaburo Ito - kenito@300baud.org
-------------------------------------------------------------------------------
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 2 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-------------------------------------------------------------------------------
Important Files:
INSTALL - installation instructions
UPGRADING - upgrade instructions
TROUBLESHOOTING - solutions to common problems
CONFIGURATION - help on custom configuration
LICENSE - GPL license
CREDITS - list of contributors
Changelog - List of fixes, additions, and todo items
config_inc.php - global configuration options
core_API.php - core functions
db_generate.sql - SQL table statements
db_upgrade.sql - SQL upgrade statements
-------------------------------------------------------------------------------
Mantis grew out of my need for a simple and easily adaptable bugtracking
system. I took a look at Bugzilla but I didn't like the interface and
complexity. Also, I know php but barely know perl.
Originally this was written by a friend of mine but he has let me take over the
project entirely. In any case I completely rewrote his code. I attempted to
make the HTML fairly modular so people could easily dive into customization.
Security exists though I'm not really in a position to judge how secure. So,
if you're going to use this try to use it in a semi-private area until this
package has been looked through a few times.
You will need to have php 3.0.13 or higher, mysql, and a webserver. You don't
need to know too much about any of them other than how to set them up and some
basic administraton commands.
The release numbering convention I'm using is major.minor.micro.
Major indicates a large change in the core package, minor a significant
amount of feature addition/modification, micro for mostly bug fixes.
I'd appreciate an email letting me know if you find this program useful.
I won't publish any information without permission; I'd just like an idea
and knowing I'm helping people will only motivate me more.
Also, let me know if you see any ways I can improve my code or design.
I'm by no means an expert in php or code design. Insights into better ways
to implement functionality and features will only help out everyone using
the package.
-------------------------------------------------------------------------------
Mantis - a php based bugtracking system
Copyright (C) 2000 Kenzaburo Ito - kenito@300baud.org
-------------------------------------------------------------------------------

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 2 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

-------------------------------------------------------------------------------
Important Files:

INSTALL - installation instructions
UPGRADING - upgrade instructions
TROUBLESHOOTING - solutions to common problems
CONFIGURATION - help on custom configuration
LICENSE - GPL license
CREDITS - list of contributors
Changelog - List of fixes, additions, and todo items
config_inc.php - global configuration options
core_API.php - core functions
db_generate.sql - SQL table statements
db_upgrade.sql - SQL upgrade statements

-------------------------------------------------------------------------------

Mantis grew out of my need for a simple and easily adaptable bugtracking
system. I took a look at Bugzilla but I didn't like the interface and
complexity. Also, I know php but barely know perl.

Originally this was written by a friend of mine but he has let me take over the
project entirely. In any case I completely rewrote his code. I attempted to
make the HTML fairly modular so people could easily dive into customization.

Security exists though I'm not really in a position to judge how secure. So,
if you're going to use this try to use it in a semi-private area until this
package has been looked through a few times.

You will need to have php 3.0.13 or higher, mysql, and a webserver. You don't
need to know too much about any of them other than how to set them up and some
basic administraton commands.

The release numbering convention I'm using is major.minor.micro.
Major indicates a large change in the core package, minor a significant
amount of feature addition/modification, micro for mostly bug fixes.

I'd appreciate an email letting me know if you find this program useful.
I won't publish any information without permission; I'd just like an idea
and knowing I'm helping people will only motivate me more.

Also, let me know if you see any ways I can improve my code or design.
I'm by no means an expert in php or code design. Insights into better ways
to implement functionality and features will only help out everyone using
the package.

-------------------------------------------------------------------------------
60 changes: 30 additions & 30 deletions TROUBLESHOOTING
@@ -1,31 +1,31 @@
-------------------------------------------------------------------------------
### Troubleshooting ###
-------------------------------------------------------------------------------
Make sure you ran the upgrade steps (UPGRADING) if you run into new problems
after installing a new version.
For additional help please visit the website: http://mantisbt.sourceforge.net/
* PROBLEM: Cannot login. It just redirects me to the login page with no errors
or messages.
SOLUTION 1: You may have track_vars set to Off (or 0). Set this to On in
your php3.ini or (php.ini) file. As of version 4.0.3 it is permanently set
to On.
SOLUTION 2: You may not have DES installed on your system. As a direct
result the crypt() funtion may not work properly. If possible install DES
encryption support for your operating system.
SOLUTION 3: You do not have require_globals enabled. Set this to on in
your php.ini file.
* PROBLEM: I get warning messages when I post bugnotes. Everything seems fine
but the errors happen everytime I post a bugnote.
SOLUTION: The error is harmless. There was a bug in the pre 0.14.0 versions
of Mantis where account preferences were not properly created. To fix it
go to your Account and click on Change Preferences.
-------------------------------------------------------------------------------
### Troubleshooting ###
-------------------------------------------------------------------------------

Make sure you ran the upgrade steps (UPGRADING) if you run into new problems
after installing a new version.

For additional help please visit the website: http://mantisbt.sourceforge.net/

* PROBLEM: Cannot login. It just redirects me to the login page with no errors
or messages.

SOLUTION 1: You may have track_vars set to Off (or 0). Set this to On in
your php3.ini or (php.ini) file. As of version 4.0.3 it is permanently set
to On.

SOLUTION 2: You may not have DES installed on your system. As a direct
result the crypt() funtion may not work properly. If possible install DES
encryption support for your operating system.

SOLUTION 3: You do not have require_globals enabled. Set this to on in
your php.ini file.

* PROBLEM: I get warning messages when I post bugnotes. Everything seems fine
but the errors happen everytime I post a bugnote.

SOLUTION: The error is harmless. There was a bug in the pre 0.14.0 versions
of Mantis where account preferences were not properly created. To fix it
go to your Account and click on Change Preferences.

-------------------------------------------------------------------------------

0 comments on commit eaba1e2

Please sign in to comment.