aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
...
* | remove no longer necessary files... hoorayMeik Sievertsen2008-12-241-10/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9221 89ea8834-ac86-4346-8a33-228a782c2dd0
* | extend the style columns (style_id, template_id, imageset_id, image_id...)Meik Sievertsen2008-11-271-11/+11
| | | | | | | | | | | | No, not only because of possible style demos. :o git-svn-id: file:///svn/phpbb/trunk@9130 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - merge r9113: Handle checking for duplicate usernames in chunks (Bug #17285 ↵Nils Adermann2008-11-242-37/+28
| | | | | | | | | | | | - Patch by A_Jelly_Doughnut) git-svn-id: file:///svn/phpbb/trunk@9114 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - updated all code to use the request class instead of any direct access toNils Adermann2008-11-243-13/+13
| | | | | | | | | | | | | | | | | | super globals - disabled super globals in common.php. See commit r9101 for more information - cleaned up/simplified a few lines along the way. git-svn-id: file:///svn/phpbb/trunk@9102 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge revisions i missed... hopefully not breaking things - did not check ↵Meik Sievertsen2008-11-223-4/+7
| | | | | | | | | | | | every change. git-svn-id: file:///svn/phpbb/trunk@9077 89ea8834-ac86-4346-8a33-228a782c2dd0
* | been a while :( ... merge in r8997, r8998, r8999, r9000, r9001, r9002, ↵Chris Smith2008-11-131-1/+1
| | | | | | | | | | | | r9003, r9004, r9005, r9007, r9008, r9009, r9010, r9011, r9012, r9013, r9014, r9015, r9022, r9023, r9029, r9030, r9034, r9048, r9049, r9054, r9056 git-svn-id: file:///svn/phpbb/trunk@9064 89ea8834-ac86-4346-8a33-228a782c2dd0
* | db_tools from static to non-static due to the db dependancy (#31245)Meik Sievertsen2008-11-021-5/+3
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9044 89ea8834-ac86-4346-8a33-228a782c2dd0
* | i had these changes sitting... must've been a merge not committed (and ↵Meik Sievertsen2008-11-022-3/+4
| | | | | | | | | | | | because we do not use svn 1.5 as the client version i am not able to say which they were) git-svn-id: file:///svn/phpbb/trunk@9042 89ea8834-ac86-4346-8a33-228a782c2dd0
* | gah@trunkMeik Sievertsen2008-10-171-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9027 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Disable referer validation on install if it is not possible to determine ↵Meik Sievertsen2008-10-171-0/+10
| | | | | | | | | | | | correct referer due to a proxy setup (Bug #32765) git-svn-id: file:///svn/phpbb/trunk@9025 89ea8834-ac86-4346-8a33-228a782c2dd0
* | here tooMeik Sievertsen2008-09-231-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8919 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - Automatically add users/groups to the PM recipient list, if entered or ↵Meik Sievertsen2008-09-231-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | selected. - Reply to PM now includes all previous recipients and not only the original sender. - Added 'max_recipients' setting for private messages. This setting allows admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting. - Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups. git-svn-id: file:///svn/phpbb/trunk@8914 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Okay, that is pretty raw, but better to have it in place than trying to play ↵Henry Sudhof2008-09-192-3/+3
| | | | | | | | | | | | catch-up. Introducing an early stage of CAPTCHA modules. git-svn-id: file:///svn/phpbb/trunk@8889 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Get real dbms version instead of relying on php internal functions which ↵Meik Sievertsen2008-09-042-1/+5
| | | | | | | | | | | | only grab the local library version git-svn-id: file:///svn/phpbb/trunk@8821 89ea8834-ac86-4346-8a33-228a782c2dd0
* | schema updates for the queue trigger feature and for storing the dbms versionMeik Sievertsen2008-09-041-0/+3
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8817 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Remove caching of templates from the database completely, themes is cut down ↵Chris Smith2008-09-045-23/+2
| | | | | | | | | | | | ready for a complete chop, and fix the installer :) git-svn-id: file:///svn/phpbb/trunk@8812 89ea8834-ac86-4346-8a33-228a782c2dd0
* | fix bug #32925Meik Sievertsen2008-08-251-0/+8
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8789 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Merge chmod changes into trunkMeik Sievertsen2008-08-221-6/+4
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8781 89ea8834-ac86-4346-8a33-228a782c2dd0
* | PHP5.3 compatibility.Marek A. R2008-08-153-12/+12
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8759 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge? merge.Meik Sievertsen2008-06-232-9/+10
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8672 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Change 5.1.0 to 5.2.0Marek A. R2008-06-182-3/+3
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8659 89ea8834-ac86-4346-8a33-228a782c2dd0
* | #27395Meik Sievertsen2008-06-091-0/+13
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8637 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge...Meik Sievertsen2008-06-081-8/+10
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8624 89ea8834-ac86-4346-8a33-228a782c2dd0
* | #28635Meik Sievertsen2008-06-071-10/+10
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8616 89ea8834-ac86-4346-8a33-228a782c2dd0
* | removed executable props [Bug #6464]Nils Adermann2008-06-043-0/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8599 89ea8834-ac86-4346-8a33-228a782c2dd0
* | fix adm redirectMeik Sievertsen2008-06-041-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8590 89ea8834-ac86-4346-8a33-228a782c2dd0
* | add missing constant to config fileMeik Sievertsen2008-06-031-1/+3
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8583 89ea8834-ac86-4346-8a33-228a782c2dd0
* | ok... i hope i haven't messed too much with the code and everything is still ↵Meik Sievertsen2008-05-298-627/+225
| | | | | | | | | | | | | | | | | | | | working. Changes: - Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed. - A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid('memberlist')) - in this case the root path and extension get added automatically. The hook is called after these are added. git-svn-id: file:///svn/phpbb/trunk@8572 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Merging mime and referer checks into the TrunkHenry Sudhof2008-05-282-4/+10
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8571 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merging r8489 into trunkNils Adermann2008-04-031-2/+2
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8490 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merging some changesMeik Sievertsen2008-03-311-5/+433
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8484 89ea8834-ac86-4346-8a33-228a782c2dd0
* | add session_forum_id column to schema on trunk tooNils Adermann2008-03-241-0/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8465 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merging... againMeik Sievertsen2008-03-181-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8452 89ea8834-ac86-4346-8a33-228a782c2dd0
* | #22285Vic D'Elfant2008-02-281-1/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8416 89ea8834-ac86-4346-8a33-228a782c2dd0
* | This will prevent a php warning from being printed (and the layout getting ↵Vic D'Elfant2008-02-251-1/+1
| | | | | | | | | | | | ruined) in case of a conflicting permission restriction such as open_basedir git-svn-id: file:///svn/phpbb/trunk@8401 89ea8834-ac86-4346-8a33-228a782c2dd0
* | #22035Vic D'Elfant2008-02-241-26/+25
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8396 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390Meik Sievertsen2008-02-232-3/+3
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8391 89ea8834-ac86-4346-8a33-228a782c2dd0
* | adding a new option to hide the entire list of subforums on listforumsNils Adermann2008-02-031-0/+1
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8373 89ea8834-ac86-4346-8a33-228a782c2dd0
* | merge with revision #r8350Meik Sievertsen2008-01-301-3/+3
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8351 89ea8834-ac86-4346-8a33-228a782c2dd0
* | Merging revisions #r8346, #r8347 and #r8348Meik Sievertsen2008-01-292-22/+32
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8349 89ea8834-ac86-4346-8a33-228a782c2dd0
* | oopsDavid M2008-01-141-0/+1091
| | | | | | | | | | | | | | #19305 git-svn-id: file:///svn/phpbb/trunk@8325 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - use proper OOP for db_toolsDavid M2008-01-111-4/+2
| | | | | | | | | | | | | | - made it all static. If one of you disagree, you are free to change it. I just couldn't think of a reason of having it otherwise... git-svn-id: file:///svn/phpbb/trunk@8319 89ea8834-ac86-4346-8a33-228a782c2dd0
* | we enter a brave new world...David M2008-01-109-9335/+18
| | | | | | | | | | | | | | | | | | - fix schema data so that it can now be used - replace the current system of packaging schemas with phpBB with a new system that dynamically generates the schemas on the fly - give the db tools package the power to create databases git-svn-id: file:///svn/phpbb/trunk@8318 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - phpBB now uses a less ancient version of OracleDavid M2008-01-091-10/+13
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@8317 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - make viewforum work againDavid M2008-01-0812-176/+152
| | | | | | | | | | | | | | | | | | - remove the lower case functions, they were stupid anyway - added some indexes - added a group_name_clean column git-svn-id: file:///svn/phpbb/trunk@8315 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - a few tiny clean upsDavid M2008-01-074-95/+27
| | | | | | | | | | | | | | - a new MS SQL DBAL, it does not work so hot because of issues with the extension it depends on git-svn-id: file:///svn/phpbb/trunk@8313 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - Do not split topic list for topics being promoted to announcements after ↵Meik Sievertsen2008-01-061-36/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | been moved to another forum (Bug #18635) - Allow editing usernames within database_update on username cleanup (Bug #18415) - Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385) - Check entered imagemagick path for trailing slash (Bug #18205) - Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide - Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025) git-svn-id: file:///svn/phpbb/trunk@8310 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - add DB2 supportDavid M2008-01-063-3/+1152
| | | | | | | | | | | | | | /me takes a nap git-svn-id: file:///svn/phpbb/trunk@8308 89ea8834-ac86-4346-8a33-228a782c2dd0
* | the end of an era...David M2008-01-064-1079/+16
| | | | | | | | | | | | | | | | | | - MySQL < 4.1.3 support is removed - renamed mysql4 to mysql, no need to cause confusion - changed the cfg cacher, reduces file system lookups and include count by two on every page load git-svn-id: file:///svn/phpbb/trunk@8307 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - version jumpMeik Sievertsen2008-01-051-1/+1
| | | | | | | | | | | | | | - take empty topic_list into account as well as re-enabling for an empty get_forum_ids git-svn-id: file:///svn/phpbb/trunk@8304 89ea8834-ac86-4346-8a33-228a782c2dd0