index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
install
/
database_update.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ticket/11422] Increment assets when database_update is complete
Nathaniel Guse
2013-03-10
1
-4
/
+6
*
Merge remote-tracking branch 'remotes/nickv/ticket/10714' into develop
Nathaniel Guse
2013-03-04
1
-0
/
+1
|
\
|
*
[ticket/10714] Get log from container in install, update and download/file
Joas Schilling
2013-03-04
1
-0
/
+1
*
|
Merge remote-tracking branch 'EXreaction/ticket/11386-3' into develop
David King
2013-03-04
1
-1
/
+7
|
\
\
|
*
|
[ticket/11386] Send list of migrations instead of using load_migrations
Nathaniel Guse
2013-03-03
1
-1
/
+7
|
|
/
*
|
[ticket/11393] Give more information on database updater
Nathaniel Guse
2013-03-03
1
-1
/
+22
|
/
*
[feature/migrations] Use the user class for language handling
Nathaniel Guse
2013-02-23
1
-12
/
+10
*
[feature/migrations] effectively installed check for migration data
Nathan Guse
2013-02-06
1
-4
/
+13
*
[feature/migrations] Fix migrations installer, schema for schema_data.sql
Nathan Guse
2013-02-06
1
-47
/
+47
*
[feature/migrations] Make depends_on static to call it without dependencies
Nathan Guse
2013-02-06
1
-12
/
+4
*
[feature/migrations] Remove hardcoded language, use lang instead.
Nathan Guse
2013-02-06
1
-27
/
+27
*
[feature/migrations] Replace database_update.php with migrations updater
Nathan Guse
2013-02-06
1
-2800
/
+99
*
[ticket/11201] Revert WLM dropping because it is still used in China.
Andreas Fischer
2013-02-04
1
-5
/
+0
*
Merge remote-tracking branch 'remotes/nickv/ticket/11201' into develop
Nathan Guse
2013-01-15
1
-0
/
+5
|
\
|
*
[ticket/11201] Remove database column on update
Joas Schilling
2013-01-16
1
-0
/
+5
*
|
Merge remote-tracking branch 'remotes/brunoais/ticket/11171' into develop
Nathan Guse
2013-01-14
1
-3
/
+7
|
\
\
|
|
/
|
/
|
|
*
[ticket/11171] Moved the DB schema changes to its place
Bruno Ais
2012-12-07
1
-19
/
+6
|
*
[ticket/11171] DB changes for the update
Bruno Ais
2012-12-07
1
-0
/
+17
*
|
[ticket/11305] Define hook finder as a service on the container.
Oleg Pudeyev
2013-01-02
1
-1
/
+1
*
|
[ticket/11305] Retrieve cache driver from container rather than cache service.
Oleg Pudeyev
2013-01-02
1
-2
/
+2
*
|
[ticket/11305] Extract hook finder from cache service.
Oleg Pudeyev
2013-01-02
1
-1
/
+2
*
|
[ticket/11306] Introduce phpbb_create_default_container
Igor Wiedler
2013-01-02
1
-12
/
+1
*
|
Merge PR #1130 branch 'EXreaction/ticket/11259' into develop
Oleg Pudeyev
2012-12-29
1
-2
/
+6
|
\
\
|
*
|
[ticket/11259] htmlspecialchars($phpbb_admin_path)
Nathan Guse
2012-12-10
1
-2
/
+2
|
*
|
[ticket/11259] adm_relative_path -> phpbb_adm_relative_path
Nathan Guse
2012-12-09
1
-3
/
+3
|
*
|
[ticket/11259] Make phpbb_admin_path available everywhere
Nathan Guse
2012-12-09
1
-2
/
+6
*
|
|
Merge PR #1152 branch 'develop-olympus' into develop
Oleg Pudeyev
2012-12-22
1
-17
/
+30
|
\
\
\
|
*
|
|
[ticket/11278] Comment out the code for dropping the Q&A tables
Joas Schilling
2012-12-21
1
-6
/
+20
|
*
|
|
[ticket/11278] Fix not running queries from db tools in database update
Joas Schilling
2012-12-19
1
-13
/
+12
*
|
|
|
[ticket/11277] Correctly remove user_dst column on database update
Joas Schilling
2012-12-21
1
-1
/
+5
*
|
|
|
[ticket/11015] Change permission adding in database updater to new style.
Oleg Pudeyev
2012-12-13
1
-2
/
+2
*
|
|
|
Merge remote-tracking branch 'upstream/develop' into ticket/11015
Oleg Pudeyev
2012-12-13
1
-4
/
+146
|
\
\
\
\
|
*
|
|
|
[ticket/11088] Pass required objects in as arguments
David King
2012-12-12
1
-4
/
+4
|
*
|
|
|
[ticket/11088] Globalize objects in new permission function
David King
2012-12-12
1
-3
/
+4
|
*
|
|
|
[ticket/11088] Move permission creation to a function
David King
2012-12-12
1
-72
/
+66
|
*
|
|
|
[ticket/11088] Copy a_styles permission for a_extensions
David King
2012-12-12
1
-1
/
+1
|
*
|
|
|
[ticket/11088] Remove extraneous word from sentence in comment
David King
2012-12-12
1
-1
/
+1
|
*
|
|
|
[ticket/11088] Fix the database updater to correctly manipulate the modules
David King
2012-12-12
1
-17
/
+85
|
*
|
|
|
[ticket/11088] Put language pack module move below extension module creation
David King
2012-12-12
1
-11
/
+10
|
*
|
|
|
[ticket/11088] Untested, progress on update script
David King
2012-12-12
1
-29
/
+20
|
*
|
|
|
[ticket/11088] Fix typo (period instead of comma)
David King
2012-12-12
1
-1
/
+1
|
*
|
|
|
[ticket/11088] Untested progress for update script
David King
2012-12-12
1
-14
/
+41
|
*
|
|
|
[ticket/11088] Move style, extension and language pack management to customise
David King
2012-12-12
1
-0
/
+14
|
|
|
/
/
|
|
/
|
|
|
*
|
|
[ticket/10679] Update module basename, we added the xcp_ prefix in 3.1
Joas Schilling
2012-12-07
1
-1
/
+1
|
*
|
|
[ticket/10679] Use module_auth to limit access to the module
Joas Schilling
2012-12-06
1
-0
/
+8
|
*
|
|
[ticket/10679] Add new permission for changing profile field information
Joas Schilling
2012-12-06
1
-4
/
+44
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'upstream/develop' into ticket/11015
Oleg Pudeyev
2012-12-06
1
-0
/
+43
|
\
\
\
|
|
/
/
|
*
|
Merge PR #545 branch 'brunoais/ticket/10601' into develop
Oleg Pudeyev
2012-12-01
1
-0
/
+22
|
|
\
\
|
|
*
|
[ticket/10601] The ORDER BY is only taking space there
Bruno Ais
2012-12-01
1
-1
/
+1
|
|
*
|
[ticket/10601] New approach in the update algorithm
Bruno Ais
2012-12-01
1
-14
/
+11
[prev]
[next]