aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - sperate permissions from sessionsMeik Sievertsen2006-01-047-383/+496
| | | | | | | | | | - 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
* - file_get_contents instead of imploding file()s or fread()ing till the ↵David M2006-01-047-68/+38
| | | | | | | | | | | | | | | 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
* And as if by magoc they are hidden (a minor change I missed commiting before ↵Graham Eames2006-01-031-1/+2
| | | | | | Christmas) git-svn-id: file:///svn/phpbb/trunk@5421 89ea8834-ac86-4346-8a33-228a782c2dd0
* First update of the new admin style to being it in line with the new ↵Tom Beddard2006-01-0332-581/+456
| | | | | | 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
* Added class="radio" to the hardcoded radio button input strings to prevent ↵Tom Beddard2006-01-031-3/+3
| | | | | | <input /> styling problems git-svn-id: file:///svn/phpbb/trunk@5419 89ea8834-ac86-4346-8a33-228a782c2dd0
* - ability to create new styleMeik Sievertsen2006-01-032-16/+173
| | | | git-svn-id: file:///svn/phpbb/trunk@5418 89ea8834-ac86-4346-8a33-228a782c2dd0
* - updated imageset cfgMeik Sievertsen2006-01-021-69/+68
| | | | git-svn-id: file:///svn/phpbb/trunk@5417 89ea8834-ac86-4346-8a33-228a782c2dd0
* - install style and style elementsMeik Sievertsen2006-01-0213-39/+754
| | | | | | | - refresh template and style cache git-svn-id: file:///svn/phpbb/trunk@5416 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Added a freeresultDavid M2006-01-011-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5415 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Defined some DBAL class varsDavid M2006-01-011-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5414 89ea8834-ac86-4346-8a33-228a782c2dd0
* - 18446744073709551615 becomes a float. This causes MySQL to read it as 1. ↵David M2006-01-012-2/+2
| | | | | | Having it as a string works better. git-svn-id: file:///svn/phpbb/trunk@5413 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Polls work! Hooray for polls!David M2006-01-011-11/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5412 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed new PM link and added online status flagTom Beddard2005-12-302-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5410 89ea8834-ac86-4346-8a33-228a782c2dd0
* Registered group list query was showing duplicate groups.Tom Beddard2005-12-301-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5409 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix a very nasty error: If there is a tree of more than one category but ↵Meik Sievertsen2005-12-301-15/+73
| | | | | | 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
* - fix query for obtaining usernames beginning with a character and ↵Meik Sievertsen2005-12-301-3/+2
| | | | | | 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
* Changed ONLINE_STATUS flag to S_ONLINE for consistancyTom Beddard2005-12-302-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5406 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some missing UCP explaination textTom Beddard2005-12-301-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5405 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary folder icon display for bookmarked topicsTom Beddard2005-12-301-4/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@5404 89ea8834-ac86-4346-8a33-228a782c2dd0
* - mt_srand in unique_id working properly (swapped usec and sec)Nils Adermann2005-12-302-2/+1
| | | | | | | - mt_srand in digest_md5 removed git-svn-id: file:///svn/phpbb/trunk@5403 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to fix instant message popup errorsTom Beddard2005-12-301-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5400 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added topic folder image source and user profile link for posts results pageTom Beddard2005-12-301-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5399 89ea8834-ac86-4346-8a33-228a782c2dd0
* Little tweaks for the members listing/profile pageTom Beddard2005-12-302-5/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@5398 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Buh? Incorrect lang index...David M2005-12-291-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5397 89ea8834-ac86-4346-8a33-228a782c2dd0
* // TODO: Buy more bug sprayDavid M2005-12-291-1/+1
| | | | | | | - Somebody forgot a global variable... git-svn-id: file:///svn/phpbb/trunk@5396 89ea8834-ac86-4346-8a33-228a782c2dd0
* This was causing trouble on ppc, I kept getting the same random string ↵Nils Adermann2005-12-291-3/+0
| | | | | | (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
* Bug Spray!David M2005-12-291-17/+17
| | | | | | | - 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
* Search related stringsTom Beddard2005-12-291-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5391 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few fixes and a new online_status template variableTom Beddard2005-12-291-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5390 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added the topic icon src variable to bring in line with viewtopic and viewforumTom Beddard2005-12-291-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5389 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some changes to browser checking (was the reason for not working logins)Meik Sievertsen2005-12-2820-132/+1862
| | | | | | | | - partly working style acp - other tiny changes here and there git-svn-id: file:///svn/phpbb/trunk@5388 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved text to language fileTom Beddard2005-12-282-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5387 89ea8834-ac86-4346-8a33-228a782c2dd0
* SQL error fix for subscribed listTom Beddard2005-12-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5386 89ea8834-ac86-4346-8a33-228a782c2dd0
* - I forgot that we can add and remove prefixes :DDavid M2005-12-271-4/+4
| | | | | | | - A small style fix :D git-svn-id: file:///svn/phpbb/trunk@5385 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Buh? Postgre!David M2005-12-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5384 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Forgot to repair a function ;-)David M2005-12-271-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5383 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Removed a variable that has been left unused for three and a half years...David M2005-12-271-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5382 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Replaced the old 2.0.x highlight code with much nicer code :-)David M2005-12-272-6/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5381 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Post/Topic icon text selection is fixedDavid M2005-12-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5380 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing alter_block_array function as suggested by david.Meik Sievertsen2005-12-271-4/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@5379 89ea8834-ac86-4346-8a33-228a782c2dd0
* Language related updates. Removed escaped double-quotes from single quote ↵Tom Beddard2005-12-264-10/+11
| | | | | | FAQ language strings - was causing mal-formed html. Also changed the quicklink numbers to be prefixed by 'f' since standards dicate name and id attributes have to start with a non-numeric character. git-svn-id: file:///svn/phpbb/trunk@5378 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***Meik Sievertsen2005-12-251-17/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@5377 89ea8834-ac86-4346-8a33-228a782c2dd0
* - only include modules with the correct extension. ;)Meik Sievertsen2005-12-252-3/+26
| | | | | | | - fix evaluating if module is enabled or disabled (now disables all childs if parent/category is disabled) git-svn-id: file:///svn/phpbb/trunk@5376 89ea8834-ac86-4346-8a33-228a782c2dd0
* - transfer classMeik Sievertsen2005-12-231-0/+347
| | | | | | | | - current transfer available: ftp - original ftp class from EasyMod, olympus-compatible file done by wGEric git-svn-id: file:///svn/phpbb/trunk@5375 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another small tweak to allow empty theme.cfg values to overwrite the ↵Tom Beddard2005-12-221-1/+1
| | | | | | default, e.g. using an empty string for the pagination separator instead of a comma git-svn-id: file:///svn/phpbb/trunk@5374 89ea8834-ac86-4346-8a33-228a782c2dd0
* Little tweak to enable the $parsed_items array to be properly built.Tom Beddard2005-12-221-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5373 89ea8834-ac86-4346-8a33-228a782c2dd0
* - ok, get away with the secondary style approach (styles can be mixed ↵Meik Sievertsen2005-12-2212-115/+256
| | | | | | | | | | together easily with the acp) - introduce a more generic approach of defining some additional variables through cfg files as well as the name, copyright and version fields - please note that at the moment this is in flux. I added it now for Tom because he needs the theme parameters. git-svn-id: file:///svn/phpbb/trunk@5372 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops, naming convention better now.Tom Beddard2005-12-221-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5368 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few additions required by the new styleTom Beddard2005-12-221-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@5367 89ea8834-ac86-4346-8a33-228a782c2dd0
* - and finally, user groups. :)Meik Sievertsen2005-12-215-2/+192
| | | | git-svn-id: file:///svn/phpbb/trunk@5366 89ea8834-ac86-4346-8a33-228a782c2dd0