/[drupal]/contributions/modules/reptag/reptag_helper.inc
ViewVC logotype

Log of /contributions/modules/reptag/reptag_helper.inc

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.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 23 03:51:07 2009 UTC (7 months ago) by dman
Branch: DRUPAL-6--1
Changes since 1.2.2.3: +8 -1 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Addition to allow cck to place the reptag notes on the edit form correctly - hook_content_extra_fields()
Fixed user access to admin page if role can only do one type of tag but not others
Added minor caching to _reptag_user_get_roles as it was being called a lot and making DB calls each time
ditto with _reptag_module_list
Removed call to _reptag_user_get_roles when the $user object is available
Adjusted _reptag_block_by_subject to behave better when accessing views blocks by name - index on block ID by preference. Calling views_block('list') is not idempotent -  it rebuilds its list of available blocks, re-caches etc every single time we ask it to 'list'! This can trigger hundreds of trival DB extras.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 03:24:01 2009 UTC (10 months, 2 weeks ago) by dman
Branch: DRUPAL-6--1
Changes since 1.2.2.2: +7 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
This is all just housekeeping. No functional changes, but additional bits that makes coder.module give it a clean bill of health.
- no more PHP 'strict' notices
- added a small description to each inc file for indexing/doxygen
- added a HOOK_help() paragraph or three.

http://drupal.org/node/355861

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 28 15:53:09 2008 UTC (13 months, 4 weeks ago) by profix898
Branch: DRUPAL-6--1
Changes since 1.2.2.1: +4 -4 lines
Diff to previous 1.2.2.1 , to branch point 1.2
- bugfix: language tags don't detect language (#297624)
- bugfix: bind language to content not implemented (translation.module)
- bugfix: system.tags does not use _reptag_language()

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 16:07:58 2008 UTC (17 months, 3 weeks ago) by profix898
Branch: DRUPAL-6--1
Changes since 1.2: +8 -1 lines
Diff to previous 1.2
- feature: parametric reptags
- bugfix: correct add/edit handling

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 12:21:06 2008 UTC (17 months, 3 weeks ago) by profix898
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +365 -0 lines
Diff to previous 1.1
- task: initial version for Drupal 6

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 1 23:06:26 2007 UTC (2 years, 3 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10
Changes since 1.1.2.9: +4 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1 , to next main 1.2
- bugfix: cache teasers patch incomplete

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 14:55:33 2007 UTC (2 years, 3 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.1.2.8: +1 -4 lines
Diff to previous 1.1.2.8 , to branch point 1.1
- bugfix: _reptag_table_clear() does not delete all languages

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 10:40:53 2007 UTC (2 years, 3 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.1.2.7: +7 -7 lines
Diff to previous 1.1.2.7 , to branch point 1.1
- bugfix: cache does not respect teasers

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 25 16:14:31 2007 UTC (2 years, 4 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.1.2.6: +1 -3 lines
Diff to previous 1.1.2.6 , to branch point 1.1
- task: omit closing php tag '?>' (#161995)

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 17 16:40:59 2007 UTC (2 years, 6 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.1.2.5: +17 -18 lines
Diff to previous 1.1.2.5 , to branch point 1.1
- coding style cleanup
- bugfix: modify other users data using ajax (#144764)

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 3 13:50:43 2007 UTC (2 years, 6 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7, DRUPAL-5--1-8
Changes since 1.1.2.4: +35 -10 lines
Diff to previous 1.1.2.4 , to branch point 1.1
- feature: basic i18n support for table tags

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 00:15:18 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.1.2.3: +1 -10 lines
Diff to previous 1.1.2.3 , to branch point 1.1
- make reptag compatible with latest (5.x-1.4) CCK (#124598)

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 3 23:14:53 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.1.2.2: +4 -4 lines
Diff to previous 1.1.2.2 , to branch point 1.1
- bugfix: undefined function _reptag_array_intersect_key() (#124451)

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 16:23:10 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.1.2.1: +33 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
- bugfix: settings not migrated on update
- bugfix: broken paths in image.tags
- bugfix: user table tags are not listed in help
- bugfix: ksort modules in help (compensate weights)
- bugfix: added some critical check_plain()s
- feature: enable proformatted help from modules

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 21:07:36 2007 UTC (2 years, 9 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.1: +241 -0 lines
Diff to previous 1.1
- feature: module registry implemented
- feature: weight option for module's process order
- task: reptag_process() simplified (= speedup)
- task: unified module api
- task: namespace cleanup of .tags modules
- bugfix: switch width<>height in image/video.tags
- various small fixes and improvements

Revision 1.1
Mon Feb 26 21:07:36 2007 UTC (2 years, 9 months ago) by profix898
Branch: MAIN
Branch point for: DRUPAL-5
FILE REMOVED
file reptag_helper.inc was initially added on branch DRUPAL-5.

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