aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-2422-53/+96
| | | | git-svn-id: file:///svn/phpbb/trunk@7789 89ea8834-ac86-4346-8a33-228a782c2dd0
* new wrapper for LIKE expressions to streamline the fixes. We actually need ↵Meik Sievertsen2007-06-2318-82/+97
| | | | | | to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely). git-svn-id: file:///svn/phpbb/trunk@7788 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing a few things for postgres. Thanks to wagnerch for researching the ↵Henry Sudhof2007-06-225-9/+17
| | | | | | | | | issue and providing a patch. #12587 git-svn-id: file:///svn/phpbb/trunk@7787 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12595Henry Sudhof2007-06-212-10/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@7786 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12577Henry Sudhof2007-06-203-2/+11
| | | | | | | Don't allow users into bot mode to end the illusion of being able to log in as googlebot while keeping privileges (that really wasn't possible). git-svn-id: file:///svn/phpbb/trunk@7785 89ea8834-ac86-4346-8a33-228a782c2dd0
* try to support -- in smileys by not using comments within post text display...Meik Sievertsen2007-06-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7784 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12555David M2007-06-193-1/+43
| | | | git-svn-id: file:///svn/phpbb/trunk@7783 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix permission issue with the transfer class if using PHP4 or for those not ↵Meik Sievertsen2007-06-192-2/+8
| | | | | | having the ftp extension available git-svn-id: file:///svn/phpbb/trunk@7782 89ea8834-ac86-4346-8a33-228a782c2dd0
* - author search should take UTF-8 [Bug #11793]Nils Adermann2007-06-191-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7781 89ea8834-ac86-4346-8a33-228a782c2dd0
* - author search should take UTF-8 [Bug #11793]Nils Adermann2007-06-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7780 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12545Henry Sudhof2007-06-192-7/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@7779 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12415David M2007-06-183-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7778 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing a few minor bugs; changing one language variable.Henry Sudhof2007-06-186-8/+17
| | | | | | | | | | #12123 #12483 #12489 #12513 git-svn-id: file:///svn/phpbb/trunk@7777 89ea8834-ac86-4346-8a33-228a782c2dd0
* RTL changes with the help from arod-1 and dodo5000Meik Sievertsen2007-06-1822-95/+60
| | | | git-svn-id: file:///svn/phpbb/trunk@7776 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11313David M2007-06-183-1/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@7775 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12473David M2007-06-182-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7774 89ea8834-ac86-4346-8a33-228a782c2dd0
* - tiny changesDavid M2007-06-183-56/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@7773 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12519Henry Sudhof2007-06-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7772 89ea8834-ac86-4346-8a33-228a782c2dd0
* a tiny fixMeik Sievertsen2007-06-171-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7771 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***Meik Sievertsen2007-06-162-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7770 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11927David M2007-06-162-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7769 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12377David M2007-06-162-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@7768 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Oracle can't handle IN clauses with more than 1000 elements (Bug #12449)David M2007-06-165-36/+69
| | | | | | | - Firebird can now work properly in PHP4 git-svn-id: file:///svn/phpbb/trunk@7767 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12433 (attention: new language variable which *will* give php notices for ↵Meik Sievertsen2007-06-163-4/+6
| | | | | | those using a language pack not having this added variable) git-svn-id: file:///svn/phpbb/trunk@7766 89ea8834-ac86-4346-8a33-228a782c2dd0
* code is always left to right - #12389Meik Sievertsen2007-06-161-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7765 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix button issues with rtl languagesMeik Sievertsen2007-06-163-13/+17
| | | | | | | - fix direction of pagination (the crampted display in FF seems to be a bug in FF itself) git-svn-id: file:///svn/phpbb/trunk@7764 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should be a better fix for #12441Henry Sudhof2007-06-152-2/+5
| | | | | | | Should also fix #12393 git-svn-id: file:///svn/phpbb/trunk@7763 89ea8834-ac86-4346-8a33-228a782c2dd0
* err...Henry Sudhof2007-06-151-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7762 89ea8834-ac86-4346-8a33-228a782c2dd0
* well, oops.Henry Sudhof2007-06-151-1/+1
| | | | | | | #12441 git-svn-id: file:///svn/phpbb/trunk@7761 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12429Henry Sudhof2007-06-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7760 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12423Henry Sudhof2007-06-152-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7759 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #12337Henry Sudhof2007-06-152-9/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@7758 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small fix, thanks Black_HoleHenry Sudhof2007-06-151-1/+1
| | | | | | | #12427 git-svn-id: file:///svn/phpbb/trunk@7757 89ea8834-ac86-4346-8a33-228a782c2dd0
* *grumble*Henry Sudhof2007-06-144-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7756 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changing the behaviour of the hideonline permission.Henry Sudhof2007-06-1411-28/+62
| | | | | | | | | Test the current setting before altering the memory limit during install(Bug #12195) And another language var. git-svn-id: file:///svn/phpbb/trunk@7755 89ea8834-ac86-4346-8a33-228a782c2dd0
* add bidi.css for RTL support - we still use .rtl to be able to put special ↵Meik Sievertsen2007-06-128-57/+784
| | | | | | rules within the parsed stylesheet. since bidi.css is included after colours.css we ommit any colours there too. Still a lot to do here - i saw a lot of areas in need of some love (jumpbox, top links, topic/post icons, forum pagination) git-svn-id: file:///svn/phpbb/trunk@7754 89ea8834-ac86-4346-8a33-228a782c2dd0
* correctly re-assign query resultMeik Sievertsen2007-06-128-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@7753 89ea8834-ac86-4346-8a33-228a782c2dd0
* support RTL for menu switchMeik Sievertsen2007-06-112-4/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@7752 89ea8834-ac86-4346-8a33-228a782c2dd0
* A minor language-file fix.Henry Sudhof2007-06-112-5/+9
| | | | | | | #12245 git-svn-id: file:///svn/phpbb/trunk@7751 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introducing the ability to manually set the dimensions of an image in the ↵Henry Sudhof2007-06-116-10/+60
| | | | | | | | | | | | | | imageset editor. A little spelling. Introduces new language variable(s). #11925 #11675 git-svn-id: file:///svn/phpbb/trunk@7750 89ea8834-ac86-4346-8a33-228a782c2dd0
* my round of bug fixesMeik Sievertsen2007-06-1114-24/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@7749 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix for #12255 - do not allow empty cleaned usernamesMeik Sievertsen2007-06-101-2/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@7748 89ea8834-ac86-4346-8a33-228a782c2dd0
* um, oopsDavid M2007-06-101-3/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7747 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11833David M2007-06-102-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7746 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12189David M2007-06-102-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7745 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12287Henry Sudhof2007-06-105-11/+19
| | | | | | | | | #12219 A little clean-up in the installer (thanks ToonArmy) git-svn-id: file:///svn/phpbb/trunk@7744 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed a looped regexDavid M2007-06-101-17/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@7743 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12279 - Thanks to ToonArmyDavid M2007-06-092-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7742 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Oracle gives us null instead of '', this is now fixed (thanks APTX)David M2007-06-091-1/+68
| | | | | | | - Oracle can now explain queries git-svn-id: file:///svn/phpbb/trunk@7741 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12275, #12267Henry Sudhof2007-06-094-4/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@7740 89ea8834-ac86-4346-8a33-228a782c2dd0