aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [feature/compiled-dic] Fix cron tasks againDavid King2012-11-104-111/+18
* [feature/compiled-dic] Fix cron task loadingDavid King2012-11-108-50/+856
* [feature/compiled-dic] Add HttpKernel; the Extension class is loaded from itDavid King2012-11-101-0/+1
* [feature/compiled-dic] Move this to the other PRDavid King2012-11-102-6/+2
* [feature/compiled-dic] Remove HttpKernel-related stuffDavid King2012-11-103-169/+1
* [feature/compiled-dic] Remove unused function parameterDavid King2012-11-101-1/+1
* [feature/compiled-dic] Remove unused service definitionDavid King2012-11-101-1/+0
* [feature/compiled-dic] Remove re-creation of class loader in installDavid King2012-11-101-3/+0
* [feature/compiled-dic] Remove redundant method callDavid King2012-11-101-1/+0
* [feature/compiled-dic] Split if() over multiple lines for improved readabilityDavid King2012-11-102-2/+10
* [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-1020-274/+693
* Merge PR #1044 branch 'develop-olympus' into developOleg Pudeyev2012-11-091-2/+0
|\
| * Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympusOleg Pudeyev2012-11-091-2/+0
| |\
| | * [ticket/11178] Do not set error_reporting to E_ALL in database_updater.phpAndreas Fischer2012-11-091-2/+0
* | | Merge PR #1042 branch 'develop-olympus' into developOleg Pudeyev2012-11-092-11/+60
|\ \ \ | |/ /
| * | Merge PR #1042 branch 'bantu/ticket/10897' into develop-olympusOleg Pudeyev2012-11-092-11/+60
| |\ \ | | |/ | |/|
| | * [ticket/10897] Combine bot updates and bot delete.Andreas Fischer2012-11-091-40/+31
| | * [ticket/10897] Use same code/query for deleting.Andreas Fischer2012-11-091-9/+6
| | * [ticket/10897] Make sure the user we're fetching is a bot.Andreas Fischer2012-11-091-2/+3
| | * [ticket/10897] Do not handle IP address. There is no need.Andreas Fischer2012-11-091-13/+7
| | * [ticket/10897] Update by user_id instead of bot_name.Andreas Fischer2012-11-091-7/+8
| | * [ticket/10897] Move bot delete data to the relevant foreach loop.Andreas Fischer2012-11-091-9/+9
| | * [ticket/10897] Add comment about what's going on.Andreas Fischer2012-11-091-0/+1
| | * [ticket/10897] Remove unnecessary string casting.Andreas Fischer2012-11-091-2/+2
| | * [ticket/10897] Add space after foreach.Andreas Fischer2012-11-091-2/+2
| | * [ticket/10897] Update bots during phpBB updateCarlo2012-11-091-0/+70
| | * [ticket/10897] Bot list updatedCarlo2012-11-091-11/+5
| |/
* | Merge remote-tracking branch 'github-p/ticket/11174' into developNils Adermann2012-11-093-0/+233
|\ \
| * | [ticket/11174] Check common words, fix array equality assertion.Oleg Pudeyev2012-11-081-11/+43
| * | [ticket/11174] Test for common words.Oleg Pudeyev2012-11-082-0/+26
| * | [ticket/11174] More tests.Oleg Pudeyev2012-11-081-0/+24
| * | [ticket/11174] Clarify why that is the way it is.Oleg Pudeyev2012-11-081-0/+1
| * | [ticket/11174] Started on search tests - keyword splitting.Oleg Pudeyev2012-11-083-0/+150
* | | Merge remote-tracking branch 'github-p/feature/prune-users' into developNils Adermann2012-11-097-167/+328
|\ \ \
| * | | [feature/prune-users] $author_id_sql is no longer needed here.Oleg Pudeyev2012-11-061-2/+0
| * | | Merge remote-tracking branch 'upstream/develop' into feature/prune-usersOleg Pudeyev2012-11-061002-18436/+35335
| |\ \ \
| * | | | [feature/prune-users] Move quote to the correct line.Oleg Pudeyev2012-04-251-2/+2
| * | | | [feature/prune-users] Split one line into two lines for readability.Oleg Pudeyev2012-04-191-1/+2
| * | | | [feature/prune-users] Use empty for checking array size.Oleg Pudeyev2012-04-191-1/+1
| * | | | [feature/prune-users] Fix issues with queries pointed out by bantu.Oleg Pudeyev2012-04-191-2/+6
| * | | | [feature/prune-users] Add spaces inside brackets.Oleg Pudeyev2012-04-191-1/+1
| * | | | [feature/prune-users] Use a map instead of performing array scans.Oleg Pudeyev2012-04-191-2/+4
| * | | | [feature/prune-users] Fix incorrect condition when deleting log entries.Oleg Pudeyev2012-04-191-1/+1
| * | | | [feature/prune-users] Non-cosmetic changes per bantu's review.Oleg Pudeyev2012-04-192-6/+6
| * | | | [feature/prune-users] Cosmetic changes per bantu's review.Oleg Pudeyev2012-03-252-7/+7
| * | | | [feature/prune-users] Minor UI adjustment and bug fixesjellydoughnut2012-01-062-14/+6
| * | | | [feature/prune_users] Moved set_config_count out of user loop.Oleg Pudeyev2011-05-081-1/+8
| * | | | [feature/prune-users] Fixed user id check in undelivered users loop.Oleg Pudeyev2011-05-081-1/+1
| * | | | [feature/prune-users] Call sql_is_set once for author ids in user_delete.Oleg Pudeyev2011-05-081-4/+6
| * | | | [feature/prune-users] Replaced missed occurrences of $user_id with $user_ids.Oleg Pudeyev2011-05-081-2/+2