aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - small issueDavid M2007-03-011-2/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@7103 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8358Meik Sievertsen2007-03-011-9/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@7102 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8354Meik Sievertsen2007-03-011-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7101 89ea8834-ac86-4346-8a33-228a782c2dd0
* grrrrrrrrrrrrrrrrrrrMeik Sievertsen2007-03-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7100 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8418Jonathan Stanley2007-02-281-1/+1
| | | | | | | Critirion singularity :P git-svn-id: file:///svn/phpbb/trunk@7099 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8408Jonathan Stanley2007-02-281-2/+2
| | | | | | | This one makes Bertiezilla cire ;_; git-svn-id: file:///svn/phpbb/trunk@7098 89ea8834-ac86-4346-8a33-228a782c2dd0
* - pretty sweet speed increaseDavid M2007-02-281-62/+83
| | | | git-svn-id: file:///svn/phpbb/trunk@7097 89ea8834-ac86-4346-8a33-228a782c2dd0
* #6884Meik Sievertsen2007-02-281-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7096 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8184 take 2... i18n/L10n RTL/LTR fixJonathan Stanley2007-02-281-1/+1
| | | | | | | SHS`: 1, dhn: 0 git-svn-id: file:///svn/phpbb/trunk@7095 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8184Dominik Dröscher2007-02-271-1/+1
| | | | | | | dhn 1, Internet Explorer 0 git-svn-id: file:///svn/phpbb/trunk@7094 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8376David M2007-02-271-177/+182
| | | | git-svn-id: file:///svn/phpbb/trunk@7093 89ea8834-ac86-4346-8a33-228a782c2dd0
* max_quote_depth is set to 0 before too...Meik Sievertsen2007-02-271-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7092 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7630Jonathan Stanley2007-02-2749-166/+166
| | | | | | | | | | #7658 #8360 ... and all other RTL/LTR issues, probably, if this commited fix works as it should. Did I ever mention how I really hate HTML tables for layout? :P git-svn-id: file:///svn/phpbb/trunk@7091 89ea8834-ac86-4346-8a33-228a782c2dd0
* "Reintroducing" S_CONTENT_DIR_LEFT & S_CONTENT_DIR_RIGHT as ↵Jonathan Stanley2007-02-271-0/+2
| | | | | | | | | | | S_CONTENT_FLOW_BEGIN & S_CONTENT_FLOW_END, but rather than taking values from ./language/xx/common.php (which often got translated when not needed, eg: to French, or just plain not used at all, swapping left=>right and right=>left in RTL mode). We now enumerate left/right-right/left-ness by checking the directionality (S_CONTENT_DIRECTION) that is set within common.php Or better still! Template/Style authors should stop hardcoding alignments/floats and put everything into the CSS, in which case LTR/RTL changes can be done very cleanly and sanely by prefexing specific rules with the .ltr/.rtl class. git-svn-id: file:///svn/phpbb/trunk@7090 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8282David M2007-02-261-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7089 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7986Jonathan Stanley2007-02-261-1/+1
| | | | | | | Forced LTR directionality for poll image segments... conditional images would have worked to, though is excessively verbose. :P git-svn-id: file:///svn/phpbb/trunk@7088 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7722 ... am sure I did this one, ho-hum.Jonathan Stanley2007-02-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7087 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7682 ... force directionality much like the <bdo> for overall_footer.html, ↵Jonathan Stanley2007-02-261-0/+1
| | | | | | those that really want to have RTL code (.NET and C# would support this I guess) will have to add custom BBCode+CSS. :P git-svn-id: file:///svn/phpbb/trunk@7086 89ea8834-ac86-4346-8a33-228a782c2dd0
* Second attempt at getting the tabs to display correctly in RTL mode. ↵Jonathan Stanley2007-02-261-5/+8
| | | | | | Amazingly, floating the little span on the reworked ACP permissions tabs "right" is utterly destroyed by current browsers; Firefox 1.5.0.x/2.0.0.x, Opera 9 and IE7. Only Firefox 3.0 Alpha 3 works correctly (it has the Reflow Branch stuff in, which allows it to pass Acid2)... so whilst the CSS is there, it's commented out. If you want a decent RTL CSS experience, start using Firefox 3.0 (Gran Paradiso) and get those bug reports in! git-svn-id: file:///svn/phpbb/trunk@7085 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7654Jonathan Stanley2007-02-261-1/+1
| | | | | | | Ah CSS specificity... ;) git-svn-id: file:///svn/phpbb/trunk@7084 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7504 part 2... the tabs don't need to much margin/padding fiddling after all.Jonathan Stanley2007-02-261-7/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7083 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7504 part 1... getting the phpBB logo on the correct side when RTLJonathan Stanley2007-02-261-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7082 89ea8834-ac86-4346-8a33-228a782c2dd0
* LTR/RTL script issues... add a bi-directional override to the debug info (if ↵Jonathan Stanley2007-02-261-1/+1
| | | | | | shown) so that it is forced LTR, since it is always English which also always written in an LTR script (Latin). git-svn-id: file:///svn/phpbb/trunk@7081 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8166Dominik Dröscher2007-02-251-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7080 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added an explanation of gzip compression [Bug #8198]Nils Adermann2007-02-252-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7079 89ea8834-ac86-4346-8a33-228a782c2dd0
* A couple changes to improve usability:Jonathan Stanley2007-02-252-4/+9
| | | | | | | | | | 1) Reworded the "Install missing" explain for the converter 2) "Forked" the final page of a clean install to give two options... #1 being going to the convertor and #2 being the already existing "Take me to your ACP!" stuff. Shouldn't have broken anything else, though the i18n/L10n lot will need to update their strings for this. ;) git-svn-id: file:///svn/phpbb/trunk@7078 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot this :PDavid M2007-02-251-14/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@7077 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix htmlspecialchars handling in search (search backends get specialchared ↵Nils Adermann2007-02-2516-183/+269
| | | | | | | | | | | | | | | | | | | | input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156] - allow cancelling search index creation/removal - custom CSS class name input too short [Bug #8328] - give an error message if a password wasn't convertable (special characters in non-standard encoding) - moved still_on_time to functions.php, used by acp_search and converter, might be useful for MODs (or complex cron scripts) - do not allow empty passwords on login - add sids to local URLs in posts (this was a really terrible bug to fix ;-)) [Bug #7892] - ignore invalid HTTP_X_FORWARDED_FOR headers (just use REMOTE_ADDR if invalid) [Bug #8314] - changed forum listing code on search page and acp_attachments [Bug #6658] - search indexing uses still_on_time(), smaller batch size (1000) and meta_refresh() instead of redirect(), this should solve a few problems [Bugs #8034, #8270] - made password requirement language strings clearer - ALPHA is not meant to be alphanumric [Bug #7764] - display bug in firefox on linux making the pagination wrap on search results page (caused by &nbsp;) git-svn-id: file:///svn/phpbb/trunk@7076 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8342David M2007-02-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7075 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7882David M2007-02-251-0/+48
| | | | git-svn-id: file:///svn/phpbb/trunk@7074 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7882David M2007-02-258-307/+306
| | | | git-svn-id: file:///svn/phpbb/trunk@7073 89ea8834-ac86-4346-8a33-228a782c2dd0
* - small bugDavid M2007-02-251-0/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@7072 89ea8834-ac86-4346-8a33-228a782c2dd0
* rewording the disallowed username language variable - related to #7614Meik Sievertsen2007-02-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7071 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, i am not sure if this change is doing what is intended (forcing at least ↵Meik Sievertsen2007-02-251-2/+2
| | | | | | one row to be processed) - please test. :) (i am currently not able to) git-svn-id: file:///svn/phpbb/trunk@7070 89ea8834-ac86-4346-8a33-228a782c2dd0
* bots get the same access as guests for forums having AUTH_ALL in 2.0.xMeik Sievertsen2007-02-251-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7069 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7924Dominik Dröscher2007-02-252-4/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7068 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8330David M2007-02-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7067 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8332David M2007-02-251-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7066 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7760Dominik Dröscher2007-02-251-10/+10
| | | | | | | Removing the accesskey mention, as even browsers on the same platform do not use the same modifier keys to activate them. git-svn-id: file:///svn/phpbb/trunk@7065 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8066 synchDominik Dröscher2007-02-251-16/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@7064 89ea8834-ac86-4346-8a33-228a782c2dd0
* this hopefully solves the issue of wrongly converted ips completely. ↵Meik Sievertsen2007-02-251-3/+3
| | | | | | Sometimes there is really no ip... git-svn-id: file:///svn/phpbb/trunk@7063 89ea8834-ac86-4346-8a33-228a782c2dd0
* blargh...Dominik Dröscher2007-02-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7062 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7996Dominik Dröscher2007-02-252-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7061 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, this should still fix the issues for empty poster ids within the posts ↵Meik Sievertsen2007-02-251-7/+5
| | | | | | table (they are skipped) but should fix wrong ban entries (after conversion the anonymous user is banned. :)) git-svn-id: file:///svn/phpbb/trunk@7060 89ea8834-ac86-4346-8a33-228a782c2dd0
* - made prune a bit nicerDavid M2007-02-254-2/+21
| | | | | | | #8236 git-svn-id: file:///svn/phpbb/trunk@7059 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8292David M2007-02-252-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@7058 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reword.Jonathan Stanley2007-02-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7057 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8098David M2007-02-241-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7056 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7812Dominik Dröscher2007-02-241-5/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7055 89ea8834-ac86-4346-8a33-228a782c2dd0
* trying to fix some bugs...Meik Sievertsen2007-02-2411-20/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@7054 89ea8834-ac86-4346-8a33-228a782c2dd0