Changesets: MantisBT

master 0659eabc

2002-08-22 23:35

Julian Fitzell


Details Diff
remove $g_register_globals and just check the php setting directly

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1301 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - config_inc.php.sample Diff File
mod - core_php_API.php Diff File

master 4a973074

2002-08-22 23:34

Julian Fitzell


Details Diff
use null instead of 'nil' and call trigger_error correctly (more commits to come on that one)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1300 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_security_API.php Diff File

master 937b4804

2002-08-22 21:43

Julian Fitzell


Details Diff
add a cvsignore file that ignores the file custom_config_inc.php

tired of seeing the question mark every time I update :)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1299 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
add - .cvsignore Diff File

master 2124bef5

2002-08-22 21:42

Julian Fitzell


Details Diff
oops... ob_flush() was added in 4.2.0 and we really want to clear it anyway

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1298 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_php_API.php Diff File

master 18d3e4b5

2002-08-22 21:34

Julian Fitzell


Details Diff
Move PHP compatibility stuff to core_php_API.php and call it very first in core_API.php

All compatibility checks should now use php_version_at_least() and all code designed for backwards compatibility should go in this new file.

Thanks to Victor for the suggestion

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1297 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_API.php Diff File
add - core_php_API.php Diff File
mod - constant_inc.php Diff File
mod - core_security_API.php Diff File

master c115664f

2002-08-22 14:15

jlatour


Details Diff
Restored trigger_error (it was in fact a PHP built-in)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1296 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_security_API.php Diff File

master 476502cf

2002-08-22 14:05

jlatour


Details Diff
Added support for get_var() and related functions.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1295 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core_API.php Diff File
mod - doc/ChangeLog Diff File
add - core_security_API.php Diff File

master b249707e

2002-08-22 09:53

vboctor


Details Diff
- Fixed a typo in DIRECTORY_SEPARATOR in config_defaults_inc.php
- Defined DIRECTORY_SEPARATOR if not defined. Since it was introduced in 4.0.6 and Mantis requires 4.0.3.
- Fixed some comments in the config_defaults_inc.php

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1294 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - constant_inc.php Diff File
mod - config_defaults_inc.php Diff File

master 86a5759a

2002-08-22 09:28

vboctor


Details Diff
Fixed 2364: proj_doc_add_page has hardcoded upload limit

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1293 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - proj_doc_add_page.php Diff File

master 720cde86

2002-08-21 23:49

Julian Fitzell


Details Diff
changelog updates for my commits today

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1289 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File

master 70bd9132

2002-08-21 21:52

Julian Fitzell


Details Diff
fix bug 2076 (mantisbt.sourceforge.net/mantis/view_bug_advanced_page.php?f_id=0002076)

also change a few other hardcoded '/' instances to use DIRECTORY_SEPARATOR for cross-platform compatibility

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1288 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0002076
mod - config_defaults_inc.php Diff File
mod - manage_proj_update.php Diff File
mod - manage_proj_edit_page.php Diff File

master a1623ed9

2002-08-21 21:40

Julian Fitzell


Details Diff
there are way too many places where data isn't unescaped when it's pulled out of the DB... this shouldn't be up to the php pages anyway, if the API escapes it putting it in, it needs to unescape it pulling it out.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1287 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/FUTURE Diff File

master c78f2401

2002-08-21 20:02

Julian Fitzell


Details Diff
try to at least partially address issue 2359 (mantisbt.sourceforge.net/mantis/view_bug_advanced_page.php?f_id=0002359)

This adds a better error message when an error is flagged in the upload array. I've indicated that it likely means the file is too big but I don't know for sure what else might cause the error to appear so the error string may not be entirely accurate.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1286 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0002359
mod - bug_file_add.php Diff File
mod - constant_inc.php Diff File
mod - lang/strings_english.txt Diff File

master d9debe5d

2002-08-21 19:33

Julian Fitzell


Details Diff
fix bug 2360 (mantisbt.sourceforge.net/mantis/view_bug_advanced_page.php?f_id=0002360)

I realize this will be better fixed when we refactor stuff into API calls but I thought I'd fix it for n
ow.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1285 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0002360
mod - bug_delete_page.php Diff File
mod - bug_delete.php Diff File

master 23a76d9b

2002-08-21 19:21

Julian Fitzell


Details Diff
display the max file size to the user

this should ideally take the minimum of $g_max_file_size and the php variables upload_max_filesize and post_max_size but the last two seem to be returned as strings (eg '2M') on my system

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1284 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_english.txt Diff File
mod - bug_file_upload_inc.php Diff File

master 39656408

2002-08-21 19:05

Julian Fitzell


Details Diff
typo (thanks to vboctor)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1283 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - admin/admin_check.php Diff File

master 93e81232

2002-08-21 18:56

Julian Fitzell


Details Diff
- fix up some spacing around if's
- hide the file upload panel if the PHP variable 'file_uploads' is turned off

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1282 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_file_upload_inc.php Diff File
mod - bug_file_add.php Diff File
mod - admin/admin_check.php Diff File

master bc585103

2002-08-21 18:46

Julian Fitzell


Details Diff
Added a more useful error message when uploads fail

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1281 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_russian_koi8.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - constant_inc.php Diff File
mod - lang/strings_romanian.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_japanese_euc.txt Diff File
mod - lang/strings_german.txt Diff File
mod - bug_file_add.php Diff File
mod - lang/strings_norwegian.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_japanese_sjis.txt Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File

master d8e8b763

2002-08-21 18:45

Julian Fitzell


Details Diff
- put variable printouts in a loop (originally I had the file upload ones in there too)
- add a file upload info section

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1280 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - admin/admin_check.php Diff File

master dee3561e

2002-08-21 10:11

jlatour


Details Diff
Changed from iso-8859-1 to iso-8859-15, because it has more characters

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1277 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_norwegian.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_swedish.txt Diff File

master 3f09d50e

2002-08-21 07:35

vboctor


Details Diff
- Some fixes to config_defaults_inc.php internal documentation.
- Adding some more details to the custom fields concept (not ready yet).

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1276 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - config_defaults_inc.php Diff File
mod - doc/custom_fields.txt Diff File

master 53e9df43

2002-08-21 04:43

Julian Fitzell


Details Diff
*** empty log message ***

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1275 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/FUTURE Diff File

master a2af3631

2002-08-21 04:11

jlatour


Details Diff
Added comments.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1274 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/FUTURE Diff File

master 5b0082d6

2002-08-21 02:34

vboctor


Details Diff
Initial thoughts about custom fields - still in progress

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1273 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/FUTURE Diff File
add - doc/custom_fields.txt Diff File

master 841cd313

2002-08-20 19:15

davidu


Details Diff
added a missing ' which broke the page.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1269 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_actiongroup_page.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 687 688 689 690 691 692 693 ... 700 ... 733 734 735  Next  Last