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
*
Merge pull request #4799 from marc1706/ticket/15179
Marc Alexander
2017-06-11
1
-1
/
+1
|
\
|
*
[ticket/15179] Replace spaces with a tab
Marc Alexander
2017-06-03
1
-1
/
+1
*
|
Merge branch 'ticket/15219' into ticket/15219-rhea
Marc Alexander
2017-06-03
1
-0
/
+117
|
\
\
|
|
/
|
/
|
|
*
[ticket/15219] Add console command for updating hashes to bcrypt
Marc Alexander
2017-06-03
1
-0
/
+117
*
|
Merge pull request #4698 from javiexin/ticket/15087
Marc Alexander
2017-04-16
1
-1
/
+1
|
\
\
|
*
|
[ticket/15087] Optimize creation of metadata objects by caching
javiexin
2017-02-12
1
-1
/
+1
*
|
|
[ticket/15123] modified return error codes
Rubén Calvo
2017-03-13
2
-2
/
+2
*
|
|
[ticket/15123] modified language strings
Rubén Calvo
2017-03-13
2
-2
/
+2
*
|
|
[ticket/15123] modified language string
Rubén Calvo
2017-03-13
2
-2
/
+2
*
|
|
[ticket/15123] removed blank spaces
Rubén Calvo
2017-03-13
2
-2
/
+2
*
|
|
[ticket/15123] add check before enable or disable extension
Rubén Calvo
2017-03-13
2
-0
/
+14
|
/
/
*
|
[ticket/14925] Set reparser names in service definitions
Matt Friedman
2016-12-18
2
-12
/
+8
*
|
[ticket/14895] Fix broken tests
Matt Friedman
2016-12-08
1
-2
/
+2
*
|
[ticket/14895] Fix issues in CLI classes
Matt Friedman
2016-12-08
12
-35
/
+17
*
|
[ticket/14895] Use SymfonyStyle in all CLI
Matt Friedman
2016-12-08
15
-83
/
+100
*
|
[ticket/14895] Use SymfonyIO styling
Matt Friedman
2016-12-07
1
-5
/
+4
*
|
[ticket/14895] CLI reparser:list should display proper list
Matt Friedman
2016-12-07
1
-2
/
+6
*
|
[ticket/12610] Fix tests and use getOption() for console
Marc Alexander
2016-12-05
1
-18
/
+20
*
|
[ticket/12610] Use Symfony style guide
Tristan Darricau
2016-12-04
1
-87
/
+86
*
|
[ticket/12610] Add a better error message when an extension is missing
Tristan Darricau
2016-12-04
1
-44
/
+63
*
|
[ticket/12610] Display the latest version and not the branch name in CLI
Tristan Darricau
2016-12-03
1
-1
/
+6
*
|
[ticket/12610] Improve output
Tristan Darricau
2016-12-03
1
-8
/
+24
*
|
[ticket/12610] Use exception_interface
Tristan Darricau
2016-12-03
1
-22
/
+10
*
|
[ticket/12610] Add command to check if the board is up to date.
Etienne Baroux
2016-12-03
1
-0
/
+302
*
|
[ticket/14814] Fix reparser cron
Tristan Darricau
2016-11-02
1
-1
/
+1
*
|
[ticket/14569] Extract CLI progress bar creation to a method
Matt Friedman
2016-04-12
5
-131
/
+48
*
|
[ticket/14561] Small change to progress bar output
Matt Friedman
2016-03-31
1
-1
/
+1
*
|
[ticket/14561] Fix function docblock in activate command
Matt Friedman
2016-03-31
1
-2
/
+1
*
|
[ticket/14561] Add a progress bar to reclean command
Matt Friedman
2016-03-31
1
-2
/
+74
*
|
[ticket/14561] Use the user loader where appropriate
Matt Friedman
2016-03-31
2
-40
/
+22
*
|
[ticket/14561] Add extra help explaining reclean command
Matt Friedman
2016-03-31
1
-0
/
+1
*
|
[ticket/14561] Import classes with use statements
Matt Friedman
2016-03-31
4
-46
/
+68
*
|
[ticket/14561] Remove unused use statements
Matt Friedman
2016-03-31
3
-7
/
+0
*
|
[ticket/14561] Reclean usernames command
Matt Friedman
2016-03-31
1
-0
/
+125
*
|
[ticket/14561] User activate command
Matt Friedman
2016-03-31
1
-0
/
+223
*
|
[ticket/14561] User delete command
Matt Friedman
2016-03-31
1
-0
/
+175
*
|
[ticket/12684] Use a switch statement for readability
Matt Friedman
2016-03-21
1
-13
/
+13
*
|
[ticket/12684] Use interactive method correctly
Matt Friedman
2016-03-09
1
-30
/
+25
*
|
[ticket/12684] Extract interactivity to a method
Matt Friedman
2016-03-09
1
-37
/
+52
*
|
[ticket/12684] Add extended help for the user:add command
Matt Friedman
2016-03-08
1
-0
/
+1
*
|
[ticket/12684] Add shorthand alternates to the options
Matt Friedman
2016-03-08
1
-3
/
+3
*
|
[ticket/12684] Remove whitespace
Matt Friedman
2016-03-05
1
-1
/
+1
*
|
[ticket/12684] Add an error on user creation failure
Matt Friedman
2016-03-05
1
-0
/
+6
*
|
[ticket/12684] Remove unnecessary null arguments
Matt Friedman
2016-02-29
1
-2
/
+2
*
|
[ticket/12684] Additional clean up
Matt Friedman
2016-02-29
1
-9
/
+4
*
|
[ticket/12684] Allowed to use $this in enclosure
Matt Friedman
2016-02-29
1
-4
/
+3
*
|
[ticket/12684] Move all lang keys to cli
Matt Friedman
2016-02-29
1
-1
/
+1
*
|
[ticket/12684] Fix a few mistakes and clean it up
Matt Friedman
2016-02-29
1
-8
/
+24
*
|
[ticket/12684] Some code clean up
Matt Friedman
2016-02-29
1
-12
/
+1
*
|
[ticket/12684] Another little fix
Matt Friedman
2016-02-29
1
-1
/
+1
[next]