Changesets: MantisBT

master f625f656

2009-05-24 07:29

Paul Richards


Details Diff
1. Allow simple logging of db_query(_bound) calls. Note: this is only really useful when using firebug in ff due to number of queries run.

2. Check if event api is loaded before calling event_signal as logging api is loaded before event api.
mod - core/constant_inc.php Diff File
mod - core/logging_api.php Diff File
mod - core/database_api.php Diff File

master d601d890

2009-05-24 07:14

Paul Richards


Details Diff
0009081: Implement caching in ldap_api.php
mod - core/ldap_api.php Diff File

master 2f814980

2009-05-23 12:23

Paul Richards


Details Diff
Fixes for 0010420: Custom fields with newline break CSV export
mod - csv_export.php Diff File

master 0c861501

2009-05-23 11:55

Paul Richards


Details Diff
We shouldn't change seperator/date format mid way through a csv file.

This also reduces number of calls (may help 0009906: CSV export is not working when the row count is large)
mod - core/csv_api.php Diff File

master d2f77f2b

2009-05-23 11:23

Paul Richards


Details Diff
Fix: 0010421: Default filename corrupted if project name contains special chars
mod - excel_xml_export.php Diff File
mod - core/file_api.php Diff File
mod - csv_export.php Diff File
mod - core/excel_api.php Diff File

master e45b8f82

2009-05-23 09:29

Paul Richards


Details Diff
library move broke soap api include
mod - api/soap/mantisconnect.php Diff File

master b584b5a2

2009-05-22 05:47

siebrand


Details Diff
Add count to message in $s_total_queries_executed and $s_unique_queries_executed, instead of gluing them together. This improves possibilities for localisation.
mod - lang/strings_english.txt Diff File
mod - core/html_api.php Diff File

master dee08803

2009-05-22 05:24

siebrand


Details Diff
Tweaked some more capitalisation out
mod - lang/strings_english.txt Diff File

master 75bb4863

2009-05-22 05:14

siebrand


Details Diff
Remove unused messages $s_logged_out_title, $s_redirecting, $s_here
mod - lang/strings_english.txt Diff File

master 2d8be0aa

2009-05-22 05:02

siebrand


Details Diff
Reduce shouting in messages. Only left in e-mail messages where we cannot use class styling if we really would want to shout at users.
mod - lang/strings_english.txt Diff File

master be8ef723

2009-05-20 19:59

siebrand


Details Diff
Localisation updates from translatewiki.net (2009-05-20 23:51 UTC)
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - config_defaults_inc.php Diff File
add - lang/strings_qqq.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_arabic.txt Diff File
add - lang/strings_swissgerman.txt Diff File

master 47b1f127

2009-05-20 14:19

Paul Richards


Details Diff
replace print_date with echo date -> calls to echo print_date are rather pointlesss.
mod - tag_view_page.php Diff File
mod - bug_update_page.php Diff File
mod - main_page.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - print_all_bug_page_word.php Diff File
mod - core/date_api.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - print_bug_page.php Diff File
mod - manage_tags_page.php Diff File
mod - tag_update_page.php Diff File
mod - bug_view_inc.php Diff File
mod - bug_view_page.php Diff File

master 06c9675e

2009-05-20 14:02

Paul Richards


Details Diff
Add numbered comments to database schema
mod - admin/schema.php Diff File

master a5e402bf

2009-05-20 04:09

vboctor


Details Diff
Fixes 0009086: email_queue_add fails with long UTF-8 relationship text. Affected Issues
0009086
mod - core/relationship_api.php Diff File
mod - core/php_api.php Diff File

master fe66a365

2009-05-20 03:36

vboctor


Details Diff
Fixes 0010506: Provide the ability to disable the News feature. Affected Issues
0010506
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - news_list_page.php Diff File
mod - news_view_page.php Diff File
mod - main_page.php Diff File
mod - news_edit_page.php Diff File
mod - news_add.php Diff File
mod - news_menu_page.php Diff File
mod - news_rss.php Diff File
mod - news_update.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/news_api.php Diff File
mod - core/html_api.php Diff File

master ac71e94d

2009-05-20 02:31

vboctor


Details Diff
Fixes 0010505: On Login failure, keep user name populated and place the focus in the password field. Affected Issues
0010505
mod - login_page.php Diff File
mod - login.php Diff File

master 71069575

2009-05-20 01:59

vboctor


Details Diff
Fixed undefined variable warning in setup.
mod - admin/install_functions.php Diff File

master 92d11d9e

2009-05-18 17:54

Paul Richards


Details Diff
remove unused function: wiki_ensure_enabled
mod - core/wiki_api.php Diff File

master ae9356fc

2009-05-18 17:43

Paul Richards


Details Diff
Add project details for nusoap
mod - library/README.libs Diff File

master b7b41015

2009-05-18 17:35

Paul Richards


Details Diff
Indentation within file inconsistent
mod - core.php Diff File

master c83f93b4

2009-05-18 17:27

Paul Richards


Details Diff
Store user preferences for the current user
mod - core/user_pref_api.php Diff File

master 10ffb96b

2009-05-18 04:25

giallu


Details Diff
Fix warning
mod - tests/TestConfig.php Diff File

master d3290c62

2009-05-18 04:24

giallu


Details Diff
Fix nusoap inclusion method
mod - api/soap/mantisconnect.php Diff File

master 3fbc4a38

2009-05-17 18:44

Paul Richards


Details Diff
make date filters work. Note: we still need to deal with the offset between the stored data (gmt/utc) and the localtimezone for queries like this.
mod - core/filter_api.php Diff File

master 40b52adf

2009-05-17 18:29

Paul Richards


Details Diff
Fix: Missing schema update in datetime->int conversion
mod - admin/schema.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 501 502 503 504 505 506 507 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last