aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* like firebird, oracle uses uppercase column names if delimiter used (Fixes ↵Meik Sievertsen2009-06-132-1/+2
| | | | | | Bug #46015) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9585 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm, we need to check if the feed module is already thereMeik Sievertsen2009-06-131-11/+27
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9584 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix sql_column_exists for oracle (oracle uses uppercase table names)Meik Sievertsen2009-06-132-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9583 89ea8834-ac86-4346-8a33-228a782c2dd0
* use same method to update custom profile fields in UCP and ACP (and then i ↵Meik Sievertsen2009-06-133-68/+62
| | | | | | am able to debug what is wrong with the oracle code) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9582 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oh right. PHP4Henry Sudhof2009-06-1310-17/+22
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9581 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46355 - Only change topic/post icon if icons are enabled and user ↵Andreas Fischer2009-06-132-1/+6
| | | | | | | | is allowed to. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9580 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix some issues with XCache, can't totally resolve the purge() method as ↵Chris Smith2009-06-132-4/+22
| | | | | | XCache does not expose its settings to userland PHP. #46435 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9579 89ea8834-ac86-4346-8a33-228a782c2dd0
* #44745 - fix empty action in ucp groupsMeik Sievertsen2009-06-131-10/+11
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9578 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46255 - Allow friends/foes to be added and removed at the same time.Andreas Fischer2009-06-132-12/+16
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9577 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix preview in ACPHenry Sudhof2009-06-122-12/+40
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9576 89ea8834-ac86-4346-8a33-228a782c2dd0
* First ATOM Feed commit/integrationMeik Sievertsen2009-06-1212-6/+1253
| | | | | | - Idea and original RSS Feed 2.0 MOD (Version 1.0.8/9) by leviatan21 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9575 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix dynamic config update routine error if firebird is used (Bug #46315)Meik Sievertsen2009-06-122-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9574 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bugs #25545, #26315 and #31325 - Mostly XHTML mistakes in prosilver and ↵Andreas Fischer2009-06-124-4/+9
| | | | | | | | the ACP. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9573 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #45765 - Correctly hide skiplink in prosilver right-to-left mode ↵Andreas Fischer2009-06-122-0/+21
| | | | | | | | (thanks prototech). Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9572 89ea8834-ac86-4346-8a33-228a782c2dd0
* *sigh* correct spelling in changelogChris Smith2009-06-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9571 89ea8834-ac86-4346-8a33-228a782c2dd0
* Dynamic template includes :)Chris Smith2009-06-112-3/+41
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9570 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #45345 - Also remove data from friend/foe table when deleting user ↵Andreas Fischer2009-06-112-0/+7
| | | | | | | | (patch by nickvergessen). Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9569 89ea8834-ac86-4346-8a33-228a782c2dd0
* language collisionHenry Sudhof2009-06-102-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9568 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a regression introduced in r9470 #45895Chris Smith2009-06-092-1/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9567 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46215 - Adjust viewonline filename regular expression to be less ↵Andreas Fischer2009-06-092-1/+2
| | | | | | | | strict. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9566 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #45705 - Show error in the ACP when template folder is not readable.Andreas Fischer2009-06-084-2/+8
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9565 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #44665 - Add index on log_time to the log table to prevent slowdown ↵Andreas Fischer2009-06-0811-2/+21
| | | | | | | | on boards with many log entries. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9564 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #34295 - Move post bump information markup to the template.Andreas Fischer2009-06-084-3/+4
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9563 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bugs #38555, #45505, #45785 and #45865 - Various XHTML mistakes in ↵Andreas Fischer2009-06-086-12/+19
| | | | | | | | prosilver and subsilver2. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9562 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46065 - Correctly show private message historyAndreas Fischer2009-06-082-1/+2
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9561 89ea8834-ac86-4346-8a33-228a782c2dd0
* for the time being pushed to 3.2.xMeik Sievertsen2009-06-073-161/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9560 89ea8834-ac86-4346-8a33-228a782c2dd0
* some corrections, only very minor things.Meik Sievertsen2009-06-0719-257/+264
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9554 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Class loaders for both frameworks:Nils Adermann2009-06-062-0/+131
| | | | | | | | | | | | | | | | | | | eZComponents through a loader object Zend Framework with an autoload function Example usage: require("{$phpbb_root_path}includes/ezcomponents/loader.$phpEx"); require("{$phpbb_root_path}includes/Zend/loader.$phpEx"); $loader = new phpbb_ezcomponents_loader(); $loader->load_component('search'); $handler = new ezcSearchZendLuceneHandler( '/tmp/lucene' ); git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9552 89ea8834-ac86-4346-8a33-228a782c2dd0
* copy of Zend's base Exception file, needs to be updated manually :/Nils Adermann2009-06-061-0/+30
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9551 89ea8834-ac86-4346-8a33-228a782c2dd0
* no single file externals in this version of svn yet :(Nils Adermann2009-06-060-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9550 89ea8834-ac86-4346-8a33-228a782c2dd0
* - corrected svn:externals setting as well as adding Zend SearchNils Adermann2009-06-060-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9549 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Add Base component, tooNils Adermann2009-06-060-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9548 89ea8834-ac86-4346-8a33-228a782c2dd0
* removing empty dirNils Adermann2009-06-060-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9547 89ea8834-ac86-4346-8a33-228a782c2dd0
* - required dependencies for an ezcSearch search backendNils Adermann2009-06-060-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9546 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #45695 - Guests can't report posts in prosilverAndreas Fischer2009-06-052-1/+2
| | | | | | Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9545 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a small bug with xcache (thanks bantu), and some code consistency changesChris Smith2009-06-054-24/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9544 89ea8834-ac86-4346-8a33-228a782c2dd0
* Here we go! New data format for the file ACM module:Chris Smith2009-06-052-110/+306
| | | | | | | | | | | | | | - No longer PHP files that are included - Contain a simple PHP header to stop people attempting to read them - Read using file system functions only reading as much data as required Result is: - Better performance by minimising file system reads - Injected HTML from nasty scripts no longer contaminates the board - Opcode caches are no longer thrashed and fragmented by the many files we generate git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9543 89ea8834-ac86-4346-8a33-228a782c2dd0
* adjust authors file to reflect current state. ;)Meik Sievertsen2009-06-051-4/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9542 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use unique per board cache keys per [1] important when using shared memory ↵Chris Smith2009-06-045-15/+19
| | | | | | | | | from opcode caches with multiple boards on one server. [1] http://area51.phpbb.com/phpBB/viewtopic.php?p=201739#p201739 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9541 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished I hope, appropriate errors when modules are missing.Chris Smith2009-06-045-10/+20
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9540 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix DOS line endings, evil<3 this doesn't count as spam you told me to :PChris Smith2009-06-041-841/+841
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9539 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduce XCache and eAccelerator, make some small changes to the abstract, ↵Chris Smith2009-06-043-1/+243
| | | | | | forgot a period in the command for r9537 :( git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9538 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduce XCache and eAccelerator, make some small changes to the abstractChris Smith2009-06-041-1/+9
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9537 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lets follow some PHP4 conventions underscores for internal methods.Chris Smith2009-06-043-18/+75
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9536 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix propertiesChris Smith2009-06-040-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9535 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add APCChris Smith2009-06-043-341/+82
| | | | | | | Modify Memcache to use the memory abstract git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9534 89ea8834-ac86-4346-8a33-228a782c2dd0
* ACM memory abstract classChris Smith2009-06-041-0/+401
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9533 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix up and tidy :)Chris Smith2009-06-048-30/+41
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Backport memcache ACM module from AscraeusChris Smith2009-06-042-1/+420
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9531 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly split UTF-8 encoded strings when using mail(). #45815Chris Smith2009-06-031-5/+9
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9530 89ea8834-ac86-4346-8a33-228a782c2dd0