Age | Commit message (Expand) | Author | Files | Lines |
2010-08-04 | Bug 583614: Simple Search no longer works | Frédéric Buclin | 1 | -1/+1 |
2010-08-04 | Bug 584036: _sync_fulltext() not called when (un)setting an existing comment ... | Frédéric Buclin | 1 | -1/+2 |
2010-08-04 | Bug 584021: FILTER txt should also remove | Frédéric Buclin | 1 | -0/+2 |
2010-08-03 | Bug 583287: Some fields should not be displayed in bugmail for new bugs | Frédéric Buclin | 2 | -4/+4 |
2010-08-03 | Bug 583165: Un(setting) a comment as private doesn't update bugs.delta_ts | Frédéric Buclin | 1 | -1/+3 |
2010-08-02 | Bug 553884: Quicksearch incorrectly treats "-" in quotes as negation | Frédéric Buclin | 1 | -0/+3 |
2010-08-02 | Bug 583622: email_in.pl doesn't let me set timetracking fields | Frédéric Buclin | 2 | -7/+5 |
2010-08-02 | Bug 578494: We can't use "shellwords" to split words for sql_fulltext on Pg, | Max Kanat-Alexander | 1 | -6/+17 |
2010-08-02 | Bug 583645: Make $dbh->quote always detaint its output, even on DBDs that | Max Kanat-Alexander | 1 | -0/+11 |
2010-08-02 | Bug 577956: Bugs which were never confirmed cannot be reopened as UNCONFIRMED | Frédéric Buclin | 1 | -2/+2 |
2010-08-02 | Bug 581622: When a quicksearch includes the "content" field, it is limited to... | Frédéric Buclin | 1 | -6/+0 |
2010-08-02 | Bug 581327: The patch to allow commas in Product (etc.) names broke the | Max Kanat-Alexander | 1 | -1/+15 |
2010-07-28 | Bug 396558: Dependency change e-mails should only include status changes that... | Frédéric Buclin | 3 | -163/+124 |
2010-07-23 | Bug 581311: Bring the documentation of various hooks in Bugzilla::Hook | Max Kanat-Alexander | 1 | -46/+69 |
2010-07-23 | Bug 578240 - Re-add "owner" as a quicksearch alias for searching for "assigne... | Reed Loden | 1 | -0/+1 |
2010-07-23 | Bug 578494: When doing a QuickSearch on a phrase, pass the phrase quoted | Max Kanat-Alexander | 2 | -4/+13 |
2010-07-23 | Bug 577054: ChoiceInterface was denying the deletion of any value if | Max Kanat-Alexander | 1 | -3/+9 |
2010-07-23 | Bug 556579: Back out the patch from bug 554819, because it caused special | Max Kanat-Alexander | 1 | -4/+32 |
2010-07-23 | Bug 398701: Replace |FILTER url_quote| by |FILTER uri| | Frédéric Buclin | 1 | -6/+0 |
2010-07-22 | Bug 580208: Search.pm: Combine all the user search types into one search | Max Kanat-Alexander | 1 | -143/+150 |
2010-07-21 | Bug 428313: Properly expire the browser's CSS and JS cache when there | Max Kanat-Alexander | 2 | -20/+159 |
2010-07-20 | Bug 579514: Make Bug.attachments also return attachment data | Max Kanat-Alexander | 4 | -25/+64 |
2010-07-20 | Bug 579797: Restore ValidateGroupName in Bugzilla::Group, because it is | Max Kanat-Alexander | 1 | -0/+33 |
2010-07-20 | Bug 575475: ANSI coloring of error messages was hiding template compilation | Max Kanat-Alexander | 1 | -1/+3 |
2010-07-20 | Bug 580174: Search.pm: Move special parsing functions around, to be more | Max Kanat-Alexander | 1 | -157/+164 |
2010-07-18 | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 7 | -87/+35 |
2010-07-18 | Bug 579568: Search.pm: Improve the implementation and performance of | Max Kanat-Alexander | 2 | -57/+78 |
2010-07-16 | Bug 67036: Allow searching for product, component, etc. names that contain | Max Kanat-Alexander | 1 | -24/+73 |
2010-07-16 | Bug 578335: The "Show next bug in my list" user pref either doesn't display t... | Frédéric Buclin | 1 | -1/+1 |
2010-07-16 | Bug 398308: Make Search.pm take a hashref for its "params" argument | Max Kanat-Alexander | 2 | -68/+78 |
2010-07-15 | Bug 521416: Some web servers fail to set the QUERY_STRING parameter | byron jones (glob) | 1 | -0/+3 |
2010-07-15 | Bug 577800: Finish the cleanup of Search.pm's "init" function by removing | Max Kanat-Alexander | 1 | -216/+240 |
2010-07-15 | Bug 578904: Search.pm: Fully generate the FROM clause inside of an accessor | Max Kanat-Alexander | 1 | -92/+154 |
2010-07-15 | Bug 578888: Search.pm: Add and store joins as data structures instead of | Max Kanat-Alexander | 1 | -174/+264 |
2010-07-15 | Bug 578602: Search.pm: Move the parsing of boolean charts out of init | Max Kanat-Alexander | 1 | -122/+194 |
2010-07-15 | Bug 578739: Instead of removing REFERENCES from _bz_real_schema and then | Max Kanat-Alexander | 5 | -61/+139 |
2010-07-14 | Bug 578587: Make checksetup be way quieter when creating a new install | Max Kanat-Alexander | 5 | -23/+69 |
2010-07-14 | Bug 578308: Move the parsing of special fields and the creation of | Max Kanat-Alexander | 1 | -37/+34 |
2010-07-14 | Bug 578594: Search.pm: Move deadlinefrom and deadlineto parsing into a | Max Kanat-Alexander | 1 | -33/+17 |
2010-07-14 | The changes to accept positional parameters in XML-RPC meant that sometimes | Max Kanat-Alexander | 1 | -0/+5 |
2010-07-14 | Bug 578531: Move the chfield stuff out of init, and make | Max Kanat-Alexander | 1 | -135/+87 |
2010-07-14 | Bug 578323: Remove the special parsing of "changedin" from Search.pm. | Max Kanat-Alexander | 1 | -31/+12 |
2010-07-14 | Bug 577765: Allow XML-RPC to accept multiple positional parameters | Max Kanat-Alexander | 2 | -10/+12 |
2010-07-14 | Remove some errors from WS_ERROR_CODE that don't exist on trunk. | Max Kanat-Alexander | 1 | -2/+0 |
2010-07-14 | Bug 578324: The "Hours Worked" field in show_bug.cgi rejects all values passe... | Frédéric Buclin | 1 | -2/+2 |
2010-07-14 | Bug 412074: Ability to add attachments to a bug via the WebService | Max Kanat-Alexander | 5 | -3/+207 |
2010-07-13 | Bug 578316: Search.pm: Move the parsing of email* fields into a method | Max Kanat-Alexander | 1 | -42/+38 |
2010-07-13 | Bug 578313: Search.pm: Move the parsing of basic fields (ones that map to | Max Kanat-Alexander | 1 | -35/+28 |
2010-07-13 | Bug 578310: Search.pm: Move the special parsing of bug_status and resolution | Max Kanat-Alexander | 1 | -45/+79 |
2010-07-13 | Bug 578299: Search.pm: Generate the GROUP BY clause in a method | Max Kanat-Alexander | 1 | -35/+67 |