| /[drupal]/contributions/modules/xmlsitemap/xmlsitemap.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
by Dave Reid: Merged node and node type options, added vertical tab support to the node type form fieldset.
by Dave Reid: Simplified xmlsitemap_check_status().
by Dave Reid: Moved xmlsitemap_check_status() from xmlsitemap.inc to xmlsitemap.install and improved the requirements.
by Dave Reid: Added todo for xmlsitemap_install().
#549626 follow-up by Dave Reid: Fixed invalid {xmlsitemap}.access values.
#507620 follow-up by Dave Reid: Remove t() from upgrade functions.
#562940 by Dave Reid: Added a requirements check if there is an existing sitemap.xml file in the website root that will not allow the module to work.
#562940 by Dave Reid: Added a requirements check if there is an existing sitemap.xml file in the website root that will not allow the module to work.
by Dave Reid: Jiggered with translated strings.
by Dave Reid: Revised requirements checks for the access content permission.
by Dave Reid: Revert removing the _xmlsitemap_translation_strings() function.
by Dave Reid: Removed the error suppression for db_drop_index().
by Dave Reid: Synced with local dev version.
by Dave Reid: Re-added the {xmlsitemap}.langauge column in preparation for language-aware sitemaps.
#554282 by Dave Reid: Fixed index dropping before column dropping.
#512216 by Dave Reid: Allow unified overriding link status and priority. Almost required a complete rewrite of the rewrite itself. Whew.
#544774 Slow queries - add index to loc column.
#516876 Deleted items not removed from sitemap.
#516876 Deleted items not removed from sitemap.
#515198 by kmillecam, Dave Reid: Optimized table index.
by Dave Reid: Major updates to code. Split status column into access and status.
#507620 Translatable string bugs in watchdog messages. #507532 Update the INSTALL.txt file for rc1.
by Dave Reid: Textual improvements to xmlsitemap_requirements().
by Dave Reid: Fixed incorrect module weight from older versions left in {system}.
#483840 Directory structure prevents successful translation file import.
by Dave Reid: Added tests for xmlsitemap_save_link() and fixed an unexpected bug.
by Dave Reid: Added {xmlsitemap}.priority_override field.
by Dave Reid: Attempting to update PHPdoc documentation.
by Dave Reid: Added tests for the status report messages.
#481942 by Dave Reid: Fixed broken link to rebuild page in status report.
by Dave Reid: Moved custom links code into a new xmlsitemap_custom.module. Keeping xmlsitemap.module leaner and cleaner.
by Dave Reid: Fixed missing $ret in update functions.
by Dave Reid: Added xmlsitemap.inc for lesser-called files and renamed variable xmlsitemap_regenerate_last to xmlsitemap_generated_last.
by Dave Reid: Clarified the messages in xmlsitemap_requirements().
by Dave Reid: Move blurb to separate function and only show on unstable releases.
by Dave Reid: Needed to disable the {xmlsitemap}.language index in xmlsitemap_schema().
by Dave Reid: Might have been a little too hasty with using {xmlsitemap}.language to control what content gets in the sitemap. English content still shows up when viewing the site in French.
by Dave Reid: Make sure add/change column descriptions are in the update functions.
by Dave Reid: Added an {xmlsitemap}.language column so multilingual node translations can be supported.
#468582 by Dave Reid, earnie: Improved performance for cron queries by re-ordering the primary key on {xmlsitemap}.
by Dave Reid: Changed {xmlsitemap}.status to a NULLable field and added an index on status.
#470602 by Dave Reid: Added support of multilingual sitemaps.
by Dave Reid: Updated translation strings and added translation template.
#470782 by Dave Reid: Fixed empty base URLs in sitemap.
by Dave Reid: Simplify and rename xmlsitemap_clean_directory() to xmlsitemap_clear_cache().
by Dave Reid: Add update function to remove the unique index.
by Dave Reid: Remove the unique key on xmlsitemap.loc until the duplicate key problem can be solved.
by Dave Reid: Followup for last commit.
by Dave Reid: Added the rest of the files I just meant to commit.
Changed the directory structure; fixed, and ported code from the 6.x-1 branch.
Rearranged the directory structure.
Rearranged the directory structure.
Fixed an error on retrieving the update query results.
Changed the module priorities.
#371025: Undefined index.
Changed, or added a header comment.
#366973: Add an option for site map submissions based on time intervals, rearranged the code.
Updated the site map chunk size used by default.
#367158: SQL errors when using the tools page.
Fixed a syntax error.
Corrected, and completed the database schema.
Changed the schema definition.
Changed the database schema to support the code being developed.
Corrected the install functions.
Removed xmlsitemap_file, removed the update functions.
Corrected a wrong menu callback, #356212, rearranged and optimized the code.
Renamed database fields, fixed an error, changed an SQL query.
Fixed the access to a not defined array index in the update functions.
Changed the site map chunk size default value, added a further check for its value.
Rearranged and optimized the code.
Removed the code to clean the page cache before the call to menu_rebuild().
Made explicit the dependency from taxonomy.module.
Fixed a parsing error.
Changed the database fields default values, rearranged and optimized the code.
Forcing a CVS commit to update all the files.
Added an update function to force the update of the Drupal menus.
Added the code to update the modules database tables from administration pages.
Fixed some issues.
#350730: Update function doesn't work.
Fixed a query placeholder.
Fixed a query placeholder.
Changed .
Changed the xmlsitemap table definition.
Optimized the last query added.
Optimized the last query added.
Added the code to clean the outdated data kept in the page cache.
Added the code to clean the outdated data kept in the page cache.
#350810: Primary key doesn't exist.
Fixing the commits made with a different editor.
Fixing the previous commits.
Trying to fix a problem with the previous commits caused by the used editor.
Fixing a problem with the previous commits.
Removed t() from hook_schema().
Moved code from xmlsitemap.install to xmlsitemap_menu.install.
#348759: Undefined function xmlsitemap_url(); reorganized, and optimized the code.
Fixed #344645, and #344426.
Fixed an issue with the roles priority settings.
#344034: Call to undefined function db_placeholders.
Fixing a problem with the previous commit.
Resolved an issue with xmlsitemap_user.module which didn't populate the xmsitemap_user_role table; resolved an issue with the user interface not showing the default value for the priority.
Ported the fix for #342122.
#342122: Column length too big; optimized the code.
#340301: xmlsitemap_update_6104 should return an array.
Updated the installation file.
Rearranged the code, and fixed two bugs.
Corrected the wrong definition of the table 'xmlsitemap'.
Fixed a wrongly named function.
Changed the queries to use placeholders; fixed a wrongly named function.
Changed the code to remove temporary files.
Fixed the name of an update function.
Changed the code to remove temporary files.
#338907: Parse error.
Changed the xmlsitemap table to make it match the definition given in 5.x-2.x-dev.
#272416: Table field is too small; removed duplicated code.
Updated the tables to use more space for the URLs..
Optimized the update code.
Fixed the update code (never rename update functions - see #269676 for an explanation).
#336712: Combined xmlsitemap_update_1() and xmlsitemap_update_2().
#336712: Postgres and = 'FIRST';.
Rearranged the installation code.
Added code into the update function to remove any cached content of sitemap.xml.
Ported xmlsitemap_term from 5.x-2.x-dev; reorganized a little the code.
Applied the patch for #336712.
Removed the fix for #336712.
Completed the fix to #336712.
#336823; #336059.
Completed the port of xmlsitemap.module from 5.x-2.x-dev.
#336059: Table xmlsitemap doesn't exist.
Removed the code to update from gsitemap.module; removed any references to the file gss.xsl
Prevent duplicate XML Sitemap menus. Fixed additional links update.
Moved menu item code to its own module.
Make sure site map is updated when XML Sitemap is enabled.
Made sure menu is built before adding XML Sitemap menu. Made gss.xsl a menu item.
Removed dependency on menu module. Added all xmlsitemap functions to the xmlsitemap group.
Added aggregate function for PostgreSQL to replace COALESCE.
Added the ability to include menus in the site map. This replaces the additional links page. Added Drupal page caching. Updated documentation.
Coding standards cleanup. Changed _xmlsitemap_file_create_url() to xmlsitemap_file_create_url(). Changes _xmlsitemap_frequency to xmlsitemap_frequency().
#157533 by Freso, DenRaf, hswong3i, chantra, wayland76: Updated to work with Drupal 6.
Reverted last commit, which was meant for the DRUPAL-5--2 branch.
#201644 by jurgenhaas, wayland76, Freso. Fixed excessive memory usage by generating site map from database table instead of array.
#201644 by jurgenhaas, wayland76, Freso. Fixed excessive memory usage by generating site map from database table instead of array.
Replaced value with constant for readability.
Replaced value with constant for readability.
#196393 Made default paths in gss.xsl work for most installations.
#196393 Made default paths in gss.xsl work for most installations.
#191991 by Alexander Hass (hass). Insert values into correct columns when replacing gsitemap.
Removed functions for transition from Google Sitemap.
Replacement for gsitemap
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |