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
*
* Error handling on bans
Graham Eames
2006-07-21
1
-0
/
+6
*
- some bugfixes
Meik Sievertsen
2006-07-20
9
-16
/
+24
*
Changed: add a space both before AND after Hangul and CJK characters so that ...
Ludovic Arnaud
2006-07-20
1
-1
/
+1
*
* Missing image in imageset editing
Graham Eames
2006-07-20
1
-1
/
+5
*
could have been a copy&paste error, but the expression is also removing the <...
Meik Sievertsen
2006-07-20
1
-2
/
+3
*
another expression for grabbing php code in templates provided by david
Meik Sievertsen
2006-07-20
1
-1
/
+55
*
revert a change i made (we already adjust line endings to be rfc-compliant an...
Meik Sievertsen
2006-07-20
1
-18
/
+25
*
Efficiency improvement to the log viewing code
Graham Eames
2006-07-18
2
-3
/
+2
*
fix the schema files as well as other tiny bugs.
Meik Sievertsen
2006-07-17
2
-7
/
+7
*
- fix bug within php code removal expression. Thanks to BenP for reporting it...
Meik Sievertsen
2006-07-17
1
-1
/
+1
*
hmm... This commit does not increase the number of BBCodes. However, this doe...
David M
2006-07-17
8
-41
/
+31
*
Changed: moved functions that encode/decode NCRs from and to UTF-8 to utf_too...
Ludovic Arnaud
2006-07-15
2
-68
/
+96
*
Fixed: missing file
Ludovic Arnaud
2006-07-15
1
-0
/
+1
*
Updated UTF files
Ludovic Arnaud
2006-07-15
16
-16
/
+16
*
Improved i18n support within log messages
Graham Eames
2006-07-15
1
-6
/
+3
*
Fixed: no need to pad CJK and Hangul anymore
Ludovic Arnaud
2006-07-15
1
-3
/
+3
*
Added: support for CJK and Hangul into the search engine
Ludovic Arnaud
2006-07-15
2
-36
/
+48
*
Fixed: better SQL escaping
Ludovic Arnaud
2006-07-15
1
-17
/
+5
*
- Some profile stuff :D
David M
2006-07-15
5
-6
/
+9
*
fixing a typo in postgres dbal
Nils Adermann
2006-07-14
1
-1
/
+1
*
add not applied sql_escape in memberlist
Meik Sievertsen
2006-07-14
2
-20
/
+0
*
- renamed the following columns:
Meik Sievertsen
2006-07-13
24
-123
/
+109
*
Fixed: unescaped SQL strings make Bertie cry
Ludovic Arnaud
2006-07-12
1
-5
/
+8
*
- it's \r\n not \n\r [Bug #3121]
Nils Adermann
2006-07-12
4
-4
/
+1596
*
Added: UTF-8 tools. Both functions are used by the "improved" search engine. ...
Ludovic Arnaud
2006-07-12
1
-0
/
+130
*
Changed: split the tables used by the search indexer in order to load them on...
Ludovic Arnaud
2006-07-12
21
-1
/
+20
*
- also check for registered users since i do not think guests and bots want t...
Meik Sievertsen
2006-07-12
1
-1
/
+1
*
#2487 Ok, this one is finally fixed. :) Thanks to Dark Soul for letting me te...
Meik Sievertsen
2006-07-11
1
-1
/
+1
*
Fixed: forgot to remove some debug code :(
Ludovic Arnaud
2006-07-11
1
-2
/
+0
*
Fixed: bug #3191 take two. That one should work as expected.
Ludovic Arnaud
2006-07-11
1
-3
/
+19
*
Fixed: bug #3191 as per NeoThermic's patch
Ludovic Arnaud
2006-07-10
1
-1
/
+1
*
fix some bugs... again. :)
Meik Sievertsen
2006-07-10
8
-36
/
+106
*
Changed: being anal with the notation of Unicode codepoints
Ludovic Arnaud
2006-07-10
1
-13
/
+13
*
Added: UTF-8 normalizer along with all the data files required
Ludovic Arnaud
2006-07-10
8
-0
/
+1969
*
- tackle some usability issues
Meik Sievertsen
2006-07-09
27
-99
/
+240
*
Short story: Oracle does not like sub queries that contain columns that have ...
David M
2006-07-09
1
-0
/
+46
*
Fix installation and user registration bugs
Graham Eames
2006-07-08
1
-1
/
+1
*
- fix a stupid bug in style.php
Nils Adermann
2006-07-07
4
-5
/
+5
*
- fixed a parse error (oops)
Nils Adermann
2006-07-07
5
-17
/
+18
*
- display age in user profile and make it available on viewtopic
Nils Adermann
2006-07-07
12
-83
/
+243
*
some bugfixes
Meik Sievertsen
2006-07-06
14
-167
/
+153
*
fix for a bug spotted by ToonArmy within bug #3000 (thanks to him for providi...
Meik Sievertsen
2006-07-06
1
-13
/
+51
*
re-check cookie_secure value within generate_board_url() for those users havi...
Meik Sievertsen
2006-07-05
1
-2
/
+6
*
Changed: moved the thing that compares the amount of matches to the amount of...
Ludovic Arnaud
2006-07-04
1
-7
/
+5
*
- Make sure that the table is empty before we start cramming things inside :D
David M
2006-07-04
1
-3
/
+27
*
- CAPTCHA: removed the extra slash
David M
2006-07-04
5
-45
/
+111
*
- Database: eh? meh.
David M
2006-07-03
1
-7
/
+7
*
- Dramatic speed-up in SQLite backup code
David M
2006-07-03
2
-8
/
+42
*
- fixed language pack management a bit (supporting backslashes)
Meik Sievertsen
2006-07-02
3
-85
/
+121
*
- add additional auth check to the permission roles modules
Meik Sievertsen
2006-07-01
13
-61
/
+93
[next]