Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 801664 - Add DATE type for custom fields. r=LpSolit. | Gervase Markham | 2013-01-02 | 1 | -0/+1 |
| | |||||
* | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 2012-12-01 | 1 | -1/+1 |
| | | | | r/a=LpSolit | ||||
* | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 2012-11-30 | 1 | -0/+22 |
| | | | | r/a=LpSolit | ||||
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -1/+4 |
| | | | | r=wicked a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -19/+5 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Bug 629529: Make SQLite installs able to use jobqueue.pl | Max Kanat-Alexander | 2011-08-29 | 1 | -0/+17 |
| | | | | r=glob, a=mkanat | ||||
* | Additional fix for bug 619016: The FK adding/removing code for SQLite didn't | Max Kanat-Alexander | 2010-12-15 | 1 | -9/+26 |
| | | | | | | work when it was modifying tables to have their first FK or removing all the FKs on a table. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 619016: Make SQLite installations able to alter an existing schema, | Max Kanat-Alexander | 2010-12-15 | 1 | -1/+184 |
| | | | | | meaning that SQLite installations can now upgrade and add custom fields. r=mkanat, a=mkanat (module owner) | ||||
* | The changes to bz_create_database done by the SQLite patch broke the | Max Kanat-Alexander | 2010-11-02 | 1 | -0/+9 |
| | | | | | | | creation of databases on other systems. This restores the original behavior while still retaining the correct error-throwing behavior for systems that can't create a SQLite database. https://bugzilla.mozilla.org/show_bug.cgi?id=337776 | ||||
* | Bug 337776: Basic SQLite Support for Bugzilla | Max Kanat-Alexander | 2010-10-27 | 1 | -0/+86 |
r=LpSolit, a=mkanat |