aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
Commit message (Collapse)AuthorAgeFilesLines
...
* firebird :PMeik Sievertsen2006-08-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6279 89ea8834-ac86-4346-8a33-228a782c2dd0
* bugfixesMeik Sievertsen2006-08-121-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@6275 89ea8834-ac86-4346-8a33-228a782c2dd0
* sql_in_set changesMeik Sievertsen2006-08-121-85/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@6271 89ea8834-ac86-4346-8a33-228a782c2dd0
* - load tracking updates. Need to be tested on a clean installation too - at ↵Meik Sievertsen2006-08-091-6/+38
| | | | | | | | | the moment only tiny quirks are noticed at area51. - reported bugs fixed git-svn-id: file:///svn/phpbb/trunk@6256 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed some bugsMeik Sievertsen2006-08-051-163/+282
| | | | | | | | | - made imageset naming more consistent - updated every schema to be consistent and also fixed it (every db should install fine now) - git-svn-id: file:///svn/phpbb/trunk@6237 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing some bugsMeik Sievertsen2006-08-011-34/+55
| | | | | | | | | - shortening some db columns to meet the requirements - correctly increase/decrease user post counts - fix the topic title length bug(s) git-svn-id: file:///svn/phpbb/trunk@6224 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix the schema files as well as other tiny bugs.Meik Sievertsen2006-07-171-5/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@6190 89ea8834-ac86-4346-8a33-228a782c2dd0
* - renamed the following columns:Meik Sievertsen2006-07-131-24/+41
| | | | | | | | | | | | | | | comment -> attach_comment new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted module_name -> module_basename value -> lang_value - every column is now NOT NULL - every column is now having a DEFAULT value - hopefully mostly consistent across every db schema - untested schemas: sqlite, oracle, firebird git-svn-id: file:///svn/phpbb/trunk@6177 89ea8834-ac86-4346-8a33-228a782c2dd0
* this little file should help us in creating/editing all schema files. This ↵Meik Sievertsen2006-07-121-0/+1842
| | | | | | | | | file already includes the proposed NULL/NOT NULL/DEFAULT changes. The resulting schema needs to be tested - postgresql schema lacks it's CHECK values and UNSIGNED has been added. MSSQL no longer uses alter stable statements to create defaults. git-svn-id: file:///svn/phpbb/trunk@6173 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: split the tables used by the search indexer in order to load them ↵Ludovic Arnaud2006-07-121-10/+36
| | | | | | on a need-to-use basis and preserve memory git-svn-id: file:///svn/phpbb/trunk@6172 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: finished UTF normalization conformance testsLudovic Arnaud2006-07-102-51/+249
| | | | | | | Added: now generate_utf_files.php also generates the files needed by the search indexer git-svn-id: file:///svn/phpbb/trunk@6162 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: that script will run the UTF normalizer through a serie of ↵Ludovic Arnaud2006-07-091-0/+305
| | | | | | | | | conformance tests designed by the Unicode consortium for that purpose. Only the first part of the tests has been implemented yet TODO: test for invariants git-svn-id: file:///svn/phpbb/trunk@6158 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: that file will generate the files needed for Unicode normalization. ↵Ludovic Arnaud2006-07-091-0/+410
| | | | | | The actual files will be added to CVS once we decide where to store them git-svn-id: file:///svn/phpbb/trunk@6157 89ea8834-ac86-4346-8a33-228a782c2dd0
* change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what ↵Meik Sievertsen2006-06-221-11/+11
| | | | | | | | | is meant on the first look. the downside is that the information is no more accurate (permissions are still unset, defaulting to no) - someone might to overlook all explanations. :) git-svn-id: file:///svn/phpbb/trunk@6115 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, sorry for this. :/Meik Sievertsen2006-06-071-3/+3
| | | | | | | - cleaned up table names/constants git-svn-id: file:///svn/phpbb/trunk@6021 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-1/+1
| | | | | | | | | re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different apart from this, code cleanage, bug fixing, etc. git-svn-id: file:///svn/phpbb/trunk@6015 89ea8834-ac86-4346-8a33-228a782c2dd0
* - adding a file which displays duplicate language keysNils Adermann2006-05-121-0/+131
| | | | | | | - removed a few duplicates with equal contents [Bug #1193] git-svn-id: file:///svn/phpbb/trunk@5904 89ea8834-ac86-4346-8a33-228a782c2dd0
* - changed SUPER_MODERATORS to GLOBAL_MODERATORSMeik Sievertsen2006-04-301-3/+1
| | | | | | | | - do not cache moderators having no allowed auth settings - added fsock method to transfer class (this has been made by wGEric for us) git-svn-id: file:///svn/phpbb/trunk@5870 89ea8834-ac86-4346-8a33-228a782c2dd0
* - changed _module_*_url to only use the main module name but the mode as ↵Meik Sievertsen2006-04-081-6/+0
| | | | | | | | | | | | parameter - custom module lang function now suffixed by _lang - added general custom function with mode and module_row parameter - do not display friends/foes if zebra has been disabled git-svn-id: file:///svn/phpbb/trunk@5767 89ea8834-ac86-4346-8a33-228a782c2dd0
* Me, me, me!Nils Adermann2006-03-061-1/+1
| | | | | | | | | | | | - only search unapproved posts/topics in forums where the user got the m_approve permission - resize the search cache when it grows too huge (drop distant pages) - added unread link to search results page - streamlined search results and viewforum html code for displaying topics so we're waiting for David now :) git-svn-id: file:///svn/phpbb/trunk@5607 89ea8834-ac86-4346-8a33-228a782c2dd0
* - overhauled search systemNils Adermann2006-01-111-108/+35
| | | | | | | | | | | | | | - updated structure for search backend plugins - better result caching using ACM - search results no longer session restricted => link to them by copying the URL :) - in-topic search - indexing posts now uses search backend plugins - develop/search_fill.php working again - fulltext_mysql not working yet - tiny bugfixes to ACM git-svn-id: file:///svn/phpbb/trunk@5441 89ea8834-ac86-4346-8a33-228a782c2dd0
* blablaMeik Sievertsen2005-10-033-1/+239
| | | | git-svn-id: file:///svn/phpbb/trunk@5250 89ea8834-ac86-4346-8a33-228a782c2dd0
* - removed unnecessary pm optionsMeik Sievertsen2005-01-211-2/+15
| | | | | | | - added one option to clearly define email visibility git-svn-id: file:///svn/phpbb/trunk@5071 89ea8834-ac86-4346-8a33-228a782c2dd0
* - script to add missing permissionsMeik Sievertsen2004-11-061-0/+412
| | | | git-svn-id: file:///svn/phpbb/trunk@5021 89ea8834-ac86-4346-8a33-228a782c2dd0
* An update from JonathanPaul S. Owen2004-03-211-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4871 89ea8834-ac86-4346-8a33-228a782c2dd0
* no longer needed and no real future re-use potential (upgrading for example)Meik Sievertsen2004-02-281-132/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4845 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update user table for email hashing? Suggested and implemented by lanzer ... ↵Paul S. Owen2004-02-031-0/+76
| | | | | | we may as well give it a go too git-svn-id: file:///svn/phpbb/trunk@4791 89ea8834-ac86-4346-8a33-228a782c2dd0
* oh my god... HE GOT INSANE!Meik Sievertsen2003-11-041-0/+80
| | | | git-svn-id: file:///svn/phpbb/trunk@4635 89ea8834-ac86-4346-8a33-228a782c2dd0
* a lot of handwork is still required...Meik Sievertsen2003-11-012-1/+140
| | | | git-svn-id: file:///svn/phpbb/trunk@4629 89ea8834-ac86-4346-8a33-228a782c2dd0
* examining all lang vars used in php files will come later... do not forget ↵Meik Sievertsen2003-10-311-0/+540
| | | | | | to make your store folder writeable. git-svn-id: file:///svn/phpbb/trunk@4628 89ea8834-ac86-4346-8a33-228a782c2dd0
* only minor changes, some notes, played around with the code... nothing special.Meik Sievertsen2003-02-262-43/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@3543 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now, you just knew this was coming didn't you ... come on, admit it, you did ...Paul S. Owen2003-02-261-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3536 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge the post tables, clean it and the topic table up ... note that this ↵Paul S. Owen2003-02-261-0/+205
| | | | | | doesn't fail gracefully ... it'll be merged into the update script in due course, this is a rough and ready temporary solution. git-svn-id: file:///svn/phpbb/trunk@3535 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not relevant to the 2.2 branchPaul S. Owen2003-02-2510-1035/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3523 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-2/+2
| | | | | | bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final git-svn-id: file:///svn/phpbb/trunk@2958 89ea8834-ac86-4346-8a33-228a782c2dd0
* Turn all lang files into single array ... testing proposal by ractivePaul S. Owen2002-03-141-0/+82
| | | | git-svn-id: file:///svn/phpbb/trunk@2300 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix issues with view posts since last visit, errors on next page, ↵Paul S. Owen2002-02-251-37/+16
| | | | | | re-introduce external stopword list, examine feasibility of stemmer, tidy ups ... git-svn-id: file:///svn/phpbb/trunk@2205 89ea8834-ac86-4346-8a33-228a782c2dd0
* You MUST run this if you haven't run update_to_RC3 in recent days ... it ↵Paul S. Owen2002-02-181-0/+64
| | | | | | adds ESSENTIAL variables which, if missing, will prevent emails from containing correct URLs git-svn-id: file:///svn/phpbb/trunk@2185 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some security problems for those people that didn't remove or disable ↵Bart van Bragt2002-02-1611-4/+156
| | | | | | the /develop/ dir in their CVS install git-svn-id: file:///svn/phpbb/trunk@2168 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update for most online ... separated from page_headerPaul S. Owen2002-01-251-0/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@1956 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added title support and updated for changes in includes/search ... title ↵Paul S. Owen2002-01-251-109/+89
| | | | | | slows it down, guess it needs some work if possible ... git-svn-id: file:///svn/phpbb/trunk@1939 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved all search functions to includes/search.php Paul; please reviewBart van Bragt2002-01-031-138/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1781 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed fixed table name to constantBart van Bragt2001-12-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1561 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed fixed table name to constantBart van Bragt2001-12-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1560 89ea8834-ac86-4346-8a33-228a782c2dd0
* bug #488067: no, preg_quote() didn't always have 2 args.natec2001-12-111-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1553 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated to take account of schema changesPaul S. Owen2001-11-291-25/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@1484 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN ↵Bart van Bragt2001-11-241-0/+82
| | | | | | THE CONVERT SCRIPT IN /develop/ !! git-svn-id: file:///svn/phpbb/trunk@1436 89ea8834-ac86-4346-8a33-228a782c2dd0
* New and improved search_fill.php, still has a weird memory exhaustion bugBart van Bragt2001-11-151-186/+233
| | | | git-svn-id: file:///svn/phpbb/trunk@1327 89ea8834-ac86-4346-8a33-228a782c2dd0
* New search system, this isn't final, needs alterations, etc. can redeem this ↵Paul S. Owen2001-11-091-0/+311
| | | | | | against the full priced version with included coupon git-svn-id: file:///svn/phpbb/trunk@1293 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary avatar gallery supportPaul S. Owen2001-10-111-0/+51
| | | | git-svn-id: file:///svn/phpbb/trunk@1173 89ea8834-ac86-4346-8a33-228a782c2dd0