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
/
phpbb
/
console
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/15238] Add missing protected keyword
rxu
2017-06-20
1
-1
/
+1
*
[ticket/15238] More code cleanup
rxu
2017-06-18
1
-1
/
+2
*
[ticket/15238] Code cleanup, add docblocks
rxu
2017-06-18
1
-11
/
+39
*
[ticket/15238] Add console command to fix forums/modules left/right IDs
rxu
2017-06-18
1
-0
/
+105
*
[ticket/15219] Add console command for updating hashes to bcrypt
Marc Alexander
2017-06-03
1
-0
/
+117
*
[ticket/14123] Remove redundant help messages
Matt Friedman
2015-08-28
14
-14
/
+0
*
[ticket/14123] Add descriptive help to the CLI help output
Matt Friedman
2015-08-23
15
-0
/
+15
*
[ticket/13211] Move console migrator output handler back to console folder
Marc Alexander
2014-10-25
2
-1
/
+70
*
[ticket/13211] Also use log wrapper output handler for console migrations
Marc Alexander
2014-10-25
1
-2
/
+6
*
[ticket/13211] Move console migrator output handler to db folder
Marc Alexander
2014-10-24
2
-70
/
+1
*
[ticket/13126] Add missing use statement
Tristan Darricau
2014-10-22
1
-0
/
+1
*
[ticket/13126] Fix tests
Tristan Darricau
2014-10-20
1
-1
/
+0
*
[ticket/13126] Change messages verbosity levels
Tristan Darricau
2014-10-20
1
-1
/
+1
*
[ticket/13126] Move migrator_output_handler to an interface
Tristan Darricau
2014-10-20
1
-7
/
+4
*
[ticket/13126] Extends migrator_output_handler instead of using a closure
Tristan Darricau
2014-10-16
2
-23
/
+73
*
[ticket/13126] Improve the feedback when running the migrations
Tristan Darricau
2014-10-14
1
-32
/
+24
*
[ticket/12368] Always clean the cache prior to run the migrations
Tristan Darricau
2014-10-05
1
-0
/
+2
*
[ticket/12657] Add a test file for base case
LEZY Thomas
2014-09-19
1
-2
/
+2
*
[ticket/12963] Revert back to "migrations" folder name for extensions
Joas Schilling
2014-09-18
1
-8
/
+0
*
[ticket/12963] Edit deprecation message
Tristan Darricau
2014-09-16
1
-1
/
+1
*
[ticket/12963] Load extensions migrations from /migration
Tristan Darricau
2014-09-10
1
-0
/
+9
*
[ticket/13003] Add missing language keys
Mario Skouat
2014-08-21
1
-4
/
+4
*
Merge pull request #2793 from n-aleha/ticket/12909
Andreas Fischer
2014-08-03
1
-2
/
+2
|
\
|
*
[ticket/12909] Use correct lang vars in cli extension enable
n-aleha
2014-08-03
1
-2
/
+2
*
|
[ticket/12908] Fix operator typo in increment.php
n-aleha
2014-08-03
1
-1
/
+1
|
/
*
Merge pull request #2780 from Nicofuma/ticket/12870
Andreas Fischer
2014-07-28
1
-0
/
+2
|
\
|
*
[ticket/12870] Create the migrations table with a method in the migrator
Tristan Darricau
2014-07-27
1
-25
/
+2
|
*
[ticket/12870] Create the migrations table in db:migrate
Tristan Darricau
2014-07-26
1
-1
/
+26
*
|
[ticket/12656] Fix typo
Dhruv
2014-07-24
1
-1
/
+1
*
|
[ticket/12656] Use lang keys for all CLI strings
Dhruv
2014-07-23
10
-31
/
+31
*
|
[ticket/12656] Use lang keys for CLI command descriptions
Dhruv
2014-07-23
13
-13
/
+13
|
/
*
[ticket/12656] Pass user object into all console commands.
Andreas Fischer
2014-07-17
9
-35
/
+32
*
[ticket/12685] Override getDefaultInputDefinition()
Carlo
2014-07-15
1
-8
/
+18
*
[ticket/12685] Removed unused USE statement
Carlo
2014-07-15
1
-1
/
+0
*
[ticket/12685] Inject console.command_collection instead of the container
Carlo
2014-07-15
1
-3
/
+3
*
[ticket/12685] Removed spaces
Carlo
2014-07-15
1
-1
/
+1
*
[ticket/12685] Add --safe-mode
Carlo
2014-07-15
1
-0
/
+7
*
[ticket/12685] Add space after foreach
Carlo
2014-07-12
1
-1
/
+1
*
[ticket/12685] Add console collection and fixing CLI
Carlo
2014-07-12
1
-6
/
+5
*
Merge pull request #2669 from Nicofuma/ticket/12777
Joas Schilling
2014-06-29
3
-3
/
+3
|
\
|
*
[ticket/12777] Rename extension status functions and add is_configured()
Tristan Darricau
2014-06-27
3
-3
/
+3
*
|
[ticket/12773] Fix language variable name in cli extension enable command
n-aleha
2014-06-26
1
-1
/
+1
|
/
*
[ticket/12723] Add Sniff ensuring PHP files use the correct file header
Tristan Darricau
2014-06-22
1
-1
/
+1
*
[ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy
Tristan Darricau
2014-06-16
1
-1
/
+1
*
[ticket/12715] Update console command cron:* comments
Tristan Darricau
2014-06-15
2
-4
/
+28
*
[ticket/12715] Update console command config:* comments
Tristan Darricau
2014-06-15
5
-1
/
+71
*
[ticket/12715] Update console command cache:purge comments
Tristan Darricau
2014-06-15
1
-0
/
+23
*
[ticket/12508] Ignore extensions in migration_tips dev tool
Joas Schilling
2014-06-10
1
-0
/
+1
*
[ticket/12664] Refactor develop/migration_tips.php into a console command.
Andreas Fischer
2014-06-10
1
-0
/
+63
*
Merge pull request #2543 from Nicofuma/ticket/12655
Andreas Fischer
2014-06-06
3
-3
/
+80
|
\
[next]