index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/10605] Use database updater function _sql() instead of $db->sql_query()
Andreas Fischer
2012-05-14
1
-1
/
+1
*
[ticket/10605] Put end of array on its own line because start of array is too.
Andreas Fischer
2012-05-14
1
-1
/
+2
*
[ticket/10605] Add parameter documentation to phpbb_delete_user_pms
Joas Schilling
2012-04-13
1
-0
/
+4
*
[ticket/10605] Fix left join usage.
Oleg Pudeyev
2012-04-05
1
-1
/
+1
*
[ticket/10605] Add a section for updating from 3.0.10 to schema updates.
Oleg Pudeyev
2012-04-05
1
-0
/
+2
*
[ticket/10605] Fix syntax error in database updater.
Oleg Pudeyev
2012-04-05
1
-1
/
+1
*
[ticket/10605] Reset user“s pm count to 0 when deleting his PMs
Joas Schilling
2012-03-27
1
-1
/
+11
*
[ticket/10605] Split query to be able to use indexes
Joas Schilling
2012-03-27
1
-3
/
+31
*
[ticket/10605] Rename $delete_rows to $delete_ids.
Andreas Fischer
2012-03-27
1
-9
/
+9
*
[ticket/10605] Break long comment into multiple lines 80 chars short.
Andreas Fischer
2012-03-27
1
-1
/
+2
*
[ticket/10605] Remove unnecessary $delete_ids array.
Andreas Fischer
2012-03-27
1
-5
/
+3
*
[ticket/10605] Remove unnecessary array_keys calls on $delete_rows.
Andreas Fischer
2012-03-27
1
-3
/
+3
*
[ticket/10605] Remove unused variable declarations.
Andreas Fischer
2012-03-27
1
-1
/
+0
*
[ticket/10605] Turn $undelivered_user into a real array of counters.
Andreas Fischer
2012-03-27
1
-4
/
+12
*
[ticket/10605] Use unset() instead of checking user_id over and over again.
Andreas Fischer
2012-03-27
1
-5
/
+1
*
[ticket/10605] Prefix function with phpbb_ and use true instead of 1
Joas Schilling
2012-03-12
2
-4
/
+4
*
[ticket/10605] Delete orphan private messages on update
Joas Schilling
2012-02-27
1
-0
/
+42
*
[ticket/10605] Check for orphan privmsgs when deleting a user
Joas Schilling
2012-02-18
2
-54
/
+120
*
Merge remote-tracking branch 'bantu/ticket/10633' into develop-olympus
Oleg Pudeyev
2012-02-11
1
-1
/
+1
|
\
|
*
[ticket/10633] Stop leaking filename of attachments when thumbnail is requested
Andreas Fischer
2012-02-09
1
-1
/
+1
*
|
Merge remote-tracking branch 'bantu/ticket/10606' into develop-olympus
Oleg Pudeyev
2012-02-11
3
-3
/
+3
|
\
\
|
*
|
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
Andreas Fischer
2012-02-09
2
-2
/
+2
|
*
|
[ticket/10606] Fix incorrect hidden fields array name in page_header().
James King
2012-02-09
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'cyberalien/ticket/10569' into develop-olympus
Oleg Pudeyev
2012-02-10
2
-4
/
+4
|
\
\
|
*
|
[ticket/10569] Invalid string comparison in prosilver
Vjacheslav Trushkin
2012-02-07
1
-2
/
+2
|
*
|
[ticket/10569] Invalid string comparison in subsilver2
Vjacheslav Trushkin
2012-02-03
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'bantu/ticket/10512' into develop-olympus
Oleg Pudeyev
2012-02-10
1
-18
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[ticket/10512] Call startup.php from tests/bootstrap.php
Andreas Fischer
2012-02-04
1
-18
/
+2
|
|
/
*
|
Merge remote-tracking branch 'cyberalien/ticket/10616' into develop-olympus
Igor Wiedler
2012-02-07
4
-9
/
+22
|
\
\
|
*
|
[ticket/10616] Add template inheritance to exported template
Vjacheslav Trushkin
2012-02-03
1
-9
/
+8
|
*
|
[ticket/10616] Ignore template inheritance that points to self
Vjacheslav Trushkin
2012-02-03
1
-0
/
+5
|
*
|
[ticket/10616] Add template inheritance to default styles
Vjacheslav Trushkin
2012-02-03
2
-0
/
+9
|
|
/
*
|
Merge remote-tracking branch 'unknownbliss/ticket/9914' into develop-olympus
David King
2012-02-03
2
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
[ticket/9914] Add backup warning to updater.
Michael Cullum
2012-02-03
2
-0
/
+6
|
/
*
Merge remote-tracking branch 'Dickyf/ticket/10580' into develop-olympus
Andreas Fischer
2012-01-23
1
-18
/
+2
|
\
|
*
[ticket/10580] Remove checking of server timezone and DST when registering
Richard Foote
2012-01-21
1
-18
/
+2
*
|
Merge remote-tracking branch 'rxu/ticket/10589' into develop-olympus
Andreas Fischer
2012-01-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition
rxu
2012-01-15
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'bantu/ticket/9079' into develop-olympus
Oleg Pudeyev
2012-01-12
2
-6
/
+13
|
\
|
*
[ticket/9079] Always log backtrace to error log when logging errors.
Oleg Pudeyev
2011-12-24
1
-4
/
+9
|
*
[ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errors
Andreas Fischer
2011-12-24
2
-5
/
+7
*
|
Merge remote-tracking branch 'cyberalien/ticket/10563' into develop-olympus
Oleg Pudeyev
2012-01-06
3
-0
/
+10
|
\
\
|
*
|
[ticket/10563] Show deactivated styles below active styles in acp
Vjacheslav Trushkin
2012-01-02
3
-0
/
+10
|
/
/
*
|
Merge remote-tracking branch 'Dickyf/ticket/10407a' into develop-olympus
Andreas Fischer
2012-01-02
1
-4
/
+8
|
\
\
|
*
|
[ticket/10407] Fix check for empty image paths in convertor
Richard Foote
2012-01-02
1
-16
/
+8
|
*
|
[ticket/10407] Fix check for empty image paths in convertor
Richard Foote
2011-12-29
1
-4
/
+16
*
|
|
Merge remote-tracking branch 'unknownbliss/ticket/9916-olympus' into develop-...
Andreas Fischer
2012-01-02
72
-91
/
+72
|
\
\
\
|
*
|
|
[ticket/9916] Changing header in non-distributed files
Unknown
2012-01-02
26
-43
/
+25
|
*
|
|
[ticket/9916] Changing coding guidelines license
Unknown
2012-01-02
1
-3
/
+2
|
*
|
|
[ticket/9916] Updating License in the header
Unknown
2012-01-02
45
-45
/
+45
[next]