Age | Commit message (Expand) | Author | Files | Lines |
2010-07-13 | Bug 415813: Implement Bug.update() as an API for WebServices | Max Kanat-Alexander | 3 | -2/+494 |
2010-07-13 | Fix regression due to bug 372979, a=mkanat on IRC | Frédéric Buclin | 1 | -0/+1 |
2010-07-13 | Bug 578241: Use the same ID in enter_bug.cgi and show_bug.cgi for group check... | Frédéric Buclin | 1 | -2/+2 |
2010-07-13 | Bug 578197: [PostgreSQL] When associating sequences with columns, also | Max Kanat-Alexander | 1 | -0/+6 |
2010-07-13 | Bug 578220 - Remove the date time from the comment header in bugmails | Reed Loden | 1 | -1/+1 |
2010-07-13 | Bug 578197: [PostgreSQL] Properly associate sequences that had no | Max Kanat-Alexander | 1 | -0/+21 |
2010-07-13 | Bug 578003: E-mail notifications are missing datetime for comments | Frédéric Buclin | 1 | -1/+1 |
2010-07-12 | Bug 577881 - Add missing space before 'class' parameter in global/textarea.ht... | Reed Loden | 1 | -1/+1 |
2010-07-11 | Bug 563894: Milestone URL needs to be removed from documentation | Frédéric Buclin | 1 | -19/+1 |
2010-07-10 | Bug 577807: Convert the hard-coded stuff that adds map_* tables to @supptables | Max Kanat-Alexander | 1 | -84/+165 |
2010-07-10 | Bug 577805: Make chart_fields into an accessor in Search.pm | Max Kanat-Alexander | 1 | -23/+29 |
2010-07-10 | Bug 577803 - Make multi_select_fields into an accessor in Search.pm | Max Kanat-Alexander | 1 | -7/+22 |
2010-07-10 | Bug 577754: Make updating bugs_fulltext during checksetup.pl WAY faster | Max Kanat-Alexander | 1 | -3/+12 |
2010-07-10 | Bug 577602: Don't put multi-select fields into the GROUP BY in Search.pm, | Max Kanat-Alexander | 1 | -2/+6 |
2010-07-10 | Remove the empty "index" directory from Dusk. | Max Kanat-Alexander | 0 | -0/+0 |
2010-07-10 | Remove the js/yui/utilities directory, because it's empty and keeps being | Max Kanat-Alexander | 0 | -0/+0 |
2010-07-10 | Bug 451219: Allow altering from one SERIAL type to another on PostgreSQL, | Max Kanat-Alexander | 1 | -1/+2 |
2010-07-10 | Bug 577793: Improve the Pg SERIAL-altering code now that we require 8.3 | Max Kanat-Alexander | 1 | -10/+8 |
2010-07-09 | Bug 493653: Replace the bugzilla homepage images | Guy Pyrzak | 12 | -26/+13 |
2010-07-09 | Bug 577538: Mark certain tests in xt/search.t as being broken only on Pg | Max Kanat-Alexander | 2 | -1/+32 |
2010-07-09 | Pg and MySQL had inconsistent results for flagtypes.name greaterthan, | Max Kanat-Alexander | 1 | -0/+1 |
2010-07-09 | Bug 576670: Optimize Search.pm's "init" method for being called many times | Max Kanat-Alexander | 8 | -54/+159 |
2010-07-09 | Bug 577588: xt/seach.t was sometimes not properly translating special | Max Kanat-Alexander | 3 | -10/+30 |
2010-07-09 | Bug 577582: longdescs.isprivate "changedfrom" and "changedto" weren't | Max Kanat-Alexander | 1 | -1/+0 |
2010-07-09 | Bug 577577: Make bz_drop_fk be tolerant of SQL failure | Max Kanat-Alexander | 1 | -2/+8 |
2010-07-09 | Bug 577575: If percentage_complete is a column in the buglist, remaining_time | Max Kanat-Alexander | 1 | -0/+9 |
2010-07-09 | Bug 577569: [PostgreSQL] Make sql_position explicitly cast both its arguments | Max Kanat-Alexander | 1 | -1/+1 |
2010-07-09 | Bug 577557: Make xt/search.t skip certain injection tests on PostgreSQL, | Max Kanat-Alexander | 2 | -3/+36 |
2010-07-08 | Bug 567981 - Restore ability for page.cgi pages to contain . characters, but ... | Reed Loden | 1 | -3/+7 |
2010-07-08 | Bug 305412: Update the minimum Pg requirement to 8.3, to allow casting | Max Kanat-Alexander | 1 | -1/+1 |
2010-07-08 | Bug 577415: Allow positional parameters for XML-RPC, because Testopia | Max Kanat-Alexander | 1 | -1/+4 |
2010-07-08 | Remove two errors that are no longer used, after the $$some_var refactor | Max Kanat-Alexander | 1 | -10/+0 |
2010-07-08 | Update xt/search.t to test that anyexact trims properly. | Max Kanat-Alexander | 1 | -1/+1 |
2010-07-08 | Bug 142394: Tabular reports should be sortable | Guy Pyrzak | 2 | -34/+123 |
2010-07-08 | Bug 575021: Make the anyexact operator in Search.pm properly trim its | Max Kanat-Alexander | 1 | -0/+1 |
2010-07-08 | Fix a template and POD bustage from the $$some_var Search.pm checkin. | Max Kanat-Alexander | 2 | -2/+4 |
2010-07-08 | Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere. | Max Kanat-Alexander | 6 | -931/+771 |
2010-07-08 | Bug 577520: Make the "Adding new table..." message not appear during | Max Kanat-Alexander | 1 | -1/+2 |
2010-07-08 | Bug 490930: Always store attachments locally if they are over X size (and bel... | Frédéric Buclin | 9 | -141/+57 |
2010-07-08 | Bump the version number to 4.1 on trunk. | Max Kanat-Alexander | 1 | -1/+1 |
2010-07-08 | Bug 575499: Fix a few text issues on the new Advanced Search page | Reed Loden | 2 | -4/+4 |
2010-07-08 | Bug 452761: Make the Date header of bugmail and requestmail always be | Reed Loden | 4 | -2/+10 |
2010-07-08 | Bug 577407: Several HTML elements have the same ID when editing parameters | Frédéric Buclin | 6 | -16/+16 |
2010-07-08 | Bug 577089: Make convert-workflow fix the query values for series | Max Kanat-Alexander | 3 | -2/+12 |
2010-07-08 | Bug 577149: Make convert-workflow rename values in saved searches | Max Kanat-Alexander | 2 | -1/+35 |
2010-07-08 | Fix search.t now that negative keyword searches are working. | Max Kanat-Alexander | 1 | -7/+5 |
2010-07-08 | Bug 577388: The target milestone tests in xt/search.t were failing, | Max Kanat-Alexander | 1 | -1/+1 |
2010-07-07 | Bug 574879: Create a test that assures the correctness of Search.pm's | Max Kanat-Alexander | 17 | -2/+3166 |
2010-07-07 | Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P... | Frédéric Buclin | 9 | -59/+26 |
2010-07-07 | Bug 576911 The admin/components/list.html template was using "component" | Max Kanat-Alexander | 1 | -5/+6 |