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
/
includes
Commit message (
Expand
)
Author
Age
Files
Lines
*
[feature/pagination-as-list] Various fixes and improvements
Drae
2012-07-18
19
-76
/
+218
*
[ticket/10968] Render pagination within the template
Drae
2012-07-18
21
-113
/
+102
*
Merge remote-tracking branch 'github-bantu/ticket/10969' into develop
Nils Adermann
2012-07-17
2
-46
/
+3
|
\
|
*
[ticket/10969] Also remove COMMENTS key from data array in get_available_dbms()
Andreas Fischer
2012-07-08
1
-9
/
+0
|
*
[ticket/10969] Remove remove_remarks(&$sql) and remove_comments(&$output).
Andreas Fischer
2012-07-08
2
-37
/
+3
*
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-07-17
1
-1
/
+1
|
\
\
|
*
|
[ticket/10995] Return false in mssqlnative sql_fetchrow on empty result
Patrick Webster
2012-07-17
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'github-exreaction/ticket/7598' into develop
Nils Adermann
2012-07-17
1
-1
/
+6
|
\
\
\
|
*
|
|
[ticket/7598] Use $user->lang['COMMA_SEPARATOR']
Nathan
2012-07-14
1
-3
/
+3
|
*
|
|
[ticket/7598] Inactive users action notification (ACP)
Nathan
2012-07-13
1
-1
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'nickvergessen/ticket/10942' into develop
Andreas Fischer
2012-07-17
6
-0
/
+71
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[ticket/10942] Add access modifiers
Joas Schilling
2012-07-04
6
-7
/
+7
|
*
|
[ticket/10942] Use ANSI SQL standard || in dbal.php
Joas Schilling
2012-07-02
6
-25
/
+17
|
*
|
[ticket/10942] Require same data type and do not cast expressions automatically
Joas Schilling
2012-07-02
6
-65
/
+2
|
*
|
[ticket/10942] Add a comment why we cast to sql_case()
Joas Schilling
2012-06-20
5
-0
/
+5
|
*
|
[ticket/10942] Rename method sql_conditional() to sql_case()
Joas Schilling
2012-06-20
6
-39
/
+39
|
*
|
[ticket/10942] Change term string to expression to avoid confusion
Joas Schilling
2012-06-20
7
-17
/
+17
|
*
|
[ticket/10942] Fix sql_conditional for mssql, postgre and oracle
Joas Schilling
2012-06-20
5
-0
/
+60
|
*
|
[ticket/10942] Add sql_concatenate to dbal
Joas Schilling
2012-06-20
7
-0
/
+60
|
*
|
[ticket/10942] Add sql_conditional to dbal
Joas Schilling
2012-06-20
1
-0
/
+17
*
|
|
Merge PR #856 branch 'develop-olympus' into develop
Oleg Pudeyev
2012-07-07
2
-5
/
+52
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge PR #856 branch 'prep-release-3.0.11' into develop-olympus
Oleg Pudeyev
2012-07-07
2
-5
/
+52
|
|
\
\
|
|
*
\
Merge PR #856 branch 'bantu/ticket/10937' into prep-release-3.0.11
Oleg Pudeyev
2012-07-07
2
-5
/
+52
|
|
|
\
\
|
|
|
*
|
[ticket/10937] Update documentation to say which comment styles are removed.
Andreas Fischer
2012-07-03
1
-1
/
+1
|
|
|
*
|
[ticket/10937] Comment removal functions: Restore backward compatibility
Andreas Fischer
2012-07-03
2
-5
/
+52
*
|
|
|
|
Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into de...
Oleg Pudeyev
2012-07-07
1
-0
/
+856
|
\
\
\
\
\
|
*
|
|
|
|
[feature/postgresql-fulltext-search] supports_phrase_search function
Dhruv Goel
2012-07-08
1
-1
/
+13
|
*
|
|
|
|
[feature/postgresql-fulltext-search] fix formatting
Dhruv Goel
2012-07-05
1
-2
/
+2
|
*
|
|
|
|
[feature/postgresql-fulltext-search] add docblocks to functions
Dhruv Goel
2012-07-05
1
-5
/
+54
|
*
|
|
|
|
[feature/postgresql-fulltext-search] remove phrase search code
Dhruv Goel
2012-07-05
1
-33
/
+1
|
*
|
|
|
|
[feature/postgresql-fulltext-search] define access control specifiers
Dhruv Goel
2012-07-05
1
-8
/
+8
|
*
|
|
|
|
[feature/postgresql-fulltext-search] use version_compare
Dhruv Goel
2012-07-05
1
-5
/
+5
|
*
|
|
|
|
[feature/postgresql-fulltext-search] fix language key
Dhruv Goel
2012-07-05
1
-1
/
+1
|
*
|
|
|
|
[feature/postgresql-fulltext-search] removes pcre check
Dhruv Goel
2012-07-05
1
-8
/
+4
|
*
|
|
|
|
[feature/postgresql-fulltext-search] remove mbstring support
Dhruv Goel
2012-07-05
1
-81
/
+8
|
*
|
|
|
|
[feature/postgresql-fulltext-search] change language for pgsql < 8.3
Dhruv Goel
2012-07-05
1
-1
/
+1
|
*
|
|
|
|
[feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support()
Dhruv Goel
2012-07-05
1
-6
/
+3
|
*
|
|
|
|
[feature/postgresql-fulltext-search] fix variable name
Dhruv Goel
2012-07-05
1
-4
/
+4
|
*
|
|
|
|
[feature/postgresql-fulltext-search] Fix version comparison for 9.0+.
Oleg Pudeyev
2012-07-05
1
-1
/
+1
|
*
|
|
|
|
[feature/postgresql-fulltext-search] fixing license
Dhruv Goel
2012-07-05
1
-2
/
+1
|
*
|
|
|
|
[feature/postgresql-fulltext-search] assign empty stats
Dhruv Goel
2012-07-05
1
-0
/
+6
|
*
|
|
|
|
[feature/postgresql-fulltext-search] remove backward compatibility
Dhruv Goel
2012-07-05
1
-39
/
+5
|
*
|
|
|
|
[feature/postgresql-fulltext-search] minor changes
Dhruv Goel
2012-07-05
1
-3
/
+3
|
*
|
|
|
|
[feature/postgresql-fulltext-search] minor changes
Dhruv Goel
2012-07-05
1
-6
/
+12
|
*
|
|
|
|
[feature/postgresql-fulltext-search] Fixed braces
Oleg Pudeyev
2012-07-05
1
-6
/
+8
|
*
|
|
|
|
[feature/postgresql-fulltext-search] Remove closing php tag
Oleg Pudeyev
2012-07-05
1
-2
/
+0
|
*
|
|
|
|
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 3.
we3b
2012-06-08
1
-49
/
+114
|
*
|
|
|
|
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 2.
wagnerch
2012-06-08
1
-52
/
+24
|
*
|
|
|
|
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.
wagnerch
2012-06-08
1
-0
/
+893
*
|
|
|
|
|
Merge PR #759 branch 'nickvergessen/ticket/10811' into develop
Oleg Pudeyev
2012-07-05
1
-0
/
+2
|
\
\
\
\
\
\
[next]