| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-05-09 | 1 | -0/+43 |
|\ |
|
| * | [ticket/10858] Move generic row seeking to DBAL | Patrick Webster | 2012-05-08 | 1 | -0/+43 |
* | | Merge branch 'develop-olympus' into develop | Oleg Pudeyev | 2012-03-08 | 1 | -0/+35 |
|\ \
| |/ |
|
| * | [ticket/10653] Add ability to count table rows to database abstraction layer. | Andreas Fischer | 2012-03-03 | 1 | -0/+35 |
* | | Merge branch 'develop-olympus' into develop | Oleg Pudeyev | 2012-01-12 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | [ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errors | Andreas Fischer | 2011-12-24 | 1 | -5/+0 |
* | | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-11-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle | dmauri | 2011-11-15 | 1 | -1/+1 |
* | | [ticket/10258] Add HTML5 meta charset tag | Igor Wiedler | 2011-07-29 | 1 | -0/+1 |
* | | [ticket/10258] Remove the meta charset tag | Igor Wiedler | 2011-07-12 | 1 | -1/+0 |
* | | [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tags | Igor Wiedler | 2011-07-10 | 1 | -2/+0 |
* | | [ticket/10258] Change the DOCTYPE to HTML5 | Igor Wiedler | 2011-07-09 | 1 | -4/+4 |
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-07-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [ticket/9859] Changing all phpBB footers to match the new credit line | Yuriy Rusko | 2011-07-06 | 1 | -1/+1 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-06-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [ticket/9685] Consistently name the new sql_buffer_nested_transactions function | Nils Adermann | 2011-06-02 | 1 | -1/+1 |
* | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2011-03-15 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | [ticket/9685] Buffer posts for search indexing when using mssqlnative. | Nils Adermann | 2011-03-15 | 1 | -0/+10 |
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-01-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [ticket/9859] Remove years in credit line from some more files. | Andreas Fischer | 2011-01-16 | 1 | -1/+1 |
* | | [task/config-class] Implemented a config class to replace the global array. | Nils Adermann | 2011-01-10 | 1 | -0/+22 |
* | | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -2/+0 |
* | | [feature/request-class] Check for existence of $request | Igor Wiedler | 2010-10-12 | 1 | -1/+1 |
* | | [feature/request-class] Convert any direct access to $_* to use $request | Igor Wiedler | 2010-09-25 | 1 | -1/+2 |
|/ |
|
* | Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums... | Andreas Fischer | 2010-02-15 | 1 | -0/+18 |
* | - replaced the drop down menu log filter thing with log searching | Jim Wigginton | 2009-08-21 | 1 | -2/+2 |
* | ok, i am very sorry, but this needs to be fixed. | Meik Sievertsen | 2009-08-12 | 1 | -0/+18 |
* | forgot this in r9909 | Meik Sievertsen | 2009-08-01 | 1 | -2/+1 |
* | return errors if return_on_error is true for multi_insert (Patch by bantu) | Meik Sievertsen | 2009-08-01 | 1 | -2/+7 |
* | Re-arrange the re-order code to only run if multi-aliases are used | Meik Sievertsen | 2008-12-06 | 1 | -23/+21 |
* | Enforce a requirement for some DBMS (Oracle, PostgreSQL, MSSQL) where the tab... | Meik Sievertsen | 2008-12-05 | 1 | -1/+46 |
* | Fix sql_multi_insert() if called with non multi-dimensional array (Bug #32975) | Meik Sievertsen | 2008-09-19 | 1 | -2/+2 |
* | Ok, story real database server info, as well as caching it | Meik Sievertsen | 2008-09-04 | 1 | -0/+5 |
* | change the way we do chmodd'ing. I know, my implementation really sucked... g... | Meik Sievertsen | 2008-08-22 | 1 | -1/+1 |
* | close db connection before delivering file. Also make sure connection can't b... | Meik Sievertsen | 2008-08-21 | 1 | -1/+7 |
* | force the use of sql_multi_insert() for multi inserts... also adjusted the co... | Meik Sievertsen | 2008-07-28 | 1 | -31/+32 |
* | #22365 | Meik Sievertsen | 2008-02-28 | 1 | -1/+1 |
* | DBAL extension motivated by #22125 | Henry Sudhof | 2008-02-27 | 1 | -3/+5 |
* | #17025 | Meik Sievertsen | 2008-01-29 | 1 | -0/+7 |
* | commit all transactions on closing the db (there is only one, but we support ... | Meik Sievertsen | 2007-12-06 | 1 | -1/+5 |
* | - on database update, execute garbage_collection(). This ensures a proper clo... | Meik Sievertsen | 2007-12-06 | 1 | -1/+6 |
* | further updates | Meik Sievertsen | 2007-11-19 | 1 | -1/+1 |
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 1 | -10/+11 |
* | some tiny fixes... | Meik Sievertsen | 2007-09-12 | 1 | -2/+2 |
* | necessary changes... | Meik Sievertsen | 2007-08-30 | 1 | -2/+4 |
* | this should work fine now... | Meik Sievertsen | 2007-07-24 | 1 | -1/+1 |
* | tweak the sql_like_expression feature a little bit to allow correct escaping | Meik Sievertsen | 2007-06-24 | 1 | -7/+17 |
* | new wrapper for LIKE expressions to streamline the fixes. We actually need to... | Meik Sievertsen | 2007-06-23 | 1 | -0/+15 |
* | oh my god - what did he do? Adding attachment display to post/topic review, q... | Meik Sievertsen | 2007-05-19 | 1 | -3/+3 |