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
/
session.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add quicktool to remove users from the newly registered special group.
Henry Sudhof
2009-06-21
1
-36
/
+5
*
add check to newly registered function to not execute this more than once
Meik Sievertsen
2009-06-21
1
-0
/
+5
*
- [Feature] New "Newly Registered Users" group for assigning permis...
Meik Sievertsen
2009-06-20
1
-0
/
+61
*
should fix garbage collection
Henry Sudhof
2009-06-19
1
-1
/
+1
*
some corrections, only very minor things.
Meik Sievertsen
2009-06-07
1
-2
/
+1
*
Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...
Henry Sudhof
2009-06-02
1
-32
/
+8
*
#44485 - we only send a 503 header if it is a search engine.
Meik Sievertsen
2009-04-28
1
-2
/
+8
*
do not use spamhaus XBL list - it has too much false positives due to the dyn...
Meik Sievertsen
2009-04-25
1
-1
/
+1
*
#41575
Henry Sudhof
2009-04-22
1
-1
/
+1
*
rollback
Henry Sudhof
2009-04-22
1
-45
/
+2
*
#41575
Henry Sudhof
2009-04-22
1
-2
/
+45
*
encode imageset path in user->img (may not fix any other issues regarding sty...
Meik Sievertsen
2009-04-17
1
-1
/
+1
*
- Add indicator to be used in code if session was created (user visits the si...
Meik Sievertsen
2009-03-28
1
-0
/
+9
*
Use FQDN for SMTP EHLO/HELO command. (Bug #41025)
Meik Sievertsen
2009-03-17
1
-1
/
+1
*
Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enab...
Meik Sievertsen
2009-03-17
1
-2
/
+8
*
Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)
Meik Sievertsen
2009-03-16
1
-0
/
+7
*
for using the same cached file we need to have exact queries. :P
Meik Sievertsen
2009-03-11
1
-1
/
+2
*
let us change the time zone and dst setting correctly (related to Bug #38775)
Meik Sievertsen
2009-01-23
1
-5
/
+7
*
Correctly display future dates (Bug #38755)
Meik Sievertsen
2009-01-23
1
-2
/
+2
*
Give a small tolerence to timestamps in the future when displaying times as '...
Chris Smith
2008-12-04
1
-4
/
+6
*
[Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)
Meik Sievertsen
2008-11-30
1
-32
/
+71
*
dsbl.org is no longer actively maintained. Sorry language pack authors. ;)
Meik Sievertsen
2008-10-26
1
-1
/
+0
*
make topic icon image width/height available to viewforum and search template...
Meik Sievertsen
2008-09-16
1
-0
/
+1
*
gah, thanks chris. :)
Meik Sievertsen
2008-09-16
1
-7
/
+0
*
add missing dot. :)
Meik Sievertsen
2008-09-16
1
-1
/
+8
*
more in-depth hostname validation. Not used in install files... there the cod...
Meik Sievertsen
2008-09-15
1
-9
/
+57
*
Remove a pointless str_replace()
Chris Smith
2008-09-05
1
-1
/
+1
*
nullar/singular/plural substitution support. At the moment only the added lan...
Meik Sievertsen
2008-08-31
1
-0
/
+66
*
a tiny fix to the language code. ;)
Meik Sievertsen
2008-08-23
1
-0
/
+1
*
The same way we allow defining a custom template/style path we now allow this...
Meik Sievertsen
2008-08-23
1
-17
/
+37
*
Okay. Frozen, we never said anything about it being permafrost. Also, this is...
Henry Sudhof
2008-07-28
1
-1
/
+1
*
tiny alterations/bugfixes
Meik Sievertsen
2008-07-28
1
-1
/
+1
*
urlencode image filenames used in img(). This is not needed, but better for X...
Meik Sievertsen
2008-06-23
1
-0
/
+1
*
#s29325
Meik Sievertsen
2008-06-21
1
-0
/
+8
*
#27395
Meik Sievertsen
2008-06-09
1
-0
/
+12
*
ACP logout
Henry Sudhof
2008-06-02
1
-0
/
+10
*
some adjustements (changes to sessions code need to be backwards-compatible) ...
Meik Sievertsen
2008-05-18
1
-8
/
+9
*
...
Henry Sudhof
2008-05-17
1
-1
/
+1
*
...
Henry Sudhof
2008-05-17
1
-6
/
+6
*
Hmmm. Tawny port and stilton
Henry Sudhof
2008-05-17
1
-0
/
+5
*
explanation
Henry Sudhof
2008-05-16
1
-0
/
+1
*
27375 - keep it up
Henry Sudhof
2008-05-15
1
-1
/
+1
*
So, tighten things up a little further. QA Team, please check this.
Henry Sudhof
2008-05-15
1
-2
/
+48
*
it is indeed no longer required
Meik Sievertsen
2008-05-04
1
-1
/
+1
*
#21255
David M
2008-04-20
1
-2
/
+2
*
some corrections to let the update work flawlessly.
Meik Sievertsen
2008-03-27
1
-1
/
+16
*
do not conflict with updates
Meik Sievertsen
2008-03-18
1
-2
/
+5
*
- some changes to the recent session change
Meik Sievertsen
2008-03-18
1
-8
/
+6
*
This should get rid of the filesorts and temp tables on index (with topic rea...
Henry Sudhof
2008-03-17
1
-1
/
+8
*
Minor stuff: #20925, #20815
Henry Sudhof
2008-02-04
1
-0
/
+4
[prev]
[next]