aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | [ticket/11201] Remove database column on updateJoas Schilling2013-01-161-0/+5
| | | * | | | | | | | | | | | [ticket/11201] Remove MSN/WLM fieldsJoas Schilling2013-01-119-10/+2
| * | | | | | | | | | | | | | [ticket/11103] Remove Primary Key on user_notifications tableNathan Guse2013-01-318-28/+5
| * | | | | | | | | | | | | | [ticket/11103] Fix some various issues, better commentsNathan Guse2013-01-151-0/+4
| * | | | | | | | | | | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-1512-61/+108
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge remote-tracking branch 'remotes/brunoais/ticket/11171' into developNathan Guse2013-01-148-6/+31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | [ticket/11171] Moved the DB schema changes to its placeBruno Ais2012-12-071-19/+6
| | | * | | | | | | | | | | | [ticket/11171] DB changes for the updateBruno Ais2012-12-071-0/+17
| | | * | | | | | | | | | | | [ticket/11171] DB additions for these changesBruno Ais2012-12-057-7/+28
| | | | |_|_|/ / / / / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | [ticket/11321] Recreate schema files with develop/create_schema_files.phpJoas Schilling2013-01-117-10/+10
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | [ticket/11305] Define hook finder as a service on the container.Oleg Pudeyev2013-01-022-2/+2
| | * | | | | | | | | | | [ticket/11305] Adjust comment.Oleg Pudeyev2013-01-021-1/+1
| | * | | | | | | | | | | [ticket/11305] Use phpbb_create_default_container.Oleg Pudeyev2013-01-021-12/+1
| | * | | | | | | | | | | [ticket/11305] Create a normal container during final installation step.Oleg Pudeyev2013-01-022-5/+19
| | * | | | | | | | | | | [ticket/11305] Retrieve cache driver from container rather than cache service.Oleg Pudeyev2013-01-022-4/+5
| | * | | | | | | | | | | [ticket/11305] Extract hook finder from cache service.Oleg Pudeyev2013-01-022-2/+4
| | * | | | | | | | | | | [ticket/11306] Introduce phpbb_create_default_containerIgor Wiedler2013-01-021-12/+1
| | * | | | | | | | | | | Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-294-15/+24
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-102-4/+4
| | | * | | | | | | | | | | [ticket/11259] adm_relative_path -> phpbb_adm_relative_pathNathan Guse2012-12-093-11/+11
| | | * | | | | | | | | | | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-094-15/+24
| | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Merge remote-tracking branch 'p/ticket/10758' into developAndreas Fischer2012-12-251-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| | | * | | | | | | | | | [ticket/10758] Dependency inject parameters into cache_moderators.Oleg Pudeyev2012-12-151-1/+2
| | * | | | | | | | | | | Merge PR #1152 branch 'develop-olympus' into developOleg Pudeyev2012-12-221-17/+30
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | | * | | | | | | | | | [ticket/11278] Comment out the code for dropping the Q&A tablesJoas Schilling2012-12-211-6/+20
| | | * | | | | | | | | | [ticket/11278] Fix not running queries from db tools in database updateJoas Schilling2012-12-191-13/+12
| | * | | | | | | | | | | [ticket/11277] Correctly remove user_dst column on database updateJoas Schilling2012-12-211-1/+5
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | [ticket/11103] remove is_enabledNathan Guse2012-12-151-1/+0
| * | | | | | | | | | | [ticket/11103] data -> notification_dataNathan Guse2012-12-158-8/+8
| * | | | | | | | | | | [ticket/11103] unread -> notification_readNathan Guse2012-12-158-16/+16
| * | | | | | | | | | | [ticket/11103] time -> notification_timeNathan Guse2012-12-158-16/+16
| * | | | | | | | | | | [ticket/11103] Move is_enabled to a separate table for better performanceNathan Guse2012-12-158-39/+85
| * | | | | | | | | | | [ticket/11103] Fix missing ), in database_update.phpNathan Guse2012-12-131-0/+1
| * | | | | | | | | | | [ticket/11103] Add constants for the tablesNathan Guse2012-12-131-4/+10
| * | | | | | | | | | | [ticket/11103] Add global $table_prefixNathan Guse2012-12-131-0/+2
| * | | | | | | | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2012-12-135-65/+154
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathaniel Guse2012-12-122-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ticket/11103] Update indexes on notifications/user notifications tablesNathan Guse2012-12-088-76/+16
| * | | | | | | | | | | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-073-5/+111
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-202-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-201-6/+6
| * | | | | | | | | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-142-31/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-112-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-1010-67/+106
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [ticket/11103] Inject table prefix to notifications system instead of constantsNathaniel Guse2012-11-091-13/+5
| * | | | | | | | | | | | | | | [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-299-52/+24
| * | | | | | | | | | | | | | | [ticket/11103] Working on default notifications on install/updateNathan Guse2012-10-272-1/+115
| * | | | | | | | | | | | | | | [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-208-39/+39
| * | | | | | | | | | | | | | | [ticket/11103] Change is_disabled to is_enabledNathan Guse2012-10-191-2/+2
| * | | | | | | | | | | | | | | [ticket/11103] Add is_disabled column to notifications tableNathan Guse2012-10-138-2/+21