September 2008 Archives by thread
Starting: Mon Sep 1 03:57:54 GMT 2008
Ending: Tue Sep 30 20:20:15 GMT 2008
Messages: 80
- [bbDev] [1680] trunk/bb-plugins: Add bbxf import/
export plugins for community review.
m at wordpress.org
- [bbDev] [1681] trunk/bb-includes/functions.php:
normalize slashes in directory as well as filename in bb_basename().
m at wordpress.org
- [bbDev] [1682] trunk: Use correct link and language in RSS feeds.
m at wordpress.org
- [bbDev] [1683] trunk/bb-templates/kakumei/rss2.php:
Add generator and textInput fields to RSS feeds,
add some indentation for clarity.
m at wordpress.org
- [bbDev] [1684] trunk/bb-admin/style.css: Fix colour of links in
admin notices.
m at wordpress.org
- [bbDev] [1685] trunk/bb-settings.php:
Remove slashes from the end of cookie paths to be more like WordPress.
m at wordpress.org
- [bbDev] [1686] trunk/bb-admin/class-install.php:
Place default key values in installer inputs instead of blank text.
m at wordpress.org
- [bbDev] [1687] trunk/bb-admin/upgrade-schema.php: Remove old tables
from the schema .
m at wordpress.org
- [bbDev] [1688] trunk/bb-admin/upgrade-functions.php:
Add an empty description when upgrading tags to taxonomy system.
m at wordpress.org
- [bbDev] [1689] trunk/bb-admin/upgrade-functions.php: Don'
t apply defaults to certain column types that don't allow them.
m at wordpress.org
- [bbDev] [1690] trunk: Add bb_forum_unset() and apply to front-page.
php - Fixes #962
m at wordpress.org
- [bbDev] [1691] trunk/bb-includes/template-functions.php: Introduce
is_topic_edit() - Fixes #845
m at wordpress.org
- [bbDev] [1692] trunk/bb-includes/functions.php: Make
bb_repermalink() play nice with last commit - See #845
m at wordpress.org
- [bbDev] [1693] trunk/bb-includes/template-functions.php: Fix
bb_get_title() - See #845
m at wordpress.org
- [bbDev] [1694] trunk: revert [1690]
in favor of tweaking BB_Loop to reinstate pre-loop globals.
m at wordpress.org
- [bbDev] [1695] trunk:
Tweak cookie setting procedure to match new BackPress expectations.
m at wordpress.org
- [bbDev] [1696] trunk: Weed out last remaining reference to
$bb_roles.
m at wordpress.org
- [bbDev] [1697] trunk:
Some groundwork for XML-RPC and pingbacks - See #660 - See #661
m at wordpress.org
- [bbDev] [1698] trunk:
Some more groundwork for XML-RPC and pingbacks - See #660 - See #661
m at wordpress.org
- [bbDev] [1699] trunk: Receive pingbacks via XML-RPC.
m at wordpress.org
- [bbDev] [1700] trunk: Allow bb_get_tag_link()
accept an object in the first parameter.
m at wordpress.org
- [bbDev] [1701] trunk/bb-admin/tag-merge.php:
Deprecate one last instance of bb_get_tag_by_name()
m at wordpress.org
- [bbDev] [1702] trunk: Custom 404 template.
m at wordpress.org
- [bbDev] [1703] trunk/bb-templates/kakumei/404.php:
Custom 404 template for Kakumei theme - See #882
m at wordpress.org
- [bbDev] [1704] trunk:
BP_Options implements BP_Options_Interface for storage of options for
BackPress , namely in WP_Cron functions.
m at wordpress.org
- [bbDev] [1705] trunk/bb-includes/functions.php: Use status_header()
function instead of bb_404_header() which is now removed.
m at wordpress.org
- [bbDev] [1706] trunk/bb-includes/class.bp-options.php: Use
BP_Options::get() in WP_Http class.
m at wordpress.org
- [bbDev] [1707] trunk/bb-includes/class.bp-options.php:
Make user-agent used in WP_Http class variable by the application.
m at wordpress.org
- [bbDev] [1708] trunk/bb-settings.php:
BP_Options is a prerequisite for WP_Http class so move it down bb-settings
.php
m at wordpress.org
- [bbDev] [1709] trunk: Send pingbacks.
m at wordpress.org
- [bbDev] [1710] trunk/xmlrpc.php: Remove reference to $wpdb in
xmlrpc.php
m at wordpress.org
- [bbDev] [1711] trunk/bb-includes/l10n.php:
PHPDocs for l10n functions courtesy of WordPress,
also add the additional functions available in the WordPres implementation
.
m at wordpress.org
- [bbDev] [1712] trunk: Decouple BP_Options from it's interface in
BackPress.
m at wordpress.org
- [bbDev] [1713] trunk/bb-includes/functions.php:
Add defaults for enable_xmlrpc and enable_pingback options to
bb_cache_all_options ()
m at wordpress.org
- [bbDev] [1714] trunk: Load Shortcode API.
m at wordpress.org
- [bbDev] [1715] trunk/bb-includes: Taxonomy class file rename.
m at wordpress.org
- [bbDev] [1716] trunk/bb-settings.php: Taxonomy class file rename.
m at wordpress.org
- [bbDev] [1717] trunk: Move old cache class to deprecated,
log deprecated functions and remove cache class file.
m at wordpress.org
- [bbDev] [1718] trunk/xmlrpc.php: First bbPress XML-RPC method, bb.
getForumCount - See #964
m at wordpress.org
- [bbDev] [1719] trunk/xmlrpc.php: bbPress XML-RPC methods,
bb.getForums and bb. getForum - See #964
m at wordpress.org
- [bbDev] [1720] trunk: Remove ugly inline check for upgrade to meta
table.
m at wordpress.org
- [bbDev] [1721] trunk/rss.php: Add 'bb_posts_rss' filter to the end
of rss.php, also feed the $feed variable to all the filters.
m at wordpress.org
- [bbDev] [1722] trunk/bb-includes/class.bb-taxonomy.php:
Fixes for query in get_objects_in_term(),
was only noticeable when the column bb_term_taxonomy.
term_id was different to bb_term_taxonomy.
term_taxonomy_id on the requested tag - Fixes #932 - props zappoman
m at wordpress.org
- [bbDev] [1723] trunk: Be a bit more relaxed about fixing stuff
inside of backticks.
m at wordpress.org
- [bbDev] [1724] trunk/bb-includes/template-functions.php:
Add a notice if the Password strength meter is disabled due to lack of
JavaScript .
m at wordpress.org
- [bbDev] [1725] trunk/bb-includes/template-functions.php:
Add a notice if the Password strength meter is disabled due to lack of
jQuery library .
m at wordpress.org
- [bbDev] [1726] trunk/bb-includes/template-functions.php:
Add a class to the Password strength meter table row so it can potentially
be hidden in CSS .
m at wordpress.org
- [bbDev] [1727] trunk/bb-admin/admin-functions.php: Add "display
name" column to admin user lists.
m at wordpress.org
- [bbDev] [1728] trunk/xmlrpc.php: Fix action name in
bb_xmlrpc_server::bb_getForum.
m at wordpress.org
- [bbDev] [1729] trunk/xmlrpc.php:
Add XML-RPC request examples for publishing function completed so far.
m at wordpress.org
- [bbDev] [1730] trunk/xmlrpc.php:
Fixes for XML-RPC request examples for publishing function completed so far
.
m at wordpress.org
- [bbDev] [1731] trunk/xmlrpc.php: Some fixes to
bb_xmlrpc_server::bb_getForums()
and bb_xmlrpc_server::bb_getForumCount().
m at wordpress.org
- [bbDev] [1732] trunk/bb-admin/class-install.php: Remove debug code
from installer.
m at wordpress.org
- [bbDev] [1733] trunk/xmlrpc.php: Formatting,
comments and examples for XML-RPC.
m at wordpress.org
- [bbDev] [1734] trunk/xmlrpc.php: Introduce $error var to
BB_XMLRPC_Server class.
m at wordpress.org
- [bbDev] [1735] trunk/bb-includes/functions.php: Stop infinite loops
on install.
m at wordpress.org
- [bbDev] [1736] trunk/xmlrpc.php: Introduce new XML-RPC methods -
bb.newForum, bb. editForum, bb.deleteForum.
m at wordpress.org
- [bbDev] [1737] trunk/xmlrpc.php: Introduce new XML-RPC methods -
bb.getTopicCount, fix an error in bb.editForum.
m at wordpress.org
- [bbDev] [1738] trunk: PHPDoc from rmccue and other coding/doc
standardisations.
m at wordpress.org
- [bbDev] [1739] trunk/bb-includes/class.bb-taxonomy.php: PHPDoc from
rmccue.
m at wordpress.org
- [bbDev] [1740] trunk/bb-includes: PHPDoc from rmccue.
m at wordpress.org
- [bbDev] [1741] trunk/bb-includes: PHPDoc fixes and coding standards.
m at wordpress.org
- [bbDev] [1742] trunk: Add BP_Log logger to bbPress.
m at wordpress.org
- [bbDev] [1743] trunk: Remove feed-functions.
php include for now - maybe reinstate later.
m at wordpress.org
- [bbDev] [1744] trunk/xmlrpc.php: Remove ghetto XML-RPC logging.
m at wordpress.org
- [bbDev] [1745] trunk/xmlrpc.php:
Admin functions are included on demand by XML-RPC methods that require them
.
m at wordpress.org
- [bbDev] [1746] trunk/bb-includes/template-functions.php:
Fix broken paging of forums.
m at wordpress.org
- [bbDev] [1747] trunk/bb-admin/class-install.php:
Create dropdown list of keymasters from bb_capabilities,
wp_capabilities and wp_1_capabilities.
m at wordpress.org
- [bbDev] [1748] trunk: Actually pass the display name to
bb_update_user() - not sure how this snuck by.
m at wordpress.org
- [bbDev] [1749] trunk/bb-admin:
A small fix to wording in the installer and a typo regarding the setting of
the WordPress table collation type , very non-critical.
m at wordpress.org
- [bbDev] [1750] trunk: Use BP_Log to log deprecated functions.
m at wordpress.org
- [bbDev] [1751] trunk/bb-includes/functions.php:
Use BP_Log to log repermalink debugging.
m at wordpress.org
- [bbDev] [1752] trunk: Further application of bb_get_uri()
remove the tagpath option (hack) which is not compatible with bb_uri()
functions.
m at wordpress.org
- [bbDev] [1753] trunk/xmlrpc.php: Ad new XML-RPC method
bb.getLatestTopics.
m at wordpress.org
- [bbDev] [1754] trunk/xmlrpc.php: Add some PHPDoc detail and
add/tidy a few comments .
m at wordpress.org
- [bbDev] [1755] tags/1.0-alpha-1/bb-includes/: BackPress
svn:external in 1.
0-alpha-1 tag was not pegged to a particular revision.
m at wordpress.org
- [bbDev] [1756] trunk/xmlrpc.php: Add bb.getTopics XML-RPC method to
replace bb.
getLatestTopics, add some additional data to bb.getForum and bb.
getForums methods.
m at wordpress.org
Last message date:
Tue Sep 30 20:20:15 GMT 2008
Archived on: Tue Sep 30 20:20:24 GMT 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).