Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
a0de9b3e
Commit
a0de9b3e
authored
May 17, 2002
by
Steven Wittens
Browse files
Options
Downloads
Patches
Plain Diff
Various typoes and improvements
parent
c8d126be
No related branches found
No related tags found
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG
+7
-7
7 additions, 7 deletions
CHANGELOG
with
7 additions
and
7 deletions
CHANGELOG
+
7
−
7
View file @
a0de9b3e
drupal 4.0.0, xx/xx/xxxx
drupal 4.0.0, xx/xx/xxxx
------------------------
------------------------
- added tracker.module:
- added tracker.module:
* replaces the previous "your [site]" links.
* replaces the previous "your [site]" links
(recent comments and nodes)
.
- added weblogs.module.
- added weblogs.module.
* this will ping weblogs.com when new content is promoted.
* this will ping weblogs.com when new content is promoted.
- added taxonomy module which replaces the meta module.
- added taxonomy module which replaces the meta module.
* supports relations, hierarchies and synonyms.
* supports relations, hierarchies and synonyms.
- added a c
h
aching system.
- added a caching system.
* speeds up pages for anonymous users and reduces system load.
* speeds up pages for anonymous users and reduces system load.
- added support for external SMTP libraries.
- added support for external SMTP libraries.
- added an archive extension to the calendar.
- added an archive extension to the calendar.
...
@@ -14,7 +14,6 @@ drupal 4.0.0, xx/xx/xxxx
...
@@ -14,7 +14,6 @@ drupal 4.0.0, xx/xx/xxxx
- themes:
- themes:
* cleaned up the theme system.
* cleaned up the theme system.
* moved themes that are not maintained to contributions CVS repository.
* moved themes that are not maintained to contributions CVS repository.
* added theme Trillian.
- database abstraction:
- database abstraction:
* changed to PEAR database abstraction layer.
* changed to PEAR database abstraction layer.
* using ANSI SQL queries to be more portable.
* using ANSI SQL queries to be more portable.
...
@@ -26,14 +25,14 @@ drupal 4.0.0, xx/xx/xxxx
...
@@ -26,14 +25,14 @@ drupal 4.0.0, xx/xx/xxxx
- changed block system:
- changed block system:
* various hard coded blocks are now dynamic.
* various hard coded blocks are now dynamic.
* blocks can now be enabled and/or be set by the user.
* blocks can now be enabled and/or be set by the user.
* blocks can be set to o
w
nly show up on some pages.
* blocks can be set to only show up on some pages.
* merged box module with block module.
* merged box module with block module.
- rewrote large parts of the node system:
- rewrote large parts of the node system:
* fixed node retrieval based on titles.
* fixed node retrieval based on titles.
* blogs can be updated.
* blogs can be updated.
* teasers (abstracts) on all node types.
* teasers (abstracts) on all node types.
* improved error checking and usability changes.
* improved error checking and usability changes.
*
revi
sion support.
*
content ver
sion
ing
support.
- improved book module to support text, html and php pages.
- improved book module to support text, html and php pages.
- added a general outliner which will let any node type be linked to a book.
- added a general outliner which will let any node type be linked to a book.
- search:
- search:
...
@@ -46,7 +45,8 @@ drupal 4.0.0, xx/xx/xxxx
...
@@ -46,7 +45,8 @@ drupal 4.0.0, xx/xx/xxxx
* made front page a configuration setting.
* made front page a configuration setting.
* made each cloud site have its own settings.
* made each cloud site have its own settings.
* modules and themes can now be enabled/disabled using the administrative pages.
* modules and themes can now be enabled/disabled using the administrative pages.
* usabilty changes (renamed links, better UI, etc)
* added url abstraction for links.
* usability changes (renamed links, better UI, etc)
drupal 3.0.1, 15/10/2001
drupal 3.0.1, 15/10/2001
------------------------
------------------------
...
@@ -152,7 +152,7 @@ drupal 2.0.0, 15/03/2001
...
@@ -152,7 +152,7 @@ drupal 2.0.0, 15/03/2001
* improved database abstraction layer
* improved database abstraction layer
* improved themes:
* improved themes:
+ W3C validation on a best effort basis
+ W3C validation on a best effort basis
+ added theme "example" (alas "Stone Age")
+ added theme "example" (al
i
as "Stone Age")
* added new scripts to directory "scripts"
* added new scripts to directory "scripts"
* added directory "misc"
* added directory "misc"
* added CREDITS file
* added CREDITS file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment