Log of /contributions/modules/path_image/path_image.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4.2.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 28 08:23:48 2007 UTC
(2 years, 6 months ago)
by
robrechtj
Branch:
DRUPAL-5
Changes since
1.4.2.10: +5 -10 lines
Diff to
previous 1.4.2.10
, to
branch point 1.4
#112978 : we need to use either $_GET['q'] or drupal_get_path_alias()
instead of $_SERVER['REDIRECT_URL'] to know the path we are on:
- if one has not enabled clean urls, $_SERVER['REDIRECT_URL'] is not
set and so it doesn't work as expected.
- if Drupal is installed in a subdirectory, $_SERVER['REDIRECT_URL']
will include that directory and so again the path is not what we
want.
So instead of $_SERVER['REDIRECT_URL'] we now use drupal_get_path_alias().
This is maybe not ideal. I think that checking both $_GET['q'] and the
alias would yield the best results. But for now, things are somewhat
fixed.
Revision
1.4.2.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 28 08:03:02 2007 UTC
(2 years, 6 months ago)
by
robrechtj
Branch:
DRUPAL-5
Changes since
1.4.2.9: +3 -11 lines
Diff to
previous 1.4.2.9
, to
branch point 1.4
#112978 : if Drupal is installed in a subdirectory on the server, the
$_SERVER['DOCUMENT_ROOT'] does not give the correct location to get
a list of files. Replacing this with file_create_path() which does
give the right directory in both cases.
Revision
1.4.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 27 10:21:00 2007 UTC
(2 years, 6 months ago)
by
robrechtj
Branch:
DRUPAL-5
Changes since
1.4.2.8: +9 -17 lines
Diff to
previous 1.4.2.8
, to
branch point 1.4
#145875 : removal of unneeded hook_init(). It is only used for defining
some variables. This can be put outside the hook_init(). Removing
hook_init() will make this module compatible with aggresive caching.
Revision
1.1
Mon Oct 30 10:34:50 2006 UTC
(3 years ago)
by
karpuz
Branch:
MAIN
Branch point for:
DRUPAL-4-7
FILE REMOVED
file path_image.module was initially added on branch DRUPAL-4-7.
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.