Changesets: MantisBT

master c1551088

2003-02-17 03:02

jlatour


Details Diff
Removed yet another reference to the current project cookie, instead of the bug's project

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

master 0b9a3d34

2003-02-16 23:12

vboctor


Details Diff
M core/project_api.php
- (project_ensure_valid_upload_path): Added is_dir() check, although it used to
fail for files without it!

M lang/strings_english.txt
- Fixed a typo

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

master 751e3ad9

2003-02-16 22:56

vboctor


Details Diff
M core/constant_inc.php
M lang/strings_english.txt
- Added a new error for invalid or no writable file upload paths.

M core/project_api.php
- (project_ensure_valid_upload_path): a new method to make sure the supplied
upload path exists and is writable to webserver.
- (project_create): calling the project_ensure_valid_upload_path() function.
- (project_update): calling the project_ensure_valid_upload_path() function.

M doc/ChangeLog
- Added the fix to the change log.

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

master 0c7ed97b

2003-02-16 22:42

Julian Fitzell


Details Diff
* core/database_api.php: use @ before some mysql_* calls so we can trigger
our own errors

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

master c24afa70

2003-02-16 22:35

Julian Fitzell


Details Diff
* core.php: add compress_api

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

master 19a090ee

2003-02-16 20:51

Julian Fitzell


Details Diff
Add a few fixes that victor and I have done so far.

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

master dd4ac8a7

2003-02-16 20:50

Julian Fitzell


Details Diff
Fix issue 0002936: 'SYSTEM WARNING: ob_gzhandler() used twice'

I had to rework the compression stuff. The problem is that ob_gzhandler() can't be used on anything except the top-level output buffer (because the entire HTTP response has to be encoded). What I did was register our own handler in the ob_start() call in core.php. It always gets called and then *it* decides whether to call ob_gzhandler() based on the value of a global variable.

The result is that we can have nested output buffers again (though actually we end up not needing them -we just turn on compression when we want it instead of starting a new buffer) and also that error_api can disable compression again when it clears the buffer. This means that when an error is triggered on view_all_bug_page, you no longer see a blank screen.

* bug_view_advanced_page.php:
* bug_view_page.php:
* view_all_bug_page.php:
call compress_enable() instead of compress_start() and don't call compress_stop()

* core.php: give compress_handler as the output buffering handler

* core/compress_api.php
(compress_start): deleted
(compress_stop): deleted
(compress_is_enabled): check the value of the global variable too
(compress_handler): new function that handles the processing of the output
buffer, compressing it if appropriate
(compress_enable):
(compress_disable):
2 new functions that just set the state of the global variable

* core/error_api.php
(error_handler): call compress_disable() before ob_end_clear() so that the
GZIP encoded header doesn't get sent when our data isn't gzip encoded

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1895 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0002936
mod - core.php Diff File
mod - view_all_bug_page.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - bug_view_page.php Diff File
mod - core/error_api.php Diff File
mod - core/compress_api.php Diff File

master 51f52b67

2003-02-16 19:30

Julian Fitzell


Details Diff
* manage_custom_field_edit_page.php: use string_attribute() on string
variables (trying to keep those calls at the location where they are
displayed so we don't accidentally do it twice or use it somewhere
where it is uncertain whether it was escaped earlier)
* manage_custom_field_page.php: use string_display() on string variables

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

master 389889f7

2003-02-16 18:59

vboctor


Details Diff
Revert the version to 0.18.0-CVS

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

master f39d94b3

2003-02-16 18:38

vboctor


Details Diff
M news_edit_page.php
- Removed the do not use double quotes string.

M lang/strings_english.txt
- Removed $s_do_not_use since it is no longer used. I am hoping the languages
script deletes strings in other languages but not in English.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1892 <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 - news_edit_page.php Diff File

master dde0f6d9

2003-02-16 18:25

vboctor


Details Diff
Removed 'do not use double quotes' from news_menu_page since it is now handled correctly

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

master 637211d8

2003-02-16 18:16

vboctor


Details Diff
M manage_custom_field_edit_page.php
- Fixed 0002938: Double quotes not handled correctly in manage_custom_field_edit_page.php

M core/compress_api.php
- Added checks to detect cases where compress_start() is called twice, or
compress_stop() without compress_start().

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

master bc033124

2003-02-16 17:40

Julian Fitzell


Details Diff
small typo

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

master 87346547

2003-02-16 17:35

vboctor


Details Diff
Fixed 2937: Double quotes not handled correctly in version names

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

master 1cdf043b

2003-02-16 17:20

vboctor


Details Diff
Removed the file_exists() check for config_inc.php since it is mandatory now.

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

master 538a90cc

2003-02-16 16:02

Julian Fitzell


Details Diff
minor doc tweaks

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

master 2032fb26

2003-02-16 15:49

jlatour


Details Diff
Wrote a short upgrade manual, possibly to be expanded later.

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

master f88dae3f

2003-02-16 15:38

jlatour


Details Diff
Toned down the announcement in ChangeLog a bit :)

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

master 341475d2

2003-02-16 15:34

jlatour


Details Diff
Updated INSTALL to match 0.18.0 changes

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

master 992fc359

2003-02-16 15:25

jlatour


Details Diff
Updated the important part of the README

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

master 389c667f

2003-02-16 15:25

Julian Fitzell


Details Diff
Bring the changelog a little more up to date and fix some unclear parts

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

master e94b4b11

2003-02-16 14:46

Julian Fitzell


Details Diff
Fix problems creating new accounts (functions that assumed a user was logged
in when they weren't yet)

* signup.php:
+ use print_page_bot1a() instead of print_page_bot1()
+ use print_page_top2a()

* core/string_api.php
(string_process_bug_link): make use of string_get_bug_url()
(string_get_bug_page): return the simple version if the user is not logged in

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

master f16ba506

2003-02-16 14:29

Julian Fitzell


Details Diff
* core/user_api.php
(user_signup): fix broken variable references because of commented out code

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

master ae203a66

2003-02-16 09:47

jlatour


Details Diff
(email_build_subject) Would fail to get project name if All Projects was selected.

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

master c9379108

2003-02-16 09:14

jlatour


Details Diff
Removed custom_config_inc.php as a possible config file after discussion with Victor and Julian. I decided not to support it either, to limit the files that we have to check, since there should only be a handful people using it

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1875 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core.php Diff File
mod - doc/ChangeLog Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 632 633 634 635 636 637 638 ... 700 ... 702 703 704  Next  Last