aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
Commit message (Collapse)AuthorAgeFilesLines
...
* again, a lot of bug fixesMeik Sievertsen2007-07-198-22/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@7909 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot that file in my last commitNils Adermann2007-07-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7898 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Handle forum links/redirects within viewforum if no read permission given ↵Meik Sievertsen2007-07-162-1/+5
| | | | | | | | | (to display login box or error message) (Bug #13467) - Prevent changing postable forum having subforums to link forum without moving subforums out first git-svn-id: file:///svn/phpbb/trunk@7895 89ea8834-ac86-4346-8a33-228a782c2dd0
* - search result extract shouldn't end in the middle of a multibyte character ↵Nils Adermann2007-07-152-1/+2
| | | | | | | | | | | | | [Bug #11863] - missing localisation for an imageset shouldn't create lots of "imageset refreshed" log messages [Bug #12027] - explain that themes which need parsing cannot be stored on the filesystem [Bug #11134] - normalize usernames (we really need to make sure we normalize everything) - improved utf8_clean_string, more complete list of homographs and NFKC normalization, also the resulting string is now trimmed - corrected searching subforums explanation [Bug #12209] git-svn-id: file:///svn/phpbb/trunk@7890 89ea8834-ac86-4346-8a33-228a782c2dd0
* even more fixes. :oMeik Sievertsen2007-07-153-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7889 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13435Henry Sudhof2007-07-153-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7887 89ea8834-ac86-4346-8a33-228a782c2dd0
* a bunch of fixesMeik Sievertsen2007-07-141-8/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@7884 89ea8834-ac86-4346-8a33-228a782c2dd0
* some more fixesMeik Sievertsen2007-07-121-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7875 89ea8834-ac86-4346-8a33-228a782c2dd0
* allow what is stated within the changelog...Meik Sievertsen2007-07-121-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7874 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixesMeik Sievertsen2007-07-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7866 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes here and thereMeik Sievertsen2007-07-104-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@7860 89ea8834-ac86-4346-8a33-228a782c2dd0
* - do not include if there are no files fetched with glob()Meik Sievertsen2007-07-091-0/+3
| | | | | | | - allow options for merged files on update (merge, new file, old file) git-svn-id: file:///svn/phpbb/trunk@7848 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13107Henry Sudhof2007-07-091-2/+2
| | | | | | | #13107 git-svn-id: file:///svn/phpbb/trunk@7847 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes. :)Meik Sievertsen2007-07-061-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7836 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding the bot mark/unmark links already promised in the changelog.Henry Sudhof2007-07-024-10/+11
| | | | | | | | | | | Adds backlinks to the success screen after closing reports (#12905) Some style and language fixes (#12493, #12235, #11235, #11949) - the latter is still not perfect. Added code to the phpBB2 converter to deal with slashed quotes (#12607) Changes and adds language entries :) git-svn-id: file:///svn/phpbb/trunk@7822 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12941Henry Sudhof2007-07-021-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7820 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes... most importantly the ability to update the board with the ↵Meik Sievertsen2007-07-013-6/+1
| | | | | | automatic files while having fsockopen disabled (instead, the update file information will be used, which may be inaccurate if the admin did a mistake). git-svn-id: file:///svn/phpbb/trunk@7818 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes...Meik Sievertsen2007-06-301-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7813 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12461Henry Sudhof2007-06-291-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7809 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugsMeik Sievertsen2007-06-281-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7805 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor fixesHenry Sudhof2007-06-261-1/+1
| | | | | | | #12699 git-svn-id: file:///svn/phpbb/trunk@7800 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing bugs within the updater...Meik Sievertsen2007-06-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7798 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing a few minor bugs; changing one language variable.Henry Sudhof2007-06-181-1/+1
| | | | | | | | | | #12123 #12483 #12489 #12513 git-svn-id: file:///svn/phpbb/trunk@7777 89ea8834-ac86-4346-8a33-228a782c2dd0
* #12433 (attention: new language variable which *will* give php notices for ↵Meik Sievertsen2007-06-161-0/+1
| | | | | | those using a language pack not having this added variable) git-svn-id: file:///svn/phpbb/trunk@7766 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changing the behaviour of the hideonline permission.Henry Sudhof2007-06-141-0/+1
| | | | | | | | | 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
* A minor language-file fix.Henry Sudhof2007-06-111-0/+4
| | | | | | | #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-112-2/+3
| | | | | | | | | | | | | | 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-111-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7749 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, mess around with the templates + fixing some bugs + adjusting headers ↵Meik Sievertsen2007-06-0915-55/+57
| | | | | | for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!) git-svn-id: file:///svn/phpbb/trunk@7736 89ea8834-ac86-4346-8a33-228a782c2dd0
* other fixesMeik Sievertsen2007-06-082-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7726 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding a little more exlanation about flash.Henry Sudhof2007-06-071-2/+3
| | | | | | | | | Enabling FLASH per default while leaving the default permissions to disable it. There might be no mods and admins visible one a board #12185 git-svn-id: file:///svn/phpbb/trunk@7722 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changing the stance we take towards flash. (DelvarWorld, NeoThermic)Henry Sudhof2007-06-063-2/+4
| | | | | | | | | | fixing a few smaller bugs. #12007 #12003 git-svn-id: file:///svn/phpbb/trunk@7715 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding a few safeguards to stop people from breaking their own boards ;)Henry Sudhof2007-06-041-0/+4
| | | | | | | Translators, I'm sorry but this means some work for you. git-svn-id: file:///svn/phpbb/trunk@7713 89ea8834-ac86-4346-8a33-228a782c2dd0
* tiny fixes which do not need to be listed within the changelog... (falls ↵Meik Sievertsen2007-06-032-4/+2
| | | | | | under tiny stylistic and language changes) git-svn-id: file:///svn/phpbb/trunk@7709 89ea8834-ac86-4346-8a33-228a782c2dd0
* small changes - mostly style related to fix cross-browser issues.Meik Sievertsen2007-05-291-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7696 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding to the conversion documentation. This introduces and changes ↵Henry Sudhof2007-05-281-2/+3
| | | | | | | | | | | | | languages variables. #11407 #11251 #11673 #11671 #11215 git-svn-id: file:///svn/phpbb/trunk@7694 89ea8834-ac86-4346-8a33-228a782c2dd0
* hopefully not too late in the game. Checked in new jabber class (the class ↵Meik Sievertsen2007-05-262-14/+6
| | | | | | | | | done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine... - other fixes git-svn-id: file:///svn/phpbb/trunk@7687 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11583David M2007-05-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7673 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some fixes...Meik Sievertsen2007-05-248-8/+10
| | | | | | | @translators: please note the split of SEND_EMAIL ;) git-svn-id: file:///svn/phpbb/trunk@7672 89ea8834-ac86-4346-8a33-228a782c2dd0
* This probably broke things :|Henry Sudhof2007-05-231-0/+2
| | | | | | | | | | #10697 #11421 #11555 #11421 git-svn-id: file:///svn/phpbb/trunk@7666 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11255David M2007-05-223-2/+3
| | | | | | | | | | | | | | | #11259 #11291 #11335 #11457 #11473 #11475 #11511 #11523 #11527 git-svn-id: file:///svn/phpbb/trunk@7663 89ea8834-ac86-4346-8a33-228a782c2dd0
* - style.php uses default language fallback for the imageset like session.php nowNils Adermann2007-05-201-7/+8
| | | | | | | | - style.php removes placeholders for non-existant images instead of leaving them alone - automatically try to load a localised part of an imageset if the folder exists and no images for that language were found in the database, thanks PhilippK git-svn-id: file:///svn/phpbb/trunk@7654 89ea8834-ac86-4346-8a33-228a782c2dd0
* sorry for the change, but i have to agree, they are used for very different ↵Meik Sievertsen2007-05-202-1/+2
| | | | | | purposes. ;) git-svn-id: file:///svn/phpbb/trunk@7653 89ea8834-ac86-4346-8a33-228a782c2dd0
* language change and reset locked status for link forum type.Meik Sievertsen2007-05-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7652 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11229, #11233Meik Sievertsen2007-05-192-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7650 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11189David M2007-05-191-48/+52
| | | | git-svn-id: file:///svn/phpbb/trunk@7647 89ea8834-ac86-4346-8a33-228a782c2dd0
* we included a check for getimagesize() existance... now we again can ↵Meik Sievertsen2007-05-191-1/+1
| | | | | | suppress notices while running this function. git-svn-id: file:///svn/phpbb/trunk@7646 89ea8834-ac86-4346-8a33-228a782c2dd0
* Better here; well-spotted John :DHenry Sudhof2007-05-192-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7645 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow pre-setting language dependant data in schema_data.sql... specified ↵Meik Sievertsen2007-05-192-1/+53
| | | | | | with {L_*}, also create the search index on installation git-svn-id: file:///svn/phpbb/trunk@7644 89ea8834-ac86-4346-8a33-228a782c2dd0
* oh my god - what did he do? Adding attachment display to post/topic review, ↵Meik Sievertsen2007-05-192-10/+0
| | | | | | queue, reports, post details, mcp topic view... fixing other tiny things along the line. git-svn-id: file:///svn/phpbb/trunk@7642 89ea8834-ac86-4346-8a33-228a782c2dd0