History | View | Annotate | Download (53.5 kB)
3.0.2-RC2 released
Fix some instances where we left db connections open (registration -> captcha for example)
not unsetting message_parser - a mod or site may want to re-use it.
Hiding everywhere little buggers, eh?
#21315
#15120#16029
One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)Although i somehow mistakingly got #20445 and #15249 into it. :/
Removing s_watching_img from watch_topic_forum() function (Bug #20445)Changing order for post review if more than one post affected (Bug #15249)...
Correctly check empty subjects/messages (Bug #17915)Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745)Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
wrong call - utf8_clean_string() instead of utf_clean_string() :)
err...
err ... why all this?
#15889
some further fixes- re-introduce grabbing random number from /dev/urandom
dumdidum... sorry. ;)
some bugfixes.
#i71#i72
Ok, here comes a big one. Poor updater. Also requires testing.
#i91#i92#i93#i94#i95#i96
#i62 - #i65gone through every javascript invocation and making sure we adhere to our coding guidelines.
necessary changes...
- two new packages... diff and utf- only 60 chars for topic title if new post (please see changelog for explanation)- change utf8_wordwrap (had some bugs david and nils spotted - was not really functional, sorry for this. :D)
some tiny fixes and two new features. ;)
err, forgot to commit
#13800
do not get too excited
try to normalize everything...
#13657 - thanks Thatbitextra
#13435
#12947 - thanks to APTX for his partial patch and Highway_of_Life and iWisdom for testing
#11349
Adding the bot mark/unmark links already promised in the changelog.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)...
deny access to the posting page for bots...
Fixing a few minor bugs; changing one language variable.
#12123#12483#12489#12513
#12433 (attention: new language variable which will give php notices for those using a language pack not having this added variable)
my round of bug fixes
ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)
#12263
Changing the stance we take towards flash. (DelvarWorld, NeoThermic)fixing a few smaller bugs.
#12007#12003
Some fixes and improvements.#11817#11851#11801#11461
hopefully not too late in the game. Checked in new jabber class (the class 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
#11257
... 96 bugs on the wall ...
#11046 - properly show load button.
#10781Thanks APTX
fix for editing unapproved posts by a person not on moderation queue (do not switch state)
#10567
fixing...
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995MCP fixes for user notes/warnings - #9981Preserving imageset values on save/editfind a member link for Mass PM's - #9925...
#9864
Revert and undoing bug #9736
Won't fix, at least for 3.0.x. Re-review come 3.2.x and perhaps may be able to get localised prefixes, so something like:
Sv: Re: Antwort: <Subject>
... doesn't happen. :P
#9736
Quidquid latine dictum sit, altum sonatur. :P
checking in some fixes... also added "previous/next pm in history" links to prosilvers private message view; dhn, you may want to have a look at the placement. :)
#5163
other fixes...
some changes/bugfixes
again... some more fixes.
fix guest posting/editing bugs
Fixing the following bugs:#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)#8414#8396#8388#8216
thanks to bartvb and kellanved for providing possible fixes...
#8292
trying to fix some bugs...
ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o
- removed download mode selection (the column info and constants will not be removed, we or others may be able to re-use them later on)- removing extension from physical filename for uploaded attachments (as has been suggested some time ago from our community), can still be used by using the new 'unique_ext' mode on file cleaning...
some fixes today- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.
#6504
proper solution to #6114, guarantees $seed lies below 0x7FFFFFFF
#6076- removed unused junk from functions.php
oops :D
#5734- replaced array_rand($array) with mt_rand(0, sizeof($array) - 1) as array_rand did not take my seed
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
- fixing a bunch of bugs- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.i hope not having introduced too many new bugs.
fix for bug #5490- make sure bots are catched by the posting auth too.
- a handful of mcp fixed, the most important one is the change for check_ids() - it is now supporting ids from more than one forum too, making it possible to use some mcp features as designed initially. We really need to get our moderator team testing the mcp extensively....
- 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)
message
- #5120- #5104
ok, i am an idiot...
some bugfixes
- adjust unread query a bit to cope with large topics (thanks bart!)- fixing some bugs- more username_clean work
some fixes
for some things we do not need the utf8 function. :)
tried to begin adjusting all string functions where applicable - still a lot to do.i hope i catched all relevant sections and did not mess something up.
#3794
- support re-caching of theme data if stylesheet.css changed and load_tplcompile enabled- mcp fixes- fixed some usability issues
consistent acp layout regarding backlinks and messages.
- added confirmation to removing bbcodes- added optional MX and DNSBL checks- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message - this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index....
- fixed some bugs- changed attachment handling a bit- tried to remove target tags out of the code- do not add session ids to urls for bots as well as not creating a new session on each page view for them
I bet i introduced some bugs too. ;)
- fixing profile bug- adjusting acl_gets calls (they are or'd - make sure they get checked correctly based on the situation)- automatically assign the u_download and u_search permission to the guest group
hopefully fixing bug #3966
some fixes.
David, could you check the pass_complex expressions? They are:.* PASS_TYPE_ANY (any characters are allowed, no check)[a-zA-Z] PASS_TYPE_CASE (password must contain alphanumerics)[a-zA-Z0-9] PASS_TYPE_ALPHA (password must contain alphanumerics and numbers)...
- fixed some bugs- made imageset naming more consistent- updated every schema to be consistent and also fixed it (every db should install fine now)-
- fixing some bugs- shortening some db columns to meet the requirements- correctly increase/decrease user post counts- fix the topic title length bug(s)
OK...
This commit should increase the total number of BBCodes from 31 to 2040. Some things to watch out for:
Each database likes to deal with binary data in its own, special way. They are, quite frankly, too cool for school.
MySQL, MSSQL and Oracle all allow me to send in a default value for their binary column using a hex number. However, MSSQL forces me to send the specific data as a hex number and thus we must CAST it....
fix the schema files as well as other tiny bugs.
hmm... This commit does not increase the number of BBCodes. However, this does other things that we need to do first. This splits the usage of allow_* from the BBCode bitfield in forum descriptions, forum rules and group descriptions. This also fixes a tiny, tiny severe issue that nobody found :D I hope it works :P
- renamed the following columns:comment -> attach_commentnew, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deletedmodule_name -> module_basenamevalue -> lang_value
- every column is now NOT NULL- every column is now having a DEFAULT value...
fix some bugs... again. :)
- tackle some usability issues- fix bug #3147- added the lock-images made by SHS`- fixed MSSQL errors (adding the correct ESCAPE sequence)
- fixed language pack management a bit (supporting backslashes)- fixed ftp_fsock, also fixing a reported bug in there
- add additional auth check to the permission roles modules- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved......