Nils Adermann
ea96595e4f
- array_combine replacement for PHP4
...
- properly send the charset
git-svn-id: file:///svn/phpbb/trunk@5437 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-07 17:07:36 +00:00
Tom Beddard
ffa49ca9ca
Refresh of the subSilver style sheet. Fonts are now defined in ems and stylesheet reformatted for readability during development.
...
git-svn-id: file:///svn/phpbb/trunk@5436 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-07 01:10:42 +00:00
Tom Beddard
df3faf5e20
Fix for SQL error when the $forum_ary array is empty when there are no global announcements to view
...
git-svn-id: file:///svn/phpbb/trunk@5435 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-07 01:07:07 +00:00
Tom Beddard
9187d51a4b
Added grouping by user_id to the team leader list query
...
git-svn-id: file:///svn/phpbb/trunk@5434 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-07 01:04:53 +00:00
Graham Eames
87ab0632d8
Removing an unused table from the schema
...
git-svn-id: file:///svn/phpbb/trunk@5433 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-06 22:50:14 +00:00
Graham Eames
0dfa526665
Fixing a permissions issue where a user only has local moderator rights.
...
David - please test to make sure it works for you as well
NB: There is still an outstanding issue on the queue module to be looked at later
git-svn-id: file:///svn/phpbb/trunk@5432 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-06 22:38:18 +00:00
Meik Sievertsen
a05d3c14d2
making sure coding guidelines are met... ;)
...
git-svn-id: file:///svn/phpbb/trunk@5431 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-06 07:48:51 +00:00
Tom Beddard
ff86c423cf
Updated the General Error page
...
git-svn-id: file:///svn/phpbb/trunk@5430 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-05 22:47:44 +00:00
Tom Beddard
7d8b57811f
when logging out or clearing cookies the session_id is cleared, but this broke style.php since it needs a sid. Added a line to create the new guest session before finishing these actions.
...
git-svn-id: file:///svn/phpbb/trunk@5429 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-05 21:24:22 +00:00
Tom Beddard
bfa6f1d18a
Prevents an occasional error where the $this->data['session_time'] is undefined.
...
git-svn-id: file:///svn/phpbb/trunk@5428 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-05 21:22:44 +00:00
Graham Eames
d864074bdd
L10n of warning messages sent to the user
...
git-svn-id: file:///svn/phpbb/trunk@5427 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-05 20:35:43 +00:00
Graham Eames
479f95661e
Fix 2 minor errors:
...
1. Set user_style on registration to the board default
2. Do not try to use the template when throwing an error about a missing style
git-svn-id: file:///svn/phpbb/trunk@5426 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-05 20:28:29 +00:00
Nils Adermann
7174244446
- acm::exists() is considered private now and was renamed to acm::_exists()
...
git-svn-id: file:///svn/phpbb/trunk@5425 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-05 12:10:31 +00:00
Tom Beddard
636ab0f5ea
Updated references to posts to be #p[post_id] rather than #[post_id] since it is against the W3C spec to have the id="" attribute starting with a number
...
git-svn-id: file:///svn/phpbb/trunk@5424 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-04 20:57:34 +00:00
Meik Sievertsen
d23a07dc7d
- sperate permissions from sessions
...
- added some comments to the auth class for better understanding
- revised some permission functions
- added option to negate permission check by prefixing option with a ! (for example checking for !f_read returns true if user is not able to read forum)
- used the new option for testing in ucp front
git-svn-id: file:///svn/phpbb/trunk@5423 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-04 07:51:04 +00:00
David M
17dc26e19b
- file_get_contents instead of imploding file()s or fread()ing till the maximum filesize
...
- language and style properly use compression
- language now prompts user for methods
- functions_compress does not need to eval() to get a hex date, instead calls pack()
- A writing method is defined at the end of tar operations only if data has been sent to the archive
- BBCode parser does not have to eval(), it instead uses the regex to loop around the matches
Hopefully nothing broke :-)
git-svn-id: file:///svn/phpbb/trunk@5422 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-04 06:37:17 +00:00
Graham Eames
6583da5bf0
And as if by magoc they are hidden (a minor change I missed commiting before Christmas)
...
git-svn-id: file:///svn/phpbb/trunk@5421 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-03 15:10:13 +00:00
Tom Beddard
3cfaa92631
First update of the new admin style to being it in line with the new frontend style. Note - this is still based on subsilver, the final admin will use the much nicer style of the new frontend - but that is secret until the final release ;)
...
git-svn-id: file:///svn/phpbb/trunk@5420 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-03 13:44:47 +00:00
Tom Beddard
3c7837801e
Added class="radio" to the hardcoded radio button input strings to prevent <input /> styling problems
...
git-svn-id: file:///svn/phpbb/trunk@5419 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-03 13:33:51 +00:00
Meik Sievertsen
413d4f9277
- ability to create new style
...
git-svn-id: file:///svn/phpbb/trunk@5418 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-03 13:33:32 +00:00
Meik Sievertsen
70ae63f448
- updated imageset cfg
...
git-svn-id: file:///svn/phpbb/trunk@5417 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-02 18:13:20 +00:00
Meik Sievertsen
2faf2639ee
- install style and style elements
...
- refresh template and style cache
git-svn-id: file:///svn/phpbb/trunk@5416 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-02 17:30:59 +00:00
David M
e68d442f52
- Added a freeresult
...
git-svn-id: file:///svn/phpbb/trunk@5415 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-01 21:48:03 +00:00
David M
8185cef8ab
- Defined some DBAL class vars
...
git-svn-id: file:///svn/phpbb/trunk@5414 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-01 21:43:00 +00:00
David M
89c88ba944
- 18446744073709551615 becomes a float. This causes MySQL to read it as 1. Having it as a string works better.
...
git-svn-id: file:///svn/phpbb/trunk@5413 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-01 21:23:33 +00:00
David M
cfb03db151
- Polls work! Hooray for polls!
...
git-svn-id: file:///svn/phpbb/trunk@5412 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-01 21:21:28 +00:00
Tom Beddard
369d6b7303
Fixed new PM link and added online status flag
...
git-svn-id: file:///svn/phpbb/trunk@5410 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 21:04:47 +00:00
Tom Beddard
82aed60ac0
Registered group list query was showing duplicate groups.
...
git-svn-id: file:///svn/phpbb/trunk@5409 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 21:03:05 +00:00
Meik Sievertsen
1324d64c9d
- fix a very nasty error: If there is a tree of more than one category but with no module in there there is no module to activate (module not found error). We have to go through the tree to make sure we are not displaying categories with no modules - took a bit to find this bug. :/
...
git-svn-id: file:///svn/phpbb/trunk@5408 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 17:56:28 +00:00
Meik Sievertsen
3bf7635b3c
- fix query for obtaining usernames beginning with a character and additionally searching for other criterias (produced a join not very healthy to the database - not the correct where statement is used)
...
git-svn-id: file:///svn/phpbb/trunk@5407 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 16:52:29 +00:00
Tom Beddard
0ef491f3b9
Changed ONLINE_STATUS flag to S_ONLINE for consistancy
...
git-svn-id: file:///svn/phpbb/trunk@5406 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 12:54:07 +00:00
Tom Beddard
e5951ad72a
Added some missing UCP explaination text
...
git-svn-id: file:///svn/phpbb/trunk@5405 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 12:52:49 +00:00
Tom Beddard
24462a3e4e
Preliminary folder icon display for bookmarked topics
...
git-svn-id: file:///svn/phpbb/trunk@5404 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 12:52:18 +00:00
Nils Adermann
c4bf44e579
- mt_srand in unique_id working properly (swapped usec and sec)
...
- mt_srand in digest_md5 removed
git-svn-id: file:///svn/phpbb/trunk@5403 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 11:09:16 +00:00
Tom Beddard
a63687d13f
Changes to fix instant message popup errors
...
git-svn-id: file:///svn/phpbb/trunk@5400 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 01:46:40 +00:00
Tom Beddard
d28e3a69ab
Added topic folder image source and user profile link for posts results page
...
git-svn-id: file:///svn/phpbb/trunk@5399 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 00:16:43 +00:00
Tom Beddard
c31a6d1946
Little tweaks for the members listing/profile page
...
git-svn-id: file:///svn/phpbb/trunk@5398 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 00:13:56 +00:00
David M
1cadb39b87
- Buh? Incorrect lang index...
...
git-svn-id: file:///svn/phpbb/trunk@5397 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-29 22:36:17 +00:00
David M
a5d438756d
// TODO: Buy more bug spray
...
- Somebody forgot a global variable...
git-svn-id: file:///svn/phpbb/trunk@5396 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-29 22:27:23 +00:00
Nils Adermann
85f502a52b
This was causing trouble on ppc, I kept getting the same random string (probably the passed value was too big). And "As of PHP 4.2.0, there is no need to seed the random number generator with srand() or mt_srand() as this is now done automatically." so I removed it completely.
...
git-svn-id: file:///svn/phpbb/trunk@5395 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-29 18:13:24 +00:00
David M
72b3d6ca78
Bug Spray!
...
- No longer asks a user to login to a passworded forum even though his auth is not high enough, it just rejects the user now.
git-svn-id: file:///svn/phpbb/trunk@5394 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-29 16:57:56 +00:00
Tom Beddard
e7acc9c82c
Search related strings
...
git-svn-id: file:///svn/phpbb/trunk@5391 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-29 01:47:18 +00:00
Tom Beddard
844da81dfa
A few fixes and a new online_status template variable
...
git-svn-id: file:///svn/phpbb/trunk@5390 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-29 01:46:51 +00:00
Tom Beddard
2753d3310c
Added the topic icon src variable to bring in line with viewtopic and viewforum
...
git-svn-id: file:///svn/phpbb/trunk@5389 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-29 01:46:05 +00:00
Meik Sievertsen
0334d42477
- some changes to browser checking (was the reason for not working logins)
...
- partly working style acp
- other tiny changes here and there
git-svn-id: file:///svn/phpbb/trunk@5388 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-28 17:35:20 +00:00
Tom Beddard
761598e1b7
Moved text to language file
...
git-svn-id: file:///svn/phpbb/trunk@5387 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-28 01:00:48 +00:00
Tom Beddard
f95262d9b9
SQL error fix for subscribed list
...
git-svn-id: file:///svn/phpbb/trunk@5386 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-28 00:57:08 +00:00
David M
8ad9a36d08
- I forgot that we can add and remove prefixes :D
...
- A small style fix :D
git-svn-id: file:///svn/phpbb/trunk@5385 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-27 17:21:01 +00:00
David M
12839c7d47
- Buh? Postgre!
...
git-svn-id: file:///svn/phpbb/trunk@5384 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-27 14:15:49 +00:00
David M
7eea0d3529
- Forgot to repair a function ;-)
...
git-svn-id: file:///svn/phpbb/trunk@5383 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-27 14:13:38 +00:00