View | Annotate | Download (33.3 KB)
Copy 3.0.x branch to trunk
Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits. #40925
Fix an endless loop; don't return the sql array by reference
like firebird, oracle uses uppercase column names if delimiter used (Fixes Bug #46015)
use same method to update custom profile fields in UCP and ACP (and then i am able to debug what is wrong with the oracle code)
Fix for r9342 for bug #41385
Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985
Authorised by: acydburn
Better handling and finer control for custom profile fields visibility options. (Patch by Highway of Life)
Hiding everywhere little buggers, eh?
Custom profile fields with date type should be timezone independend [Bug #15003]
some language/style/code fixes (refer to the diff of the changelog)
Some issues with change_lang and VC / form tokens Small stuff.
#18325 #17415 #17085 #16515
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
#15111 #15119
some bugfixes.
- 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]
small fixes. #13794 : Raised the used error level by one #13763 : Removed an old Beta2 compatibility fix #13527 : cleaned up the code #13525 : Changed templates as proposed by damnian #11515 : added explanation about CPF checkboxes
two fixes
fixing some bugs
label changes, language fixes...
#9677
- author search should use clean names for searching [Bug #5752] - local moderators are moderators too! - don't show a "word is not contained in any post" message for ignored common words - bold search words in search error messages [Bug #5762]
- 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
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.
#4518
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
sql_in_set changes
- custom profile field fixed - fixing sql_fetchfield from cache - changing the quote parser. In my tests i have not seen changed behaviour - but i might have broken something with this change.
- fixing some bugs - removed file_exists calls for auth plugins since they need to be there once set up
- Bugs
- Some profile stuff :D - Some DB stuff :D
- renamed the following columns: comment -> attach_comment new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted module_name -> module_basename value -> lang_value
- every column is now NOT NULL - every column is now having a DEFAULT value...
- 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
check for correct entered date for date profile field
fix for checking required field on booleans
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
- fix some smaller bugs - removed custom profiles preview field from acp
ok, sorry for this. :/ - cleaned up table names/constants
- create forums by default - hide prune options if not enabled - fixed module management enable/disable switch if in module itself - fixed some schema errors - adjusted $user->page array generation for developers calling scripts outside of phpBB root
- remove description from profile fields - added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We may let it there for the Betas though, but it will be removed during the RC's)...
some tiny changes...
first round of custom profile changes
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)...
my attempt to fix custom profile fields
- added the load settings for custom profile fields - re-added our famous make_clickable function - removed group_by clauses (due to the lang id selection the group by clause is no more needed)
I hope that i have not just created new bugs. ;)
- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) - session_page gets truncated to 200 chars - streamlined the process of generating text with bbcode/smilies/urls (forum rules, forum descriptions, group descriptions at the moment)...
- Bug 1200
- added "display_on_posting" setting to custom bbcodes (creates a button with the bbcode tag) - fixed forum editing and parent id selection - completely removed HTML support (it only creates security problems) - changed cache_moderators() to reflect permission changes
- custom profile fields - prune users - prune forums
Fixed small profile fields problem
Fixed a problem with editing bbcode in textfields
Fix a problem with Admin Profile (text) Fields and registration
- test slightly modified topic tracking code - some bugfixes
- fixed custom profile field get/store - changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option) - fixed bugs after jabber queue processing (data being escaped differently)
- Documentation related changes - added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting)
- and my second attempt
fix admin_session "bug"
BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues
small update only fixing two obvious bugs
damn line endings
- more updates, mostly bugfixes to the bbcode parser - changed current_user in sessions (please review) - give more flexibility to style authors in regard to the pagination elements - profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly)...
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
- for bart to work on...
see todo
splitted language files
- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency. - changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php - pleasing the users a little bit more by using table constants. :D...
Changed error string array return ... hopefully nothing "different" was planned for this. This method "fits in" with how UCP modules handle errors.
custom profile fields. Not finished, committed to let us discuss about the next steps -> BartVB