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

Log of /contributions/modules/reptag/reptag_module.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.3 - (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.2: +12 -6 lines
Diff to previous 1.2.2.2 , 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.2 - (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.1: +6 -1 lines
Diff to previous 1.2.2.1 , 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.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 17:13:12 2008 UTC (11 months, 3 weeks ago) by profix898
Branch: DRUPAL-6--1
Changes since 1.2: +5 -7 lines
Diff to previous 1.2
- bugfix: some api fixes for cck/content types and theme registry (#337935 by dman and myself)

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: +243 -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 Jul 25 16:14:31 2007 UTC (2 years, 4 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10
Changes since 1.1.2.9: +1 -3 lines
Diff to previous 1.1.2.9 , to branch point 1.1 , to next main 1.2
- task: omit closing php tag '?>' (#161995)

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 6 14:44:30 2007 UTC (2 years, 5 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.1.2.8: +14 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
- bugfix: modules are not sorted correctly

Revision 1.1.2.8 - (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
Changes since 1.1.2.7: +12 -12 lines
Diff to previous 1.1.2.7 , to branch point 1.1
- coding style cleanup
- bugfix: modify other users data using ajax (#144764)

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 4 17:37:46 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.6: +4 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
bugfix: include_once fails for modules in _reptag_module_require()

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 20:48:39 2007 UTC (2 years, 7 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.1.2.5: +6 -5 lines
Diff to previous 1.1.2.5 , to branch point 1.1
- rename .tags to .tags.inc for security reason (#128265)

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 01:47:10 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.1.2.4: +4 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
- bugfix: restore _reptag_xxx_require() functionality

Revision 1.1.2.4 - (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, DRUPAL-5--1-5
Changes since 1.1.2.3: +6 -6 lines
Diff to previous 1.1.2.3 , 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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 02:36:55 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.1.2.2: +3 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
- bugfix: _reptag_module_list() still lists removed modules after rebuild

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 01:58:28 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.1.2.1: +11 -8 lines
Diff to previous 1.1.2.1 , to branch point 1.1
- task: documentation (+ translation) updated
- bugfix: initial install (default modules and roles)
- bugfix: broken module hook calls

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 21:07:36 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.1: +220 -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, 8 months ago) by profix898
Branch: MAIN
Branch point for: DRUPAL-5
FILE REMOVED
file reptag_module.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