Changesets: MantisBT

master 1096c049

2009-05-03 11:57

siebrand


Details Diff
* remove some unneeded strtolower()
mod - changelog_page.php Diff File
mod - roadmap_page.php Diff File

master d4f4e213

2009-05-03 11:15

giallu


Details Diff
New stuff is not copyright kenito
mod - tests/Mantis/EnumTest.php Diff File

master bd9b8544

2009-05-03 10:33

Paul Richards


Details Diff
Remove microtime_float function
mod - core.php Diff File

master 734dc2c3

2009-05-03 10:32

Paul Richards


Details Diff
Remove microtime_float function.

Since php 5, calling microtime with parameter of true, returns a float.
mod - core/html_api.php Diff File
mod - core/email_api.php Diff File
mod - core/database_api.php Diff File
mod - core.php Diff File

master 317e06dc

2009-05-03 10:29

Paul Richards


Details Diff
Remove timer api (we dont use it), and I think core dev's tend to use xdebug to look at performance issues now.

As a substitute to mark_time, microtime_float returns a time that can be used for quick calculations.
mod - core/html_api.php Diff File
mod - core/my_view_inc.php Diff File
rm - core/timer_api.php Diff
mod - core.php Diff File
mod - view_all_inc.php Diff File

master 6e73eeec

2009-05-03 10:11

Paul Richards


Details Diff
I don't think it does require... :)
mod - core/print_api.php Diff File

master 965959b0

2009-05-03 09:40

Paul Richards


Details Diff
Remove extra charset param
mod - core/print_api.php Diff File

master cb23b913

2009-05-03 08:44

Paul Richards


Details Diff
Reorganise check.php a bit more
mod - admin/check.php Diff File

master 60d5c864

2009-05-02 20:53

Paul Richards


Details Diff
Add check for valid variables_order
mod - admin/check.php Diff File
mod - config_defaults_inc.php Diff File

master 36e64b31

2009-05-02 16:55

Paul Richards


Details Diff
Add WARN option for checks
Require bundled adodb for some db's
warn if system adodb is old version
mod - core/adodb/adodb.inc.php Diff File
mod - admin/check.php Diff File

master e5b0087d

2009-05-02 16:19

Paul Richards


Details Diff
Add check to display adodb version - currently just check >5
mod - admin/check.php Diff File

master ee4b767a

2009-05-02 15:58

Paul Richards


Details Diff
Update adodb to 5.08a
mod - core/adodb/docs/docs-adodb.htm Diff File
mod - core/adodb/adodb.inc.php Diff File
mod - core/adodb/drivers/adodb-pdo.inc.php Diff File

master 63dd296c

2009-05-02 11:11

Paul Richards


Details Diff
Only show unique queries if show_queries_list is set to true. i.e. by default we will just show query count
mod - core/graph_api.php Diff File
mod - core/database_api.php Diff File
mod - core/html_api.php Diff File

master 8df6b839

2009-05-02 07:03

Paul Richards


Details Diff
Add configuration options to enable SOAP tests
mod - tests/soap/SoapBase.php Diff File

master 46b2fc29

2009-05-02 06:31

Paul Richards


Details Diff
Fix mail check changes to allow validate_email =OFF to pass
mod - admin/check.php Diff File

master-1.1.x 4db17335

2009-05-02 06:05

siebrand


Details Diff
Fix 0010445 for master-1.1.x branch. Update copyright year to 2009. Affected Issues
0010445
mod - core/form_api.php Diff File
mod - bug_assign.php Diff File
mod - bug_assign_reporter.php Diff File
mod - core/html_api.php Diff File
mod - account_delete.php Diff File
mod - bug_monitor.php Diff File
mod - bug_relationship_add.php Diff File
mod - bug_relationship_delete.php Diff File
mod - bug_file_delete.php Diff File
mod - bugnote_update.php Diff File
mod - bugnote_set_view_state.php Diff File
mod - core/session_api.php Diff File
mod - account_sponsor_update.php Diff File
mod - account_prefs_reset.php Diff File
mod - bug_report.php Diff File
mod - account_prefs_update.php Diff File
mod - bug_file_add.php Diff File
mod - bug_actiongroup_ext.php Diff File
mod - lost_pwd.php Diff File
mod - account_prof_update.php Diff File
mod - bug_reminder.php Diff File
mod - account_update.php Diff File
mod - bugnote_delete.php Diff File
mod - bug_set_sponsorship.php Diff File
mod - bug_actiongroup.php Diff File
mod - bugnote_add.php Diff File

master 723db70d

2009-05-02 06:00

siebrand


Details Diff
Fix 0010445 for master branch. Update copyright year to 2009. Affected Issues
0010445
mod - core/bug_revision_api.php Diff File
mod - bug_revision_view_page.php Diff File
mod - bug_revision_drop.php Diff File

master e8652e7f

2009-05-01 18:13

giallu


Details Diff
Skip SOAP tests if php extension is not loaded
mod - tests/soap/AllTests.php Diff File

master 5ffe3a66

2009-05-01 18:13

giallu


Details Diff
Fix inheritance
mod - tests/Mantis/AllTests.php Diff File
mod - tests/soap/AllTests.php Diff File

master 02353e8e

2009-05-01 09:21

jreese


Details Diff
Follow-up to commit a4eec2: missed adding the 'WHERE' clause appropriately.
mod - manage_tags_page.php Diff File

master a4eec2ff

2009-05-01 09:17

jreese


Details Diff
Fix 0010446: PgSQL errors with manage_tags_page use of 'WHERE 1'. Affected Issues
0010446
mod - manage_tags_page.php Diff File

master b12a343d

2009-04-30 17:40

Paul Richards


Details Diff
allow the ability to define $g_skip_lang_load to skip loading language files as part of core.php
mod - core.php Diff File

master 1a91f788

2009-04-29 19:15

giallu


Details Diff
Add soap tests
mod - tests/AllTests.php Diff File
add - tests/soap/AllTests.php Diff File

master b964ef8c

2009-04-29 19:11

giallu


Details Diff
Move MantisEnumTest.php -> Mantis/EnumTest.php

master a3cee1b8

2009-04-29 18:29

Paul Richards


Details Diff
Following siebrands commit to remove non-utf8 language files, we can remove calls to lang_get(charset) as we also return utf8 now
mod - core/error_api.php Diff File
mod - issues_rss.php Diff File
mod - core.php Diff File
mod - return_dynamic_filters.php Diff File
mod - news_rss.php Diff File
mod - admin/install.php Diff File
mod - core/html_api.php Diff File
mod - core/string_api.php Diff File
mod - core/print_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 478 479 480 481 482 483 484 ... 490 ... 560 ... 630 ... 700 ... 703 704 705  Next  Last