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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added: UTF-8 tools. Both functions are used by the "improved" search engine. ...
Ludovic Arnaud
2006-07-12
1
-0
/
+130
*
this little file should help us in creating/editing all schema files. This fi...
Meik Sievertsen
2006-07-12
1
-0
/
+1842
*
Changed: split the tables used by the search indexer in order to load them on...
Ludovic Arnaud
2006-07-12
22
-11
/
+56
*
- 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
*
A few miscelaneous tweaks
Graham Eames
2006-07-10
3
-3
/
+4
*
fix some bugs... again. :)
Meik Sievertsen
2006-07-10
14
-67
/
+166
*
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
*
Added: finished UTF normalization conformance tests
Ludovic Arnaud
2006-07-10
2
-51
/
+249
*
- tackle some usability issues
Meik Sievertsen
2006-07-09
60
-216
/
+527
*
Realized that we never needed to CAST() in the first place after i remembered...
David M
2006-07-09
1
-4
/
+0
*
Short story: Oracle does not like sub queries that contain columns that have ...
David M
2006-07-09
1
-0
/
+46
*
Added: that script will run the UTF normalizer through a serie of conformance...
Ludovic Arnaud
2006-07-09
1
-0
/
+305
*
Added: that file will generate the files needed for Unicode normalization. Th...
Ludovic Arnaud
2006-07-09
1
-0
/
+410
*
Fix installation and user registration bugs
Graham Eames
2006-07-08
2
-1
/
+2
*
Appears that the redirect in common.php didn't work on all setups we tried, s...
Graham Eames
2006-07-07
1
-3
/
+3
*
Change redirection logic to match the RFC better in those cases before redire...
Graham Eames
2006-07-07
3
-9
/
+64
*
- fix a stupid bug in style.php
Nils Adermann
2006-07-07
5
-6
/
+6
*
- fixed a parse error (oops)
Nils Adermann
2006-07-07
6
-18
/
+21
*
- display age in user profile and make it available on viewtopic
Nils Adermann
2006-07-07
22
-103
/
+306
*
Change meta handling, we can use existing functions for what we need and remo...
Graham Eames
2006-07-06
2
-11
/
+1
*
some bugfixes
Meik Sievertsen
2006-07-06
38
-319
/
+296
*
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
2
-3
/
+7
*
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
*
Fixed: PHP notices appear when a post uses an icon that does not exist anymore
Ludovic Arnaud
2006-07-04
1
-1
/
+3
*
Missing language string
Graham Eames
2006-07-03
1
-0
/
+1
*
- Database: eh? meh.
David M
2006-07-03
2
-15
/
+34
*
- 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
5
-87
/
+123
*
Force the database connection to use to avoid a couple of problems seen in in...
Graham Eames
2006-07-02
1
-2
/
+2
*
Prevent sqlite databases within the forum directory
Graham Eames
2006-07-01
2
-0
/
+8
*
- add additional auth check to the permission roles modules
Meik Sievertsen
2006-07-01
29
-127
/
+252
*
These needed to be #p for proper compliance
Graham Eames
2006-07-01
3
-3
/
+3
*
bugs? bugs.
David M
2006-07-01
7
-28
/
+31
*
SOme changes to handle special characters in the database password
Graham Eames
2006-06-30
1
-0
/
+7
*
New template variables in the mcp (not used by subsilver)
Graham Eames
2006-06-29
4
-1
/
+7
*
Nothing interesting, just a couple of slight language alterations
Graham Eames
2006-06-28
2
-1
/
+3
*
ketchup? catcher? catheter? no. CAPTCHA
David M
2006-06-28
7
-38
/
+260
*
Try and protect against people trying to select an inappropriate DBAL
Graham Eames
2006-06-26
2
-0
/
+22
*
Split the final step of the install into 2 steps
Graham Eames
2006-06-26
2
-4
/
+36
*
Some changes to the way folder images are handled for "special" topics
Graham Eames
2006-06-25
7
-22
/
+22
*
The ability to view hidden users should not be part of the standard or restri...
Graham Eames
2006-06-24
1
-4
/
+4
*
Show message to those browsing whilst board is disabled
Graham Eames
2006-06-24
4
-0
/
+4
[next]