aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* The template for the convertor/upgrade script so that we've got all the ↵Graham Eames2006-05-282-0/+110
| | | | | | | | | template files in You'll have to wait for the code that goes with it :) git-svn-id: file:///svn/phpbb/trunk@5976 89ea8834-ac86-4346-8a33-228a782c2dd0
* - do not allow pruning foundersMeik Sievertsen2006-05-283-4/+10
| | | | | | | - do not display full path to installation in error message text (only occurence would be "header already sent" warnings) git-svn-id: file:///svn/phpbb/trunk@5975 89ea8834-ac86-4346-8a33-228a782c2dd0
* meh, old versions of MySQL are not cool...David M2006-05-283-67/+79
| | | | git-svn-id: file:///svn/phpbb/trunk@5974 89ea8834-ac86-4346-8a33-228a782c2dd0
* - remove description from profile fieldsMeik Sievertsen2006-05-2722-128/+238
| | | | | | | | - added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We *may* let it there for the Betas though, but it will be removed during the RC's) - some bugfixes git-svn-id: file:///svn/phpbb/trunk@5973 89ea8834-ac86-4346-8a33-228a782c2dd0
* - force a default charsetDavid M2006-05-272-63/+71
| | | | | | | - better highlight code in search git-svn-id: file:///svn/phpbb/trunk@5972 89ea8834-ac86-4346-8a33-228a782c2dd0
* New data type for PostgreSQL users!David M2006-05-271-2/+76
| | | | | | | | | varchar_ci allows for case insensitive recall of data. Works with all sorts of operations and sorts. This implementation was chosen over a user defined data type because we can easily avoid having to create our own operator class, an action that can only be done by a 'superuser'. Extending the varchar data type lets us use the internal indexing voodoo while still working on J. Random Admin's privileges. I hope it works, please post up any problems via the proper methods. git-svn-id: file:///svn/phpbb/trunk@5971 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot this file...Meik Sievertsen2006-05-261-0/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@5968 89ea8834-ac86-4346-8a33-228a782c2dd0
* some tiny changes...Meik Sievertsen2006-05-2633-101/+193
| | | | git-svn-id: file:///svn/phpbb/trunk@5967 89ea8834-ac86-4346-8a33-228a782c2dd0
* ...David M2006-05-251-9/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@5966 89ea8834-ac86-4346-8a33-228a782c2dd0
* first round of custom profile changesMeik Sievertsen2006-05-259-421/+544
| | | | git-svn-id: file:///svn/phpbb/trunk@5965 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a rather silly bug in the module install code.Graham Eames2006-05-242-6/+21
| | | | | | | Quick access works now :) git-svn-id: file:///svn/phpbb/trunk@5964 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug #1947David M2006-05-221-8/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@5961 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Bug 1893David M2006-05-221-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@5960 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidumMeik Sievertsen2006-05-211-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5959 89ea8834-ac86-4346-8a33-228a782c2dd0
* no longer needed because we handle shadow topics as "always read" (not to be ↵Meik Sievertsen2006-05-211-7/+0
| | | | | | misreaded as "original topic") git-svn-id: file:///svn/phpbb/trunk@5958 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing a few smaller bugs/glitchesMeik Sievertsen2006-05-2127-71/+120
| | | | | | | | - init user session in cron.php (else it can produce errors if functions expect the user object being set) - fix sql escaping for mssql/mssql_odbc git-svn-id: file:///svn/phpbb/trunk@5957 89ea8834-ac86-4346-8a33-228a782c2dd0
* - solve duplication of text [Bug #1229]Nils Adermann2006-05-211-5/+16
| | | | | | | - fixed [*] BBcode [Bug #1625] git-svn-id: file:///svn/phpbb/trunk@5956 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix some bugs in the theme editorNils Adermann2006-05-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5955 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix some bugs in the theme editorNils Adermann2006-05-213-7/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@5954 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added a theme editorNils Adermann2006-05-205-249/+902
| | | | | | | | - some adjustments in acp_styles.php - fixed storing themes in db (needs revisiting) git-svn-id: file:///svn/phpbb/trunk@5953 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed a few smaller thingsMeik Sievertsen2006-05-2028-105/+117
| | | | git-svn-id: file:///svn/phpbb/trunk@5952 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Lets make stuff widerDavid M2006-05-204-45/+56
| | | | | | | - Firebird, second class citizen no more! (at least till something else breaks) git-svn-id: file:///svn/phpbb/trunk@5951 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix a nasty bug in search indexingNils Adermann2006-05-201-0/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@5950 89ea8834-ac86-4346-8a33-228a782c2dd0
* #1871Meik Sievertsen2006-05-202-3/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@5949 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few top level changes to the module structure.Graham Eames2006-05-203-15/+15
| | | | | | | More will follow since the quick access section is currently broken git-svn-id: file:///svn/phpbb/trunk@5948 89ea8834-ac86-4346-8a33-228a782c2dd0
* character class... character class... character class...Meik Sievertsen2006-05-201-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5947 89ea8834-ac86-4346-8a33-228a782c2dd0
* - allow commenting out on one line:Meik Sievertsen2006-05-201-2/+2
| | | | | | | | | | <!-- <!-- IF WHATEVER --><br /><b>{WHATEVER}:</b><!-- ENDIF --> --> bug #1869 (i hope i did not break something :o) git-svn-id: file:///svn/phpbb/trunk@5946 89ea8834-ac86-4346-8a33-228a782c2dd0
* we might have a look at NULL values if we use them within request_var() as ↵Meik Sievertsen2006-05-202-1/+5
| | | | | | default value (due to the type assignment) git-svn-id: file:///svn/phpbb/trunk@5945 89ea8834-ac86-4346-8a33-228a782c2dd0
* - actually let the user import smilies/icons paks. ;)Meik Sievertsen2006-05-205-11/+13
| | | | | | | - fix TRUNCATE TABLE syntax (mssql does not understand TRUNCATE alone) git-svn-id: file:///svn/phpbb/trunk@5944 89ea8834-ac86-4346-8a33-228a782c2dd0
* Banning makes more sense with usernames listed first, then IP then email as ↵Graham Eames2006-05-201-2/+2
| | | | | | this is the most likely order of use git-svn-id: file:///svn/phpbb/trunk@5943 89ea8834-ac86-4346-8a33-228a782c2dd0
* no ip listing for googlebot because the ip changes from time to timeMeik Sievertsen2006-05-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5941 89ea8834-ac86-4346-8a33-228a782c2dd0
* - seperate queries and cached queriesMeik Sievertsen2006-05-2012-356/+444
| | | | | | | | | - display correct read/unread information while displaying active topics - fix for SELECT DISTINCT in mssql using sql_query_limit - fix for forum updating in ACP using mssql (and probably other dbal having problems with primary keys in updates) git-svn-id: file:///svn/phpbb/trunk@5940 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix #1715Meik Sievertsen2006-05-202-29/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@5939 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a couple of issues in mcp_mainGraham Eames2006-05-202-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@5938 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing page titleGraham Eames2006-05-201-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5937 89ea8834-ac86-4346-8a33-228a782c2dd0
* eh? meh.David M2006-05-201-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@5936 89ea8834-ac86-4346-8a33-228a782c2dd0
* eh? meh.David M2006-05-201-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5935 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few changes ;-)David M2006-05-1916-1094/+1469
| | | | git-svn-id: file:///svn/phpbb/trunk@5934 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed dotted topics on some occassions being wrongMeik Sievertsen2006-05-199-203/+346
| | | | | | | | | | - fixed post author change - fixed moving topics (they should not count into read tracking now) - think about having only one column for shadow topics/similar to forum links - moved a function from functions.php to functions_display.php (this function is only used by viewtopic and viewforum which already include this file) - some rather tiny fixes for mssql git-svn-id: file:///svn/phpbb/trunk@5933 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a slightly odd naming that we just spottedGraham Eames2006-05-192-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5932 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing a few tiny bugsMeik Sievertsen2006-05-1813-388/+220
| | | | | | | - added new function to (re)apply sids where needed (login and mcp quickmod) - #1829 git-svn-id: file:///svn/phpbb/trunk@5931 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added a few missing log variablesMeik Sievertsen2006-05-1816-78/+125
| | | | | | | | | | - include acp/common.php language file if displaying logs (LOG_ variables should be stored there only now) - added check to cron.php - added database_gc config variable - recalculate binary trees every once a week ;) git-svn-id: file:///svn/phpbb/trunk@5929 89ea8834-ac86-4346-8a33-228a782c2dd0
* eh? meh.David M2006-05-172-28/+40
| | | | git-svn-id: file:///svn/phpbb/trunk@5928 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is a screwy world! Screwy I tell you!David M2006-05-171-12/+46
| | | | git-svn-id: file:///svn/phpbb/trunk@5927 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is a screwy world! Screwy I tell you!David M2006-05-171-15/+68
| | | | git-svn-id: file:///svn/phpbb/trunk@5926 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix the module insertion for UCP and MCP (the changes for the ACP had meant ↵Graham Eames2006-05-173-3/+3
| | | | | | it was going in backwards!) git-svn-id: file:///svn/phpbb/trunk@5925 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is a screwy world! Screwy I tell you!David M2006-05-171-13/+52
| | | | git-svn-id: file:///svn/phpbb/trunk@5924 89ea8834-ac86-4346-8a33-228a782c2dd0
* #1843Meik Sievertsen2006-05-171-8/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@5923 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix bug #1857Meik Sievertsen2006-05-172-16/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@5922 89ea8834-ac86-4346-8a33-228a782c2dd0
* nils... maybe let the template editor save with unix linefeeds by default ↵Meik Sievertsen2006-05-170-0/+0
| | | | | | (or inherit them from the file)? :) git-svn-id: file:///svn/phpbb/trunk@5921 89ea8834-ac86-4346-8a33-228a782c2dd0