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
Missed url "admin_extensions_install" was added More... over 16 years ago
lang-files: removed ':' at the end of form fields headings More... over 16 years ago
admin_users.php: lang-file minor fixes ('Find a user or users' -> 'Find users') More... over 16 years ago
moderate.php, viewforum.php:Fixed a bug with displaying topic's author. More... over 16 years ago
moderate.php: Fixed bugs with undefined index 'item_status'. Lang-file was corrected. More... over 16 years ago
CSS: fixed font weight of the last breadcrumb separator More... over 16 years ago
Added missing feed-icon.png. Minor CSS tidying. More... over 16 years ago
Fixed CSS links in admin/install.php. More... over 16 years ago
Minor code tidying in include/xml.php, restored missing FORUM_XML_FUNCTIONS_LOADED definition. More... over 16 years ago
Fixed merging oversight: $lang_admin => $lang_admin_index. More... over 16 years ago
CSS: restored red highlight of the words 'IMPORTANT!' and 'WARNING!'. More... over 16 years ago
Fixed issue with FORUM_MAX_POSTSIZE_BYTES (a little bit more correct than [684]). More... over 16 years ago
Restored parameters 'Check for versions' and 'Auto check for versions' in admin_settings.php language file. More... over 16 years ago
Restored language files for admin/ that probably were forgotten in [683] (copied from punbb-1.3-dev-new-markup). More... over 16 years ago
Fixed merging oversight: FORUM_MAX_POSTSIZE_BYTES bug. More... over 16 years ago
Merged new markup (based on markup by Paul Sullivan) into main PunBB 1.3 development branch. Some functions added to functions.php. Updated install.php and db_update.php. URL schemes updated. Lots of hooks added. Mostly imported from FluxBB. More... over 16 years ago
DBlayer update: set_names(), get_version() and alter_field() helpers added. Various optimizations. Imported from FluxBB. More... over 16 years ago
Default base URL were changed More... over 16 years ago
Tidying up the code More... over 16 years ago
db_update.php: Insert new config option o_check_for_version. More... over 16 years ago
extern.php: changed EOL style in generated output ('\r\n' -> '\n'), added author's information (like e-mail), minor error fixed. Imported from FluxBB. More... over 16 years ago
extern.php: the message contents is displayed when viewing a forum feed (just like when viewing a topic feed) rather than just the forum name. Imported from FluxBB. More... over 16 years ago
extern.php: Added missing forum_html_encode call. Removed the 15 feed limit. Set UTF-8 encoding header for the HTML output. Code cleanup. Imported from FluxBB. More... over 16 years ago
Code cleanup and optimization: renamed $temp variable and removed @... where possible. More... over 16 years ago
Added license information and site link to /include/utf8/utf8.php. More... over 16 years ago
cache.php, extensions.php: fixed #123 (PHP notices appear when there's only one hotfix left uninstalled): Function xml_to_array() returns an array or a single value depending on the number of values. Now we deal with it before writing to the cache, ensuring that we always have an array of values (to unify further processing). More... over 16 years ago
Changed all while(list(...) = each(...)) and for(...) to foreach(... as ...) loops where possible. More... over 16 years ago
Set svn:eol-style to LF (at last). More... over 16 years ago
Set svn:eol-style to LF (at last). More... over 16 years ago
Minor coding standard fix in functions.php. More... over 16 years ago