/[drupal]/contributions/modules/path_image/path_image.module
ViewVC logotype

Log of /contributions/modules/path_image/path_image.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.4.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 13 13:41:46 2009 UTC (6 months, 1 week ago) by sun
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.4.2.13: +74 -102 lines
Diff to previous 1.4.2.13 , to branch point 1.4 , to next main 1.12
#365480 by sun: Code clean-up; Added support for URL aliases.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 13 13:41:32 2009 UTC (6 months, 1 week ago) by sun
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.11: +73 -102 lines
Diff to previous 1.11
#365480 by sun: Code clean-up; Added support for URL aliases.

Revision 1.4.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 01:18:11 2009 UTC (9 months, 3 weeks ago) by sun
Branch: DRUPAL-5
Changes since 1.4.2.12: +191 -338 lines
Diff to previous 1.4.2.12 , to branch point 1.4
#365480 by sun: Code clean-up and sync of branches.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 01:18:01 2009 UTC (9 months, 3 weeks ago) by sun
Branch: MAIN
Changes since 1.10: +149 -317 lines
Diff to previous 1.10
#365480 by sun: Code clean-up and sync of branches.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 14:47:48 2009 UTC (9 months, 3 weeks ago) by sun
Branch: MAIN
Changes since 1.9: +101 -114 lines
Diff to previous 1.9
#352291 by sun: Ported Path Image to 6.x.

Revision 1.4.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 28 08:48:00 2007 UTC (2 years, 6 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.4.2.11: +2 -2 lines
Diff to previous 1.4.2.11 , to branch point 1.4
block name -> Path image

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.4.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 27 10:13:49 2007 UTC (2 years, 6 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.4.2.7: +3 -3 lines
Diff to previous 1.4.2.7 , to branch point 1.4
'Path Image' => 'Path image'

Revision 1.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 27 10:12:50 2007 UTC (2 years, 6 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.4.2.6: +2 -2 lines
Diff to previous 1.4.2.6 , to branch point 1.4
default of variable_get('path_image_repository') should be 'images' (not
'files/images')

Revision 1.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 11:01:00 2007 UTC (2 years, 6 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.4.2.5: +1 -15 lines
Diff to previous 1.4.2.5 , to branch point 1.4
no need for hook_help() as it is only used for showing the description of the module on the module page. This is
handled by path_image.info in Drupal 5.x.

Revision 1.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 3 22:28:34 2007 UTC (2 years, 6 months ago) by karpuz
Branch: DRUPAL-5
Changes since 1.4.2.4: +2 -2 lines
Diff to previous 1.4.2.4 , to branch point 1.4
#133091 by budda

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 10:00:44 2007 UTC (2 years, 10 months ago) by karpuz
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-5
Changes since 1.1.2.7: +2 -2 lines
Diff to previous 1.1.2.7 , to branch point 1.1 , to next main 1.12
Roll back a bad commit and redo #104204

Revision 1.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 8 23:15:46 2007 UTC (2 years, 10 months ago) by karpuz
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.4.2.3: +3 -3 lines
Diff to previous 1.4.2.3 , to branch point 1.4
#104204 and #103459 by budda, fix in head

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 8 23:05:01 2007 UTC (2 years, 10 months ago) by karpuz
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-4, DRUPAL-5--1-1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#104204 by buddam, Generated HTML does not validate

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 8 22:29:10 2007 UTC (2 years, 10 months ago) by karpuz
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
#103459 by budda, Image Block shows on access denied pages

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 15 15:53:20 2006 UTC (2 years, 11 months ago) by karpuz
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-2, DRUPAL-4-7--1-3
Changes since 1.1.2.6: +2 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#103459 patch by Budda

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 20 22:32:55 2006 UTC (3 years ago) by karpuz
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.1.2.5: +4 -4 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#98770 fix by myself

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 14:58:54 2006 UTC (3 years ago) by karpuz
Branch: DRUPAL-4-7
Changes since 1.1.2.4: +2 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#92005, fix by myself (backport from HEAD)

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 14:58:02 2006 UTC (3 years ago) by karpuz
Branch: DRUPAL-5
Changes since 1.4.2.2: +5 -2 lines
Diff to previous 1.4.2.2 , to branch point 1.4
#92005, fix by myself (backport from HEAD)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 14:56:52 2006 UTC (3 years ago) by karpuz
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
#92005, fix by myself

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 13:40:00 2006 UTC (3 years ago) by karpuz
Branch: DRUPAL-4-7
Changes since 1.1.2.3: +2 -14 lines
Diff to previous 1.1.2.3 , to branch point 1.1
remove cruft

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 13:39:38 2006 UTC (3 years ago) by karpuz
Branch: DRUPAL-5
Changes since 1.4.2.1: +2 -14 lines
Diff to previous 1.4.2.1 , to branch point 1.4
remove cruft

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 13:39:14 2006 UTC (3 years ago) by karpuz
Branch: MAIN
Changes since 1.5: +2 -7 lines
Diff to previous 1.5
remove cruft

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 13:11:49 2006 UTC (3 years ago) by karpuz
Branch: DRUPAL-5
Changes since 1.4: +25 -1 lines
Diff to previous 1.4
Add in some extra #help in the UI for those that don't read the README file

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 13:08:34 2006 UTC (3 years ago) by karpuz
Branch: MAIN
Changes since 1.4: +25 -1 lines
Diff to previous 1.4
Add in some extra #help in the UI for those that don't read the README file

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 13:07:10 2006 UTC (3 years ago) by karpuz
Branch: DRUPAL-4-7
Changes since 1.1.2.2: +3 -3 lines
Diff to previous 1.1.2.2 , to branch point 1.1
remove debugging statement

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 13:02:39 2006 UTC (3 years ago) by karpuz
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +26 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Add in some extra #help in the UI for those that don't read the README file

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 11:24:30 2006 UTC (3 years ago) by karpuz
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.3: +1 -3 lines
Diff to previous 1.3
remove unrequired comment in hook_menu() that was needed in DRUPAL-4-7 version

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 11:19:48 2006 UTC (3 years ago) by karpuz
Branch: MAIN
Changes since 1.2: +9 -7 lines
Diff to previous 1.2
Make DRUPAL5 compat

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 10:53:31 2006 UTC (3 years ago) by karpuz
Branch: MAIN
Changes since 1.1: +671 -0 lines
Diff to previous 1.1
Add HEAD versions of module

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 10:34:50 2006 UTC (3 years ago) by karpuz
Branch: DRUPAL-4-7
Changes since 1.1: +671 -0 lines
Diff to previous 1.1
Add new module path_image to repos. Will do project description shortly

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2