Log of /contributions/modules/article/article.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.23.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 22 22:36:43 2006 UTC
(3 years, 4 months ago)
by
msameer
Branch:
DRUPAL-4-7
Changes since
1.23: +19 -2 lines
Diff to
previous 1.23
implemented _article_arg() instead of arg() because ++ signs (and probably others) get stripped from the $_GET array (Probably should fix #74140)
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 25 11:20:51 2006 UTC
(3 years, 5 months ago)
by
msameer
Branch:
MAIN
Changes since
1.16: +3 -3 lines
Diff to
previous 1.16
Applied patch to fix the whitespace below the block title. Also removed a similar space in the articles page. (Closes: #27956, #17066)
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 26 05:21:39 2005 UTC
(4 years, 8 months ago)
by
codemonkeyx
Branch:
MAIN
Changes since
1.10: +37 -30 lines
Diff to
previous 1.10
* Added more admin options.
- Group recent article box options together on the main article settings page.
- Added configurable titles for the recent article box and block.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 21 05:43:34 2005 UTC
(4 years, 8 months ago)
by
codemonkeyx
Branch:
MAIN
Changes since
1.9: +88 -71 lines
Diff to
previous 1.9
* 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.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:29 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.6: +2 -2 lines
Diff to
previous 1.6
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.
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.