| 1 |
// $Id: CHANGELOG.txt,v 1.259 2009/11/01 20:33:14 agentken Exp $
|
| 2 |
|
| 3 |
02-NOV-2009
|
| 4 |
|
| 5 |
-- #620596 by RoboPhred and lara.s. Error in Domain Source validation.
|
| 6 |
|
| 7 |
01-NOV-2009 (3)
|
| 8 |
|
| 9 |
-- Removes old settings files.
|
| 10 |
-- Updates module .info files for D7.
|
| 11 |
|
| 12 |
01-NOV-2009 (2)
|
| 13 |
|
| 14 |
-- Branches DRUPAL-6--2 to move new work to HEAD.
|
| 15 |
-- Removes the following modules.
|
| 16 |
-- Domain Prefix
|
| 17 |
-- Domain Theme
|
| 18 |
-- Domain User
|
| 19 |
-- Domain Views
|
| 20 |
-- Removes the patches directory.
|
| 21 |
|
| 22 |
01-NOV-2009
|
| 23 |
|
| 24 |
-- #617312 by Dr. DOT. Fixes Domain User handling on add user page. Other
|
| 25 |
minor fixes to Domain User.
|
| 26 |
-- #615258. Cleans up the API for domain source handling. Introduces the new hooks:
|
| 27 |
-- hook_domain_source_alter(&$source, $nid)
|
| 28 |
-- hook_domain_source_path_alter(&$source, $path)
|
| 29 |
And also the new lookup functions for finding the best links:
|
| 30 |
-- domain_get_node_match($nid)
|
| 31 |
-- domain_get_path_match($path)
|
| 32 |
-- #581372 by voxpelli. Cleans up the domain_sitename Views handler.
|
| 33 |
-- #372887 patch by nonsie and blackdog. Super-awesome set values for all domains in domain batch.
|
| 34 |
-- Creates the 6.x.2.0 stable release.
|
| 35 |
|
| 36 |
31-OCT-2009
|
| 37 |
|
| 38 |
-- #227947 by NeuZeitgeist et. al. Ensure that edited nodes redirect to a valid domain.
|
| 39 |
-- #615294. Adds a setting to force Domain Access rules on users who can _administer nodes_.
|
| 40 |
-- Documentation cleanup.
|
| 41 |
-- Removes redundant code in domain_content_domainupdate().
|
| 42 |
|
| 43 |
27-OCT-2009
|
| 44 |
|
| 45 |
-- #564070 follow-up by nonsie. Catches missed conversion to new permission.
|
| 46 |
-- Documentation updates.
|
| 47 |
|
| 48 |
24-OCT-2009
|
| 49 |
|
| 50 |
-- #529026 by davereid. Updates the URL Alter integration to match Drupal 7.
|
| 51 |
Requires URL Alter module 6.x.1.2.
|
| 52 |
-- #540684 by Bartezz. Allows Domain Source to set the active domain as source.
|
| 53 |
-- #561282 by kotu, nonsie, nirbhasa, Bartezz. Removes the auto-filtering of domains
|
| 54 |
by id when using Views.
|
| 55 |
-- #564070 by BWPanda. Limits Domain Source to only active domains.
|
| 56 |
-- #564070 by BWPanda. Better redirects from invalid domains.
|
| 57 |
-- Introduces domain_get_node_domains() and domain_source_lookup().
|
| 58 |
-- Now logs requests to invalid domains.
|
| 59 |
-- Introduces the _access inactive domains_ permission.
|
| 60 |
-- Introduces the _access domain navigation_ permission.
|
| 61 |
-- Requires running update.php to add new permissions.
|
| 62 |
|
| 63 |
23-OCT-2009
|
| 64 |
|
| 65 |
-- #612808 patch by voxpelli. Cannot use array_merge() with Domain Conf defaults.
|
| 66 |
-- #609600 by seddonym. Must track changes to the default site_name variable.
|
| 67 |
|
| 68 |
15-OCT-2009
|
| 69 |
|
| 70 |
-- #604770 patch by seattleturtle. Correctly check isset for domain source value.
|
| 71 |
|
| 72 |
11-OCT-2009
|
| 73 |
|
| 74 |
-- #576444 by jeremyr and nonsie. Makes the selection of domains configurable as checkboxes or select list.
|
| 75 |
-- #576116 by guusbosman. Clear the cache when adjusting settings like themes, site slogan, et. al.
|
| 76 |
-- #560156 by skizzo. Improves the Views domain access plugin by adding strict and membership options.
|
| 77 |
-- #550684 by TCRobbert. Added cache settings to Domain Conf.
|
| 78 |
-- #601516. Fixes permission inconsistency.
|
| 79 |
-- #548140 by carvalhar. Fixes errors in validation for Domain Source.
|
| 80 |
-- #579552 by skizzo and seattleturtle. Tries to avoid PHP errors for missing globals.
|
| 81 |
-- #601614 with salvis. Adds devel_node_access_acknowledge() for the domain_all grant.
|
| 82 |
|
| 83 |
08-OCT-2009
|
| 84 |
|
| 85 |
-- #597654 by matteoraggi. Fixes theme batch update errors.
|
| 86 |
-- #558600 by uufsm. Auto-sets theme to default on batch edits.
|
| 87 |
|
| 88 |
05-OCT-2009
|
| 89 |
|
| 90 |
-- #584428 patch by voxpelli. Adds default domain argument handler to Domain Views.
|
| 91 |
|
| 92 |
04-OCT-2009
|
| 93 |
|
| 94 |
-- #595802 by LaurentB. Removes Shared Sign On from documentation.
|
| 95 |
-- #578648 patch by nirbhasa. Adds subdomain tokens.
|
| 96 |
|
| 97 |
26-SEP-2009
|
| 98 |
|
| 99 |
-- #579696 patch by bl444137. Updates multiple_node_access.patch for 6.14.
|
| 100 |
|
| 101 |
08-SEP-2009
|
| 102 |
|
| 103 |
-- #572124 by nonsie. Fixes status inactive default value.
|
| 104 |
|
| 105 |
24-AUG-2009
|
| 106 |
|
| 107 |
-- #557702 by TCRobbert. Missing return in update 6202.
|
| 108 |
|
| 109 |
23-AUG-2009
|
| 110 |
|
| 111 |
-- Releases 6.x.2.0-rc9.
|
| 112 |
|
| 113 |
22-AUG-2009
|
| 114 |
|
| 115 |
-- #551532 by jseltzer. Switches to function_exists for the domain source check.
|
| 116 |
-- #367752 by gildedgod, blackdog, nonsie. Fixes menu issues with lots of domains.
|
| 117 |
-- #529026 by Dave Reid. Integrates with URL Alter module for custom_url_rewrite_*.
|
| 118 |
-- #539422 fixes potential logic error in domain_node_records().
|
| 119 |
-- #397116 by CorpX and nonsie. Fixes relationships for Views.
|
| 120 |
-- #369928 by drupalok, ayalon. Filter for users of a domain.
|
| 121 |
|
| 122 |
18-AUG-2009
|
| 123 |
|
| 124 |
-- Adds minor drush documentation.
|
| 125 |
|
| 126 |
17-AUG-2009
|
| 127 |
|
| 128 |
-- #234340 patch by gsbc, mr2400, Terence Westaphal, et. al. Fixes table
|
| 129 |
prefixing for newly added tables.
|
| 130 |
-- #227751 patch by blackdog. Removes unusable items from node settings.
|
| 131 |
Requires running update.php.
|
| 132 |
-- #548140 by carvelhar. Fixes bug in Domain Content node saves.
|
| 133 |
|
| 134 |
13-AUG-2009
|
| 135 |
|
| 136 |
-- #547309 by yt2s. Fixes default value for domain_conf.inc values.
|
| 137 |
|
| 138 |
23-JUL-2009
|
| 139 |
|
| 140 |
-- #527426 patch by Alkkaaran, skizzo. Fixes file paths for domain theme.
|
| 141 |
|
| 142 |
14-JUL-2009
|
| 143 |
|
| 144 |
-- #496936 by Skirr. Patch by nonsie. Fixed current domain Views filter.
|
| 145 |
|
| 146 |
03-JUL-2009
|
| 147 |
|
| 148 |
-- #509170 by anrikun. Bad variable handling breaks domain views access settings.
|
| 149 |
-- #509356. Cleans up some error handling and Domain Strict usage. Adds test png.
|
| 150 |
|
| 151 |
28-JUN-2009
|
| 152 |
|
| 153 |
-- #469856 by BWPanda and nonsie. Corrects errors with domain_conf_variable_get().
|
| 154 |
-- Adds domain_get_primary_table($table) escaping function.
|
| 155 |
-- #486370 by jaxpax. Fixes error with local module handling.
|
| 156 |
-- #504529. Adds domain_get_domain() as suggested by wildkatana.
|
| 157 |
-- #501116 by nonsie. Fixes errors when menu module is disabled.
|
| 158 |
-- #445386 by mindgame. Domain Prefix fails on {users} and other tables that
|
| 159 |
autoincrement and have a zero row.
|
| 160 |
|
| 161 |
19-JUN-2009
|
| 162 |
|
| 163 |
-- #477290 by DrupalFan. Clarifies some documentation.
|
| 164 |
|
| 165 |
14-JUN-2009
|
| 166 |
|
| 167 |
-- #490846. Batch management of user assignment to domains.
|
| 168 |
-- #486370. Local module needs special handling.
|
| 169 |
-- #485762 by BWPanda. Views error in loading NID for domains.
|
| 170 |
-- Releases 6.x.2.0-rc8.
|
| 171 |
|
| 172 |
13-JUN-2009
|
| 173 |
|
| 174 |
-- #490878. Make the batch action list easier to read.
|
| 175 |
-- #486038 by mrgoltra. Domain Conf throws away 0 values.
|
| 176 |
|
| 177 |
12-JUN-2009
|
| 178 |
|
| 179 |
-- #303406 by orangecoat-ciallella. Account for absence of Color module in Domain Theme.
|
| 180 |
|
| 181 |
08-JUN-2009
|
| 182 |
|
| 183 |
-- #484864 by dlivingstone. E_ALL notice in domain_theme update hook.
|
| 184 |
-- #484968 by sn0rcha. Dumb typo in domain_warning_check().
|
| 185 |
|
| 186 |
07-JUN-2009
|
| 187 |
|
| 188 |
-- #303406 by junphine and celloandy. Adds theme-specific settings to Domain Theme.
|
| 189 |
-- #405148. Adds warning to the batch editing form.
|
| 190 |
-- #412156. Improves variable switching across domains.
|
| 191 |
-- #415336 by vic_d. Adds additional DNS configuration tips.
|
| 192 |
-- Documents Domain Prefix issue #445386.
|
| 193 |
-- Creates the 6.x.2.0rc7 release.
|
| 194 |
|
| 195 |
31-MAY-2009
|
| 196 |
|
| 197 |
-- Doxygen cleanup. Upgrades node access patch to Drupal 6.12.
|
| 198 |
|
| 199 |
29-MAY-2009
|
| 200 |
|
| 201 |
-- #474460 by Pasqualle. Deleting a domain requires rebuilding node access.
|
| 202 |
|
| 203 |
24-MAY-2009
|
| 204 |
|
| 205 |
-- #450998. Updates documentation of custom_url_rewrite_outbound().
|
| 206 |
|
| 207 |
13-MAY-2009
|
| 208 |
|
| 209 |
-- #461114 by chawl. Patch #450344 forgot to pass $options by reference.
|
| 210 |
|
| 211 |
01-MAY-2009
|
| 212 |
|
| 213 |
-- #450344 patch by Dave Cohen. Prevent collisions when using custom_url_rewrite_outound().
|
| 214 |
-- #448850. Restrict Views by domain.
|
| 215 |
-- #319876. Views handlers for Domain Source.
|
| 216 |
|
| 217 |
24-APR-2009
|
| 218 |
|
| 219 |
-- #443346 by kenorb. Must initialize the $_domain array on first use.
|
| 220 |
-- #443836 patch by blackdog. Fixes error in user registration handling.
|
| 221 |
|
| 222 |
23-APR-2009
|
| 223 |
|
| 224 |
-- #427258 Fixes incorrect call to domain_set_primary_domain().
|
| 225 |
-- #319876 patch by nonsie. Better views argument handling.
|
| 226 |
|
| 227 |
12-APR-2009
|
| 228 |
|
| 229 |
-- #427258 patch by michaelfavia. Clean up cruft in domain administration.
|
| 230 |
|
| 231 |
07-APR-2009
|
| 232 |
|
| 233 |
-- #412078 patch by jolos. Fixes accidental deletion of user domains.
|
| 234 |
-- #424830 by Tim Jones Toronto. Remove dead tables from Domain Prefix form.
|
| 235 |
|
| 236 |
06-APR-2009
|
| 237 |
|
| 238 |
-- #418452 patch by nonsie. Implements domainupdate in Domain Conf.
|
| 239 |
|
| 240 |
25-MAR-2009
|
| 241 |
|
| 242 |
-- #412156. Introduces domain_set_domain() so that necessary changes can be made
|
| 243 |
without switching domains.
|
| 244 |
-- Updates the UPGRADE.txt instructions.
|
| 245 |
-- Finishes $412156.
|
| 246 |
-- #405148. Removes hook_form_alter from Domain Conf.
|
| 247 |
-- #413950. Adds domain_conf_variable_get().
|
| 248 |
|
| 249 |
24-MAR-2009
|
| 250 |
|
| 251 |
-- #266071 patch by nonsie. (Comment 43) fixes two minor errors in i18n forms.
|
| 252 |
-- #252877 patch to react when non-altered form values are saved.
|
| 253 |
|
| 254 |
23-MAR-2009
|
| 255 |
|
| 256 |
-- #407756 by nonsie. Fixes some documentation errors.
|
| 257 |
-- Fixes wildcard matching issue with Domain Alias.
|
| 258 |
|
| 259 |
06-MAR-2009
|
| 260 |
|
| 261 |
-- #361018 patch by blackdog. Token support for domains.
|
| 262 |
-- #393448. Moves Content editing forms settings to hook_perm().
|
| 263 |
See UPGRADE.txt for details on the changes.
|
| 264 |
-- Reomves {node_access} queries from custom_url_rewrite_outbound().
|
| 265 |
|
| 266 |
02-MAR-2009
|
| 267 |
|
| 268 |
-- #388636 by nirvanajyothi. domain_alias_domainlikns() returns bad path.
|
| 269 |
|
| 270 |
21-FEB-2009
|
| 271 |
|
| 272 |
-- Makes for better use of Domain Access Advanced, by changing the query
|
| 273 |
login for Domain Content admin screens to use {domain_access} instead of
|
| 274 |
{node_access}.
|
| 275 |
-- #367963 by svdoord. Adds domain_conf_variable_set() helper function.
|
| 276 |
-- #26607. Allows each domain to specify a default language.
|
| 277 |
-- Cleans up some more E_ALL notices.
|
| 278 |
-- Fixes a logic error in domain_get_uri() that discarded language prefixes.
|
| 279 |
-- Adds a small API change to hook_domainbatch().
|
| 280 |
|
| 281 |
20-FEB-2009
|
| 282 |
|
| 283 |
-- #378258 by svdoord. Remove {domain_editor} entries when deleting domains.
|
| 284 |
-- #356614 by blueyed and Pasquale. Cleans up E_NOTICE errors.
|
| 285 |
-- #368594 bty skizzo. Adds domain batch editing forms for new menu settings.
|
| 286 |
-- #365654 by _natron. Adds unique class identifiers to Domain Nav output.
|
| 287 |
-- #375828 by grawat. Adds documentation warning about custom_url_rewrite_outbound().
|
| 288 |
-- Creates rc6.
|
| 289 |
|
| 290 |
16-FEB-2009
|
| 291 |
|
| 292 |
-- #316072 by JaceRider. Finish implementing domain_content_extra_fields.
|
| 293 |
|
| 294 |
15-JAN-2009
|
| 295 |
|
| 296 |
-- #359277. Disallow prefixing of the new tables.
|
| 297 |
|
| 298 |
05-JAN-2009
|
| 299 |
|
| 300 |
-- #354422 by ariflukito. Fixes incorrect slashes in node link patterns.
|
| 301 |
-- #300454 by ariflukito. Fixes table name error in path prefix handling.
|
| 302 |
-- #336218 by ariflukito. Fixes return path on batch content deletes.
|
| 303 |
|
| 304 |
04-JAN-2009
|
| 305 |
|
| 306 |
-- #353006 by waverate. Check that path,inc is loaded inside domain_grant_all().
|
| 307 |
-- #273415 by aaront. The default primary links block does not respect domain settings.
|
| 308 |
Creates new blocks to handle primary and secondary links.
|
| 309 |
-- #350350 by aufumy. Clarifies installation instructions for settings.php.
|
| 310 |
-- #336218 by ariflukito. Fixes error in l() function for Domain Content.
|
| 311 |
-- #336221 by ariflukito. Fixes url encoding issue with Domain Content.
|
| 312 |
-- Forces a menu rebuild whenever domains are updated or created.
|
| 313 |
-- Changes Domain Content to use the sitename instead of the URL in menus.
|
| 314 |
-- Cleans up the Domain List screen.
|
| 315 |
-- Changes hook_domainlinks() to return FALSE if no link is written.
|
| 316 |
-- Adds default menu per node setting to Domain Conf.
|
| 317 |
|
| 318 |
25-NOV-2008
|
| 319 |
|
| 320 |
-- #324373 by jastern and Crell. Domain Theme wipes away custom admin themes.
|
| 321 |
|
| 322 |
06-NOV-2008
|
| 323 |
|
| 324 |
-- #324008 by ariflukito. Adds domain user information to domain_boot().
|
| 325 |
-- Fixes logic error in domain_alias_bootstrap_lookup().
|
| 326 |
-- #273415 by junphine, bforchammer. Adds primary and secondary links handling to Domain Conf.
|
| 327 |
-- #319876 patch by nonsie. Adds Views 2 handlers to Domain Views.
|
| 328 |
-- Creates rc5.
|
| 329 |
|
| 330 |
22-OCT-2008
|
| 331 |
|
| 332 |
-- #324008 by ariflukito. hook_user() does not fire before hook_form_alter().
|
| 333 |
-- #300454 by ariflukito. More optimization for hook_domainpath().
|
| 334 |
|
| 335 |
21-OCT-2008
|
| 336 |
|
| 337 |
-- #324008 patch by ariflukito. Fixed inconsistent use of domain_get_user_domains().
|
| 338 |
-- #300454 patch by ariflukito. Optimizes and corrects hook_domainpath().
|
| 339 |
|
| 340 |
19-OCT-2008
|
| 341 |
|
| 342 |
-- Fixes logic error for hook_domainpath() implementation in custom_url_rewrite.
|
| 343 |
-- Simplifies the domain_get_uri() function changes.
|
| 344 |
|
| 345 |
18-OCT-2008
|
| 346 |
|
| 347 |
-- Creates the primary domain on install.
|
| 348 |
-- Fixed domain alias matching issue.
|
| 349 |
-- Fixes ? handling in domain alias block.
|
| 350 |
-- #300454 by ariflukito. Introduces hook_domainpath() to allow for URL rewrites
|
| 351 |
across domains.
|
| 352 |
|
| 353 |
14-OCT-2008
|
| 354 |
|
| 355 |
-- #320909 by peterx. Fixes documentation issue with domain assignments.
|
| 356 |
|
| 357 |
13-OCT-2008
|
| 358 |
|
| 359 |
-- #313629 by jsenzee. Adds default role settings and default domains for new users.
|
| 360 |
|
| 361 |
12-OCT-2008
|
| 362 |
|
| 363 |
-- #320257. Moves domain user data into the new {domain_editor} table.
|
| 364 |
-- Fixes new behavior of domain 0 storage with domain batch update functions.
|
| 365 |
-- Note that update 6200 needs to be run for all sites upgrading from 6.x.1.
|
| 366 |
-- Deprecates the domain_editor grant.
|
| 367 |
-- Adds the _delete domain nodes_ permission.
|
| 368 |
-- Tightens restrictions on operations run by Domain Content, based on the
|
| 369 |
new permissions.
|
| 370 |
-- Fixes Domain Strict to only affect the view operation.
|
| 371 |
-- Updates README.txt.
|
| 372 |
-- Releases 6.x.2.0-rc4.
|
| 373 |
|
| 374 |
11-OCT-2008
|
| 375 |
|
| 376 |
-- #320064. Places the default domain record into {domain} as record 0.
|
| 377 |
-- Changes the installer to add domains 0 and 1 on install.
|
| 378 |
-- Use of 6.x.2.0 now requires running update.php for users of lower versions.
|
| 379 |
-- Begins to fix Domain Views for ViewsAPI 2.0. UNSTABLE.
|
| 380 |
-- Fixes Domain Prefix README.
|
| 381 |
|
| 382 |
10-OCT-2008
|
| 383 |
|
| 384 |
-- #319542 by batigolix. Updates install instructions.
|
| 385 |
-- Standardizes documentation use of the term domain instead of subdomain.
|
| 386 |
-- Makes most include_once and require_once calls simple include statements.
|
| 387 |
|
| 388 |
09-OCT-2008
|
| 389 |
|
| 390 |
-- Fixes logic error in domain_alias_lookup().
|
| 391 |
-- Adds Domain Alias switcher block.
|
| 392 |
-- Verifies that the module works with Drupal 6.5.
|
| 393 |
-- Creates 6.x.2.0-rc3
|
| 394 |
|
| 395 |
07-OCT-2008 (2)
|
| 396 |
|
| 397 |
-- #318133. Fixes bad link in domain alias edit screen.
|
| 398 |
|
| 399 |
07-OCT-2008
|
| 400 |
|
| 401 |
-- Polishes the form and form processing for Domain Alias.
|
| 402 |
-- Creates README instructions for Domain Alias.
|
| 403 |
-- Creates 6.x.2.0-rc2.
|
| 404 |
|
| 405 |
06-OCT-2008
|
| 406 |
|
| 407 |
-- Cleans up the bootstrap process.
|
| 408 |
-- Restores the settings_custom_url.inc file with a conditional load check.
|
| 409 |
-- Removes the module update function and changes the UPGRADE.txt docs.
|
| 410 |
|
| 411 |
04-OCT-2008
|
| 412 |
|
| 413 |
-- #316072 by BWPanda. Implements hook_content_extra_fields() to allow CCK field sorting.
|
| 414 |
-- Cleans up hook_node_access_explain().
|
| 415 |
-- Cleans up domain.bootstrap.inc, making all internal functions private.
|
| 416 |
-- Documents the Domain Bootstrap Process.
|
| 417 |
|
| 418 |
03-OCT-2008
|
| 419 |
|
| 420 |
-- Updates domain.bootstrap.inc for code style.
|
| 421 |
-- Cleans up hook_domain_bootstrap_full() implementations.
|
| 422 |
-- Updates API docs.
|
| 423 |
|
| 424 |
23-SEP-2008
|
| 425 |
|
| 426 |
-- #276303 patch by bforchhammer. Commits the Domain Bootstrap patch for testing.
|
| 427 |
-- #284422 patch by bforchhammer. Commits the Domain Alias module for testing.
|
| 428 |
-- Updates INSTALL instructions but not the README.
|
| 429 |
-- WARNING -- HEAD is now unstable.
|
| 430 |
|
| 431 |
17-SEP-2008
|
| 432 |
|
| 433 |
-- #306322 patch by ariflukito. Filtering problem for Domain Content.
|
| 434 |
-- #307663. Bad logic when displaying editor domain list in hook_user().
|
| 435 |
-- #306551 patch by zttt. Do not set action on forms that already are set to an external host.
|
| 436 |
-- #309258 by nirvanajyothi. Clarifies documentation of content editing forms.
|
| 437 |
|
| 438 |
09-SEP-2008 (4)
|
| 439 |
|
| 440 |
-- #299511 patch by BWPanda. Fixes some documentation errors.
|
| 441 |
-- Creates the 6.x.1.2 release.
|
| 442 |
|
| 443 |
09-SEP-2008 (3)
|
| 444 |
|
| 445 |
-- #300702 patch by Garrett Albright. Fixes calls to wrong variable name (sitename | site_name).
|
| 446 |
|
| 447 |
09-SEP-2008 (2)
|
| 448 |
|
| 449 |
-- #301244 patch by ariflukito. Fixes D6 menu error in Domain Content.
|
| 450 |
|
| 451 |
09-SEP-2008
|
| 452 |
|
| 453 |
-- #303339 patch by ariflukito. Fixes form error with batch delete for Domain Content.
|
| 454 |
|
| 455 |
28-AUG-2008
|
| 456 |
|
| 457 |
-- #288803 by nonsie. Batch validation functions fail.
|
| 458 |
|
| 459 |
27-AUG-2008
|
| 460 |
|
| 461 |
-- #300311 by Garrett Albright. Fixes redirect error if module not configured.
|
| 462 |
-- Creates release 6.x.1.1
|
| 463 |
|
| 464 |
22-AUG-2008
|
| 465 |
|
| 466 |
-- Creates release 6.x.1.0!
|
| 467 |
|
| 468 |
16-AUG-2008
|
| 469 |
|
| 470 |
-- Verifies that Domain works with Drupal 6.4
|
| 471 |
-- #293453 by scedwar. Pops users from invalid wildcard domains to the primary domain.
|
| 472 |
-- #295543 by nirvanajyothi. Duplicate key errors on module enable.
|
| 473 |
-- #295398 patch by nonsie. Wrong parameter order in Domain Prefix usage of drupal_execute.
|
| 474 |
-- Fixes editor installation sequence.
|
| 475 |
|
| 476 |
05-AUG-2008
|
| 477 |
|
| 478 |
-- #290306 by nirvanajyothi. Fixes documentation error.
|
| 479 |
|
| 480 |
01-AUG-2008
|
| 481 |
|
| 482 |
-- #290017. Fixes error in Domain Source validation logic.
|
| 483 |
-- #290014. Fixes default checkbox errors.
|
| 484 |
-- Cleans up some E_ALL issues.
|
| 485 |
-- Cleans up some documentation.
|
| 486 |
|
| 487 |
28-JUL-2008
|
| 488 |
|
| 489 |
-- #287782 by nirvanajyothi. Fixes logic error in Domain User, introduced in rc5.
|
| 490 |
|
| 491 |
25-JUL-2008 (6)
|
| 492 |
|
| 493 |
-- Fixes default domain source debug message.
|
| 494 |
-- Adds default domain documentation.
|
| 495 |
|
| 496 |
25-JUL-2008 (5)
|
| 497 |
|
| 498 |
-- #280596. Updates multiple_node_access.patch to Drupal 6.3.
|
| 499 |
-- Created rc5.
|
| 500 |
|
| 501 |
25-JUL-2008 (4)
|
| 502 |
|
| 503 |
-- #280908 by nirvanajyothi. Deprecates domain_disable(), which caused
|
| 504 |
issues when doing an upgrade and is not needed.
|
| 505 |
|
| 506 |
25-JUL-2008 (3)
|
| 507 |
|
| 508 |
-- #284398 by bforchhammer. Domain Nav called deprecated hook.
|
| 509 |
-- #283919 by nirvanajyothi. Domain User form handling error, plus users
|
| 510 |
were allowed to create domains even if those names were reserved.
|
| 511 |
|
| 512 |
25-JUL-2008 (2)
|
| 513 |
|
| 514 |
-- #286399 by mikeshanley. Fixes HTML format error in Domain User.
|
| 515 |
|
| 516 |
25-JUL-2008
|
| 517 |
|
| 518 |
-- #283376 by jaxpax and Garrett Albright. Cannot pass variable by reference
|
| 519 |
and set a default value in PHP 4.
|
| 520 |
|
| 521 |
09-JULY-2008
|
| 522 |
|
| 523 |
-- #278854 E_ALL error in Domain User.
|
| 524 |
|
| 525 |
06-JULY-2008
|
| 526 |
|
| 527 |
-- Coder style cleanup.
|
| 528 |
-- E_ALL Strict compliance.
|
| 529 |
-- Fixes logic error in implementation of url rewrites for Domain Source.
|
| 530 |
-- Removed the $domain argument from hook_domainconf().
|
| 531 |
-- Batch operations changes for E_ALL.
|
| 532 |
-- Removes legacy xcoord, ycoord from domain_conf_system().
|
| 533 |
-- Removes serialize|unserialize from variable_set|get.
|
| 534 |
-- Adds hook_node_access_explain() for Devel module.
|
| 535 |
-- Removes domain_user_boot() -- not needed.
|
| 536 |
-- #271340 typo on user page.
|
| 537 |
-- Fixes domain_user view changes for D6.
|
| 538 |
-- FormsAPI fixes for batch processing in D6.
|
| 539 |
-- #268779 allows the setting of default domains for URL rewrites.
|
| 540 |
-- #246497 by scedwar. Adds empty domain gid for use with Domain Views.
|
| 541 |
-- Created 6.x.1.0rc4
|
| 542 |
|
| 543 |
05-JUL-2008 (2)
|
| 544 |
|
| 545 |
-- #278836 by nirvanajyothi. Array error in node forms when users were not
|
| 546 |
assigned to any valid domains.
|
| 547 |
|
| 548 |
05-JUL-2008
|
| 549 |
|
| 550 |
-- Moving domain_init() to domain_boot() broke hook_domainload(). So
|
| 551 |
we have to keep domaion_init(). We also have to implement hook_boot()
|
| 552 |
in modules that use hook_domainload(). See the API for details.
|
| 553 |
-- Fixes issue with Domain User. We do strip the ports off of restricted usernames.
|
| 554 |
-- #277046 by hardfocus. Implements a new hook_domainignore() to tell the
|
| 555 |
module not to apply hook_form_alter() in some cases. Notably update.php.
|
| 556 |
|
| 557 |
04-JUL-2008 (7)
|
| 558 |
|
| 559 |
-- #270983 by ariflukito. Keeps the domain port intact, allowing non-standard ports.
|
| 560 |
|
| 561 |
04-JUL-2008 (6)
|
| 562 |
|
| 563 |
-- #277046 by hardfocus. Changes domain_init() to domain_boot() to avoide update issues.
|
| 564 |
|
| 565 |
04-JUL-2008 (5)
|
| 566 |
|
| 567 |
-- #278593 by nirvanajyothi. We need to sanity check domain_goto() in domain_form_alter.
|
| 568 |
|
| 569 |
04-JUL-2008 (4)
|
| 570 |
|
| 571 |
-- #278240 by nirvanajyothi. Allows Domain User to respond to changes in usernames.
|
| 572 |
|
| 573 |
04-JUL-2008 (3)
|
| 574 |
|
| 575 |
-- #277202 by bforchhammer. Removes invalid HTML from Domain Nav.
|
| 576 |
|
| 577 |
04-JUL-2008 (2)
|
| 578 |
|
| 579 |
-- #278200 by gcassie. WWW prefix handling now follows the current path.
|
| 580 |
|
| 581 |
04-JUL-2008
|
| 582 |
|
| 583 |
-- #278238 by nirvanajyothi. Fixes error in domain_user_user().
|
| 584 |
-- #278589. Fixes issue with domain.prefix.admin.inc.
|
| 585 |
|
| 586 |
08-JUN-2008 (3)
|
| 587 |
|
| 588 |
-- #265221 by hardfocus. Catches a change in custom_url_rewrite() when paths are aliased.
|
| 589 |
-- Adds node/%n/outline to default node paths.
|
| 590 |
-- Creates rc3.
|
| 591 |
|
| 592 |
08-JUN-2008 (2)
|
| 593 |
|
| 594 |
-- #266166 patch by grndlvl. hook_domaincron() now provides table prefix and settings loading.
|
| 595 |
For users who were performing cron actions across multiple domain or using hook_domaincron(),
|
| 596 |
you will need to pay attention to potential changes in behavior.
|
| 597 |
|
| 598 |
08-JUN-2008
|
| 599 |
|
| 600 |
-- #228985 by 1.kenthomas. Adds warnings to theme forms entered from the wrong domain.
|
| 601 |
|
| 602 |
01-JUN-2008
|
| 603 |
|
| 604 |
-- Updates multiple_node_access.patch to Drupal 6.2.
|
| 605 |
-- #265213 by hardfocus. Cleans up two documentation issues.
|
| 606 |
-- #249809 by scedwar. Removes note about OGUR from documentation.
|
| 607 |
-- #253112 patch by nonsie, idea by scedwar. Adds node debugging block.
|
| 608 |
-- Updates documentation.
|
| 609 |
-- #263334 patch by nonsie. Updates Domain Views to Drupal 6 and Views 2.
|
| 610 |
-- Creates 6.x.1.0-rc2
|
| 611 |
|
| 612 |
19-MAY-2008
|
| 613 |
|
| 614 |
-- #206293 by augsburgde. Fixes $base_url change in custom_url_rewrite_outbound().
|
| 615 |
|
| 616 |
18-MAY-2008 (3)
|
| 617 |
|
| 618 |
-- #253467 by skirr@drupal.ru. Cleans up documentation of custom_url_rewrite_outbound.
|
| 619 |
-- Creates 6.x.1-0rc.
|
| 620 |
|
| 621 |
18-MAY-2008 (2)
|
| 622 |
|
| 623 |
-- #255067 by scedwar. Adds node/%n/edit to default node patterns.
|
| 624 |
|
| 625 |
18-MAY-2008
|
| 626 |
|
| 627 |
-- #243670 by nonsie. Fixes form handling change needed for hook_domainupdate.
|
| 628 |
|
| 629 |
20-APR-2008
|
| 630 |
|
| 631 |
-- #243418 (assisted by georgw). Updates menu system to Drupal 6.2.
|
| 632 |
-- #242648 fixes issue with www stripping for Domain Conf and Domain Prefix.
|
| 633 |
-- #240897 by skirr@drupal.ru. Clarifies documentation of primary domain name string.
|
| 634 |
-- #244142 by a_c_m. Sets varchar(255) for subdomain and sitename columns.
|
| 635 |
-- #243731 by Somebody Sysop. Fixes logic error in multiple_node_access.patch.
|
| 636 |
-- Requires running update.php.
|
| 637 |
-- Creates the 6.x.1-beta2 release.
|
| 638 |
|
| 639 |
30-MAR-2008 (2)
|
| 640 |
|
| 641 |
-- domain_default() not using domainload correctly.
|
| 642 |
-- Recreate domain_user_rules() on domain update.
|
| 643 |
-- Domain Views used DOS linebreaks.
|
| 644 |
|
| 645 |
30-MAR-2008
|
| 646 |
|
| 647 |
-- First full port to Drupal 6.
|
| 648 |
-- #23943 by ax. Cleans up API documentation according to http://drupal.org/node/1354#contrib.
|
| 649 |
-- Changes hook_domainload() to properly work by reference.
|
| 650 |
-- Replaces _ with . in file include names, in accord with Drupal 6 standards.
|
| 651 |
-- Splits admin functions to .admin.inc files, in accord with Drupal 6 standards.
|
| 652 |
-- Renames _domain_write_records() to avoid confusion with drupal_write_record.
|
| 653 |
-- Renames domain_theme_form.inc to domain_theme.admin.inc.
|
| 654 |
-- Adds the INSTALL_QUICKSTART.txt file.
|
| 655 |
|
| 656 |
25-MAR-2008 (3)
|
| 657 |
|
| 658 |
-- Begins the Drupal 6 port. HEAD is now considered unstable.
|
| 659 |
|
| 660 |
25-MAR-2008 (2)
|
| 661 |
|
| 662 |
-- Adds batch function documentation.
|
| 663 |
-- Creates the 5.x.1.1 release.
|
| 664 |
|
| 665 |
25-MAR-2008
|
| 666 |
|
| 667 |
-- Cleans up menu handling for batch actions.
|
| 668 |
-- Corrects behaviors associated with hook_domainconf().
|
| 669 |
-- Updates README.txt for Domain, Domain Prefix and Domain Conf.
|
| 670 |
-- Fixes error in domain_nav_render().
|
| 671 |
|
| 672 |
16-MAR-2008
|
| 673 |
|
| 674 |
-- Fixes error in new logic for domain_conf_form_submit().
|
| 675 |
-- Adds the ability to delete Domain Conf settings per domain.
|
| 676 |
-- Adds the ability to delete Domain Theme settings per domain.
|
| 677 |
-- Adds hook_domainbatch(), for performing batch actions.
|
| 678 |
|
| 679 |
15-MAR-2008 (4)
|
| 680 |
|
| 681 |
-- Removes some test functions from Domain Conf and cleans some code style.
|
| 682 |
This update incorporated into the last for the 5 branch.
|
| 683 |
|
| 684 |
15-MAR-2008 (3)
|
| 685 |
|
| 686 |
-- Allows hook_domainconf() settings to be applied ot the main domain.
|
| 687 |
-- Removes useless code from domain_prefix and domain_conf include files;
|
| 688 |
the variables array is not loaded yet, so variable_get() fails to work here.
|
| 689 |
|
| 690 |
15-MAR-2008 (2)
|
| 691 |
|
| 692 |
-- Adds some clarifying text with regard to #227751.
|
| 693 |
-- Cleans up some code style issues.
|
| 694 |
|
| 695 |
15-MAR-2008
|
| 696 |
|
| 697 |
-- Clarifies API for hook_domainupdate().
|
| 698 |
-- #228813. Generates access rules more often and accurately when
|
| 699 |
using Domain User.
|
| 700 |
-- Adds $reset flags to domain_domains(), domain_default()
|
| 701 |
|
| 702 |
11-MAR-2008 (4)
|
| 703 |
|
| 704 |
-- #223912 by skizzo. Make the -Jump to- navigator element go to
|
| 705 |
the currently active domain.
|
| 706 |
|
| 707 |
11-MAR-2008 (3)
|
| 708 |
|
| 709 |
-- #227999 by skizzo and torgosPizza. Fixes empty -path- passed by
|
| 710 |
parse_url() in PHP 5.
|
| 711 |
-- Cleans up domain_get_uri().
|
| 712 |
|
| 713 |
11-MAR-2008 (2)
|
| 714 |
|
| 715 |
-- #203776 by MatBoy. Updates documentation of Domain User.
|
| 716 |
-- #224079 by GearedDesign. Documents that Drupal must be installed
|
| 717 |
before adding any of the Domain includes to settings.php.
|
| 718 |
-- #221012. Adds Doxygen for Doamin Source to the API.
|
| 719 |
|
| 720 |
11-MAR-2008
|
| 721 |
|
| 722 |
-- #227003 by NeuZeitgeist and triskelion. Logic errors in Domain Source
|
| 723 |
cause form validation errors.
|
| 724 |
|
| 725 |
09-FEB-2008 (4)
|
| 726 |
|
| 727 |
-- Creates Domain Access 1.0 stable.
|
| 728 |
-- Creates the Drupal-5 branch of the code.
|
| 729 |
|
| 730 |
09-FEB-2008 (3)
|
| 731 |
|
| 732 |
-- Moves custom_url_rewrite_outbound() into its own include file.
|
| 733 |
settings_custom_url.inc now needs to be loaded by settings.php.
|
| 734 |
This approach seems easier than pasting the entire function.
|
| 735 |
-- Cleans up install documentation.
|
| 736 |
-- Minor description change to some admin forms.
|
| 737 |
|
| 738 |
09-FEB-2008 (2)
|
| 739 |
|
| 740 |
-- Documentation update, including #218947.
|
| 741 |
|
| 742 |
09-FEB-2008
|
| 743 |
|
| 744 |
-- Enabling the module now populates the {domain_access} table correctly.
|
| 745 |
When the module is disabled, this table is emptied along with the {node_access}
|
| 746 |
table. If no other node access modules are present. the {node_access} table is
|
| 747 |
reset to its default state.
|
| 748 |
|
| 749 |
03-FEB-2008 (3)
|
| 750 |
|
| 751 |
-- Change to the custom_url_rewrite_outbound function. We
|
| 752 |
now check to ensure that the Domain module has loaded.
|
| 753 |
|
| 754 |
03-FEB-2008 (2)
|
| 755 |
|
| 756 |
-- Integrated Domain Source with Domain Content.
|
| 757 |
-- Fixes a bad menu behavior with Domain Content.
|
| 758 |
|
| 759 |
03-FEB-2008
|
| 760 |
|
| 761 |
-- domain_domains() now sets the domain_id as the array key.
|
| 762 |
-- Domain Source updates to allow proper content editing.
|
| 763 |
|
| 764 |
02-FEB-2008 (6)
|
| 765 |
|
| 766 |
-- #210248. Backports custom_url_rewrite_outbound() to Drupal 5.
|
| 767 |
This patch replaces the hook_url_alter() patch, bringing the Domain
|
| 768 |
module in line with Drupal 6 core. See #207330.
|
| 769 |
|
| 770 |
02-FEB-2008 (5)
|
| 771 |
|
| 772 |
-- #215148. Domain Prefix failed to empty the $sources array when
|
| 773 |
iterating through tables, allowing the copying of tables that did not
|
| 774 |
exist.
|
| 775 |
|
| 776 |
02-FEB-2008 (4)
|
| 777 |
|
| 778 |
-- #213390 patch by mrichar1. Fixed Domain Views query implementation.
|
| 779 |
Also added a Views dependency to domain_views.info.
|
| 780 |
|
| 781 |
02-FEB-2008 (3)
|
| 782 |
|
| 783 |
-- #214065 by chaldar. Adds the $arguments array to domain_edit_form()
|
| 784 |
and domain_delete_form() so that extension modules may pass their
|
| 785 |
own custom redirects and messages using the USER_SUBMITTED flag.
|
| 786 |
|
| 787 |
02-FEB-2008 (2)
|
| 788 |
|
| 789 |
-- #215657 by wayland76. Adds more explict instructions regarding
|
| 790 |
the primary domain name setting and root domain for user domains.
|
| 791 |
|
| 792 |
02-FEB-2008
|
| 793 |
|
| 794 |
-- #216847 by ben soo. Moves $custom_theme routine into hook_menu()
|
| 795 |
and removes domain_theme_init(), allowing Domain Theme to interoperate
|
| 796 |
with other custom theme modules.
|
| 797 |
|
| 798 |
27-JAN-2008 (2)
|
| 799 |
|
| 800 |
-- Typo in domain_admin.inc caused domain editor rules
|
| 801 |
to be erased if settings resaved.
|
| 802 |
-- Prevents hook_domaininstall from running during $_POST.
|
| 803 |
|
| 804 |
27-JAN-2008
|
| 805 |
|
| 806 |
-- #214762. Adds the Domain Source module to allow editors to
|
| 807 |
specify links from external domains.
|
| 808 |
-- Cleans up some documentation errors.
|
| 809 |
-- Adds note about PHP includes in response to #214181.
|
| 810 |
|
| 811 |
20-JAN-2008 (3)
|
| 812 |
|
| 813 |
-- #211374 by v1nce. Allows the Domain Theme module weight to be
|
| 814 |
reset from the settings page. Necessary for integration with some
|
| 815 |
modules.
|
| 816 |
-- Adds hook_domainform() to allow submodules to add elements to the
|
| 817 |
default Domain settings page. Use this hook sparingly.
|
| 818 |
-- Creates rc4.
|
| 819 |
|
| 820 |
20-JAN-2008 (2)
|
| 821 |
|
| 822 |
-- Separates an -assign domain editors- permission from the -set domain access-
|
| 823 |
permission. DZone reports that these are two distinct actions, and need to be
|
| 824 |
separated.
|
| 825 |
-- DZone reported that the domain editor option were being shown on category
|
| 826 |
pages of the user/#/edit screen.
|
| 827 |
|
| 828 |
20-JAN-2008
|
| 829 |
|
| 830 |
-- #210213 patch by nicholasThompson. Documentation warning links did
|
| 831 |
not use base_url() and do not work when Drupal is installed in a subfolder.
|
| 832 |
-- Corrected logic error when adding or removing domain_editor grants
|
| 833 |
to the {node_access} table.
|
| 834 |
-- #208160 by DZone. Restricts the content viewing options of Domain Content
|
| 835 |
to only show content that a non-privileged user can edit.
|
| 836 |
-- Type check === 0 in domain_lookup() caused errors. Function refactored.
|
| 837 |
-- #210313. domain_url_alter() did not respect path aliases when writing new paths.
|
| 838 |
|
| 839 |
12-JAN-2008
|
| 840 |
|
| 841 |
-- #208550 patch by smk-ka. Cleans up code and logic errors in
|
| 842 |
domain_grant_all() that causes nodes to be visible on all domains.
|
| 843 |
-- Updates the patches to Drupal 5.6.
|
| 844 |
-- Adds stubs for simpletests.
|
| 845 |
|
| 846 |
05-JAN-2008
|
| 847 |
|
| 848 |
-- {domain_access} table does not need to store grant information.
|
| 849 |
-- Moves invocation of _domain_write_access_records() to domain_nodeapi().
|
| 850 |
-- Bug in domain_nodeapi() caused error during node_access_rebuild().
|
| 851 |
-- Creates rc3.
|
| 852 |
|
| 853 |
03-JAN-2008
|
| 854 |
|
| 855 |
-- #197488 by Daryljames with special assistance from salvis.
|
| 856 |
Fixes Domain Access to step aside during cron runs. This allows
|
| 857 |
modules such as Subscriptions to function correctly.
|
| 858 |
-- Adds the {domain_access} table to prevent issues related to
|
| 859 |
node_access_rebuild(). See http://groups.drupal.org/node/7956
|
| 860 |
and #205045 by chaldar.
|
| 861 |
-- Updates the README.
|
| 862 |
-- Cleans up domain_enable() based on the above.
|
| 863 |
-- Edits Domain Content to make changes to {domain_access} as well.
|
| 864 |
-- Requires update.php.
|
| 865 |
-- More information in the Domain User README.
|
| 866 |
-- Removed a debugging line.
|
| 867 |
|
| 868 |
02-JAN-2008
|
| 869 |
|
| 870 |
-- Adds documentation to Domain User.
|
| 871 |
-- Creates rc2.
|
| 872 |
-- Fixes minor API documentation issues.
|
| 873 |
|
| 874 |
30-DEC-2007
|
| 875 |
|
| 876 |
-- Removes DANGEROUS_SKIP_CHECK from Domain Prefix. Good.
|
| 877 |
-- Fixes Domain User module.
|
| 878 |
|
| 879 |
29-DEC-2007
|
| 880 |
|
| 881 |
-- A leftover TRUE check inside domain_url_alter() was removed.
|
| 882 |
|
| 883 |
22-DEC-2007
|
| 884 |
|
| 885 |
-- Fixes logic error in domain_conf_warning_check().
|
| 886 |
|
| 887 |
21-DEC-2007
|
| 888 |
|
| 889 |
-- Adds hook_domainconf() to Domain Conf; inspired by #202917 and #202671.
|
| 890 |
-- #202286 by mrichar1. Improves the documentation for Domain Views.
|
| 891 |
-- #202714 by derjochenmeyer. The Domain Content form accidentally acted
|
| 892 |
on nid == 0 and created errors in the {node_access} table.
|
| 893 |
-- #202392 by derjochenmeyer. str_ireplace() is PHP 5 only. We also need to
|
| 894 |
strtolower() the incoming url host. Fix applies to Domain Conf and Domain Prefix
|
| 895 |
as well.
|
| 896 |
-- Adds hook_domainwarnings() to Domain Conf to print form messages only
|
| 897 |
for select forms.
|
| 898 |
|
| 899 |
16-DEC-2007
|
| 900 |
|
| 901 |
-- Removes a stray debug print_r.
|
| 902 |
-- Updates documentation with regard to #201156.
|
| 903 |
-- Creates rc1.
|
| 904 |
|
| 905 |
15-DEC-2007
|
| 906 |
|
| 907 |
-- Adds partial pgSQL functionality to Domain Prefix. See #200279.
|
| 908 |
-- #188275. Adds new permission 'view domain publishing' to provide domain
|
| 909 |
selection options for node creation to users with limited permissions.
|
| 910 |
These options are controlled by a new Content Editing Form setting.
|
| 911 |
-- Adds the ability to ignore the www. prefix when determining the validty of
|
| 912 |
a domain request.
|
| 913 |
-- Adds configuration for pages that should allows the domain_all grant, such
|
| 914 |
as mysite/* or user/*/track.
|
| 915 |
-- #197757. Fixes default values and form positioning on Domain Content batch editor form.
|
| 916 |
-- Adds configuration for node links that should be made absolute by hook_url_alter, such
|
| 917 |
as node/%n, comment/reply/%n and book/add/child/%n, where %n is a placeholder
|
| 918 |
for the node id. Allows the module to be extended through the UI.
|
| 919 |
-- Removes the domain_enable check from the configuration page.
|
| 920 |
-- Automatically adds and removed domain_editor grants when that feature is enabled and
|
| 921 |
disabled.
|
| 922 |
-- Moves some settings options so that the default choice is always on top.
|
| 923 |
-- Removes the variable check from domain_perm(). Now shows all permission options
|
| 924 |
at all times.
|
| 925 |
-- #200714 patch by mrichar1. Adds the Domain Views module by mrichar1.
|
| 926 |
-- #199846 by gfconsult. Adds the Domain Strict module suggested by comment #2.
|
| 927 |
|
| 928 |
10-DEC-2007 (4)
|
| 929 |
|
| 930 |
-- Accidentally committed the module with the default rules reversed.
|
| 931 |
-- Changes default admin menu item string to --Domains-- to match
|
| 932 |
the other items in admin/build.
|
| 933 |
-- Fixes pgSQL install errors in Domain Prefix and Domain User.
|
| 934 |
-- Adds user_access checks to hook_domainlinks implementations.
|
| 935 |
-- pgSQL table copying and creating work in Domain Prefix. However, the
|
| 936 |
table Sequences and Indexes are not being copied and require more work.
|
| 937 |
|
| 938 |
10-DEC-2007 (3)
|
| 939 |
|
| 940 |
-- #191785 by skizzo. Allows the setting of an administrative theme in Domain Conf.
|
| 941 |
-- Removes a colspan left behind from testing.
|
| 942 |
|
| 943 |
10-DEC-2007 (2)
|
| 944 |
|
| 945 |
-- Disabling the Domain module will now reset the {node_access} table to default state
|
| 946 |
unless other node access modules are enabled.
|
| 947 |
-- Fixes the install sequence so that all nodes are added to domain_site and the default
|
| 948 |
domain_id.
|
| 949 |
|
| 950 |
10-DEC-2007
|
| 951 |
|
| 952 |
-- Moves secondary domain CRUD functions from domain_admin to hook implementations. This
|
| 953 |
allows other modules to call these functions directly without using drupal_execute().
|
| 954 |
-- First stable domain_user module.
|
| 955 |
|
| 956 |
06-DEC-2007
|
| 957 |
|
| 958 |
-- Allows all *_lookup functions to clear their static variables.
|
| 959 |
-- Changes domain_perfix_perm from -prefix tables- to -administer table prefixing-.
|
| 960 |
-- Adds domain_user perm -create personal domain-.
|
| 961 |
-- Adds hook_domaininfo().
|
| 962 |
|
| 963 |
05-DEC-2007 (2)
|
| 964 |
|
| 965 |
-- Adds the personal domain construction logic for Domain User. This module is still
|
| 966 |
unstable, however, and should not be used.
|
| 967 |
|
| 968 |
05-DEC-2007
|
| 969 |
|
| 970 |
-- #197692 by skizzo. Removes the ability to define separate files directories
|
| 971 |
for subdomains using Domain Conf. This feature did not work as expected.
|
| 972 |
Trying to fix this issue will delay release unnecessarily.
|
| 973 |
-- #197600 by Rogdor. Advanced form elements may be disabled and cannot be required.
|
| 974 |
-- #197757 by derjochenmeyer [comment 3]. Delete related {node_access} records when
|
| 975 |
a domain record is deleted.
|
| 976 |
|
| 977 |
01-DEC-2007
|
| 978 |
|
| 979 |
-- Fixes error in multiple_node_access.patch, which was passing the uid incorrectly.
|
| 980 |
-- Adds INSTALL.txt instructions.
|
| 981 |
-- #195366 by Rogdor. Fixes path issue for domain_get_path().
|
| 982 |
-- #196217 by Rogdor. Uses hook_form_alter() to force complete paths on form
|
| 983 |
actions when using SEO optimization mode.
|
| 984 |
|
| 985 |
27-NOV-2007
|
| 986 |
|
| 987 |
-- Sets a check for the hook_url_alter() patch and notifies the user if it is not installed.
|
| 988 |
Also disables features that rely on the patch.
|
| 989 |
-- Makes the AND behavior of Domain Access and other node access modules a setting.
|
| 990 |
-- Cleans up the settings page and places Advanced Settings in a separate group.
|
| 991 |
|
| 992 |
26-NOV-2007
|
| 993 |
|
| 994 |
-- Prevents the Domain Access option from showing on the default batch content editing page.
|
| 995 |
domain_content_node_operations() is now path resitricted.
|
| 996 |
-- #195366 by nicholasThompson. Adds an option to force all node links to go to a single
|
| 997 |
source. This may help prevent search engines from thinking that content published to
|
| 998 |
multiple domains is spam.
|
| 999 |
-- #195439 by skizzo. A rendering bug in Garland breaks the Domain Nav block. Fix adds
|
| 1000 |
a very small domain_nav.css file to fix the issue.
|
| 1001 |
-- #195489 by mrichar1. Notify site admins when they fail to install Domain Prefix or Domain
|
| 1002 |
Conf correctly. Introduces hook_domaininstall().
|
| 1003 |
|
| 1004 |
25-NOV-2007 (3)
|
| 1005 |
|
| 1006 |
-- #195256 by Martijnhaan. Fixes error in domain_domainload().
|
| 1007 |
|
| 1008 |
25-NOV-2007 (2)
|
| 1009 |
|
| 1010 |
-- #189797 by moshub. Allows the admin to decide if content searches should be run
|
| 1011 |
across all affiliates or just the currently active domain.
|
| 1012 |
-- Allows administrators to change domain access settings as a batch process, using
|
| 1013 |
the Domain Content module.
|
| 1014 |
-- Fixed error in domain_user_domainload() -- this hook is not passed by reference.
|
| 1015 |
-- Creates the beta7 release.
|
| 1016 |
-- Requires that update.php be run.
|
| 1017 |
-- Returns the domain_enabling() function, which is needed.
|
| 1018 |
|
| 1019 |
25-NOV-2007
|
| 1020 |
|
| 1021 |
-- #192452 by skizzo. Allows domains to be set to inactive. Inactive domains can only be
|
| 1022 |
accessed by the site administrator.
|
| 1023 |
-- #192452 by skizzo. Allows the lists of domains used in domain_block() and Domain Nav to
|
| 1024 |
be sorted according to an administrator setting.
|
| 1025 |
-- #189797 by moshub. Introduces the domain_all() grant, which allows for search and similar
|
| 1026 |
pages to grant access across all sites.
|
| 1027 |
|
| 1028 |
23-NOV-2007
|
| 1029 |
|
| 1030 |
-- #192353 by okday. Domain Prefix fix. Allows the source table for data copying to be specified through the UI.
|
| 1031 |
Requires that update.php be run.
|
| 1032 |
-- #194671 by skizzo. Allows sorting of the domain list admin page. Adds pagination, if needed.
|
| 1033 |
|
| 1034 |
21-NOV-2007
|
| 1035 |
|
| 1036 |
-- Fixes logical error in domain_content.
|
| 1037 |
-- Changes implementation of hook_node_access_grants() to work with OG.
|
| 1038 |
-- Adds patches folder.
|
| 1039 |
-- Includes hook_node_access_logic() patch.
|
| 1040 |
-- Fixes error where module hooks did not pass by reference correctly.
|
| 1041 |
-- #192849 by canen. pgsql in domain_prefix_install() calls wrong table.
|
| 1042 |
|
| 1043 |
-- #191456 by derjochenmeyer. Removes filter_xss_admin() from hook_init. Breaks caching and is not needed.
|
| 1044 |
-- #191494 by lpirotte. Domain Prefix does not work when a global $db_prefix is used.
|
| 1045 |
-- $gid not set properly in domain_nodeapi().
|
| 1046 |
-- #191570. Removes the domain_enabling() function, which caused issues when installing other node access modules.
|
| 1047 |
|
| 1048 |
-- Adds a VALID boolean element to the $_domain array to allow for checking user status with
|
| 1049 |
the Domain User module.
|
| 1050 |
-- #191134 inspired by derjochenmeyer . Filters content for Domain Content so that superusers
|
| 1051 |
do not see all content on all domains.
|
| 1052 |
-- #189797. hook_url_alter() patch to the url() function to enable absolute path links when needed by the
|
| 1053 |
Domain Access module -- required for Search, MySite, and other aggregating functions.
|
| 1054 |
-- #191368. Prevent debugging output from being indexed by the search mechanism.
|
| 1055 |
|
| 1056 |
09-NOV-2007
|
| 1057 |
|
| 1058 |
-- Adds the Domain Prefix module, for advanced table prefixing options.
|
| 1059 |
The Domain Prefix module is unstable and needs testing.
|
| 1060 |
-- #190605 by Martijnhaan. UI issues related to the edit permissions and domain_editor grants. Hides the
|
| 1061 |
edit domain nodes permission if that feature is disabled. Fixes issue with Domain Content showing edit links
|
| 1062 |
when the user does not have the edit grant.
|
| 1063 |
-- #188826 by trailerparkopera. The site name is not changed dynamically unless Domain Conf settings have been saved.
|
| 1064 |
This change disables the ability to edit a site name through Domain Conf, and loads the domain-specific sitename through
|
| 1065 |
domain_init().
|
| 1066 |
-- Creates beta6.
|
| 1067 |
|
| 1068 |
05-NOV-2007
|
| 1069 |
|
| 1070 |
-- #188160 by skizzo. Disabling the domain_conf module does not stop it from loading. You must
|
| 1071 |
uninstall the module. Added a check of the {system} table as a safety measure if users forget
|
| 1072 |
to remove the code from settings.php.
|
| 1073 |
-- #188268. The domain_nav_menu lookup routine is outside of the $may_cache loop. Needs to be inside.
|
| 1074 |
-- Fixes empty form value for DOMAIN_EDITOR_RULE.
|
| 1075 |
-- #188825. Error reading default node promotion settings.
|
| 1076 |
|
| 1077 |
29-OCT-2007 (3)
|
| 1078 |
|
| 1079 |
-- #187593. Sets warning message when editing an admin form when you might be
|
| 1080 |
on the wrong domain.
|
| 1081 |
-- file domain_conf/domain_conf_form.inc deprecated and removed.
|
| 1082 |
|
| 1083 |
29-OCT-2007 (2)
|
| 1084 |
|
| 1085 |
-- #187494 by skizzo. To change variables in the $conf array, we cannot wait for hook_init().
|
| 1086 |
These variables must be loaded dynamically from settings.php.
|
| 1087 |
-- Adds file: settings_domain_conf.inc
|
| 1088 |
-- Beta5 release.
|
| 1089 |
|
| 1090 |
29-OCT-2007
|
| 1091 |
|
| 1092 |
-- #187509 by skizzo. Fixes error in domain_theme_lookup() that prevents themes from being saved.
|
| 1093 |
|
| 1094 |
28-OCT-2007
|
| 1095 |
|
| 1096 |
-- Updates README.txt
|
| 1097 |
|
| 1098 |
28-OCT-2007 (3)
|
| 1099 |
|
| 1100 |
-- Changes file domain_form.inc to domain_conf_form.inc.
|
| 1101 |
-- Adds the Domain Theme module.
|
| 1102 |
-- Some function documentation cleanup.
|
| 1103 |
-- Beta4 release.
|
| 1104 |
|
| 1105 |
28-OCT-2007 (2)
|
| 1106 |
|
| 1107 |
-- Checked a few of the API hooks for proper functionality.
|
| 1108 |
|
| 1109 |
28-OCT-2007
|
| 1110 |
|
| 1111 |
-- Adds hook_domainload() to allow submodules to modify the $domain array.
|
| 1112 |
-- Adds domain_goto($domain). This function allows developers to pop users to the
|
| 1113 |
correct domain. Useful when editors must be on their specific domain to edit content.
|
| 1114 |
|
| 1115 |
26-OCT-2007
|
| 1116 |
|
| 1117 |
-- #186935. The site_grant element of the domain array was not being set by domain_domains().
|
| 1118 |
-- #186624. domain_form_alter() breaks CCK field management.
|
| 1119 |
-- Adds hook_domaincron().
|
| 1120 |
|
| 1121 |
24-OCT-2007
|
| 1122 |
|
| 1123 |
-- #186153 by skizzo. The Domain Conf module needs to be on the selected domain in order
|
| 1124 |
to load the correct setings for the form.
|
| 1125 |
-- Related to the above. After deleting a domain record, return to the root domain.
|
| 1126 |
-- #186321. Logic error in domain_init() causes the site_grant variable to be unset, causing the
|
| 1127 |
module not to function properly.
|
| 1128 |
-- #186255. Lookup the domain data before deleting the record and firing hook_domainrecord().
|
| 1129 |
|
| 1130 |
19-OCT-2007
|
| 1131 |
|
| 1132 |
-- #184993. Fixes menu order for domain_content.module.
|
| 1133 |
-- Changes help text to indicate full path.example.com should be used.
|
| 1134 |
-- Adds hook_domaingrants() to allow submodules to alter default node grants.
|
| 1135 |
-- Adds hook_domainrecords() to allow submodules to alter default node access records.
|
| 1136 |
-- Renames hook_domainrecord() to hook_domainupdate().
|
| 1137 |
-- Adds column *scheme* to the {domain} table. Warning: no database update provided.
|
| 1138 |
-- Now allows the configuration of different URL schemes (http, https) for each domain.
|
| 1139 |
|
| 1140 |
15-OCT-2007
|
| 1141 |
|
| 1142 |
-- Finishes the Domain Content module for batch editing.
|
| 1143 |
-- API updates for Domain Content.
|
| 1144 |
-- Cleans up some additional redundancy.
|
| 1145 |
|
| 1146 |
10-OCT-2007
|
| 1147 |
|
| 1148 |
-- Shortens module names in info files.
|
| 1149 |
-- Cleans up some redundant functions.
|
| 1150 |
|
| 1151 |
09-OCT-2007
|
| 1152 |
|
| 1153 |
-- Adds the Domain Nav module, which generates a block of navigation links.
|
| 1154 |
-- Adds the Domain Content module, for batch editing domain-specific content.
|
| 1155 |
-- Adds several new helper functions.
|
| 1156 |
-- Corrects use of variable_del() to reset variables during the domain_disable() function.
|
| 1157 |
-- Changes domain_list() to domain_view().
|
| 1158 |
-- Cleans up documentation style and defgroups.
|
| 1159 |
|
| 1160 |
07-OCT-2007
|
| 1161 |
|
| 1162 |
-- Cleans up API documentation file.
|
| 1163 |
|
| 1164 |
06-OCT-2007
|
| 1165 |
|
| 1166 |
-- Removes deprecated file settings.inc from domain_conf.
|
| 1167 |
-- Creates API documentation at http://therickards.com/api/Domain.
|
| 1168 |
|
| 1169 |
05-OCT-2007
|
| 1170 |
|
| 1171 |
-- Cleans up README errors.
|
| 1172 |
-- Introduces internal hooks for settings links -- hook_domainlinks(), to be used by submodules to
|
| 1173 |
add links to admin/build/domain/list.
|
| 1174 |
-- Moves the domain access element of the user form into a fieldset.
|
| 1175 |
|
| 1176 |
04-OCT-2007
|
| 1177 |
|
| 1178 |
-- Adds pgsql install to domain_conf module.
|
| 1179 |
-- Puts node edit form elements into a collapsible group.
|
| 1180 |
-- Finishes initial README.
|
| 1181 |
-- Adds DOMAIN_INSTALL_RULE and DOMAIN_EDITOR_RULE to enable custom behavior when the
|
| 1182 |
module is initially enabled. See the README.
|
| 1183 |
|
| 1184 |
03-OCT-2007
|
| 1185 |
|
| 1186 |
-- #180514. Changes the module to recognize fully-qualified domain names instead of subdomains.
|
| 1187 |
Doing so increases the flexibility of the module. However, single-sign on across mutliple domains
|
| 1188 |
is not yet supported.
|
| 1189 |
-- Changes the default menu item for the settings page.
|
| 1190 |
-- Changes the module name to Domain Access.
|
| 1191 |
|
| 1192 |
02-OCT-2007
|
| 1193 |
|
| 1194 |
-- Moves the domain_conf routine out of settings.php and into hook_init(). This idea, taken from
|
| 1195 |
the Multidomain module, makes it easier to use the Domain Manager module.
|
| 1196 |
|
| 1197 |
01-OCT-2007
|
| 1198 |
|
| 1199 |
-- Initial commit of the Domain Manager module. This module provides a lightwieght set of tools for
|
| 1200 |
creating and managing a network of affiliates sites. The sites run on subdomains of a master domain.
|
| 1201 |
A single Drupal installation and database are required. The module uses hook_node_access() to determine
|
| 1202 |
how content should be presented. Originally developed for www.skirt.com, the module was introduced
|
| 1203 |
at DrupalCON Barcelona.
|
| 1204 |
|
| 1205 |
/**
|
| 1206 |
* @file
|
| 1207 |
* Changelog file.
|
| 1208 |
*/
|
| 1209 |
|