Log of /contributions/modules/ed_classified/ed_classified.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.4.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 12 06:16:54 2007 UTC
(2 years, 3 months ago)
by
inactivist
Branch:
DRUPAL-5
Changes since
1.1.4.42: +19 -20 lines
Diff to
previous 1.1.4.42
, to
branch point 1.1
Minor cleanup:
- Attempting to fix breadcrumb and taxonomy link stuff to work with
PathAuto and/or custom URLs for the classified ads categories.
- Changing credits to use a bitmap hosted on exodusdev.com
Revision
1.1.4.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 5 17:30:05 2007 UTC
(2 years, 3 months ago)
by
inactivist
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-5-8
Changes since
1.1.4.40: +16 -2 lines
Diff to
previous 1.1.4.40
, to
branch point 1.1
Added small credit link to bottom of category listing.
We ask that you do not remove this, but if you absolutely cannot
stand to see these on your site, implement a new theme function
and override ed_classified_credits, returning an empty string.
Revision
1.1.4.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 5 16:14:32 2007 UTC
(2 years, 3 months ago)
by
inactivist
Branch:
DRUPAL-5
Changes since
1.1.4.38: +6 -4 lines
Diff to
previous 1.1.4.38
, to
branch point 1.1
_ed_classified_purge_ad($node) : reduce logfile verbosity during purge
If variable 'ed_classified_log_deletions' is FALSE (the default value)
don't log each node as it is purged during cron run
Revision
1.1.2.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 5 16:07:34 2007 UTC
(2 years, 3 months ago)
by
inactivist
Branch:
DRUPAL-4-7
Changes since
1.1.2.33: +5 -3 lines
Diff to
previous 1.1.2.33
, to
branch point 1.1
_ed_classified_purge_ad($node) : reduce logfile verbosity during purge
If variable 'ed_classified_log_deletions' is FALSE (the default value)
don't log each node as it is purged during cron run
Revision
1.1.2.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 10 18:43:32 2007 UTC
(2 years, 6 months ago)
by
inactivist
Branch:
DRUPAL-4-7
Changes since
1.1.2.24: +6 -6 lines
Diff to
previous 1.1.2.24
, to
branch point 1.1
CSS fixes and cleanup.
- ed_classified.css: eliminate empty definitions, remove blank lines, and
remove background image on classified ads lists (some themes
show bullets behind list items by default)
- ed_classified.module: changed all rendered CSS class names to use hypen
('-') rather than underscore ('_') as was intended all along - ed_classified.css
uses hyphens, so this was a bug.
Note: this may break existing site layouts if you customized classified ads CSS
and defined any classes that used '_' in the names:
classified_ad_list
classified_author
classified_date
classified_count
are now:
classified-ad-list
classified-author
classified-date
classified-count
Please make note of this and fix your CSS modifications.
Revision
1.1.4.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 10 18:36:20 2007 UTC
(2 years, 6 months ago)
by
inactivist
Branch:
DRUPAL-5
Changes since
1.1.4.30: +6 -6 lines
Diff to
previous 1.1.4.30
, to
branch point 1.1
CSS fixes and cleanup.
- ed_classified.css: eliminate empty definitions, remove blank lines, and
remove background image on classified ads lists (garland theme in 5.x
shows bullets behind list items by default)
- ed_classified.module: changed all rendered CSS class names to use hypen
('-') rather than underscore ('_') as was intended all along - ed_classified.css
uses hyphens, so this was a bug.
Note: this may break existing site layouts if you customized classified ads CSS
and defined any classes that used '_' in the names:
classified_ad_list
classified_author
classified_date
classified_count
are now:
classified-ad-list
classified-author
classified-date
classified-count
Please make note of this and fix your CSS modifications.
Revision
1.1.4.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 1 18:11:18 2007 UTC
(2 years, 8 months ago)
by
inactivist
Branch:
DRUPAL-5
Changes since
1.1.4.20: +10 -10 lines
Diff to
previous 1.1.4.20
, to
branch point 1.1
Formatting fixes for D5:
- using proper formatting character in t()
- was using ':' which is a placeholder, when '@' was intended
- use '!' where appropriate (such as the javascript character count)
Revision
1.1.4.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 1 17:53:23 2007 UTC
(2 years, 8 months ago)
by
inactivist
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-5-3
Changes since
1.1.4.19: +4 -4 lines
Diff to
previous 1.1.4.19
, to
branch point 1.1
Formatting fixes for D5:
- Added check_markup() in theme_classified_teaser()
- use proper format '!' in t() in theme_ed_classifieds()
(was doing check_plain of user profile link when viewing leaf
taxonomy term view, thus spewing html entities and such and
generally messing things up.)
Revision
1.1.4.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 25 22:26:11 2007 UTC
(2 years, 9 months ago)
by
inactivist
Branch:
DRUPAL-5
Changes since
1.1.4.15: +103 -15 lines
Diff to
previous 1.1.4.15
, to
branch point 1.1
Per-category expiration durations - enforce some reasonable limits on _submit()
- Need to prevent users bypassing normal expiration dates.
- If user doesn't (or cannot) select the 'reset ad expiration' option, the
expiration date is lesser of of current expiration and tentative new expiration.
- If user can and does select 'reset ad expiration' option, the expiration will
be the largest value among all selected categories for this ad.
- Added some checking to ensure that the user can't skirt permission checking
and extend ad duration by manipulating form values on post. Will log if attempt
is detected.
- Fixed problem with hook_view() - was not displaying the expiration date in body
or teasers.
Revision
1.1.2.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 25 21:38:05 2007 UTC
(2 years, 9 months ago)
by
inactivist
Branch:
DRUPAL-4-7
Changes since
1.1.2.13: +39 -12 lines
Diff to
previous 1.1.2.13
, to
branch point 1.1
Per-category expiration durations - enforce some reasonable limits on _submit()
- Need to prevent users bypassing normal expiration dates.
- If user doesn't (or cannot) select the 'reset ad expiration' option, the
expiration date is lesser of of current expiration and tentative new expiration.
- If user can and does select 'reset ad expiration' option, the expiration will
be the largest value among all selected categories for this ad.
- Added some checking to ensure that the user can't skirt permission checking
and extend ad duration by manipulating form values on post. Will log if attempt
is detected.
Revision
1.1.4.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 22 17:38:24 2007 UTC
(2 years, 9 months ago)
by
inactivist
Branch:
DRUPAL-5
Changes since
1.1.4.10: +74 -38 lines
Diff to
previous 1.1.4.10
, to
branch point 1.1
New feature: replace, via hook_link_alter, taxonomy links
for terms that belong to the classified ads taxonomy. Redirect them to
ed_classified/vid/xxx - so that users are directed to the classified ads
category browser display, rather than a generic taxonomy node listing.
Revision
1.1.4.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 22 12:59:48 2007 UTC
(2 years, 9 months ago)
by
inactivist
Branch:
DRUPAL-5
Changes since
1.1.4.4: +6 -6 lines
Diff to
previous 1.1.4.4
, to
branch point 1.1
Minor changes to close some security holes and fix formatting problems.
- Adding check_plain() to watchdog entries to prevent script injection in logs.
- Added missing check_markup() to theme_classified_body()
- Added missing check_markup() to theme_ed_classifieds()
- Got rid of verbose logging of date change on hook_submit()
Revision
1.1.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 22 12:52:51 2007 UTC
(2 years, 9 months ago)
by
inactivist
Branch:
DRUPAL-4-7
Changes since
1.1: +12 -9 lines
Diff to
previous 1.1
Security fixes and back-porting from Drupal 5 version.
- Mainly adding check_plain() to watchdog entries to prevent script injection in logs.
- Added missing check_markup() to theme_classified_body()
- Got rid of verbose logging of date change on hook_submit()
Revision
1.1.4.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 20 06:09:25 2007 UTC
(2 years, 9 months ago)
by
inactivist
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0
Changes since
1.1.4.2: +5 -5 lines
Diff to
previous 1.1.4.2
, to
branch point 1.1
- Only display 'suggest a new category' form if contact module is loaded.
- Change wording of 'contact advertiser' link (now "View advertiser's (username) profile")
and links to profile page, not contact page, since user may not have enabled
the personal contact form.
Revision
1.1.4.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 20 05:53:10 2007 UTC
(2 years, 9 months ago)
by
inactivist
Branch:
DRUPAL-5
Changes since
1.1.4.1: +18 -7 lines
Diff to
previous 1.1.4.1
, to
branch point 1.1
minor cleanup for drupal 5 version.
- Moved classified ad management URL to
admin/content/node/ed_classified
- Other cleanup:
- When viewing admin settings, creates taxonomy vocabulary if
it hasn't already been created
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.