History | View | Annotate | Download (26.1 kB)
commit e7e98f1de5c394859284f031f2a4f0c47534b311Merge: da256b3 954b3c3Author: Andreas Fischer <bantu@phpbb.com>Date: Wed Jul 14 20:55:49 2010 +0200
Merge branch 'ticket/nickvergessen/7720' into develop-olympus
Fix Bug #53545 - javascript error in template
fix r9814 - remove echo "aha"; - Happy birthday nadermanAuthorised by: naderman
Users can report PMs to moderators which are then visible in a new MCP module
Allow changing forum from drop down under certain circumstances. #37525
Moderators can only see reports/queue/logs from forums they can actually read. #31085
Erm yeah that bit is kinda important (fixing r8993)
Add links to the post and forum when viewing a report from the MCP. #33795, #33805
Add a missing & to the return to topic URL when closing a report
Remove reported flag from shadow topics when closing reports. #19765
removed executable props [Bug #6464]
remove the f portion from redirect urls now they no longer exist
Hiding everywhere little buggers, eh?
#22685
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
some changes
dumdidum... sorry. ;)
#14435
- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()- using \r on custom bbcodes to allow line breaks [Bug #10758]
Cleaning up (#13689)Also removed the useless login box from the ACP.
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)...
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!)
#11483
oh my god - what did he do? Adding attachment display to post/topic review, queue, reports, post details, mcp topic view... fixing other tiny things along the line.
label changes, language fixes...
- create log entries on (dis)approving and handling reports
#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481- more label fixes- simpler approach to get input cursor text
- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]...
erm, please everyone slap me for this... :/ Nils, your turn. ;)
#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...
- viewtopic/forum search boxes should also use search config option and u_search permission [Bug #9850]- mcp_reports was still using some of the mcp_queue post_id logic, changed enough to report_id logic to make it work properly now. I hope I didn't miss any external places referring to mcp_reports which send it a post_id_list. I really wonder whether people don't test the MCP at all? Good that I noticed this myself when fixing an incorrect language string (No reports selected) message [Bug #9741]...
- m_warn is no longer a local moderation permission- magic urls should properly use html entities- speed up posting on big boards, MAX query can be simplified a lot in certain cases- user IP list should be labelled with "Other users" [Bug #9707]
other fixes...
- Pruning doesn't lower user post counts anymore [Bug #7676]- Better resync explanations in ACP- relative link to board shouldn't result in an empty link [Bug #7762]- allow spaces to define multiple classes [Bug #7700]- forgot addslashes for password conversion [Bug #7530]...
Some... fixes... laying around here.
- introducing read/unread images in the MCP, if you view something through the MCP it will not update the "read" status of a post/topic/forum [includes Bug #6796]
Just some minor thing I need
- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)- fixes for bugs #6694, #6664 and #6662
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
- bug fixes for #5618, #5588 and #5584- remove messenger->reset() calls (they are already performed on sending)
rather large update, most important things done:- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations- more username/colour changes/fixes- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...
fixes for bugs #5564, #5554 and #5462
- 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....
ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.
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
#4428
made sql_rowseek consistent with the dbal methods as well as fixing sql_query_limit for mssql, especially if sql_query_limit($sql, 0, 0) is given...
- birthdays/age in user's timezone and not server's local time- parse bbcode in posts with fewer characters than selected maximum on search results page- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)...
sql_in_set changes
- finally making the age calculation work [Bug #3582]- replacing all occurances of L_NONE with a more specific string [Bug #3494]- a few corrections to html id attributes in the installer- using correct permission in mcp_report [Bug #2471]- allow deleting the avatar, when no upload method is enabled and hide the delete button if no avatar is set
- fixed some bugs- made imageset naming more consistent- updated every schema to be consistent and also fixed it (every db should install fine now)-
- fixed the age calculation (note: turn on your brain before commiting something like this the next time) [Bug #3337]- removed the split_words array, introduced an enforced search_query- the forum used for global topics in the search is now a forum, and no longer a category [Bug #2561]...
Efficiency improvement to the log viewing code+ reverting what appears to be an accidental change to the report viewing code
- display age in user profile and make it available on viewtopic- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]- strip first, then change newlines [Bug #2403]- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...
These needed to be #p for proper compliance
New template variables in the mcp (not used by subsilver)
- proper redirect after deleting a report [Bug #2260]- sql_escape words before fulltext update- correct language string for "search facilities" in acp_search
- 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
make sure custom profile fields are created correctly on registration (#2225)
- added class="radio" to all radio- and checkboxes- make sure the database gets closed correctly in cron.php- bugfixes
- forgot to commit common.php- cleaning up a few more mcp permissions- adjust some links- make global topics work properly in MCP
Fix the ability to report/view reports and warn in global announcements
ok, sorry for this. :/- cleaned up table names/constants
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.
Some extra template variables *_EXPLAIN which some might wish to use
Assign page titles within the mcp
- various corrections related to permissions in the mcp, including [Bug #1994] and [Bug #1924]- fixed some quickmod bugs [#1994] and [Bug #1898]- browse reports/unapproved posts by topic id- correctly hide approval details- added return message to mcp_ban [Bug #1851]...
- fixed a few smaller things
- fixing a few tiny bugs- added new function to (re)apply sids where needed (login and mcp quickmod) - #1829
- introduce LA_, UA_ and A_ template variables (they allow styles to use template variables used for javascript in subSilver outside javascript in their own template while they won't break our javascript if they contain quotes) also fixes [Bug #1116]- corrected page title for search indexing progress bar [Bug #1695]...
say hello to role descriptions, role ordering and tooltips on role selects
- allow reporting posts that have a closed report- show multiple reports for one post correctly- Bug #1389
- don't show too old reports/queue entries
- redirection should properly work now- align jumpbox properly
- add missing pagination to queue/reports- hide the close button on closed reports page- fix a JS bug in mcp/acp ban view
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.
adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases).
- a bunch of bugfixes. :P
- Lesson learned: If you rename something rename it in all places and not just in a few :) (min_search_chars/max_search_chars/load_search_upd now prefixed with fulltext_phpbb)- search_indexing_state should not be dynamic- a topic link should link to a topic ;-)
- replaced mcp reports system with a simplified version- fixed links to mcp_reports
Reporting system revised. Needs some major cleanup and is missig some functionality (assign report, some overviews, decent notifications) but the basics are there. More after the weekend :)