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
/
search
Commit message (
Expand
)
Author
Age
Files
Lines
*
- birthdays/age in user's timezone and not server's local time
Nils Adermann
2006-08-28
1
-6
/
+15
*
we don't want all topics when searching for just a few\!
Nils Adermann
2006-08-13
1
-6
/
+10
*
m_approve_fid should be negated
Nils Adermann
2006-08-12
2
-5
/
+5
*
sql_in_set changes
Meik Sievertsen
2006-08-12
2
-49
/
+42
*
- fixed some problems with themes
Nils Adermann
2006-08-08
1
-0
/
+3
*
- acm_file uses an index pointer to the current row instead of shifting the r...
Nils Adermann
2006-08-01
1
-1
/
+1
*
- removed an accidentaly pasted line [Bug #3227]
Nils Adermann
2006-07-30
1
-0
/
+1
*
- fixed the age calculation (note: turn on your brain before commiting someth...
Nils Adermann
2006-07-27
4
-2010
/
+909
*
Fixed: bug #3243
Ludovic Arnaud
2006-07-24
1
-1
/
+1
*
Changed: add a space both before AND after Hangul and CJK characters so that ...
Ludovic Arnaud
2006-07-20
1
-1
/
+1
*
Changed: moved functions that encode/decode NCRs from and to UTF-8 to utf_too...
Ludovic Arnaud
2006-07-15
1
-68
/
+9
*
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
1
-36
/
+42
*
Fixed: better SQL escaping
Ludovic Arnaud
2006-07-15
1
-17
/
+5
*
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
1
-0
/
+1576
*
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 a stupid bug in style.php
Nils Adermann
2006-07-07
2
-2
/
+2
*
- fixed a parse error (oops)
Nils Adermann
2006-07-07
2
-10
/
+10
*
- display age in user profile and make it available on viewtopic
Nils Adermann
2006-07-07
1
-1
/
+1
*
Changed: moved the thing that compares the amount of matches to the amount of...
Ludovic Arnaud
2006-07-04
1
-7
/
+5
*
make sure set_config is called with the correct is_dynamic value
Meik Sievertsen
2006-06-23
1
-1
/
+1
*
- proper redirect after deleting a report [Bug #2260]
Nils Adermann
2006-06-16
1
-1
/
+1
*
- removed db cache (might re-appear, but for now we do not see the need for it)
Meik Sievertsen
2006-06-16
2
-5
/
+18
*
make sure custom profile fields are created correctly on registration (#2225)
Meik Sievertsen
2006-06-13
3
-3
/
+3
*
ok, sorry for this. :/
Meik Sievertsen
2006-06-07
3
-34
/
+34
*
- removed useless code from style.php
Nils Adermann
2006-06-03
1
-2
/
+2
*
- add support for min/max of numerical search backend settings
Nils Adermann
2006-05-30
1
-1
/
+1
*
- making user_last_search a NULL column so MSSQL won't hate us
Nils Adermann
2006-05-28
1
-4
/
+10
*
- added search by author_id to solve problems with looking up posts of users ...
Nils Adermann
2006-05-28
3
-49
/
+45
*
some tiny changes...
Meik Sievertsen
2006-05-26
1
-0
/
+4
*
- fix a nasty bug in search indexing
Nils Adermann
2006-05-20
1
-0
/
+19
*
- actually let the user import smilies/icons paks. ;)
Meik Sievertsen
2006-05-20
2
-5
/
+5
*
- added a few missing log variables
Meik Sievertsen
2006-05-18
2
-0
/
+5
*
- fixing some bugs, containing fixes for anonymous username displays, eaccele...
Meik Sievertsen
2006-04-29
1
-1
/
+1
*
- allow searches for multibyte characters in fulltext_native
Nils Adermann
2006-04-27
1
-14
/
+28
*
Renaming fulltext_phpbb to fulltext_native for clarity and changing a few var...
Graham Eames
2006-04-26
1
-15
/
+15
*
Rename some of the config variables to eliminate issues caused by them contai...
Graham Eames
2006-04-25
1
-12
/
+12
*
- properly check the Comment column on older MySQL versions [Bug #1637]
Nils Adermann
2006-04-23
1
-1
/
+4
*
- correctly use DISTINCT and GROUP BY in search related SQL [Bug #1256]
Nils Adermann
2006-03-26
2
-15
/
+29
*
- some adjustments for search related config options
Nils Adermann
2006-03-23
1
-2
/
+2
*
adjusting sql_freeresult a bit as well as our error handler (it now prints ou...
Meik Sievertsen
2006-03-22
2
-8
/
+10
*
- add our beloved in_phpbb check
Meik Sievertsen
2006-03-19
3
-0
/
+21
*
- Lesson learned: If you rename something rename it in all places and not jus...
Nils Adermann
2006-03-18
2
-4
/
+14
*
- use a_search permission
Nils Adermann
2006-03-16
1
-0
/
+13
*
- removed search settings from load page
Nils Adermann
2006-03-15
2
-16
/
+247
*
Me, me, me!
Nils Adermann
2006-03-06
3
-13
/
+103
*
CVS commit mail test
Nils Adermann
2006-02-28
1
-2
/
+1
[next]