History | View | Annotate | Download (45 kB)
commit 36a4c410cedf876bf1c532037e8d49a3cb5d86ccMerge: 181f255 72fbd4dAuthor: Andreas Fischer <bantu@phpbb.com>Date: Fri Feb 4 17:36:14 2011 +0100
Merge branch 'ticket/nickvergessen/9966' into develop-olympus
commit f97d0e0195de5f7d0d6ad4a4c5663b95971f96f3Merge: e35392c 4349becAuthor: Nils Adermann <naderman@naderman.de>
Merge branch 'bug/nickvergessen/59135' into develop-olympus
Bug #57795 - [Fix] Restrict search for language/../iso.txt to folders.
Authorised by: bantu
[Feature] Add confirmation for deactivating language packs
Authorised by: AcydBurn
Fixed bug #45735
change the way we do chmodd'ing. I know, my implementation really sucked... good we have motivated community members who point this out. ;) Thanks to faw for providing a way better function and for discussing and also abiding to our needs. :) LEW21 should maybe credited too... he gave the inspiration without knowing it.
the chmod change i already had within the changelog (by mistake). This should further secure writable directories and created files.Installation need to be tested on different hosts.
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
more fixes...
- Submitting language changes via acp_language should be possible again [Bug #14736]
dumdidum... sorry. ;)
Cleanup in aisle 15
Ok, here comes a big one. Poor updater. Also requires testing.
#i91#i92#i93#i94#i95#i96
#i52
fixing some bugs
some bugs fixed
err, forgot to commit
try to normalize everything...
basically what is listed within the changelog. ;)
Better support for nested transactions...
Installing a language will now automatically install the localized imageset stuff, deleting a language will do the reverse
some changes/bugfixes
fixing some bugsmore mcp links for easier moderating different aspects (all, forum, topic)i may have introduced new bugs with this commit due to me having fixed some things weeks ago and some code changed in between - please report if you see something not working as expected.
only some minor fixes
- fix some oddities (doubled spaces for example)- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.- Changed some permission namings based on suggestions by the community...
- added confirm box to ucp zebra (adding fried/foe)- permission fixes for conversions- use more appropiate error message within convertor if source tables could not be found- other tiny fixes
#7254#7258#7268#7278#7314
- fixing some bugs- removing utf8 characters from email files (has been discussed internally, you guys know why)- making sure some opendir calls are checked before calling readdir.
fix some general bugs and some convertor related
- use var_export instead of our format_array function [Bug #6748]- fix dumb error in column naming [Bug #6750]- Make sure to catch some special conditions for cpf translation as well as correctly removing/adding default values on language installation/removing [Bug #6752]
- add return links to approve details [#6252]- lets decide on input field or textarea based on the entry length in language pack management [#6280]
minor bugfixing
- fixes for the following bugs:#5326#5318#5304#5290#5288#5278#5276#5272#5266- also fixed the "Call-time pass-by-reference" bug #5252- within this step changed the normalize calls to require references.- added captcha size variables to the class scope (suggestion was posted at area51)
- some fixes- added script for easy adjustement of username_clean column within the users table (please see the note i added to the utf8_clean_string() function)
ok, i am an idiot...
- make sure the sql layer for mysql always states mysql4 and get to mysql if using mysql < 4- assign some default vars to email templates (we always need some basic ones)
- implemented the suggested html_entity_decode function made by david- fixed string length checking by also decoding entities for the sake of checking- used the new html_entity_decode function
Revised attachment categories a bitFixes for the following bugs:#4830#4818#4816#4810#4808#4798#4796#4772#4662#4646#4546#4524#4270
I hope not having introduced additional severe errors :)
he braces style is deprecated as of PHP 6
consistent acp layout regarding backlinks and messages.
Make sure comments in generated language files include UTF reference
- some bugfixes- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
submit some attachment changes/fixes as well as fixing the language pack download for zip files.
- include missing files in language pack download- add mods directory, else we most likely forget that language files within the mods directory are automatically editable (to support seperating mod language files).
fix some bugs... again. :)
- fixed language pack management a bit (supporting backslashes)- fixed ftp_fsock, also fixing a reported bug in there
time to squash some bugs
- removed db cache (might re-appear, but for now we do not see the need for it)- all changes to styles/subsilver/template are purely cosmetic (no functional changes)- cosmetics- bugfixes- add index to modules table- use modules ordering code for forums too
- added class="radio" to all radio- and checkboxes- make sure the database gets closed correctly in cron.php- bugfixes
- fixed a few bugs- added user_add() function- check posted images ([img]) for same domain/scipt and php files- auth_api.html updated to the coding guidelines look&feel- introduced ability to force non page-updates (cron is using it)- correctly resend coppa email
- Language download works again
ok, this one is rather large... the most important change: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.
- Bug #1453
To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.
- fix a bunch of bugs- <!-- $Id$ --> is no longer allowed in template (.html) files- changed layout of private message screens (folders are menu items)...
- Bug 1301
ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.
- a bunch of bugfixes. :P
- You can now export an entire folder as either CSV or XML :D
Er... You didn't see this, right?
- Uploading changed language files in the language ACP panel :-)
- fix some tiny bugs- fix module system (sometimes the layout is broken due to falsly deactivated categories)- auth updates (setting permissions)- fix "category jumping" bug in acp- u_action is defined by the module itself
my turn to break things... harharhar- checking in permission settings and permission masks- permission presets and documentation not finished yet- added backtrace function to determine file/line for sql errors- fixed marlist for orphan attachments/groups/logs/users...
- file_get_contents instead of imploding file()s or fread()ing till the maximum filesize- language and style properly use compression- language now prompts user for methods- functions_compress does not need to eval() to get a hex date, instead calls pack()...
- some changes to browser checking (was the reason for not working logins)- partly working style acp- other tiny changes here and there
- added acp_language (language pack management)- minor adjustments to cope with PHP5.x