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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
[ticket/13522] Remove unneeded variables and correctly output input on error
Marc Alexander
2015-02-21
1
-9
/
+5
|
|
*
|
|
|
[ticket/13522] Use acp_get_question_input() for retrieving input data
Marc Alexander
2015-02-21
1
-12
/
+9
|
|
*
|
|
|
[ticket/13522] Trim array elements before processing further
Marc Alexander
2015-02-21
1
-3
/
+2
|
|
*
|
|
|
[ticket/13522] Remove unused variables and unexpected returns
Marc Alexander
2015-01-24
1
-10
/
+9
|
|
*
|
|
|
[ticket/13522] Remove empty answers from possible answers in Q&A
Marc Alexander
2015-01-24
1
-2
/
+11
*
|
|
|
|
|
Merge pull request #3461 from s9e/ticket/11768
Tristan Darricau
2015-04-05
9
-0
/
+1857
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ticket/11768] Stylistic change. No functional change intended
JoshyPHP
2015-04-02
1
-1
/
+1
|
*
|
|
|
|
|
[ticket/11768] Added some default template parameters
JoshyPHP
2015-04-02
1
-2
/
+7
|
*
|
|
|
|
|
[ticket/11768] Moved the routine that replaces tabs with spaces
JoshyPHP
2015-04-02
1
-16
/
+28
|
*
|
|
|
|
|
[ticket/11768] Renamed service vars
JoshyPHP
2015-04-02
2
-18
/
+16
|
*
|
|
|
|
|
[ticket/11768] Restored get_parser() / get_renderer()
JoshyPHP
2015-04-02
2
-0
/
+20
|
*
|
|
|
|
|
[ticket/11768] Moved parser/renderer setup events
JoshyPHP
2015-04-02
2
-11
/
+11
|
*
|
|
|
|
|
[ticket/11768] Updated s9e\TextFormatter
JoshyPHP
2015-04-02
1
-1
/
+1
|
*
|
|
|
|
|
[ticket/11768] Updated utils service
JoshyPHP
2015-04-02
2
-34
/
+29
|
*
|
|
|
|
|
[ticket/11768] Added parser events
JoshyPHP
2015-04-02
2
-2
/
+28
|
*
|
|
|
|
|
[ticket/11768] Added renderer events
JoshyPHP
2015-04-02
1
-3
/
+27
|
*
|
|
|
|
|
[ticket/11768] Added core.text_formatter_s9e_renderer_setup event
JoshyPHP
2015-04-02
1
-3
/
+20
|
*
|
|
|
|
|
[ticket/11768] Added core.text_formatter_s9e_parser_setup event
JoshyPHP
2015-04-02
1
-4
/
+29
|
*
|
|
|
|
|
[ticket/11768] Removed get_parser() / get_renderer() accessors
JoshyPHP
2015-04-02
2
-20
/
+0
|
*
|
|
|
|
|
[ticket/11768] Updated the text_formatter.s9e.utils service
JoshyPHP
2015-04-02
1
-14
/
+3
|
*
|
|
|
|
|
[ticket/11768] Removed superfluous whitespace [ci skip]
JoshyPHP
2015-04-02
1
-3
/
+0
|
*
|
|
|
|
|
[ticket/11768] Preserve comments in custom BBCodes
JoshyPHP
2015-04-02
1
-0
/
+4
|
*
|
|
|
|
|
[ticket/11768] Added configurator events
JoshyPHP
2015-04-02
1
-2
/
+28
|
*
|
|
|
|
|
[ticket/11768] Updated merge_templates(). No functional change intended
JoshyPHP
2015-04-02
1
-5
/
+10
|
*
|
|
|
|
|
[ticket/11768] Updated merge_templates(). No functional change intended
JoshyPHP
2015-04-02
1
-3
/
+3
|
*
|
|
|
|
|
[ticket/11768] Updated various annotations
JoshyPHP
2015-04-02
5
-28
/
+24
|
*
|
|
|
|
|
[ticket/11768] Replaced array access with call to $user->lang()
JoshyPHP
2015-04-02
1
-1
/
+1
|
*
|
|
|
|
|
[ticket/11768] Renamed utils
JoshyPHP
2015-04-02
2
-6
/
+6
|
*
|
|
|
|
|
[ticket/11768] Made capturing code blocks a bit more flexible
JoshyPHP
2015-04-02
1
-1
/
+1
|
*
|
|
|
|
|
[ticket/11768] Whitespace [ci skip]
JoshyPHP
2015-04-02
1
-1
/
+1
|
*
|
|
|
|
|
[ticket/11768] Renamed interfaces
JoshyPHP
2015-04-02
8
-137
/
+129
|
*
|
|
|
|
|
[ticket/11768] Added support for creating unsafe BBCodes
JoshyPHP
2015-04-02
1
-1
/
+2
|
*
|
|
|
|
|
[ticket/11768] Replaced extract() calls
JoshyPHP
2015-04-02
3
-4
/
+7
|
*
|
|
|
|
|
[ticket/11768] Replaced some references
JoshyPHP
2015-04-02
1
-5
/
+3
|
*
|
|
|
|
|
[ticket/11768] Removed the cached renderer
JoshyPHP
2015-04-02
2
-8
/
+3
|
*
|
|
|
|
|
[ticket/11768] Replaced FQNs in annotations
JoshyPHP
2015-04-02
3
-5
/
+5
|
*
|
|
|
|
|
[ticket/11768] Renamed property
JoshyPHP
2015-04-02
1
-8
/
+8
|
*
|
|
|
|
|
[ticket/11768] Replaced class names in annotations with their FQN
JoshyPHP
2015-04-02
3
-10
/
+10
|
*
|
|
|
|
|
[ticket/11768] Removed comments
JoshyPHP
2015-04-02
1
-3
/
+0
|
*
|
|
|
|
|
[ticket/11768] Updated renderer annotation
JoshyPHP
2015-04-02
1
-1
/
+1
|
*
|
|
|
|
|
[ticket/11768] Replaced \phpbb\textformatter\parser with an interface
JoshyPHP
2015-04-02
2
-22
/
+27
|
*
|
|
|
|
|
[ticket/11768] Renamed get_words() to get_censored_words()
JoshyPHP
2015-04-02
2
-2
/
+2
|
*
|
|
|
|
|
[ticket/11768] Removed unused annotations
JoshyPHP
2015-04-02
9
-26
/
+0
|
*
|
|
|
|
|
[ticket/11768] Updated censor to apply to XML values
JoshyPHP
2015-04-02
1
-3
/
+4
|
*
|
|
|
|
|
[ticket/11768] Fixed censored words being escaped twice
JoshyPHP
2015-04-02
1
-1
/
+2
|
*
|
|
|
|
|
[ticket/11768] Added methods to access the library's parser/renderer
JoshyPHP
2015-04-02
2
-0
/
+20
|
*
|
|
|
|
|
[ticket/11768] Allowed text in places where text is not valid HTML
JoshyPHP
2015-04-02
1
-0
/
+3
|
*
|
|
|
|
|
[ticket/11768] Replaced the Censor plugin
JoshyPHP
2015-04-02
2
-19
/
+40
|
*
|
|
|
|
|
[ticket/11768] Added limited support for [url] in [quote] author
JoshyPHP
2015-04-02
1
-2
/
+21
|
*
|
|
|
|
|
[ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()
JoshyPHP
2015-04-02
3
-4
/
+4
[prev]
[next]