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
Changes to search index, apostrophes are now indexed, as well as urls (hopefully better than before anyway), and the min and max word lengths can be modified. Made search_idx remove apostrophes which aren't part of words. Split validating a search word into it's own function. Fixed a bug with loading stopwords.txt. Part of this uses $forum_db->query() still since the query builder cannot handle the required statement, it needs to be fixed. Tidied up the modified files. Based on FluxBB patch. More... over 16 years ago
admin/censoring.php: markup fixes More... over 16 years ago
admin/groups.php: fixed wrong class usage, code cleanup, minor format fixes. More... over 16 years ago
Removing merge oversight in include/functions.php. More... over 16 years ago
Fixing a bug in rewrite.php causing setups with a space in the path not being able to use rewriting. Imported from FluxBB. More... over 16 years ago
html markup: button styles cleanup (hope it would work fine). More... over 16 years ago
Make sure we have a base URL if the db needs updated. Fix invalid REQUEST_URI errors caused by various bugs in IIS6 and IIS7. Added a way to disable this because it can cause problems with integration. Imported from FluxBB. More... over 16 years ago
Fixed merging oversight: corrected hook calls in include/functions.php. More... over 16 years ago
Modified the way URL schemes work to allow custom rewrite rules to be part of the scheme. This should allow Localization of the URL schemes. Added a list of reserved strings for SEF URLs. This should fix empty subjects in SEF URLs and problems with a subject name redirecting to other forum page rather than the post. Imported from FluxBB. More... over 16 years ago
include/common_admin.php: fixed bug with the active link highlight in the admin submenu More... over 16 years ago
add some links in "breadcrumbs" (login,register,search,userlist) More... over 16 years ago
register.php: fixed the incorrect h2 class (from 'hn' to 'warn', fixing blue color of an warning message) More... over 16 years ago
admin/settings.php: restored [455] and [534] (lost while branch merging) More... over 16 years ago
Updated layout of the install.php. More... over 16 years ago
Fixed wrong use of compact() in include/search_functions.php (introduced in [704]). More... over 16 years ago
db_update.php: changed the outdated class 'frm-legend' to the new 'group-legend', set yellow background to the info messages. More... over 16 years ago
Fixed typo in CSS. More... over 16 years ago
CSS colors: Added a little of blue to the admin menu background. More... over 16 years ago
CSS update: fixed list alignment on /admin/index.php More... over 16 years ago
changed lang/English/admin_users.php ('Search head') More... over 16 years ago
changed "breadcrumbs" in ./admin/ More... over 16 years ago
CSS update: set monotype font for the [code] bb-tag. More... over 16 years ago
Updated the flood protection for posts and searches to also apply to guests. Imported from FluxBB. More... over 16 years ago
Added global DST option properly. Based on FluxBB patch. More... over 16 years ago
Modified the CSRF token system so that it is used for all POSTed forms submitted, regardless of the user's status. Imported from FluxBB. More... over 16 years ago
Updating include/js/common.js for new markup. More... over 16 years ago
change "printf" on "echo" More... over 16 years ago
Minor optimization in include/search_functions.php. More... over 16 years ago
lang/English/admin_settings.php : delete some records . admin/settings.php : delete labels (setup:, Features: and etc) More... over 16 years ago
search.php: Fixed bug with searching. Corrected output of topic's author. More... over 16 years ago