root/trunk/bb-settings.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1812 [1812] 11/21/08 13:37:56 sambauers Try out a "safe mode" option - set $bb->safemode = true; in bb-config.php …
(edit) @1801 [1801] 10/12/08 14:12:34 sambauers Include file reorganisation, part 4 - Move functions.php and fix …
(edit) @1799 [1799] 10/12/08 14:07:17 sambauers Include file reorganisation, part 3 - Update references
(edit) @1757 [1757] 10/02/08 14:28:32 sambauers Allow the setting of custom object cache functions via …
(edit) @1752 [1752] 09/27/08 14:59:47 sambauers Further application of bb_get_uri() remove the tagpath option (hack) which …
(edit) @1750 [1750] 09/27/08 11:52:14 sambauers Use BP_Log to log deprecated functions.
(edit) @1742 [1742] 09/26/08 14:54:46 sambauers Add BP_Log logger to bbPress. Works by defining constants in bb-config.php …
(edit) @1738 [1738] 09/26/08 07:44:39 sambauers PHPDoc from rmccue and other coding/doc standardisations. See #836
(edit) @1720 [1720] 09/22/08 11:23:15 sambauers Remove ugly inline check for upgrade to meta table. Now only triggers …
(edit) @1717 [1717] 09/19/08 14:55:35 sambauers Move old cache class to deprecated, log deprecated functions and remove …
(edit) @1716 [1716] 09/19/08 14:46:12 sambauers Taxonomy class file rename.
(edit) @1714 [1714] 09/19/08 10:49:10 sambauers Load Shortcode API. Processes shortcodes on the fly only for all posts.
(edit) @1712 [1712] 09/17/08 05:47:10 sambauers Decouple BP_Options from it's interface in BackPress. Interfaces are PHP5 …
(edit) @1709 [1709] 09/16/08 13:40:38 sambauers Send pingbacks. Introduces BB_Pingbacks class which is an adaptation of …
(edit) @1708 [1708] 09/16/08 07:03:06 sambauers BP_Options is a prerequisite for WP_Http class so move it down …
(edit) @1704 [1704] 09/15/08 07:22:58 sambauers BP_Options implements BP_Options_Interface for storage of options for …
(edit) @1695 [1695] 09/10/08 01:10:37 mdawaffe Tweak cookie setting procedure to match new BackPress expectations. See …
(edit) @1685 [1685] 09/09/08 05:03:10 sambauers Remove slashes from the end of cookie paths to be more like WordPress. May …
(edit) @1659 [1659] 08/26/08 20:40:14 mdawaffe run validate_file before prepending with BB_PLUGIN_DIR, …
(edit) @1647 [1647] 08/12/08 01:50:27 mdawaffe cleanup: get rid of empty string in old style do_action( action, );
(edit) @1632 [1632] 08/08/08 21:02:11 mdawaffe allow BB_DATABASE_CLASS_INCLUDE to be false if you're including something …
(edit) @1623 [1623] 08/06/08 23:02:29 mdawaffe Allow (not force) log in with email if bb_get_option( 'email_login' ) as …
(edit) @1609 [1609] 07/30/08 17:57:36 sambauers Switch naming to BB_CHANNELS_INCLUDE
(edit) @1608 [1608] 07/30/08 10:35:36 sambauers Stop infection of malicious files via active plugins array.
(edit) @1607 [1607] 07/30/08 09:43:19 sambauers Fixes to REQUEST_URI manipulation from [WP8470]
(edit) @1593 [1593] 07/22/08 14:47:01 sambauers Fix option name typos
(edit) @1588 [1588] 07/11/08 16:34:53 sambauers Bring bbPress cookies up to speed with WordPress, first pass.
(edit) @1575 [1575] 07/02/08 14:53:07 sambauers bb_uri() and bb_get_uri() commit bomb. BB_URI_CONTEXT_* definitions …
(edit) @1571 [1571] 06/25/08 05:26:11 sambauers Move loading of WP_Error up the chain a little
(edit) @1563 [1563] 06/21/08 10:11:30 sambauers More PHPdoc and reorganisation for bb-settings
(edit) @1562 [1562] 06/21/08 05:10:20 sambauers * Some re-organisation of bb-settings. * More sane treatment of …
(edit) @1561 [1561] 06/21/08 04:15:12 sambauers Some fixes to stop errors and BPDB error logging on install.
(edit) @1552 [1552] 06/03/08 13:50:04 sambauers Add default BPDB error strings
(edit) @1549 [1549] 05/31/08 09:55:58 sambauers Less awesome, more serious bbPress.
(edit) @1547 [1547] 05/22/08 14:41:14 sambauers Allow templates to have a functions.php file loaded before the bb_init …
(edit) @1545 [1545] 05/22/08 04:49:59 sambauers Proposal to allow customisation of all db tables. Old settings still …
(edit) @1544 [1544] 05/20/08 22:42:33 mdawaffe don't instaniate WP_Scripts if we don't need to. Tweak …
(edit) @1542 [1542] 05/16/08 23:08:54 mdawaffe Rename BB_DATABASE_CLASS to BB_DATABASE_CLASS_INCLUDE (it's a file). Use …
(edit) @1528 [1528] 05/14/08 13:57:50 sambauers First pass at global meta table. Very ugly upgrade script in …
(edit) @1526 [1526] 05/13/08 20:23:39 mdawaffe copy tags to taxonomy
(edit) @1522 [1522] 05/13/08 00:27:25 sambauers Better detection of optional loading of WordPress. Deprecate WP_BB …
(edit) @1518 [1518] 05/12/08 02:57:16 sambauers Require explicit setting of WP_BB for loading of WordPress inside bbPress.
(edit) @1515 [1515] 05/10/08 06:50:53 sambauers Cookiepaths are always set now, so these weren't being auto generated well …
(edit) @1514 [1514] 05/10/08 04:53:13 sambauers Allow arbitrary location for database class.
(edit) @1509 [1509] 05/03/08 00:14:52 mdawaffe break trunk completely by shifting internal caching to WP_Object_Cache
(edit) @1434 [1434] 04/23/08 08:03:47 mdawaffe let's try loading all options up front. Fixes #849 for trunk
(edit) @1412 [1412] 04/11/08 11:23:30 mdawaffe fix call-time pass-by-ref. Props da3rX. See #805
(edit) @1408 [1408] 04/11/08 08:03:45 mdawaffe kses is is backpress now
(edit) @1352 [1352] 03/20/08 01:13:27 mdawaffe only define deprecated constants if new contstant is defined also. For …
(edit) @1351 [1351] 03/20/08 01:04:10 mdawaffe revert [1350]
(edit) @1350 [1350] 03/20/08 00:57:10 mdawaffe only define deprecated constants if new contstant is defined also
(edit) @1232 [1232] 03/06/08 15:11:41 sambauers Core theme identifiers. Fixes #798
(edit) @1231 [1231] 03/06/08 14:00:30 sambauers Core plugin identifiers. See #798
(edit) @1220 [1220] 03/05/08 03:04:27 sambauers Deprecate old constants in favour of BB_XXX and $bb->xxx
(edit) @1203 [1203] 03/04/08 12:31:09 sambauers If we are caching the options, stop bashing the database with queries for …
(edit) @1185 [1185] 03/02/08 10:57:25 sambauers These constants don't need to be user definable, they also look nicer with …
(edit) @1174 [1174] 03/02/08 06:34:21 sambauers Make Bozo and Akismet plugins. Add bb-plugins directory. Let's see how it …
(edit) @1153 [1153] 02/28/08 11:30:27 mdawaffe bugs with backpress interface. compat with new backpress WP_Pass class. …
(edit) @1134 [1134] 02/28/08 05:08:25 sambauers Conditionally include bozo functions.
(edit) @1130 [1130] 02/28/08 03:57:34 sambauers Conditionally include Akismet functions.
(edit) @1125 [1125] 02/28/08 00:40:56 sambauers Better glob validity testing. Fixes #787. Props _ck_
(edit) @1110 [1110] 02/16/08 00:55:43 mdawaffe instantiate BP_Roles in bb-settngs
(edit) @1089 [1089] 02/02/08 01:29:28 sambauers Return glob tests as the function may be turned off on some web hosts.
(edit) @1088 [1088] 02/01/08 03:47:56 sambauers No need to test for glob anymore.
(edit) @1087 [1087] 02/01/08 03:43:30 sambauers Use new compat functions in BackPress. Raise PHP requirement to …
(edit) @1076 [1076] 01/25/08 08:36:28 mdawaffe backPress: BOOM! this will break *everything*
(edit) @1067 [1067] 01/23/08 07:43:27 mdawaffe move CUSTOM_USER_TABLE and friends out of bbdb::set_prefix and back into …
(edit) @1052 [1052] 01/22/08 17:58:22 sambauers Move awesome include a bit further down.
(edit) @1051 [1051] 01/21/08 22:26:21 sambauers Add bb_options_loaded action.
(edit) @1050 [1050] 01/21/08 21:45:27 mdawaffe bb_schema filter and BB_AWESOME_INCLUDE
(edit) @1040 [1040] 01/16/08 22:03:15 mdawaffe is_bb_admin()
(edit) @1029 [1029] 01/15/08 09:15:04 sambauers Merge DB::set_prefix() and DB::set_user_prefix(), heading back towards …
(edit) @1012 [1012] 01/14/08 05:13:15 sambauers is_callable('glob') won't return false in some situations. Adding …
(edit) @1010 [1010] 01/10/08 05:49:32 sambauers Tidy up old passcookie and usercookie references
(edit) @1009 [1009] 01/10/08 05:26:51 sambauers First pass at new authcookie authentication methods. This should make …
(edit) @1005 [1005] 01/09/08 06:27:32 sambauers Rename db class files to simplify loading of alternative db …
(edit) @993 [993] 12/20/07 12:43:28 sambauers Slightly better regular expression in bb_settings.php Add correct URIs to …
(edit) @992 [992] 12/20/07 05:57:28 sambauers Missing single * in egular expression destroyed forums which live in the …
(edit) @989 [989] 12/19/07 16:12:27 sambauers Updates to installer. Objectify installation functions and components …
(edit) @981 [981] 12/12/07 13:34:13 sambauers Move non-bbPress options from config.php to the database. Rename …
(edit) @961 [961] 11/22/07 06:45:36 sambauers Some theme selection love. Fixes #725
(edit) @960 [960] 11/22/07 06:17:03 sambauers Make mysql default instead of mysqli. Fixes #757
(edit) @956 [956] 11/17/07 00:51:15 mdawaffe db class structure changes. both mysql and mysqli classes inherit from …
(edit) @924 [924] 09/12/07 23:19:38 mdawaffe hide errors when caching all options during init
(edit) @923 [923] 09/12/07 23:00:39 mdawaffe define BBHASH before plugin loading/actions
(edit) @875 [875] 06/25/07 17:45:14 mdawaffe Use glob instead of BB_DIR_MAP for underscore plugins for now. Fixes #667
(edit) @840 [840] 05/30/07 06:19:31 mdawaffe BBTHEMEURL typo. fixes #653 props eagle eye sambauers
(edit) @838 [838] 05/29/07 23:48:11 mdawaffe deprecate bb_path_to_url(), bb_url_to_path(). BBTHEMEURL and BBPLUGINURL …
(edit) @835 [835] 05/29/07 22:45:33 mdawaffe Let's try auto loading plugins in the main dir that start with an …
(edit) @826 [826] 05/29/07 18:57:39 mdawaffe fix notice messages on content-forums. re #643
(edit) @806 [806] 04/20/07 02:18:00 mdawaffe Hierarchical forums front end based on sambauers. Fixes #620
(edit) @803 [803] 04/07/07 20:46:09 mdawaffe fix error in [795]. Props so1o, fixes #634
(edit) @796 [796] 04/05/07 01:00:44 mdawaffe Some more bb-settings.php sanity checks. de-i18n some of bb-settings.php …
(edit) @795 [795] 04/05/07 00:39:33 mdawaffe simplify config.php. Con specify uri OR domain and path.
(edit) @784 [784] 03/20/07 23:58:17 mdawaffe simple directory recursor, use it for plugins
(edit) @779 [779] 03/15/07 20:14:35 mdawaffe better checks for already installed.
(edit) @757 [757] 03/06/07 23:55:39 mdawaffe no plugins during installation to prevent DB errors. We can revisit this …
(edit) @741 [741] 03/05/07 05:41:23 mdawaffe move some admin only functions to admin-functions.php. simplify some …
(edit) @740 [740] 03/05/07 02:28:00 mdawaffe plugins manager first pass. Plugins MUST have Plugin Name: and must be …
(edit) @726 [726] 02/26/07 21:36:45 mdawaffe typo. Fixes #600 props chrishajer
Note: See TracRevisionLog for help on using the revision log.