aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - correctly check custom class names [Bug #7206]Nils Adermann2007-01-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6929 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7230 and first part of #5706Dominik Dröscher2007-01-243-5/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@6928 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix severe bug with email hash calculationMeik Sievertsen2007-01-245-4/+28
| | | | | | | - fix bug in convertor not correctly converting config values git-svn-id: file:///svn/phpbb/trunk@6927 89ea8834-ac86-4346-8a33-228a782c2dd0
* unknownMeik Sievertsen2007-01-242-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6926 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added confirm box to ucp zebra (adding fried/foe)Meik Sievertsen2007-01-2417-157/+213
| | | | | | | | | - permission fixes for conversions - use more appropiate error message within convertor if source tables could not be found - other tiny fixes git-svn-id: file:///svn/phpbb/trunk@6925 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7150 ... part 3. As per ↵Jonathan Stanley2007-01-241-27/+180
| | | | | | http://www.phpbb.com/bugs/viewreport.php?b=7150#c15182 ... hopefully this works first time. RTL language (Arabic, Hebrew, etc) testers might was to have a gander using CVS and see if everything "works" as expected. git-svn-id: file:///svn/phpbb/trunk@6924 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7150 ... take 3Jonathan Stanley2007-01-241-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@6923 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7114 ... blablablaJonathan Stanley2007-01-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6922 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7274David M2007-01-221-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6921 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing mcp bugs by introducing a new feature to check for loaded/accessible ↵Meik Sievertsen2007-01-227-188/+259
| | | | | | modules/modes. If the MCP module "logs" get disabled the quick mod tools on viewtopic still show a link to the logs, this will then lead to an error message. This is not fixable. The logs should be accessible to all moderators by default. git-svn-id: file:///svn/phpbb/trunk@6920 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, why not.Dominik Dröscher2007-01-221-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6919 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7246Dominik Dröscher2007-01-2112-15/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@6918 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7320Dominik Dröscher2007-01-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6917 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some permission interface updates:Dominik Dröscher2007-01-213-10/+72
| | | | | | | | - checkbox now hidden by default, only shown when an advanced view is opened - mark all and unmark all now available git-svn-id: file:///svn/phpbb/trunk@6916 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-2158-143/+132
| | | | git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7254Dominik Dröscher2007-01-214-15/+26
| | | | | | | | | | #7258 #7268 #7278 #7314 git-svn-id: file:///svn/phpbb/trunk@6914 89ea8834-ac86-4346-8a33-228a782c2dd0
* sql_in_set only allows empty sets if the last parameter is set to true, ↵Nils Adermann2007-01-201-7/+20
| | | | | | otherwise it will throw an error message and a backtrace git-svn-id: file:///svn/phpbb/trunk@6913 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing some bugsMeik Sievertsen2007-01-2047-141/+247
| | | | | | | | - removing utf8 characters from email files (has been discussed internally, you guys know why) - making sure some opendir calls are checked before calling readdir. git-svn-id: file:///svn/phpbb/trunk@6912 89ea8834-ac86-4346-8a33-228a782c2dd0
* - tiny issue in display_forums() made is possible for get_moderators() to ↵David M2007-01-201-1/+1
| | | | | | cache the same query twice git-svn-id: file:///svn/phpbb/trunk@6911 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7256David M2007-01-201-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6910 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7150Jonathan Stanley2007-01-191-4/+30
| | | | | | | Part 2... see: http://www.phpbb.com/bugs/viewreport.php?b=7150#c14962 git-svn-id: file:///svn/phpbb/trunk@6909 89ea8834-ac86-4346-8a33-228a782c2dd0
* some opendir/closedir fixesMeik Sievertsen2007-01-192-6/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@6908 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7248Meik Sievertsen2007-01-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6907 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some more permission updatesDominik Dröscher2007-01-183-11/+84
| | | | git-svn-id: file:///svn/phpbb/trunk@6906 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugsMeik Sievertsen2007-01-1815-279/+228
| | | | git-svn-id: file:///svn/phpbb/trunk@6905 89ea8834-ac86-4346-8a33-228a782c2dd0
* The apply to selected items checkboxDominik Dröscher2007-01-182-3/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@6904 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7242Dominik Dröscher2007-01-181-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@6903 89ea8834-ac86-4346-8a33-228a782c2dd0
* This could help to make it work I guess ... :)Dominik Dröscher2007-01-181-0/+243
| | | | git-svn-id: file:///svn/phpbb/trunk@6902 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hello new permission interface. Everyone please give it a proper welcome and ↵Dominik Dröscher2007-01-184-525/+435
| | | | | | test the beejesus out of it. git-svn-id: file:///svn/phpbb/trunk@6901 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***Meik Sievertsen2007-01-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6900 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugs i introduced while fixing other bugs. :)Meik Sievertsen2007-01-189-16/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@6899 89ea8834-ac86-4346-8a33-228a782c2dd0
* - found a small bug in the list parser while working on another bugDavid M2007-01-181-13/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@6898 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7228David M2007-01-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6897 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7220Dominik Dröscher2007-01-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6896 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7198 and some related issuesDominik Dröscher2007-01-174-79/+69
| | | | git-svn-id: file:///svn/phpbb/trunk@6895 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, handled some bugs... the most important being validate_username (the ↵Meik Sievertsen2007-01-1742-222/+239
| | | | | | variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o git-svn-id: file:///svn/phpbb/trunk@6894 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7092Dominik Dröscher2007-01-175-9/+15
| | | | | | | #7088 git-svn-id: file:///svn/phpbb/trunk@6893 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7156David M2007-01-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6892 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forgot that one for #7110Dominik Dröscher2007-01-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6891 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7110Dominik Dröscher2007-01-162-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6890 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmm ...Dominik Dröscher2007-01-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6889 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7120Dominik Dröscher2007-01-166-17/+18
| | | | | | | - some consistency fixes git-svn-id: file:///svn/phpbb/trunk@6888 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7150Jonathan Stanley2007-01-143-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@6887 89ea8834-ac86-4346-8a33-228a782c2dd0
* - solved a problem with magic urls inside brackets, and with bbcodes being ↵Nils Adermann2007-01-134-18/+35
| | | | | | | | | | treated as IPv6 addresses - turn NOT IN () and IN () into 1=1 and 1=0 so the database will understand it, instead of throwing an error in sql_in_set [Bug #7118] - some tiny fixes to fulltext_native git-svn-id: file:///svn/phpbb/trunk@6886 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remains from #6998Dominik Dröscher2007-01-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6885 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7036Dominik Dröscher2007-01-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6884 89ea8834-ac86-4346-8a33-228a782c2dd0
* #7032Dominik Dröscher2007-01-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@6883 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some cleanup. Be gone you outdated JS code!Dominik Dröscher2007-01-113-85/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@6882 89ea8834-ac86-4346-8a33-228a782c2dd0
* mehDavid M2007-01-111-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@6881 89ea8834-ac86-4346-8a33-228a782c2dd0
* #6772David M2007-01-1124-33/+91
| | | | | | | - some other random things git-svn-id: file:///svn/phpbb/trunk@6880 89ea8834-ac86-4346-8a33-228a782c2dd0