Age | Commit message (Expand) | Author | Files | Lines |
2008-09-09 | Bug 388251: Implement 'new Bugzilla::Attachment' - Patch by Frédéric Bu... | lpsolit%gmail.com | 1 | -1/+1 |
2008-02-25 | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri... | lpsolit%gmail.com | 1 | -5/+5 |
2008-02-06 | Bug 414712 â Hook post_bug.cgi for post creation processing | ghendricks%novell.com | 1 | -0/+3 |
2008-02-04 | Bug 415155: Remove $cgi from the list of arguments when calling Bugzilla::Fla... | lpsolit%gmail.com | 1 | -2/+2 |
2008-02-04 | Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match()... | lpsolit%gmail.com | 1 | -1/+1 |
2007-11-15 | Bug 183665: Accessing post_bug.cgi directly gives a weird error message and s... | lpsolit%gmail.com | 1 | -0/+3 |
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -1/+1 |
2007-10-09 | Midair with product change while adding an attachment silently clears flags -... | lpsolit%gmail.com | 1 | -2/+2 |
2007-10-06 | Bug 358947: Remove dead code from post_bug.cgi about custom_tables - Patch by... | lpsolit%gmail.com | 1 | -4/+0 |
2007-09-08 | Bug 287330: Multi-Select Custom Fields | mkanat%bugzilla.org | 1 | -2/+9 |
2007-07-10 | Bug 365472 rename 'token_inexistent' to 'token_does_not_exist' or something | timeless%mozdev.org | 1 | -1/+1 |
2007-05-15 | Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa <wi... | lpsolit%gmail.com | 1 | -0/+1 |
2007-04-04 | Bug 376497: validateID() should return an attachment object - Patch by Fré... | lpsolit%gmail.com | 1 | -4/+4 |
2007-03-06 | Bug 372723: Bookmarkable template URLs on enter_bug.cgi should not contain to... | lpsolit%gmail.com | 1 | -1/+1 |
2007-02-05 | Bug 364177: On attachment and bug creation, if *one* requestee cannot see the... | lpsolit%gmail.com | 1 | -1/+1 |
2006-12-30 | Bug 346121: Creating an attachment upon new bug doesn't create attachment lin... | lpsolit%gmail.com | 1 | -4/+20 |
2006-10-21 | Bug 352695: Custom select fields are mandatory on bug creation (despite they ... | olav%bkor.dhs.org | 1 | -1/+4 |
2006-10-17 | Bug 350921: [email_in] Create an email interface that can create a bug in Bug... | mkanat%bugzilla.org | 1 | -4/+10 |
2006-09-16 | Bug 351888: Move comment creation out of post_bug.cgi and into Bugzilla::Bug | mkanat%bugzilla.org | 1 | -59/+16 |
2006-09-12 | Bug 351877: Move dependson/blocked insertion into Bugzilla::Bug from post_bug... | mkanat%bugzilla.org | 1 | -22/+3 |
2006-09-10 | Bug 351345: Move keyword insertion out of post_bug.cgi and into Bugzilla::Bug | mkanat%bugzilla.org | 1 | -20/+1 |
2006-09-10 | Bug 351339: Move group insertion out of post_bug.cgi and into Bugzilla::Bug | mkanat%bugzilla.org | 1 | -9/+1 |
2006-09-10 | Bug 351332: Move Group validation into Bugzilla::Bug from post_bug.cgi | mkanat%bugzilla.org | 1 | -72/+8 |
2006-09-09 | Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr... | lpsolit%gmail.com | 1 | -3/+11 |
2006-09-09 | Bug 323239: Move CC insertion from post_bug.cgi to Bugzilla::Bug | mkanat%bugzilla.org | 1 | -19/+3 |
2006-09-06 | Bug 351098: Make Bugzilla::Object able to update objects in the database, and... | mkanat%bugzilla.org | 1 | -9/+9 |
2006-09-05 | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 1 | -3/+3 |
2006-09-05 | Bug 349741: Make Bugzilla::Bug able to do basic bug creation, and have post_b... | mkanat%bugzilla.org | 1 | -130/+46 |
2006-08-25 | Bug 343809: Merge FlagType::validate() with Flag::validate() - Patch by Fréd... | lpsolit%gmail.com | 1 | -5/+2 |
2006-08-23 | Bug 349555: Move dependency validation from post_bug into Bugzilla::Bug | mkanat%bugzilla.org | 1 | -20/+3 |
2006-08-23 | Bug 349561: Move the strict_isolation check from post_bug into Bugzilla::Bug | mkanat%bugzilla.org | 1 | -25/+4 |
2006-08-23 | Bug 349558: Move validations of global enum fields from post_bug into Bugzill... | mkanat%bugzilla.org | 1 | -8/+9 |
2006-08-22 | Bug 348542: Move keyword validation out of post_bug.cgi and into Bugzilla::Bug | mkanat%bugzilla.org | 1 | -25/+4 |
2006-08-22 | Bug 348539: Move CC validation out of post_bug.cgi and into Bugzilla::Bug | mkanat%bugzilla.org | 1 | -17/+8 |
2006-08-22 | Bug 348537: Move bug status validation out of post_bug and into Bugzilla::Bug | mkanat%bugzilla.org | 1 | -18/+2 |
2006-08-20 | Bug 348477: Move simple validations from post_bug.cgi to Bugzilla::Bug | mkanat%bugzilla.org | 1 | -58/+23 |
2006-08-20 | Bug 224577: Bugzilla could use a web services interface. | wurblzap%gmail.com | 1 | -3/+4 |
2006-08-12 | Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->new | mkanat%bugzilla.org | 1 | -1/+4 |
2006-08-04 | Bug 345929: User matching not called for requestee fields in post_bug.cgi - P... | lpsolit%gmail.com | 1 | -0/+1 |
2006-07-25 | Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmai... | lpsolit%gmail.com | 1 | -2/+23 |
2006-07-19 | Bug 344521: Make custom fields optionally functional on enter_bug.cgi | mkanat%bugzilla.org | 1 | -1/+6 |
2006-07-17 | Bug 238819: enter_bug.cgi should offer ASSIGNED as a possible initial state -... | lpsolit%gmail.com | 1 | -6/+13 |
2006-07-13 | Bug 344497: Cannot create new bugs (affects the 2.23.2 release) - Patch by Fr... | lpsolit%gmail.com | 1 | -0/+1 |
2006-07-04 | Bug 341867: post_bug.cgi lets users with editbugs and canconfirm privs enter ... | lpsolit%gmail.com | 1 | -28/+10 |
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+0 |
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -10/+14 |
2006-07-03 | Bug 342828: keyword cache is not sorted alphabetically, makes sorting by keyw... | lpsolit%gmail.com | 1 | -1/+2 |
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 1 | -1/+2 |
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod... | lpsolit%gmail.com | 1 | -17/+5 |
2006-06-20 | Spelling in code comments patch: 'inacessible' -> 'inaccessible'; patch by Vl... | vladd%bugzilla.org | 1 | -1/+1 |