/[drupal]/drupal/database/database.pgsql
ViewVC logotype

Log of /drupal/database/database.pgsql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.180
Thu Jul 13 13:11:36 2006 UTC (3 years, 6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1, DRUPAL-5-0-BETA-2, DRUPAL-5-0-RC-1, DRUPAL-5-0-RC-2, DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2, DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-7-0-ALPHA1, HEAD
Changes since 1.179: +1 -1 lines
FILE REMOVED
- Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core.

Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Wed Jul 12 14:38:38 2006 UTC (3 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.178: +13 -13 lines
Diff to previous 1.178
- Updated the database schemas.

Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Mon May 29 16:04:41 2006 UTC (3 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.177: +2 -1 lines
Diff to previous 1.177
- Modified patch #51561 by dww: optionally allow people to inspect votes, and to cancel their vote.

Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Fri May 26 09:21:10 2006 UTC (3 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.176: +12 -1 lines
Diff to previous 1.176
- Patch #18018 by dww, nedjo, tostinne, luke et al: block visibility by role.

Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Tue May 23 19:03:50 2006 UTC (3 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.175: +4 -3 lines
Diff to previous 1.175
- Patch #62478 by Cvbge: fixed some database inconsistencies with PostgreSQL.

Revision 1.173.2.2 - (view) (download) (annotate) - [select for diffs]
Tue May 23 18:53:11 2006 UTC (3 years, 8 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-1, DRUPAL-4-7-10, DRUPAL-4-7-11, DRUPAL-4-7-2, DRUPAL-4-7-3, DRUPAL-4-7-4, DRUPAL-4-7-5, DRUPAL-4-7-6, DRUPAL-4-7-7, DRUPAL-4-7-8, DRUPAL-4-7-9
Changes since 1.173.2.1: +4 -3 lines
Diff to previous 1.173.2.1 , to branch point 1.173 , to next main 1.180
#62478, Minor inconsistencies in the database schema, patch by Cvbge

Revision 1.173.2.1 - (view) (download) (annotate) - [select for diffs]
Tue May 23 18:45:47 2006 UTC (3 years, 8 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.173: +4 -3 lines
Diff to previous 1.173
#65146, backport of sql changes

Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Tue May 16 09:22:36 2006 UTC (3 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.174: +3 -3 lines
Diff to previous 1.174
- Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while editing locale strings.

Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Fri May 12 08:50:22 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.173: +2 -1 lines
Diff to previous 1.173
- Patch #51506 by gordon: new feature: added auto-complete functionality to user profiles.

Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 20:48:25 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0, DRUPAL-4-7-0-RC-4
Branch point for: DRUPAL-4-7
Changes since 1.172: +2 -2 lines
Diff to previous 1.172
- Removing trailing whitespace.

Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 10:42:01 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-3
Changes since 1.171: +9 -9 lines
Diff to previous 1.171
#58113, error on install with postgresql7.3.10, patch by Cvbge

Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Sat Mar 4 18:12:10 2006 UTC (3 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-6, DRUPAL-4-7-0-RC-1, DRUPAL-4-7-0-RC-2
Changes since 1.170: +3 -2 lines
Diff to previous 1.170
- Patch #52265 by Zen: converted filter.module to file API:
    * Converts filter.module to the fapi model (besides filter_admin_overview which has already been done.)
    * On the format edit screen, updates to the roles fieldset were being mangled with the previous code. The previous code relied on only checked checkboxes being returned. Fapi for some reason decides to insert non-checked items as well with values 0.
    * Makes the name field a UNIQUE field. DB and update patches included. Having a duplicate format name completely b0rks things.
    * Adds check_plain to the format name in admin_overview.
    * Removes unnecessary #type => 'markup'.
    * Moves hook_menu to below hook_help.
    * drupal_goto -> return.

Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Mon Feb 27 13:31:09 2006 UTC (3 years, 11 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-5
Changes since 1.169: +3 -2 lines
Diff to previous 1.169
#46630, by Gordon and Cvbge

Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Wed Feb 22 10:06:46 2006 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.168: +16 -8 lines
Diff to previous 1.168
- Patch #31354 by Junyor et al: move node revision information for files to a separate table. (Today's critical bugfix #1.)

Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Mon Jan 30 10:48:37 2006 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.167: +2 -2 lines
Diff to previous 1.167
- Patch #45810 by cvbge: postgresql fixes.

Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Fri Jan 27 15:52:44 2006 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.166: +3 -3 lines
Diff to previous 1.166
- Patch #45810 by killes: vid is not updated when the forum node is stored with "sticky" or "promote to front" checked.

Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Tue Jan 24 18:23:41 2006 UTC (4 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-4
Changes since 1.165: +2 -0 lines
Diff to previous 1.165
- Patch #46076 by markus: add CVS ids to database schemas.

Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 07:34:41 2006 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.164: +0 -3 lines
Diff to previous 1.164
- Patch #44379 by Cvbge: removed default roles.

Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 01:42:52 2006 UTC (4 years ago) by unconed
Branch: MAIN
Changes since 1.163: +1 -1 lines
Diff to previous 1.163
- #40515: Ensure UTF-8 character set on the database side (and include upgrade path for incorrectly set up databases)

Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 18:33:30 2006 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.162: +0 -33 lines
Diff to previous 1.162
- Patch #44964 by Eaton: remove comment moderation tables.

Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Tue Jan 10 19:33:57 2006 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.161: +2 -1 lines
Diff to previous 1.161
- Patch #43588 by killes: improved performance of taxonomy_get_tree.

Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Tue Jan 10 12:26:46 2006 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.160: +1 -1 lines
Diff to previous 1.160
- Patch #37373 by killes: bugfix: vocabulary_node_types was broken.

Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 16:32:07 2006 UTC (4 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-3
Changes since 1.159: +5 -3 lines
Diff to previous 1.159
- Patch #43833 by killes: give the first user a default role.

Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 12:49:51 2006 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.158: +2 -0 lines
Diff to previous 1.158
- Patch #42886 by chx: critical feature: allow modules to be reordered.

Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 09:17:02 2006 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.157: +19 -3 lines
Diff to previous 1.157
- Modified patch #39697 by nedjo: enable sites to post information on their modules, themes.

Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Wed Dec 28 12:02:28 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.156: +4 -4 lines
Diff to previous 1.156
- Patch #41755 by Cvbge:
   1. "int(10)" -> "int", fixed typo in index name [pgsql change only]
   2. added defaults for uid and hostname (needed for both)
   3. postgres supports "DROP column" syntax
   4. added missing DELETEs for new table in poll_delete() and poll_update()

Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Tue Dec 27 14:34:21 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.155: +13 -1 lines
Diff to previous 1.155
- Patch #41755 by Neil: normalize poll.polled database column.

Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 22:08:35 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.154: +35 -33 lines
Diff to previous 1.154
- Patch #39462 by Cvgbe:
  1. fixed problem with long URLs being truncated (and causing errors)
  2. added CREATE UNIQUE INDEX to prefix.sh
  3. changed totalcount from int to bigint to prevent overflow
  4. unifies index names, syncs with database.mysql

  Updated changelog.

Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 08:40:10 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.153: +15 -16 lines
Diff to previous 1.153
- Patch #40341 by Neil: fixed problems with database schema versions.

  - When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
  - system_get_files_database() now includes a 'schema_version' child of each file object.
  - That new information is re-saved when Drupal re-populates the system table.
  - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.

Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Wed Dec 7 20:59:34 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.152: +1 -1 lines
Diff to previous 1.152
- Patch #40303 by Cvbge: drop old columns for PostgreSQL and fixed some PostgreSQL problems in the update script.

Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Wed Dec 7 20:57:45 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.151: +0 -2 lines
Diff to previous 1.151
- Patch #29326 by Morbus: optimized performance of URL aliasing for newly installed sites.

  There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database.  When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups.  I think this could be implemented with a 2-line change.  Takers?

Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 12:16:38 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.150: +14 -14 lines
Diff to previous 1.150
- Patch #40139 by Robert: the system table got a new column, the database definition files need to reflect this.

Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 09:25:03 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.149: +1 -0 lines
Diff to previous 1.149
- Patch #35924 by Neil: improved the update system.

Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 11:52:08 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.148: +1 -1 lines
Diff to previous 1.148
- Patch #10407 by Cvbge: fixed cache problems with PostgreSQL.

Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 10:52:30 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.147: +3 -0 lines
Diff to previous 1.147
- Patch #39019 by Cvbge: set search_path for functions in database.pgsql.

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 20:00:39 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.146: +15 -24 lines
Diff to previous 1.146
- Patch #37383 by Cvbge: fixed clash between greatest() functions from Drupal and postgresql 8.1.  Removed dependency on plpgsql.

Revision 1.110.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 19:56:33 2005 UTC (4 years, 2 months ago) by dries
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-10, DRUPAL-4-6-11, DRUPAL-4-6-4, DRUPAL-4-6-5, DRUPAL-4-6-6, DRUPAL-4-6-7, DRUPAL-4-6-8, DRUPAL-4-6-9
Changes since 1.110.2.4: +2 -2 lines
Diff to previous 1.110.2.4 , to branch point 1.110 , to next main 1.180
- Patch #37383 by Cvbge: fixed clash between greatest() functions from Drupal and postgresql 8.1.

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Mon Nov 14 22:23:11 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.145: +2 -0 lines
Diff to previous 1.145
- Patch #28062 by Souvent22: make it possible to assign weights to contact form categories and fixed some small glitches.

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Mon Nov 14 21:57:49 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.144: +1 -1 lines
Diff to previous 1.144
- Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices properly.

Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Tue Nov 8 12:02:23 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.143: +1 -1 lines
Diff to previous 1.143
- Patch #27140 by Cvbge: PostgreSQL updates/fixes.

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 08:00:20 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.142: +3 -1 lines
Diff to previous 1.142
- Patch #27140 by m3averck/souvent22: can't delete contact module subjects with '&' in title.

Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Fri Nov 4 19:45:03 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.141: +8 -9 lines
Diff to previous 1.141
- Patch #29082 by Cvbge: fixed bugs in PostgreSQL's upgrade path from 4.6
  to 4.7/HEAD.  Added two API functions to help write PostgreSQL update
  functions.

Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Thu Nov 3 19:33:37 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.140: +6 -1 lines
Diff to previous 1.140
- Patch #22215 by Richard Archer: refactored primary and secondary links.
  Deprecates the primary_links module.

  This patch was much needed.  Thanks Richards!

  NOTE: if some themers could investigate if there is room for improvement
        with regard to theming, that would be awesome.

Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Tue Oct 18 14:41:26 2005 UTC (4 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.139: +13 -3 lines
Diff to previous 1.139
- #28159: Advanced search features (hello from DrupalCon)
Presentation about it:
http://www.acko.net/files/drupal-search-slim.pdf

Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Tue Sep 27 15:54:39 2005 UTC (4 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.138: +1 -0 lines
Diff to previous 1.138
- Modified patch #30775 by timcn, Souvent22, m3avrck: give file uploads descriptions.
  (Modified the form a bit.)

Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Sun Sep 18 17:08:44 2005 UTC (4 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.137: +1 -0 lines
Diff to previous 1.137
- Patch #31449 by chx: store session IDs in the accesslog table.

Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Sun Sep 18 17:01:06 2005 UTC (4 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.136: +2 -0 lines
Diff to previous 1.136
- Patch #31343 by Robert Douglas et al: fixed database table problem with forum table.

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 21:37:11 2005 UTC (4 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.135: +1 -2 lines
Diff to previous 1.135
- Patch #30801 by Allie Micka, m3avrck, 1uv4t4r et al: fixed block problems.

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 18:26:59 2005 UTC (4 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.134: +2 -1 lines
Diff to previous 1.134
- Patch #30801 by Allie Micka and m3avrck: performance improvements: improved the database scheme and queries of the block.module.

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Tue Aug 30 15:19:20 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.133: +27 -8 lines
Diff to previous 1.133
- Patch #7582 by Gerhard: improved node revisions!

All node revisions were stored in a serialized field in the node table and retrieved for _each_ page view although they are rarely needed. We created a separate revisions table which would be in principle identical to the node table, only that it could have several old copies of the same node.  This also allows us to revision-related information, and to provide log entries to non-book pages when a new revision is being created.

TODO:

1. Provide upgrade instructions for node module maintainers!
2. Upgrade modules that implement node types.
3. Provide an upgarde path for revisions.  Dependency on the upgrade system.

Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Tue Aug 16 18:06:18 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.132: +4 -3 lines
Diff to previous 1.132
- Patch #16216 by nedjo: multiple block regions!

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Mon Aug 8 18:51:48 2005 UTC (4 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.131: +1 -1 lines
Diff to previous 1.131
- #27985: make node type column bigger

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Sun Jul 31 10:12:47 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.130: +3 -2 lines
Diff to previous 1.130
- Patch #27633 by Tobias:
  + made it possible to specify a subject when submitting a message on the contact form.
  + fixed some bugs/glitches.

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Fri Jul 29 07:26:49 2005 UTC (4 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.129: +33 -33 lines
Diff to previous 1.129
- #17116: Standardize whitespace in database.sql

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Fri Jul 29 04:12:18 2005 UTC (4 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.128: +1 -0 lines
Diff to previous 1.128
- #23651: Display referrer info with watchdog messages.

Revision 1.110.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jun 27 04:45:50 2005 UTC (4 years, 7 months ago) by dries
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-2, DRUPAL-4-6-3
Changes since 1.110.2.3: +0 -3 lines
Diff to previous 1.110.2.3 , to branch point 1.110
- Removed dead data

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Mon Jun 27 04:45:36 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.127: +0 -3 lines
Diff to previous 1.127
- Removed dead data

Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 18:59:37 2005 UTC (4 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.126: +2 -0 lines
Diff to previous 1.126
- Patch #24003 by Steven: fix problems with node attribute checking (and improve defaults).

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Thu May 26 19:23:44 2005 UTC (4 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.125: +4 -4 lines
Diff to previous 1.125
- Patch #22909 by kinai: fixed various errors in the PostgreSQL database scheme.
  (Yay, more PostgreSQL contributors! :))

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Sat May 14 20:59:01 2005 UTC (4 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.124: +1 -0 lines
Diff to previous 1.124
- Patch by Mathias: database updates for path alias improvements.

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Thu May 12 11:21:34 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.123: +1 -0 lines
Diff to previous 1.123
- Added the ability to track page generation times in the statistics module.
  (Made some improvements as per the suggestions in the issue.)

- Added extended timer implementation.

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Tue May 10 20:48:32 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.122: +5 -5 lines
Diff to previous 1.122
- Patch #22531 by Morbus: the CHANGELOG for Drupal 4.5 claims that a URL alias of "rss.xml" for "node/feed" was added. This ONLY occurs in updates.inc however - if people grab a fresh 4.5 (or now, 4.6), they are never going to get this added alias. The attached patch adds this INSERT into the default database.* files, adds another update into the updates.inc (so that those who started with a fresh 4.5 or 4.6 will get it via update.php the next time around) and fixes some minor whitespace/style inconsistencies.

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Sun May 8 19:11:31 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.121: +2 -2 lines
Diff to previous 1.121
- Patch #22319 by Ber: updated default database schems not to use Xtemplate any more.

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Sat May 7 11:39:54 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.120: +1 -1 lines
Diff to previous 1.120
- User module improvements: added an 'access' column to the users-table to
  keep track of the user's last access. In turn, this allowed me to:

  1. Optimize the "Who's online" block.  On drupal.org, the "Who's online"
     block requires 32 SQL queries.  With this patch, only 2 queries are
     left (eliminated 30 SQL queries), and one of the two remaining queries
     became appr. 20 times faster.

  2. Correct the "Last access" column in the user administration overview
     table.  The presented data was not accurate, which led to the column
     being removed.  You can now sort users by 'last access'.

Revision 1.110.2.3 - (view) (download) (annotate) - [select for diffs]
Tue May 3 05:20:07 2005 UTC (4 years, 9 months ago) by dries
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-1
Changes since 1.110.2.2: +1 -1 lines
Diff to previous 1.110.2.2 , to branch point 1.110
- Patch #21252 by patryk: fixed size of location field.

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Tue May 3 05:19:34 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.119: +1 -1 lines
Diff to previous 1.119
- Patch #21252 by patryk: fixed size of location field.

Revision 1.110.2.2 - (view) (download) (annotate) - [select for diffs]
Sun May 1 16:05:59 2005 UTC (4 years, 9 months ago) by dries
Branch: DRUPAL-4-6
Changes since 1.110.2.1: +1 -1 lines
Diff to previous 1.110.2.1 , to branch point 1.110
- Patch #21252 by patryk: increased the length of the location field in the locale_sources table.

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Sun May 1 16:05:26 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.118: +1 -1 lines
Diff to previous 1.118
- Patch #21252 by patryk: increased the length of the location field in the locale_sources table.

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Sat Apr 30 18:16:38 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.117: +1 -2 lines
Diff to previous 1.117
- Patch #21353 by chx: implemented PHP-mode for blocks.

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 13:49:58 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.116: +0 -13 lines
Diff to previous 1.116
- Moving the queue module to contrib.  This has been discussed months ago.  Who wants to be the maintainer?

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 11:43:08 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.115: +1 -0 lines
Diff to previous 1.115
- Patch #18719 by Jose: reworked the 'request new password' functionality.

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 08:23:32 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.114: +11 -1 lines
Diff to previous 1.114
- Work by chx and myself: added a site-wide contact form to the contact module.

Revision 1.110.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 19:43:04 2005 UTC (4 years, 9 months ago) by dries
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-0
Changes since 1.110: +3 -3 lines
Diff to previous 1.110
- Patch by Adrian: postgresql fixes

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 19:37:11 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.113: +3 -3 lines
Diff to previous 1.113
- Patch by Adrian: postgresql fixes

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 18:52:47 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.112: +1 -2 lines
Diff to previous 1.112
- Patch #19965 by Robin Monks: fixed problem with duplicate block titles.

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 19:05:50 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.111: +1 -0 lines
Diff to previous 1.111
- Patch #19298 by Jeremy: loose caching!

Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds.  Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes.

(I rewrote the help text a bit and made minor changes to the code comments.)

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Fri Apr 8 14:59:14 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.110: +1 -0 lines
Diff to previous 1.110
- Patch #19697 by Morbus: FOLKSONOMY.

This patch adds folksonomy support to Drupal (named internally as "Free tagging"). In a nutshell, the core difference is the input method: unlike normal taxonomies which are administratively controlled, a "free tagging" vocabulary allows tag creation when the node is submitted. It does this through an text input box, as opposed to a dropdown or selectbox. This patch:

    * Removes the useless "Preview form" of a vocabulary.
    * Alters the vocabulary table to include a new "tags" column.
    * Adds a new "Free tagging" preference on vocabulary creation/editing.
    * Modifies the vocabulary overview to support pagers for free tagging vocabs.

The new code integrates tightly with the existing taxonomy code. The only additional processing occurs on node save and edit, where we parse through the tags associated with a node. All other display (and thus, code) remains the same.

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Sun Apr 3 08:56:48 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.109: +0 -1 lines
Diff to previous 1.109
- Patch #19768 by danielc: line 593 in version 1.109 of database.pgsql is problematic. The line creates a unique index for sid. But, sid is already a primary key so doesn't need a unique index on it. Let alone, the syntax is wrong due to wrapping the table name in {}'s. This patch removes the line.

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 20:36:41 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.108: +1 -1 lines
Diff to previous 1.108
- Updated the start date of the updates.

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 06:12:30 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.107: +2 -1 lines
Diff to previous 1.107
- Patch by Matt and chx: improved performance of taxonomy queries.  When many
  terms are matched, the query would become very slow.

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Sun Mar 20 19:11:34 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.106: +1 -1 lines
Diff to previous 1.106
- Bug #18597: updated the database scheme.  Renamed poll.voters to poll.polled.

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 15:40:35 2005 UTC (4 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.105: +103 -90 lines
Diff to previous 1.105
- Patch #17747 by Adrian: more PostgreSQL fixes.  Committed part of the patch:

   1. Removed a duplicate line from the changes to update.inc.
   2. Excluded the session.inc changes: they did not make sense to me.
   3. Excluded the search related changes in the node and search module. According to Steven these are not correct.

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 19:47:44 2005 UTC (4 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.104: +0 -13 lines
Diff to previous 1.104
- Patch #17687 by Gerhard: removed some cruft.

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Fri Feb 11 19:01:53 2005 UTC (4 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.103: +0 -1 lines
Diff to previous 1.103
- Patch #11366 by Junyor: fixed twin comment problem in HEAD.

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Thu Jan 27 19:41:00 2005 UTC (5 years ago) by dries
Branch: MAIN
Changes since 1.102: +3 -1 lines
Diff to previous 1.102
- Patch #16074 by Andre Molnar: add configuration option to show blocks only on pages of certain node type.

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Wed Jan 19 16:22:52 2005 UTC (5 years ago) by dries
Branch: MAIN
Changes since 1.101: +10 -1 lines
Diff to previous 1.101
- Patch #6847 by Gerhard: replaced vocabulary->nodes by a separate table and tidied up the taxonomy API a bit.  This fixes a number of issues.

Revision 1.94.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Jan 15 08:52:01 2005 UTC (5 years ago) by dries
Branch: DRUPAL-4-5
CVS Tags: DRUPAL-4-5-2, DRUPAL-4-5-3, DRUPAL-4-5-4, DRUPAL-4-5-5, DRUPAL-4-5-6, DRUPAL-4-5-7, DRUPAL-4-5-8
Changes since 1.94.2.1: +1 -1 lines
Diff to previous 1.94.2.1 , to branch point 1.94 , to next main 1.180
- Corrected the 'update_start' date.

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Fri Jan 14 17:29:41 2005 UTC (5 years ago) by unconed
Branch: MAIN
Changes since 1.100: +0 -1 lines
Diff to previous 1.100
Remove left-overs from admin.module.

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Sun Jan 9 09:22:38 2005 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.99: +1 -0 lines
Diff to previous 1.99
- Patch #13260 by UnConeD: watchdog module improvements.

  We added a 'severity' column to watchdog():
    watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);

    * Specify a severity in case you are reporting a warning or error.
    * The $link-parameter is now the fourth parameter instead of the third.

  TODO: document this in the upgrade guide.

Revision 1.94.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 20:17:33 2005 UTC (5 years, 1 month ago) by dries
Branch: DRUPAL-4-5
Changes since 1.94: +0 -1 lines
Diff to previous 1.94
- Patch #11366 by Junyor: fixed problem with comment counts.

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sun Dec 12 08:38:23 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.98: +2 -2 lines
Diff to previous 1.98
- Patch #14241 by fungy: fixed brokeness in the PostgreSQL database scheme.

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 16:55:38 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.97: +13 -3 lines
Diff to previous 1.97
- Refactored the queue module: removed the queue module's field from the node table.  With help from Gerhard.

- Slight addition to INSTALL.txt with regard to PHP versions.

- Updated/reworded some node type descriptions as per Boris' suggestions.

- Adding missing {} around a table name in update.php.

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 12:28:35 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.96: +4 -1 lines
Diff to previous 1.96
- Refactored the statistics and watchdog module (views).  The most important
  changes are:

  1. Simplified the statistics pages: there are less pages and on the
     remaining pages there is a lot less visual clutter (less columns and
     better presentation).

  2. Reorganized the 'administer - logs' menu: flattened the menu structure
     and removed a number of links.

  3. Improved performance.  Most statistics pages used about 160 slow SQL
     queries which made the statistics pages fairly unusable on my system.
     The new pages use at least 10 times less SQL queries and render much
     faster.  They are actually usable.

  4. There is now a 'track'-tab on node pages, and a second subtrab on the
     user accounts 'track'-tab for people with the 'access statistics'
     permission.  They can be used to resp. track the node and the user.
     This makes the statistics more accessible.

  5. Changed the way watchdog messages are filtered.  This makes it easier
     to introduce new watchdog types.

  6. Reworked the statistics module's permissions.

  7. Less code: 223 insertions(+), 343 deletions(-).

  8. Fixed several glitches: for example, the statistics pages sorted the
     'Name' column by user ID instead of by name.  Unfortunately, it is
     too difficult to backport these to DRUPAL-4-5.

  TODO:

  1. Review the statistics modules help pages.

  2. Help fine-tune the interfaces/views.

  NOTES:

  1. You'll want to run update.php.

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Wed Nov 24 22:44:00 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.95: +4 -0 lines
Diff to previous 1.95
- Patch #5942 by jhriggs and Adrian:
    + added support for multi-site configurations.
    + tidied up some old cruft and added code comments.

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 18:46:48 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.94: +10 -0 lines
Diff to previous 1.94
- Adding the missing flood tables.  Sorry.

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Mon Oct 18 18:35:19 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-5-0, DRUPAL-4-5-1
Branch point for: DRUPAL-4-5
Changes since 1.93: +3 -6 lines
Diff to previous 1.93
- Modified patch #11689 by Adrian: made the locale module work with PostgreSQL.

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 16:59:59 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.92: +1 -1 lines
Diff to previous 1.92
- Patch #11505 by Steven: 'my account' information is not saved.

  + Drupal 4.4 stored profile data in the serialized user->data column. Drupal 4.5 stores profile data in tables (but user->data is still available and used for other stuff, like locale or themes).  The update from 4.4 to 4.5 didn't remove the old data from the user->data column properly, because there is no mechanism in user_save to do so (it did try to unset the fields, but this has no effect).

  + On registration, hook_user('insert') is invoked after saving the data column. This means that any module-specific data is put into the data field. We cannot move hook_user('insert') higher up, because before that point, we do not have a complete $user object yet.

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 20:57:54 2004 UTC (5 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.91: +2 -2 lines
Diff to previous 1.91
Bug: the default filter setup had the wrong filter delta for the linebreak filter. Now it matches updates.inc.

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Fri Oct 8 18:15:15 2004 UTC (5 years, 4 months ago) by unconed
Branch: MAIN
Changes since 1.90: +1 -1 lines
Diff to previous 1.90
Changing the value of variable "update_start" to match updates.inc.

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 19:56:51 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.89: +4 -4 lines
Diff to previous 1.89
- Patch #11094 by Allen Chandler and Adrian: fixed PostgreSQL related SQL problem in aggregator module.

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Thu Sep 23 16:56:58 2004 UTC (5 years, 4 months ago) by unconed
Branch: MAIN
Changes since 1.88: +1 -1 lines
Diff to previous 1.88
Fixing stray comma in database.*sql

Revision 1.59.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Sep 22 21:34:08 2004 UTC (5 years, 4 months ago) by dries
Branch: DRUPAL-4-4
CVS Tags: DRUPAL-4-4-3
Changes since 1.59: +0 -1 lines
Diff to previous 1.59 , to next main 1.180
- Bugfix: the access rule mask does not have to be unique.  It should be possible to use a particular mask for both e-mail and username rules.  This also avoids an SQL query error.  Fixes bug report #10551.

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Wed Sep 22 21:33:28 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.87: +0 -1 lines
Diff to previous 1.87
- Bugfix: the access rule mask does not have to be unique.  It should be possible to use a particular mask for both e-mail and username rules.  This also avoids an SQL query error.  Fixes bug report #10551.

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 17:58:14 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.86: +27 -1 lines
Diff to previous 1.86
- Patch #10945 by Adrian: more PostgreSQL fixes/updates.

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Sun Sep 19 13:28:11 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.85: +1 -0 lines
Diff to previous 1.85
- Patch #6500 by Mathias with help from Steven: made it possible to add fields to the registration form.  This feature used to exist.

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Wed Sep 15 20:34:34 2004 UTC (5 years, 4 months ago) by unconed
Branch: MAIN
Changes since 1.84: +1 -0 lines
Diff to previous 1.84
#10862: Smarter filter cache wiping.

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Wed Sep 8 15:38:25 2004 UTC (5 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.83: +43 -22 lines
Diff to previous 1.83
- Patch #10622 by Adrian: fixes various PostgreSQL related problems.

  1) Menu problems with Postgres (this is a highly critical 1 line fix)
  2) Archive module fails with Postgres
  3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch)
  4) Book module fails with Postgres
  5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug.
  6) Creating accregator_item_table in PostgreSQL
  7) Postgres - Polls not displayed on Poll Page
  8) Blog module has sql errors with postgres

  This should not affect MySQL users (hopefully).

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 16:22:16 2004 UTC (5 years, 5 months ago) by unconed
Branch: MAIN
Changes since 1.82: +4 -0 lines
Diff to previous 1.82
#9861: Updates.inc/database.pgsql: incorrect menu sequence when $db_prefix was used.

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Fri Aug 20 07:51:24 2004 UTC (5 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.81: +3 -2 lines
Diff to previous 1.81
- Theme system changes.  Please consult http://drupal.org/node/view/9576 for details.

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Tue Aug 17 21:35:25 2004 UTC (5 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.80: +15 -0 lines
Diff to previous 1.80
- The upload (filehandler) module has landed!

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Wed Aug 11 11:26:14 2004 UTC (5 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.79: +38 -13 lines
Diff to previous 1.79
- New locale module thanks to Gerhard, Goba, Marco, Kristjan and others.

  The new locale module provides every functionality on the web interface, so you don't need to edit the configuration files or add columns, when you add a new language. This module is an integration of the old locale and localegettext modules, plus a bunch of logic to parse Gettext Portable Object files (opposed to Machine Object files, as supported by localegettext).

  Note: I made some minor changes to the context-sensitive help texts and to some of the status messages.

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 18:34:28 2004 UTC (5 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.78: +10 -0 lines
Diff to previous 1.78
The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs.

Here's an overview of the changes:
1) Multiple Input formats: they are complete filter configurations (what filters to use, in what order and with which settings). Input formats are admin-definable, and usage of them is role-dependant. For example, you can set it up so that regular users can only use limited HTML, while admins can free HTML without any tag limitations.
The input format can be chosen per content item (nodes, comments, blocks, ...) when you add/edit them. If only a single format is available, there is no choice, and nothing changes with before.

The default install (and the upgrade) contains a basic set of formats which should satisfy the average user's needs.

2) Filters have toggles
Because now you might want to enable a filter only on some input formats, an explicit toggle is provided by the filter system. Modules do not need to worry about it and filters that still have their own on/off switch should get rid of it.

3) Multiple filters per module
This was necessary to accomodate the next change, and it's also a logical extension of the filter system.

4) Embedded PHP is now a filter
Thanks to the multiple input formats, I was able to move the 'embedded PHP' feature from block.module, page.module and book.module into a simple filter which executes PHP code. This filter is part of filter.module, and by default there is an input format 'PHP', restricted to the administrator only, which contains this filter.
This change means that block.module now passes custom block contents through the filter system.
As well as from reducing code duplication and avoiding two type selectors for page/book nodes, you can now combine PHP code with other filters.

5) User-supplied PHP code now requires <?php ?> tags.
This is required for teasers to work with PHP code. Because PHP evaluation is now just another step in the filter process, we can't do this. Also, because teasers are generated before filtering, this would result in errors when the teaser generation would cut off a piece of PHP code.

Also, regular PHP syntax explicitly includes the <?php ?> tags for PHP files, so it makes sense to use the same convention for embedded PHP in Drupal.

6) Filter caching was added.
Benchmarking shows that even for a simple setup (basic html filtering + legacy URL rewriting), filtercache can offer speedups. Unlike the old filtercache, this uses the normal cache table.

7) Filtertips were moved from help into a hook_filter_tips(). This was required to accomodate the fact that there are multiple filters per module, and that filter settings are format dependant. Shoehorning filter tips into _help was ugly and silly. The display of the filter tips is done through the input format selector, so filter_tips_short() no longer exists.

8) A more intelligent linebreak convertor was added, which doesn't stop working if you use block-level tags and which adds <p> tags.

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri Aug 6 20:15:30 2004 UTC (5 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
- Patch #9330: ucfirst() gives problem when used with multibyte charset.
  Replaced the use of ucfirst() with a CSS-based solution.

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Fri Aug 6 09:49:25 2004 UTC (5 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.76: +21 -0 lines
Diff to previous 1.76
#9810: PostgreSQL updates by Adrian.

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Tue Aug 3 18:01:48 2004 UTC (5 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.75: +1 -0 lines
Diff to previous 1.75
- Patch #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes.

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Tue Aug 3 09:27:00 2004 UTC (5 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.74: +2 -1 lines
Diff to previous 1.74
- Patch by Jeremy: statistics module improvements.

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Thu Jul 22 01:31:33 2004 UTC (5 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.73: +4 -1 lines
Diff to previous 1.73
- #7295: Fixing issue with latest comments being incorrectly displayed on PostgreSQL

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sun Jul 11 06:53:39 2004 UTC (5 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.72: +0 -1 lines
Diff to previous 1.72
- Patch by Matt: made it possible to alias an URL multiple times.

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 21:12:06 2004 UTC (5 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.71: +1 -0 lines
Diff to previous 1.71
- Added missing homepage column to the comments table in the PostgreSQL scheme.

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Wed Jun 30 07:26:02 2004 UTC (5 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.70: +2 -0 lines
Diff to previous 1.70
- Patch #8585 by Junyor: sort blog items by creation date.  Added some database indices.

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sun Jun 27 19:10:51 2004 UTC (5 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.69: +1 -1 lines
Diff to previous 1.69
I refactored quite a bit of the user.module:

$ diffstat user.patch
database/database.mysql |    4
database/database.pgsql |    2
database/updates.inc    |   10 -
modules/block.module    |   20 +-
modules/locale.module   |    9
modules/profile.module  |  108 +++++++----
modules/system.module   |    8
modules/user.module     |  456 +++++++++++++++++++-----------------------------
8 files changed, 289 insertions(+), 328 deletions(-)

More functionality, less code.  Here is a list of the changes:

- Some user API changes:
   + When $type is 'form', you have to return an associative array of groups.  In turn, each group is an array with a 'title', 'data' and 'weight'.
   + A new $type has been added, namely 'categories'.  User settings can be organized in categories.  Categories can be sorted, as can the groups within a category.  (Ordering 'categories' is somewhat broken due to a bug in the menu system.)

- The 'my account > edit' page will use subtabs for each 'category'.  Read: you can break down the account settings into multiple subpages.

- Profile module improvements:
   + Added support for private fields to the profile module!
   + Improved workflow of profile administration pages.
   + Improved the form descriptions.

- Code improvements:
   + Unified user_edit() and user_admin_edit().
   + Unified and cleaned up the validation code.  Fixed some validation glitches too.

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sat Jun 19 10:39:35 2004 UTC (5 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
- Patch #7696 by TDobes: renamed 'static' to 'sticky' which is a more
  logical name.  Requires a database upgrade.

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Fri Jun 18 15:04:33 2004 UTC (5 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.67: +1 -2 lines
Diff to previous 1.67
Tabs patch!

CHANGES
-------

 + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page.

 + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'.

 + Grouped settings. All settings have been grouped under 'administer > settings'.

TODO
----

 + Update core themes: only Xtemplate default supports tabs and even those look ugly.  Need help.

 + Update contributed modules.  The menu() hook changed drastically.  Updating your code adhere the new menu() function should be 90% of the work.  Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Wed May 19 14:55:19 2004 UTC (5 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
- Patch #7614 by jhriggs: fixed some role related problems.

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Tue May 18 18:41:46 2004 UTC (5 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.65: +3 -0 lines
Diff to previous 1.65
- Made it possible for anonymous users to leave their name, e-mail address
  and the URL of their homepage.  Patch by Pablo.

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon May 10 20:34:24 2004 UTC (5 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.64: +10 -0 lines
Diff to previous 1.64
- Added support for multiple user roles.  Patch by Jim Hriggs.

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon May 3 05:41:21 2004 UTC (5 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.63: +107 -42 lines
Diff to previous 1.63
- Patch #7498 by nereocystis: PostgreSQL updates for HEAD

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sat Apr 24 16:42:39 2004 UTC (5 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.62: +1 -0 lines
Diff to previous 1.62
- Patch #6009 by Matthias: reworked the help texts of the taxonomy module generated forms.  The help text can now be customized.

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sat Apr 24 07:50:39 2004 UTC (5 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.61: +1 -1 lines
Diff to previous 1.61
- Patch #7286 by LiDave: improved filter table indices.  I updated database/updates.inc as well.

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Mar 12 18:30:27 2004 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
- Fix #6393 by TDobes: fixed users table after.  It was not updated properly after the recent profile module changes.

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 20:33:57 2004 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.59: +3 -1 lines
Diff to previous 1.59
- Rewrote the profile module:

   + Added a 'created' field to the users table and renamed the 'timestamp'
     fied to 'changed' (cfr. node table).  Update.php will try to determine
     a 'created' timestamp for existing users.

   + The profile module no longer uses serialized data but has its own set
     of tables.  Known existing profile data is migrated by these new tables.
       TODO: migrate the birthday field.

   + The profile fields can be grouped, and within each group, profile fields
     can be sorted using weights.

   + The profile pages can be themed.

   + The profiles can be browsed based on certain properties/settings.

   + Change the _user hook: (i) 'private_view' and 'public_view' are merged
     into 'view' as there are no private fields and (ii) 'edit_form' has
     been renamed to 'edit'.

   + Avatar handling has been refactored and is now part of the user module.
     The users table has a dedicted 'picture' field.

   + Simplified the way themes should use display/visualize pictures or
     avatars.

   + Made it possible for administrators to replace or delete avatars.

   + ...

  I hope this make for a good base to build on collectively.

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 17:45:03 2004 UTC (5 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-4-0, DRUPAL-4-4-1, DRUPAL-4-4-2
Branch point for: DRUPAL-4-4
Changes since 1.58: +10 -0 lines
Diff to previous 1.58
- Patch 6012 by Adrian: syncs the PostgreSQL port with the current state of HEAD,
  and adds a user notice to add the throttle and bootstrap columns to the
  system table manually, else update.php will not run.  The message includes the
  SQL statements required for both MySQL and PostgreSQL.

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 22:38:00 2004 UTC (5 years, 11 months ago) by kjartan
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
- Updating update_start value.

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 19:16:48 2004 UTC (5 years, 11 months ago) by kjartan
Branch: MAIN
Changes since 1.56: +0 -2 lines
Diff to previous 1.56
- Cleaning up database definition.

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 19:01:04 2004 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.55: +0 -1 lines
Diff to previous 1.55
- Patch by Killes: drop the 'attributes' field from the 'users' table.  It
  is no longer used.

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 16:54:22 2004 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.54: +4 -0 lines
Diff to previous 1.54
- Removed the 'Page not found' message after the initial install and removed
  some old user module logic to install the initial role IDs.

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 20:20:34 2004 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.53: +2 -0 lines
Diff to previous 1.53
- Added default permissiona to the MySQL and PosgreSQL database scheme to
  prevent 404s.  The MS SQL database scheme still needs to be updated ...

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Jan 14 22:30:06 2004 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.52: +1 -0 lines
Diff to previous 1.52
Patch 5114 by Kjartan:
 - Adds drupal_set_header() and drupal_get_headers().
 - Cache now stores custom headers.
 - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head().
 - Added RSS autodiscover links to node, blog and taxonomy pages.

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Jan 11 15:05:20 2004 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.51: +1 -0 lines
Diff to previous 1.51
Round 3 of aggregator improvements:

 - Added support for new tags:
   + Optinal feed image: <image> tag.
   + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>,
     <dcterms:modified>.
 - Usability improvements:
   + On the administration page, made the feed/bundle titles link
     to the feeds/bundles' pages.  On the feed/bundle's page, made
     the 'Last updated' field link to the administration page.
   + Moved the 'syndication' menu one level down.
 - Updated some content sensitive help.
 - Further improved themeability.
 - Fixed some invalid HTML.

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 19:52:09 2004 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.50: +3 -1 lines
Diff to previous 1.50
- Many excellent news aggregator improvements by Kjartan:
    + Added drupal_http_request().
    + Replaced rssfeeds with OPML feed subscription list.
    + Added support for pubDate.
    + Added support for conditional gets using ETag and Last-Modified.

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Dec 8 17:57:03 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.49: +9 -9 lines
Diff to previous 1.49
- Updated the database schemes: the default rows that are inserted into
  the database did not have the throttle column.  Patches by Matt and
  Goba.

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sun Dec 7 18:25:09 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.48: +3 -2 lines
Diff to previous 1.48
- Patch 0185 by Jeremy: made it possible to automatically disable modules when
  under heave load.

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Fri Nov 28 20:03:00 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.47: +2 -1 lines
Diff to previous 1.47
- Made it possible to auto-throttle blocks.  That is, blocks can be
  configured to be disabled when under excessive load.  Patch by Jeremy.

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 18:00:42 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.46: +9 -9 lines
Diff to previous 1.46
- Updated the INSERT statements at the bottom of the database schemes to
  reflect the bootstrap changes.  Patch #152 by Tom Dobes.

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 19:44:35 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.45: +1 -0 lines
Diff to previous 1.45
- Improved module loading when serving cached pages.  Moshe's bootstrap patch.

- Used legend and fieldset tags for the configuration page.

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 19:53:53 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.44: +0 -22 lines
Diff to previous 1.44
- Moving the cloud module to the contributions repository.

Revision 1.43.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 20:58:39 2003 UTC (6 years, 3 months ago) by kjartan
Branch: DRUPAL-4-3
CVS Tags: DRUPAL-4-3-0, DRUPAL-4-3-1, DRUPAL-4-3-2
Changes since 1.43: +1 -1 lines
Diff to previous 1.43 , to next main 1.180
- Set update_start date to latest update in update.php.

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 19:42:08 2003 UTC (6 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
- Set the update_start variable for the Drupal 4.4.0 release.

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Oct 26 21:39:20 2003 UTC (6 years, 3 months ago) by dries
Branch: MAIN
Branch point for: DRUPAL-4-3
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
- Bugfix: increased the size of variable's tables the 'name' field.  Patch
  by Gerhard.

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Oct 23 15:31:10 2003 UTC (6 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
- Bugfix: don't set a name and e-mail address for the anonymous user.  Fixes
  bug #3740.

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 20:20:34 2003 UTC (6 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.40: +21 -21 lines
Diff to previous 1.40
- Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is
  a reserved SQL keyword.  Required for both PostgreSQL and MSSQL.  Patch by
  Adrian.

- Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL
  keyword.  Required for both PostgreSQL and MSSQL.  Patch by Adrian.

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Oct 12 21:25:39 2003 UTC (6 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.39: +0 -1 lines
Diff to previous 1.39
- Fixed translation bugs with statistics module.  Patch by Gabor.

- Removed 'homepage' field from user table.  Patch by Gabor.

- Added 'real name' field to the profile module.  Patch by Gabor.

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 05:17:58 2003 UTC (6 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.38: +15 -4 lines
Diff to previous 1.38
- Modifies path.module to get rid of pgsql reserved word.  Patch by Adrian.

- Updates database.pgsql and database.mysql to work with current cvs. Patch
  by Adrian.

- Updates update.php to be able to update postgres from 4.2 to current.
  Patch by Adrian.

- Small fixes by me.

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Sep 30 08:55:03 2003 UTC (6 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.37: +9 -2 lines
Diff to previous 1.37
- Added PostgreSQL support to the update script.  Patch by Adrian.

- Making Adrian the new PostgreSQL maintainer.

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Sep 10 19:30:33 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
- Patch by Bart Jansen:

  <quote>

  This adds session support for anonymous users and fixes a bug/typo.

    1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make
       inner join work.

    2. replaced "if ($user .." by "if ($user->uid .." because now $user is
       always set (my previous change probably caused this).

    3. db_next_id("user_uid") -> db_next_id("users_uid");
  </quote>

  I repeat:

  "This adds session support for anonymous users and fixes a bug/typo."

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Sep 9 18:18:42 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35
- Gerhard's uid 0 patches.  These patches bring various performance
  improvements.  Requires a database update.

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Aug 27 05:49:51 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.34: +6 -3 lines
Diff to previous 1.34
- Tested and committed Kjartan's performance patches.  (Fixed the access check
  in update.php though.)

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Aug 22 17:06:38 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.33: +0 -1 lines
Diff to previous 1.33
- Removed left-overs from the rating module.  Patch by Gerhard.  Updated the
  PostgreSQL and MSSQL database scheme as well.

- Made sure the update script updates the correct tables when database
  prefixing is enabled.  Patch by Bart Jansens.

- Improved the breadcrumb navigation of the book and the forum module as per
  Keith Instone's suggestions.

- Updated page titles (or block titles) and links to match.  Suggested by
  Keith Instone.

- Added missing 'thread' field to the comment table of the MySQL database scheme.
  Fixes bug #2590.

Revision 1.27.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 19:31:25 2003 UTC (6 years, 5 months ago) by dries
Branch: DRUPAL-4-2
CVS Tags: DRUPAL-4-2-0
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 , to next main 1.180
- Small fix in database.pgsql.  Patch by Michael.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 19:30:48 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
- Fixed typo in database.pgsql.  Patch by Michael.

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 14:26:37 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.31: +0 -1 lines
Diff to previous 1.31
- Fixed braino in PostgreSQL database scheme.

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Aug 20 19:19:08 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.30: +13 -3 lines
Diff to previous 1.30
- Committed Jeremy's session patch: this brings us one step closer to having
  session for anonymous users.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Aug 13 17:30:25 2003 UTC (6 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
- Fixed typo: 'vharchar' -> 'varchar'.  Patch by Michael Frankowski.

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Aug 12 18:32:54 2003 UTC (6 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
- Committed Marco's comment module patch:

    + Dramatically improves performance of large discussions/threads: only
      very few SQL queries are required.
    + Replaces custom pager with standard pager.

  Modifications by me:

    + Reworded some code comments.
    + Removed dependencies on pager internals.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 20:14:25 2003 UTC (6 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.27: +1 -0 lines
Diff to previous 1.27
- Commited the URL aliasing patch.  Thanks Matt.

  This update requires you to run update.php!

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 18:24:25 2003 UTC (6 years, 8 months ago) by dries
Branch: MAIN
Branch point for: DRUPAL-4-2
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
- Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4.  This fixes critical bug #1618.  Patch by Marco.

  ==> This fix requires to run update.php!

- Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register().  This fixes critical bug #1797.  Patch by Marco.

- Bugfix: sometimes error messages where being discarded when previewing a node.  Patch by Craig Courtney.

- Bugfix: fixed charset problems.  This fixes critical bug #1549.  Patch '0023.charset.patch' by Al.

- Code improvements: removed some dead code from the comment module.  Patch by Marco.

- Documentation improvements: polished the node module help texts and form descriptions.  Patch '0019.node.module.help.patch' by Al.

- CSS improvements all over the map!  Patch '0021.more.css.patch' by Al.

- GUI improvements: improved the position of Druplicon in the admin menu.  Patch '0020.admin.logo.patch' by Al.

- GUI improvements: new logos for theme Marvin and theme UnConeD.  Logos by Kristjan Jansen.

- GUI improvements: small changes to the output emitted by the profile module.  Suggestions by Steven Wittens.

- GUI improvements: small fixes to Xtemplate.  Patch '0022.xtemplate.css.patch' by Al.

TODO:

- Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register().  They should be updated.  We should setup a task on Drupal.

- There is code emitting '<div align="right">' which doesn't validate.

- Does our XML feeds validate with the charset changes?

- The forum module's SQL doesn't work properly on PostgreSQL.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Jun 1 06:46:54 2003 UTC (6 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
- Fixed critical bug #1788: cloud module pings too much.  Modified patch by
  Kjartan.

  This update requires some database changes so make sure to run update.php.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun May 18 16:43:55 2003 UTC (6 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.24: +1 -0 lines
Diff to previous 1.24
- Fixed bug in book_prev().  Patch by Andy Colson.

- Book optimizations: updated to use inner joins.  Patch by Andy Colson.
  This should address bug #1373.

  TODO: add index to MSSQL database scheme.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue May 13 18:36:32 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
- Fixed a typo in the PostgreSQL database scheme.  Patch by Michael Frankowski.

- Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.

- Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.

  Notes:

  + Updated the patches to use $foo["bar"] instead of $foo['bar'].
  + Updated the INSTALL and CHANGELOG files as well.

- Tiny improvement to the "./scripts/code-clean.sh" script.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Apr 19 16:42:39 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
- Applied modified version of Al's "block delta" patch.  I left out the
  blogroll feature as I think it would get very confusing.  I don't mind
  to add it but it need some thought and documentation as it somewhat
  conflicts with the existing cloud module.

  These changes require you to run update.php.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Apr 18 22:33:15 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
- Made sure the admin menu is enabled after a fresh install.  This is
  required to make the menu show up.

  This partly fixes bug #1508.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Feb 24 23:17:39 2003 UTC (6 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.20: +0 -13 lines
Diff to previous 1.20
- Removing the menu table: it is no longer used.
  [TODO: update 'update.php'.]

Revision 1.13.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 17:29:41 2003 UTC (7 years ago) by dries
Branch: DRUPAL-4-1
CVS Tags: DRUPAL-4-1-0
Changes since 1.13.2.3: +1 -1 lines
Diff to previous 1.13.2.3 , to branch point 1.13 , to next main 1.180
- Small patch by James.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Feb 6 19:14:19 2003 UTC (7 years ago) by dries
Branch: MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
- Updated the database scheme.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jan 14 20:33:41 2003 UTC (7 years ago) by dries
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
- Small improvement to the admin menu based on feedback from Michael.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jan 4 11:03:13 2003 UTC (7 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
- Added an extra parameter to watchdog() which lets you specifiy an "action"
  or "operation" link.

- Made the main page of the administration section show an overview of all
  watchdog entries with such action link.

- Fixed typo in PostgreSQL database scheme.

Revision 1.13.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Jan 4 10:08:17 2003 UTC (7 years, 1 month ago) by dries
Branch: DRUPAL-4-1
Changes since 1.13.2.2: +1 -1 lines
Diff to previous 1.13.2.2 , to branch point 1.13
- Fixed typo in PostgreSQL database scheme.  Patch by James.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Dec 24 15:40:18 2002 UTC (7 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.16: +14 -0 lines
Diff to previous 1.16
- Refactored the administration pages.

Revision 1.13.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Dec 15 08:21:51 2002 UTC (7 years, 1 month ago) by dries
Branch: DRUPAL-4-1
Changes since 1.13.2.1: +1 -1 lines
Diff to previous 1.13.2.1 , to branch point 1.13
- Fixed typo in database scheme.  Reported by Ettiene.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Dec 15 08:20:57 2002 UTC (7 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
- Fixed typo in the database scheme.  Reported by Ettiene.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 11 22:00:01 2002 UTC (7 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
Applied patch by Natrak:

- page_header() now adds Last-Modified and ETag http headers.
- When running PHP as an Apache module page_header() will check the HTTP
  headers for conditional gets, and will only push the content when it
  fails. (Works for html and xml pages as they are all cached). Note:
  this is a PHP limitation, so until PHP makes it work for other web
  servers this won't work for them.
- Added created field to cache database to hold the timestamp when the
  cache was created.
- Changed cache_get() to return an object with ->data and ->created.
- Update forum and locale modules.

Revision 1.13.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 07:57:46 2002 UTC (7 years, 2 months ago) by dries
Branch: DRUPAL-4-1
Changes since 1.13: +7 -34 lines
Diff to previous 1.13
- Removed rating module; it is not being used much and it has a known bug.
  Will add it to the contributions repository.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 07:54:30 2002 UTC (7 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.13: +7 -34 lines
Diff to previous 1.13
- Removed rating module; it is not being used much and it has a known bug.
  Will add it to the contributions repository.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Dec 7 10:36:44 2002 UTC (7 years, 2 months ago) by dries
Branch: MAIN
Branch point for: DRUPAL-4-1
Changes since 1.12: +0 -9 lines
Diff to previous 1.12
- Removed two a dead table from both the MySQL and the PostgreSQL database
  scheme.

- Fixed the default settings for both the MySQL and the PostgreSQL database
  scheme.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Nov 30 15:21:36 2002 UTC (7 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.11: +3 -9 lines
Diff to previous 1.11
- Fixed small glitch in the database schemes; the block table has changed but
  the queries that insert some default block values were not updated.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Nov 21 17:43:37 2002 UTC (7 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
- Updated PostgreSQL scheme.  Patch by Stefan.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Nov 9 20:19:13 2002 UTC (7 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.9: +0 -3 lines
Diff to previous 1.9
- Updated the PostgreSQL database scheme (thanks James) and the MySQL
  database scheme.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Nov 8 13:11:42 2002 UTC (7 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.8: +13 -0 lines
Diff to previous 1.8
- Made the forum module work with PostgreSQL.  Patch by Gordon Kerr, verified
  by James Arthur.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Nov 1 09:37:31 2002 UTC (7 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.7: +118 -64 lines
Diff to previous 1.7
- Applied a PostgreSQL patch from James.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Sep 22 10:01:03 2002 UTC (7 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.6: +12 -12 lines
Diff to previous 1.6
- Some PostgreSQL improvements.  Patch by James Arthur.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 26 18:18:11 2002 UTC (7 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- Changed "$watchdog->message" from type "varchar(255)" to type "text".
  Patch by James.  For sake of consistency, I updated the MySQL scheme
  and added a new update entry to "update.php".

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Aug 22 18:21:44 2002 UTC (7 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.4: +122 -32 lines
Diff to previous 1.4
- Removed the unused table and included the sequences table.   Patch by
  jaa.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Aug 18 15:03:28 2002 UTC (7 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
- Bugfix: changed the PostgreSQL database scheme of the session field in
  the user table.  Patch by jaa.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Aug 16 07:38:36 2002 UTC (7 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.2: +464 -1064 lines
Diff to previous 1.2
- Renewed the PostgreSQL database scheme!  Patch by jaa.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 11:00:46 2001 UTC (8 years, 3 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-0-0
Branch point for: DRUPAL-4-0
Changes since 1.1: +205 -1025 lines
Diff to previous 1.1
- A large batch of updates, amongst them a rewritten node system.  More
  information available on the mailing list.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 21:01:46 2001 UTC (8 years, 4 months ago) by dries
Branch: MAIN
- PEAR-ification of Drupal by claw: you can now host Drupal on a wide
  range of databases including MySQL, PostgreSQL, MSSQL, and others.

  For additional information and an 'how to upgrade', check the mails
  sent to the mailing list.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.3