aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* merge some changes/fixesMeik Sievertsen2008-04-117-34/+43
| | | | | | henry: is your viewonline fix/change missing? ;) git-svn-id: file:///svn/phpbb/trunk@8503 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
* Some fixesMarek A. R2008-04-021-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@8488 89ea8834-ac86-4346-8a33-228a782c2dd0
* #s24575Meik Sievertsen2008-04-022-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@8487 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some neat stuff, the new DBAL function has the potential of removing ↵David M2008-04-0212-0/+698
| | | | | | | | | | | | | somewhere in the ballpark of 40% of all the DBAL code. It combines a few very common idioms into one statement, allowing us to implicitly use prepared statements. Short term advantages are the ability to remove the gross code that attempts to work around DB2, Oracle and Firebird. Long term advantages include removing the burden of sanitizing data (at least on input) from our end and placing it on shoulders of the backend PHP driver. Also included is a new posting API I am working on. It is not a real API in so much as it is a backend that a "nice" API could use. User submitted functions are welcome :) It represents a massive simplification in post and topic accounting and a generalization of concepts like "soft deletion" as it works across both topics and posts (yes, this has preliminary support for soft deletions). The only "interesting" problem left is global topics, this has yet to be solved. Enough talk, time for sleep. P.S. Sorry if I broke stuff, was not done on purpose :) git-svn-id: file:///svn/phpbb/trunk@8485 89ea8834-ac86-4346-8a33-228a782c2dd0
* merging some changesMeik Sievertsen2008-03-318-16/+459
| | | | git-svn-id: file:///svn/phpbb/trunk@8484 89ea8834-ac86-4346-8a33-228a782c2dd0
* A little cleanupMarek A. R2008-03-293-50/+55
| | | | git-svn-id: file:///svn/phpbb/trunk@8480 89ea8834-ac86-4346-8a33-228a782c2dd0
* I mean it. Really. Go away.Nils Adermann2008-03-290-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@8478 89ea8834-ac86-4346-8a33-228a782c2dd0
* Go away evil carriage returns\!Nils Adermann2008-03-291-298/+298
| | | | git-svn-id: file:///svn/phpbb/trunk@8477 89ea8834-ac86-4346-8a33-228a782c2dd0
* It's here and it's awesome!Marek A. R2008-03-283-0/+1402
| | | | git-svn-id: file:///svn/phpbb/trunk@8476 89ea8834-ac86-4346-8a33-228a782c2dd0
* #22385 - David told me to ci thisHenry Sudhof2008-03-261-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8473 89ea8834-ac86-4346-8a33-228a782c2dd0
* new isset_post function and some better commentsNils Adermann2008-03-241-2/+38
| | | | git-svn-id: file:///svn/phpbb/trunk@8468 89ea8834-ac86-4346-8a33-228a782c2dd0
* not sure what the implications of this quick fix are, especially when ↵Nils Adermann2008-03-242-0/+2
| | | | | | upgrading from earlier versions we either have to use a different timezone depending on the server or fix timestamps on update, though shouldn't they be gmt already? git-svn-id: file:///svn/phpbb/trunk@8467 89ea8834-ac86-4346-8a33-228a782c2dd0
* - add error_reporting to style.php (merge from r8464)Nils Adermann2008-03-243-2/+7
| | | | | | | - let the error handler deal with E_STRICT (same as E_WARNING/E_NOTICE) and E_RECOVERABLE_ERROR (same as E_USER_ERROR) git-svn-id: file:///svn/phpbb/trunk@8466 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 r8462 from 3.0 branchNils Adermann2008-03-241-4/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@8463 89ea8834-ac86-4346-8a33-228a782c2dd0
* merging, revisions #r8453 and #r8454Meik Sievertsen2008-03-212-1/+34
| | | | git-svn-id: file:///svn/phpbb/trunk@8455 89ea8834-ac86-4346-8a33-228a782c2dd0
* merging... againMeik Sievertsen2008-03-1811-16/+64
| | | | git-svn-id: file:///svn/phpbb/trunk@8452 89ea8834-ac86-4346-8a33-228a782c2dd0
* - First PHP_CodeSniffer rule added that checks all files for a valid file docManuel Pichler2008-03-155-6/+348
| | | | | | comment as specified in "1.ii. File Header" of the phpBB Coding Guidelines. git-svn-id: file:///svn/phpbb/trunk@8435 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Initial commit of an ant build file that helps to execute the test suiteManuel Pichler2008-03-141-0/+46
| | | | | | | | for this code sniffer standard implementation. git-svn-id: file:///svn/phpbb/trunk@8434 89ea8834-ac86-4346-8a33-228a782c2dd0
* code sniffer directoryNils Adermann2008-03-140-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@8433 89ea8834-ac86-4346-8a33-228a782c2dd0
* merging #r8426 to #r8430Meik Sievertsen2008-03-1317-44/+84
| | | | git-svn-id: file:///svn/phpbb/trunk@8431 89ea8834-ac86-4346-8a33-228a782c2dd0
* Custom profile fields with date type should be timezone independend [Bug #15003]Nils Adermann2008-03-061-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8425 89ea8834-ac86-4346-8a33-228a782c2dd0
* Problem migrating old cvs working copy to svnHenry Sudhof2008-02-291-2/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@8423 89ea8834-ac86-4346-8a33-228a782c2dd0
* #22355 and #22365Meik Sievertsen2008-02-283-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@8421 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
* cross-ciHenry Sudhof2008-02-271-3/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@8415 89ea8834-ac86-4346-8a33-228a782c2dd0
* git-svn-id: file:///svn/phpbb/trunk@8413 89ea8834-ac86-4346-8a33-228a782c2dd0Henry Sudhof2008-02-271-1/+0
|
* cross-ciHenry Sudhof2008-02-2711-154/+157
| | | | git-svn-id: file:///svn/phpbb/trunk@8411 89ea8834-ac86-4346-8a33-228a782c2dd0
* guess we need to initialise it firstNils Adermann2008-02-261-4/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@8404 89ea8834-ac86-4346-8a33-228a782c2dd0
* allow search backends to handle regular updates too, and not just backend ↵Nils Adermann2008-02-251-0/+11
| | | | | | switches git-svn-id: file:///svn/phpbb/trunk@8403 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 #r8392 and #r8393Meik Sievertsen2008-02-232-12/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@8394 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390Meik Sievertsen2008-02-2330-325/+432
| | | | git-svn-id: file:///svn/phpbb/trunk@8391 89ea8834-ac86-4346-8a33-228a782c2dd0
* - New set of smilies (they're all face-shaped now), provided by camm15h. ↵Vic D'Elfant2008-02-2124-0/+0
| | | | | | | | Send all your love his way! ;) - Set svn:ignore on cache/*.php git-svn-id: file:///svn/phpbb/trunk@8386 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cross ci, converter not updated. (as 3.1 schema won't fit any more)Henry Sudhof2008-02-142-3/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@8383 89ea8834-ac86-4346-8a33-228a782c2dd0
* cross-ciHenry Sudhof2008-02-141-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8382 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor stuff: #20925, #20815Henry Sudhof2008-02-042-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@8376 89ea8834-ac86-4346-8a33-228a782c2dd0
* adding a new option to hide the entire list of subforums on listforumsNils Adermann2008-02-037-6/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@8373 89ea8834-ac86-4346-8a33-228a782c2dd0
* Alright, this should give some improved performance :)David M2008-02-0321-500/+45
| | | | | | | | | | | | | | | | | | This is the end of random seek access to rows. If you have a compelling reason as to why they should stay, contact me. Else, they are gone forevermore... The following API calls are deprecated: acm::sql_rowseek() -> no replacement $db->sql_fetchfield($field, $rownum = false, $query_id = false) -> $db->sql_fetchfield($field, $query_id = false) Initial tests show that phpBB3 over four percent of memory against phpBB3.1 on an empty board. So far so good :) Other cool things: db2, MS SQL ODBC and MS SQL 2005 all use less memory because they do not need to reference the last executed query to handle random access seeks :) P.S. The crazy people using SVN: please report any issues with the new way we itterate through caches, I do not want to miss anything :) git-svn-id: file:///svn/phpbb/trunk@8372 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge revisions: #r8359, #r8360, #r8368Meik Sievertsen2008-02-025-4/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@8369 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oh wellHenry Sudhof2008-02-011-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8365 89ea8834-ac86-4346-8a33-228a782c2dd0
* cross-ci 8362; #15120, #16029Henry Sudhof2008-02-012-4/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@8363 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merging revisions #r8352, #r8353, #r8354 and #r8355Meik Sievertsen2008-01-304-145/+163
| | | | git-svn-id: file:///svn/phpbb/trunk@8356 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge with revision #r8350Meik Sievertsen2008-01-3042-188/+199
| | | | git-svn-id: file:///svn/phpbb/trunk@8351 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merging revisions #r8346, #r8347 and #r8348Meik Sievertsen2008-01-2910-90/+117
| | | | git-svn-id: file:///svn/phpbb/trunk@8349 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge revision #r8334Meik Sievertsen2008-01-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8345 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge revision #r8343Meik Sievertsen2008-01-292-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@8344 89ea8834-ac86-4346-8a33-228a782c2dd0
* nit rightfully pickedHenry Sudhof2008-01-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8341 89ea8834-ac86-4346-8a33-228a782c2dd0