Log of /contributions/modules/archive/archive.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.8.2.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 19 21:37:46 2008 UTC
(15 months, 1 week ago)
by
susurrus
Branch:
DRUPAL-5
Changes since
1.8.2.18: +86 -13 lines
Diff to
previous 1.8.2.18
, to
branch point 1.8
[#253638]
- Expanded archive calendar block to include days from previous & next months.
- Added CSS class of 'out-of-month' to extra days and styled them as grey.
- CSS file is now added to every page using the archive calendar block.
Revision
1.36.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 19 20:55:02 2008 UTC
(15 months, 1 week ago)
by
susurrus
Branch:
DRUPAL-6--1
Changes since
1.36.2.1: +283 -208 lines
Diff to
previous 1.36.2.1
, to
branch point 1.36
[#253638]
- Expanded archive block to include days from previous & next months.
- Added CSS class of 'out-of-month' to extra days and styled them as grey.
- CSS file is now added to every page using the archive block.
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 4 19:42:38 2008 UTC
(21 months, 3 weeks ago)
by
susurrus
Branch:
MAIN
Changes since
1.32: +2 -2 lines
Diff to
previous 1.32
Forwardport of [#214378] by jonne.freebase
- Calendar block displays incorrectly for non-English locales
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 4 12:25:33 2008 UTC
(22 months, 3 weeks ago)
by
susurrus
Branch:
MAIN
Changes since
1.31: +9 -11 lines
Diff to
previous 1.31
[#206189] by keith.smith
- General code cleanup
- Documentation fixes
- E_ALL variable initiatialization fix
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 26 20:30:57 2007 UTC
(23 months ago)
by
susurrus
Branch:
MAIN
Changes since
1.28: +9 -6 lines
Diff to
previous 1.28
Post counts for all nav links are now correct.
Only years that have posts are now displayed.
General code cleanup.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 23 17:43:27 2007 UTC
(23 months ago)
by
susurrus
Branch:
MAIN
Changes since
1.25: +39 -38 lines
Diff to
previous 1.25
[#193638] by Gabor Hojtsy
- Various documentation fixes
- A few incorrect function calls
- Better handling of misformed URLs
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 10 19:11:15 2007 UTC
(2 years ago)
by
susurrus
Branch:
MAIN
Changes since
1.24: +2 -2 lines
Diff to
previous 1.24
Rewind 1.24:
Added url() call to _archive_url()
Reason:
url gets messed up as it's passed through url() again in l()
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 7 04:40:21 2007 UTC
(2 years ago)
by
susurrus
Branch:
MAIN
CVS Tags:
DRUPAL-6--0-9-dev
Changes since
1.22: +5 -6 lines
Diff to
previous 1.22
Fixed [#189518]
Made setting up archive settings more noticeable as a requirement for installtion
Added page titles that change depending on the date range/node type you're viewing
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 27 15:34:57 2007 UTC
(2 years, 3 months ago)
by
susurrus
Branch:
MAIN
CVS Tags:
DRUPAL-6--0-5-dev
Changes since
1.16: +8 -7 lines
Diff to
previous 1.16
Added themeable date separators to archive page
Removed arrows from calendar block
Fixed regression where node type navigation wasn't being displayed
Added CHANGELOG.txt
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 31 21:28:08 2006 UTC
(3 years, 3 months ago)
by
goba
Branch:
MAIN
Changes since
1.5: +151 -58 lines
Diff to
previous 1.5
several smaller fixes:
- add phpdoc comments, so the doc generator can pick this up
- offload timezone handling to where it is used, so we dont need
to think about SQL and display dates differently, only on action
- fix up localization for days with posts title attribute
- use the months with posts meta information we had but throwed away
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 31 14:55:39 2006 UTC
(3 years, 3 months ago)
by
goba
Branch:
MAIN
Changes since
1.3: +19 -20 lines
Diff to
previous 1.3
use 12 SQL queries instead of the one using FROM_UNIXTIME(), since it is timezone affected (and there does not seem to be a good cross-dbserver way to set that timezone)
also fix the query retrieving the posts
issue: #29676 patch suggestions by oishi
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 28 20:00:51 2006 UTC
(3 years, 3 months ago)
by
goba
Branch:
MAIN
Changes since
1.2: +76 -86 lines
Diff to
previous 1.2
#29676: fixing several issues in the module:
- folder part of oishi's patch into the module (timezone fixing)
- support for postgresql with using the extract() SQL function, and
adding the from_unixtime() function to postgres setups
- document how dates are handled by Drupal and consequently by this module
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.