8
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved the performance of the "User has posted" dot by using a subquery instead of a join. Made the "User has posted" dot display for search results as well. Imported from FluxBB. More... over 16 years ago
Fixed incorrect EOL in multiple files. More... over 16 years ago
Dealt with potential spam issues from the password reset function. Every time a password reset email is sent, the user's last_email_sent time is updated. The time between password reset requests for a given user is five minutes, although a hook has been added to make modifying the time trivial. Imported from FluxBB. More... over 16 years ago
Added a second parameter to the delete_user that controls whether or not posts should be deleted, rather than relying on $_POST. Imported from FluxBB. More... over 16 years ago
Fixed incorrect EOL in functions.php. More... over 16 years ago
Fixed incorrect posted column being used to display post time in delete.php. Fixed style selection inconsistency. Fixed "blank post" bug. Fixed a display bug with date formats in profile.php. Imported from FluxBB. More... over 16 years ago
Increased font size for the breadcrumbs, decreased font size and line height for the pagination and the header line (e.g. with topics count and RSS). More... over 16 years ago
Improved emails to display properly for certain clients. Imported from FluxBB. More... over 16 years ago
Added utf8_trim() to the db_update.php. More... over 16 years ago
Globally replacing trim() with forum_trim(). More... over 16 years ago
Added forum_trim() to deal with non-breaking spaces, providing UTF-8 support. Imported form FluxBB. More... over 16 years ago
Minor fix for the oversight in parser (introduced in [533]). More... over 16 years ago
Renamed the parser option so that it reflects the actual behavior now (fixes #144 again). More... over 16 years ago
parser.php: improved [list] tag support, multiline inline tags (like [b] and [u]), code cleanup. Imported from FluxBB. More... over 16 years ago
post.php: minor format fixes More... over 16 years ago
Added add_field and drop_field helper functions to sqlite db layer. Imported from FluxBB. More... over 16 years ago
Fixed invalid XHTML in profile.php caused by the tag incorrectly being printed out conditionally. Noticed by Peter Berry. More... over 16 years ago
#110: Fixed the bug on password change. More... over 16 years ago
#77: Now users have to enter the password to change email. More... over 16 years ago
Added support for nested [list] bbcode. Fixed image tags and allowed them in lists. (Imported from FluxBB) More... over 16 years ago
Fixed parser bug. Added :p as a smiley, just like :P. Reversed the parser turning images into links automatically. It meant it was impossible to manually link an image anywhere. Improved clickable URL handling in the preparser. Fixed pre-parser loosing data when fixing multiline bbcode. Fixing bbcode bug. (Imported from FluxBB) More... over 16 years ago
Fixed uppercase bbcode issue. Stopped parser from parsing multiline inline bbcode. Added support for headings to the parser. (Imported from FluxBB) More... over 16 years ago
Added some Javascript to allow for the toggling of checkbox elements. (Imported from FluxBB) More... over 16 years ago
Changed the file based URL scheme to put .xml in place of .html for feed URLs. Fixed pagination not working for subscription quicksearch. Minor code cleanup. Added missing index_rss and index_atom URLs to "fancy" schemes. (Imported from FluxBB) More... over 16 years ago
Added /upload/.htaccess to svn:ignore. More... over 16 years ago
Modified extern.php to use CDATA blocks instead of HTML escaping. Modified the Atom feed to use the get_current_url function instead of generating its own URL. Modified how the maximum subject length is defined in extern.php so that it can be changed without editing the core. Imported from FluxBB. More... over 16 years ago
Moved some code around in search.php and include/search_functions.php. Imported from FluxBB. More... over 16 years ago
Fixed some undefined indexes. Made the quicksearches and normal search all select the same column. Added t.sticky to the columns for topic search. Imported from FluxBB. More... over 16 years ago
Fixed dependency bug. Imported from FluxBB. More... over 16 years ago
Modified $ext_info to contain information on any of the current extension's dependencies. Imported from FluxBB. More... over 16 years ago