Log of /contributions/modules/article/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 25 10:35:49 2006 UTC
(3 years, 5 months ago)
by
msameer
Branch:
MAIN
CVS Tags:
DRUPAL-4-7--1-1,
DRUPAL-4-7--1-2,
DRUPAL-5--1-0,
DRUPAL-5--2-3,
DRUPAL-5--2-4,
HEAD,
TDRUPAL-5--2-1,
TDRUPAL-5--2-2
Branch point for:
DRUPAL-4-7,
DRUPAL-5,
DRUPAL-5--2
Changes since
1.4: +1 -1 lines
Diff to
previous 1.4
Fixed typo (Closes: #19797).
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 21 05:43:34 2005 UTC
(4 years, 8 months ago)
by
codemonkeyx
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.2: +8 -8 lines
Diff to
previous 1.2
* Updated code to work with Drupal 4.6.
- Moved block configuration to the block administration page.
- Replaced direct module calls with module_invoke calls.
- Removed node_access_join_sql(), node_access_where_sql() from SQL statements.
- Added db_rewrite_sql() calls to SQL statements.
* Fixed Several issues.
- Articles don't display in categories - http://drupal.org/node/14329
- Strict warnings when running under PHP5 - http://drupal.org/node/15000 (thanks for the patch lyk0s)
- Added Depth option to the admin settings - http://drupal.org/node/17583
* Hopefully more changes to come before Drupal 4.6
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 13 13:01:31 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:
find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;
I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.
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.