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
*
- Manage Groups now works! Hooray!
David M
2006-01-14
1
-1
/
+512
*
A couple of minor bug fixes for note deletion
Graham Eames
2006-01-14
1
-2
/
+2
*
- assign user rank
Meik Sievertsen
2006-01-14
6
-126
/
+112
*
- InnoDB would not calculate the total size of a table.. this is now fixed..
David M
2006-01-14
1
-3
/
+3
*
- Special Groups became.. screwed up if they were editted.. discovered while ...
David M
2006-01-14
1
-4
/
+7
*
A small fix to allow unread messages to be viewed from the screen linked to i...
Graham Eames
2006-01-13
1
-1
/
+1
*
- overhauled search system
Nils Adermann
2006-01-11
8
-541
/
+1101
*
Auth changes for these modules as per the schema from before
Graham Eames
2006-01-08
3
-10
/
+10
*
- array_combine replacement for PHP4
Nils Adermann
2006-01-07
1
-1
/
+32
*
Fix for SQL error when the $forum_ary array is empty when there are no global...
Tom Beddard
2006-01-07
1
-2
/
+6
*
Removing an unused table from the schema
Graham Eames
2006-01-06
1
-1
/
+0
*
Fixing a permissions issue where a user only has local moderator rights.
Graham Eames
2006-01-06
2
-10
/
+2
*
making sure coding guidelines are met... ;)
Meik Sievertsen
2006-01-06
2
-9
/
+13
*
Updated the General Error page
Tom Beddard
2006-01-05
1
-9
/
+33
*
Prevents an occasional error where the $this->data['session_time'] is undefined.
Tom Beddard
2006-01-05
1
-3
/
+8
*
L10n of warning messages sent to the user
Graham Eames
2006-01-05
1
-10
/
+20
*
Fix 2 minor errors:
Graham Eames
2006-01-05
2
-1
/
+2
*
- acm::exists() is considered private now and was renamed to acm::_exists()
Nils Adermann
2006-01-05
4
-37
/
+23
*
Updated references to posts to be #p[post_id] rather than #[post_id] since it...
Tom Beddard
2006-01-04
2
-2
/
+2
*
- sperate permissions from sessions
Meik Sievertsen
2006-01-04
5
-383
/
+490
*
- file_get_contents instead of imploding file()s or fread()ing till the maxim...
David M
2006-01-04
6
-45
/
+35
*
- ability to create new style
Meik Sievertsen
2006-01-03
1
-10
/
+163
*
- install style and style elements
Meik Sievertsen
2006-01-02
7
-32
/
+708
*
- Defined some DBAL class vars
David M
2006-01-01
1
-0
/
+3
*
- 18446744073709551615 becomes a float. This causes MySQL to read it as 1. Ha...
David M
2006-01-01
2
-2
/
+2
*
Fixed new PM link and added online status flag
Tom Beddard
2005-12-30
2
-2
/
+3
*
Registered group list query was showing duplicate groups.
Tom Beddard
2005-12-30
1
-0
/
+1
*
- fix a very nasty error: If there is a tree of more than one category but wi...
Meik Sievertsen
2005-12-30
1
-15
/
+73
*
Preliminary folder icon display for bookmarked topics
Tom Beddard
2005-12-30
1
-4
/
+7
*
- mt_srand in unique_id working properly (swapped usec and sec)
Nils Adermann
2005-12-30
2
-2
/
+1
*
- Buh? Incorrect lang index...
David M
2005-12-29
1
-2
/
+1
*
This was causing trouble on ppc, I kept getting the same random string (proba...
Nils Adermann
2005-12-29
1
-3
/
+0
*
- some changes to browser checking (was the reason for not working logins)
Meik Sievertsen
2005-12-28
8
-9
/
+1171
*
SQL error fix for subscribed list
Tom Beddard
2005-12-28
1
-1
/
+1
*
- I forgot that we can add and remove prefixes :D
David M
2005-12-27
1
-4
/
+4
*
- Forgot to repair a function ;-)
David M
2005-12-27
1
-2
/
+2
*
- Removed a variable that has been left unused for three and a half years...
David M
2005-12-27
1
-1
/
+0
*
- fixing alter_block_array function as suggested by david.
Meik Sievertsen
2005-12-27
1
-4
/
+16
*
*** empty log message ***
Meik Sievertsen
2005-12-25
1
-17
/
+26
*
- only include modules with the correct extension. ;)
Meik Sievertsen
2005-12-25
2
-3
/
+26
*
- transfer class
Meik Sievertsen
2005-12-23
1
-0
/
+347
*
Another small tweak to allow empty theme.cfg values to overwrite the default,...
Tom Beddard
2005-12-22
1
-1
/
+1
*
Little tweak to enable the $parsed_items array to be properly built.
Tom Beddard
2005-12-22
1
-2
/
+1
*
- ok, get away with the secondary style approach (styles can be mixed togethe...
Meik Sievertsen
2005-12-22
6
-99
/
+140
*
- and finally, user groups. :)
Meik Sievertsen
2005-12-21
2
-1
/
+154
*
- user avatar, user signature, user attachments
Meik Sievertsen
2005-12-21
4
-5
/
+361
*
- drop in the new administration panel
Meik Sievertsen
2005-12-19
10
-37
/
+1338
*
Third time around, it turns out that the code where I made that mistake initi...
Graham Eames
2005-12-18
1
-1
/
+1
*
This code works. All of it works. At least, it should.
David M
2005-12-18
1
-141
/
+163
*
Fix an issue with hidden users showing up on the online list if their
Graham Eames
2005-12-17
1
-1
/
+1
[next]