/[drupal]/contributions/modules/reptag/DEVELOPER.txt
ViewVC logotype

Log of /contributions/modules/reptag/DEVELOPER.txt

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


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

Revision 1.12.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Nov 29 17:13:12 2008 UTC (11 months, 4 weeks ago) by profix898
Branch: DRUPAL-6--1
Changes since 1.12: +19 -2 lines
Diff to previous 1.12
- bugfix: some api fixes for cck/content types and theme registry (#337935 by dman and myself)

Revision 1.12 - (view) (download) (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.11: +92 -70 lines
Diff to previous 1.11
- task: initial version for Drupal 6

Revision 1.10.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 01:58:06 2007 UTC (2 years, 9 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10, DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.10.2.1: +112 -68 lines
Diff to previous 1.10.2.1 , to branch point 1.10 , to next main 1.12
- task: documentation (+ translation) updated
- bugfix: initial install (default modules and roles)
- bugfix: broken module hook calls

Revision 1.10.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 20:12:47 2007 UTC (2 years, 10 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-3
Changes since 1.10: +12 -10 lines
Diff to previous 1.10
- improved handling of $field pathes
  (incl. bugfix for 'title' and user-defined fields)

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 20:06:17 2007 UTC (2 years, 10 months ago) by profix898
Branch: MAIN
Changes since 1.10: +12 -10 lines
Diff to previous 1.10
- improved handling of $field pathes
  (incl. bugfix for 'titlt' and user-defined fields)

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 00:30:59 2007 UTC (2 years, 10 months ago) by profix898
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
- support for content types and (cck) content fields
- more reliable (re)implementation of 'partial cache' feature using cache_set/cache_get
- bugfix: maintenance theme
- bugfix: static only comments support

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 23:31:57 2007 UTC (2 years, 10 months ago) by profix898
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.8: +82 -23 lines
Diff to previous 1.8
- bugfix: default module roles (= array())
- cleanup: namespace of .tags modules (prefix with reptag_)
- cleanup: coding style 'else if' => 'elseif'
- feature: new permission 'invoke replacements'
- feature: new hook_reptag() and hook_reptag_process()
  (allows other Drupal modules to expose replacement tags)
- developer documentation updated

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 15:37:09 2006 UTC (3 years, 2 months ago) by profix898
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-4-7--1-1, DRUPAL-5--1-0, DRUPAL-5--1-0-dev
Branch point for: DRUPAL-4-7
Changes since 1.7: +19 -12 lines
Diff to previous 1.7
updated for
- static/dynamic distinction
- access to $node from _process

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun May 21 11:08:36 2006 UTC (3 years, 6 months ago) by profix898
Branch: MAIN
Changes since 1.6: +31 -5 lines
Diff to previous 1.6
- feature: Tags in comments (issue #64677)
- feature: call reptag directly from other modules

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 15:54:03 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.5: +12 -1 lines
Diff to previous 1.5
- new tags module: wiki
- function _require added to check for dependencies

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Mar 4 12:05:16 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.4: +4 -2 lines
Diff to previous 1.4
- bugfix: reptag.install
- removed: 'run reptag before filters' option
- make module tags available in the module's _process() function

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 1 21:46:28 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.3: +7 -8 lines
Diff to previous 1.3
- documentation updated (README.txt and DEVELOPER.txt)
- bugfix: module roles for authenticated users
- compatibility bugfix (php 4.x vs. 5.x)
- bugfix: load/save exclude tags
- database update for interoperability (MySQL 4.x vs. 5.x)

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Feb 26 21:25:44 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.2: +19 -27 lines
Diff to previous 1.2
- major update introducing new features
  + role-based rights management for .tags modules
  + per tag exclusion for certain roles
  + AJAX extensions for simpler tag management
  + HTML validation on preview
- various improvements on reptag core (speed + security)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 12:42:17 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.1: +19 -6 lines
Diff to previous 1.1
- implementation of a help framework
  (show list of available tags on add/edit node pages)
- bugfix (issue #49656) reported by vizechef
- lots of small extensions and improvements to tags

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 14 01:26:59 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
- missing parts/functionality completed
- code cleanup for release
- readme.txt and developer.txt added

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