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
...
*
fix revision #r9430 - all hail the math!
Meik Sievertsen
2009-04-16
1
-2
/
+2
*
#43965
Henry Sudhof
2009-04-13
1
-1
/
+1
*
#43965
Henry Sudhof
2009-04-13
1
-1
/
+2
*
On permissions, return to user/group/forum selection, 2nd step, instead of 1s...
Meik Sievertsen
2009-04-12
1
-2
/
+2
*
Fix skipping messages if using next/prev PM in history links. (Bug #22205)
Meik Sievertsen
2009-04-12
2
-3
/
+10
*
[Change] Performance improvements for native fulltext search (patch by Paul)
Meik Sievertsen
2009-04-11
1
-3
/
+19
*
SQL optimizations
Meik Sievertsen
2009-04-11
1
-5
/
+19
*
New search option: Maximum number of words allowed to search for.
Meik Sievertsen
2009-04-11
3
-3
/
+18
*
a language alteration for captchas.
Meik Sievertsen
2009-04-11
4
-7
/
+20
*
Correct alt tag for compose message and message locked - Bug #31525
Meik Sievertsen
2009-04-10
1
-2
/
+2
*
fix $transfer->file_exists() and $transfer->_ls() if using fsock or IIS7. Bug...
Meik Sievertsen
2009-04-10
1
-2
/
+37
*
Correctly split long subject lines according to the used RFC. This fixes extr...
Meik Sievertsen
2009-04-10
1
-5
/
+6
*
Erm, yes, we use EOL in queue too. :/ (me is ashamed). Paul, thanks for givin...
Meik Sievertsen
2009-04-08
1
-0
/
+5
*
make sure eol is set (if PHP_EOL is empty? :o)
Meik Sievertsen
2009-04-08
1
-0
/
+1
*
Set topic_last_view_time on post/reply/edit to circumvent race conditions in ...
Meik Sievertsen
2009-04-08
1
-2
/
+10
*
Revert r9422 while we come up with a better fix
Chris Smith
2009-04-07
1
-1
/
+1
*
Fix infinite loop in truncate_string (Bug #43475)
Meik Sievertsen
2009-04-04
1
-1
/
+1
*
Fix infinite loop in truncate_string (Bug #43475)
Meik Sievertsen
2009-04-04
1
-1
/
+1
*
Fixed bug # 42885 - "Select all" selects much too much in Opera
Jim Wigginton
2009-04-01
1
-1
/
+1
*
Enforce correct case for template variables. {var} no longer works for example.
Chris Smith
2009-03-31
1
-4
/
+4
*
Prevent incomplete backups stored if option "store and download" is...
Meik Sievertsen
2009-03-30
1
-0
/
+2
*
Sort backups by date, newest first (Bug #14818)
Meik Sievertsen
2009-03-30
1
-42
/
+52
*
Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)
Meik Sievertsen
2009-03-30
1
-3
/
+3
*
- Add indicator to be used in code if session was created (user visits the si...
Meik Sievertsen
2009-03-28
1
-0
/
+9
*
fix unkown variable problem. ;)
Meik Sievertsen
2009-03-28
1
-0
/
+3
*
speed up group deletion and correctly display user parameter if group members...
Meik Sievertsen
2009-03-27
2
-2
/
+13
*
Inherit the bitfield
Henry Sudhof
2009-03-26
1
-1
/
+18
*
some shapes
Henry Sudhof
2009-03-20
1
-465
/
+1428
*
#40905
Meik Sievertsen
2009-03-20
1
-9
/
+13
*
Fix duplicate creation of acl options in acl_add_options() under certain cond...
Meik Sievertsen
2009-03-20
1
-31
/
+51
*
SQL optimisations
Chris Smith
2009-03-19
1
-1
/
+1
*
Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
Meik Sievertsen
2009-03-19
9
-26
/
+57
*
do not use coppa group as failover if disabled (remove user from group)
Meik Sievertsen
2009-03-19
1
-2
/
+9
*
small SQL optimization
Henry Sudhof
2009-03-19
1
-1
/
+1
*
backport 3.2 version of phpbb_chmod() - need to be tested further...
Meik Sievertsen
2009-03-18
1
-52
/
+76
*
this was not supposed to be committed yet - it is completely untested
Meik Sievertsen
2009-03-17
1
-51
/
+31
*
captcha changes
Henry Sudhof
2009-03-17
2
-8
/
+30
*
Mass Email works again for users with empty jabber address but notification s...
Meik Sievertsen
2009-03-17
4
-10
/
+34
*
Use FQDN for SMTP EHLO/HELO command. (Bug #41025)
Meik Sievertsen
2009-03-17
2
-2
/
+2
*
Bug #41175 - wrong call to mb_ereg_search_init() (second commit)
Meik Sievertsen
2009-03-17
2
-32
/
+52
*
Bug #41175 - wrong call to mb_ereg_search_init()
Meik Sievertsen
2009-03-17
1
-2
/
+1
*
Flash files do not display anymore after update to flash player 10 (Bug #41315)
Meik Sievertsen
2009-03-17
1
-0
/
+1
*
Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enab...
Meik Sievertsen
2009-03-17
1
-2
/
+8
*
#42985 - use path in JS instead of name
Meik Sievertsen
2009-03-17
1
-0
/
+2
*
Deleting private message attachments could delete post attachments. #42815
Chris Smith
2009-03-16
1
-0
/
+9
*
Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some ...
Meik Sievertsen
2009-03-16
1
-2
/
+2
*
Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)
Meik Sievertsen
2009-03-16
1
-0
/
+7
*
Fix download count increments for image attachments without corresponding thu...
Meik Sievertsen
2009-03-16
1
-0
/
+2
*
Better thumbnail quality with imagemagick (Bug #42565)
Meik Sievertsen
2009-03-16
1
-1
/
+1
*
Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - ...
Meik Sievertsen
2009-03-16
1
-1
/
+5
[prev]
[next]