aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
* - Uploading changed language files in the language ACP panel :-)David M2006-02-196-17/+228
* - fix some tiny bugsMeik Sievertsen2006-02-1829-653/+741
* - only minor adjustements (we are now able to use other functions due to the ...Meik Sievertsen2006-02-164-10/+20
* display complete backtrace. ;)Meik Sievertsen2006-02-152-1/+16
* - Usage of short tags that did not use short tag features is useless..David M2006-02-141-1/+1
* - Fixes a weird bug regarding SQL parsing..David M2006-02-121-2/+2
* my turn to break things... harharharMeik Sievertsen2006-02-1246-210/+3237
* - new default result mode: postsNils Adermann2006-02-122-21/+36
* - only a slight change...Meik Sievertsen2006-02-121-1/+11
* - The working directory can't be trusted, we give the path explictly insteadDavid M2006-02-121-3/+5
* *** empty log message ***Nils Adermann2006-02-121-6/+5
* - make acl_getf_global() availible to module auth checksNils Adermann2006-02-121-1/+1
* tiny fix so the board won't throw an error if it doesn't have any forumsNils Adermann2006-02-121-0/+6
* - new acl method -> acl_getf_global()Meik Sievertsen2006-02-121-0/+43
* - A MUCH better UI to editting an imageset :-)David M2006-02-118-100/+305
* Moved topic_review string into the common so it is available for the MCPTom Beddard2006-02-102-1/+2
* - It turns out that a very fast Adler-32 implementation exists, this removes ...David M2006-02-091-25/+40
* /me shoots himselfDavid M2006-02-082-2/+3
* - A bug fix ( never noticed that the unset() touched the wrong var ) and a fe...David M2006-02-081-16/+16
* Fixed an an undefined index issue when a topic was bumped by someone who hadn...Tom Beddard2006-02-071-2/+3
* - fix typo... thanks tom. :)Meik Sievertsen2006-02-071-1/+1
* Little MCP bug fixesTom Beddard2006-02-063-5/+6
* "was this used ever?" No, so off it goes to be recycled into something new... :PGraham Eames2006-02-051-52/+0
* - fix "Adding attachment extension fails"Meik Sievertsen2006-02-051-1/+1
* - removed unnecessary urlencode of highlight wordsNils Adermann2006-02-0514-483/+372
* - Removes those silly errors during email check.David M2006-02-051-5/+1
* - Please don't hurt me :pDavid M2006-02-046-6/+6
* Changed url target method for BBcode help links and fixed undefined index bugTom Beddard2006-02-042-2/+5
* Changed url target method for BBcode help linksTom Beddard2006-02-044-3/+4
* - Tar extraction and compression has changed to be more efficent by making fe...David M2006-02-041-18/+5
* - This is some scary stuff!David M2006-02-042-140/+79
* - ability to change anonymous user settings more easilyMeik Sievertsen2006-02-038-493/+141
* - fix bug in getting memberships (now memberships are obtained for groups)Meik Sievertsen2006-02-031-1/+1
* Fixed layout in IE7. Still some fieldset legend issues remaining, but will ge...Tom Beddard2006-02-021-1/+1
* updated the simple header styling & footersTom Beddard2006-02-024-27/+30
* Inconsistent password lengthBart van Bragt2006-02-011-1/+1
* - We don't use the extra info because we can extrapolate the only thing of us...David M2006-01-301-6/+3
* just some tiny changes to meet the coding guidelinesNils Adermann2006-01-271-5/+5
* - More loose definition regarding what gets to be a folder and what does not ...David M2006-01-271-103/+73
* - Tar extraction is MUCH faster, we parse the archive ONCE and create the dir...David M2006-01-271-76/+35
* Fixes in both CAPTCHA and CompressDavid M2006-01-263-20/+33
* - moved add_log out of functions_admin (this file should only be included in ...Meik Sievertsen2006-01-2518-212/+161
* I'm removing the HEADER_INC check from the error handler to resolve incomplet...Graham Eames2006-01-231-20/+17
* - fix minor bugsMeik Sievertsen2006-01-235-11/+13
* - added fulltext_mysqlNils Adermann2006-01-223-159/+583
* - size select fixMeik Sievertsen2006-01-2213-194/+420
* A few missing redirection changesGraham Eames2006-01-221-6/+6
* D'oh!David M2006-01-221-3/+1
* - Imagesets can now be edited! Hooray! ( Might need to add something.. )David M2006-01-224-2/+159
* - search deals with global topicsNils Adermann2006-01-219-43/+96