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

Log of /contributions/modules/reptag/reptag.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.39.2.7 - (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.39.2.6: +24 -3 lines
Diff to previous 1.39.2.6 , to branch point 1.39
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.39.2.6 - (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.39.2.5: +45 -2 lines
Diff to previous 1.39.2.5 , to branch point 1.39
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.39.2.5 - (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.39.2.4: +13 -3 lines
Diff to previous 1.39.2.4 , to branch point 1.39
- bugfix: some api fixes for cck/content types and theme registry (#337935 by dman and myself)

Revision 1.39.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 28 15:19:17 2008 UTC (13 months, 4 weeks ago) by profix898
Branch: DRUPAL-6--1
Changes since 1.39.2.3: +2 -2 lines
Diff to previous 1.39.2.3 , to branch point 1.39
- task: cleanup .tags modules

Revision 1.39.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 28 14:19:59 2008 UTC (13 months, 4 weeks ago) by profix898
Branch: DRUPAL-6--1
Changes since 1.39.2.2: +5 -13 lines
Diff to previous 1.39.2.2 , to branch point 1.39
- bugfix: reptags + cck not working properly (#303325)

Revision 1.35.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 28 11:21:21 2008 UTC (13 months, 4 weeks ago) by profix898
Branch: DRUPAL-5
Changes since 1.35.2.21: +20 -6 lines
Diff to previous 1.35.2.21 , to branch point 1.35 , to next main 1.39
- bugfix: parametric reptags too greedy (#296362)
- task: support for multiple value CCK fields

Revision 1.39.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 28 11:19:35 2008 UTC (13 months, 4 weeks ago) by profix898
Branch: DRUPAL-6--1
Changes since 1.39.2.1: +36 -13 lines
Diff to previous 1.39.2.1 , to branch point 1.39
- bugfix: parametric reptags too greedy (#296362)
- bugfix: temporary workaround for CCK fields

Revision 1.39.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 13 18:03:31 2008 UTC (15 months, 2 weeks ago) by profix898
Branch: DRUPAL-6--1
Changes since 1.39: +20 -7 lines
Diff to previous 1.39
- bugfix: nojs tags administration points to non-existing path (#292963)
- bugfix: reptag_vars table schema incorrect
- bugfix: workspace integration broken
- feature: add teaser marker to node

Revision 1.39 - (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.38: +252 -319 lines
Diff to previous 1.38
- task: initial version for Drupal 6

Revision 1.35.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 11:58:56 2008 UTC (17 months, 3 weeks ago) by profix898
Branch: DRUPAL-5
Changes since 1.35.2.20: +16 -12 lines
Diff to previous 1.35.2.20 , to branch point 1.35
- bugfix: help shown even if no reptag module allowed (#265799)

Revision 1.35.2.20 - (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.35.2.19: +7 -3 lines
Diff to previous 1.35.2.19 , to branch point 1.35
- bugfix: cache teasers patch incomplete

Revision 1.35.2.19 - (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.35.2.18: +3 -3 lines
Diff to previous 1.35.2.18 , to branch point 1.35
- bugfix: cache does not respect teasers

Revision 1.35.2.18 - (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.35.2.17: +1 -3 lines
Diff to previous 1.35.2.17 , to branch point 1.35
- task: omit closing php tag '?>' (#161995)

Revision 1.35.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 11 15:05:06 2007 UTC (2 years, 4 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.35.2.16: +7 -6 lines
Diff to previous 1.35.2.16 , to branch point 1.35
- feature: add reptag help to comment form (#158427)

Revision 1.35.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 11 10:58:25 2007 UTC (2 years, 4 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.35.2.15: +2 -2 lines
Diff to previous 1.35.2.15 , to branch point 1.35
- bugfix: preview broken (#158427)

Revision 1.35.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 9 09:22:09 2007 UTC (2 years, 5 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.35.2.14: +7 -1 lines
Diff to previous 1.35.2.14 , to branch point 1.35
- bugfix/feature: tags not replaced in rss.xml or printable page (#150289)

Revision 1.35.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 2 08:12:03 2007 UTC (2 years, 5 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.35.2.13: +1 -32 lines
Diff to previous 1.35.2.13 , to branch point 1.35
- task: cleanup/reorder cache settings
- task: remove maintenance tab (as it is not needed)
- task: add 'clear cache' button to cache settings

Revision 1.35.2.13 - (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.35.2.12: +20 -20 lines
Diff to previous 1.35.2.12 , to branch point 1.35
- coding style cleanup
- bugfix: modify other users data using ajax (#144764)

Revision 1.35.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 14:03:41 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.35.2.11: +1 -8 lines
Diff to previous 1.35.2.11 , to branch point 1.35
- task: remove preview x(ht)ml validation

Revision 1.35.2.11 - (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
Changes since 1.35.2.10: +3 -3 lines
Diff to previous 1.35.2.10 , to branch point 1.35
- feature: basic i18n support for table tags

Revision 1.35.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 15 22:14:15 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.35.2.9: +3 -2 lines
Diff to previous 1.35.2.9 , to branch point 1.35
- use strip_tags to remove html/php for plain-text roles
- feature: disable reptag for certain nodes (by nid)

Revision 1.35.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 13 21:43:44 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.35.2.8: +2 -2 lines
Diff to previous 1.35.2.8 , to branch point 1.35
- bugfix: Multi-byte string breaks on 'Additional Rep[lacement]Tags' (#127442)

Revision 1.35.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 7 00:15:11 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.35.2.7: +3 -3 lines
Diff to previous 1.35.2.7 , to branch point 1.35
- make reptag compatible with latest (5.x-1.4) CCK (#124598)

Revision 1.35.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 3 15:52:01 2007 UTC (2 years, 8 months ago) by profix898
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.35.2.6: +2 -2 lines
Diff to previous 1.35.2.6 , to branch point 1.35
- bugfix: dont check_plain() module tags (they might contain html)

Revision 1.35.2.6 - (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.35.2.5: +12 -4 lines
Diff to previous 1.35.2.5 , to branch point 1.35
- 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.35.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 01:58:18 2007 UTC (2 years, 9 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.35.2.4: +4 -4 lines
Diff to previous 1.35.2.4 , to branch point 1.35
- task: documentation (+ translation) updated
- bugfix: initial install (default modules and roles)
- bugfix: broken module hook calls

Revision 1.35.2.4 - (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.35.2.3: +24 -81 lines
Diff to previous 1.35.2.3 , to branch point 1.35
- 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.35.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 22:48:15 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.35.2.2: +17 -1 lines
Diff to previous 1.35.2.2 , to branch point 1.35
- remove 'title' from list of 'fields'
  (title is served by menu system for full pages)
- implement hook_node_type to track changes
- cleanup .install and maintenance

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 22:46:42 2007 UTC (2 years, 10 months ago) by profix898
Branch: MAIN
Changes since 1.37: +17 -1 lines
Diff to previous 1.37
- remove 'title' from list of 'fields'
  (title is served by menu system for full pages)
- implement hook_node_type to track changes
- cleanup .install and maintenance

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 16:41:41 2007 UTC (2 years, 10 months ago) by profix898
Branch: MAIN
Changes since 1.36: +4 -5 lines
Diff to previous 1.36
- 'invoke replacements' permission removed
- bugfix: rollback the per-roles cache patch
- bugfix: fix broken 'regenerate' feature in maintenance
- feature: add cache lifetime setting

Revision 1.35.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 16:36:42 2007 UTC (2 years, 10 months ago) by profix898
Branch: DRUPAL-5
Changes since 1.35.2.1: +4 -5 lines
Diff to previous 1.35.2.1 , to branch point 1.35
- 'invoke replacements' permission removed
- bugfix: rollback the per-roles cache patch
- bugfix: fix broken 'regenerate' feature in maintenance
- feature: add cache lifetime setting

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

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

Revision 1.35 - (view) (download) (as text) (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.34: +54 -39 lines
Diff to previous 1.34
- 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.34 - (view) (download) (as text) (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.33: +45 -11 lines
Diff to previous 1.33
- 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.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 23 13:15:00 2006 UTC (2 years, 11 months ago) by profix898
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.32: +55 -37 lines
Diff to previous 1.32
- bugfix: rebuild menu after cache settings changed
- bugfix: use variable_set instead of raw sql in .install
- feature: autocomplete vs. autocomplete_all
- misc updates
  + .info package entry removed
  + various strings updated
  + reenabled/fixed quicktags integration

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 09:59:37 2006 UTC (3 years, 1 month ago) by profix898
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-dev
Changes since 1.31: +11 -6 lines
Diff to previous 1.31
- bugfix: insecure SELECT query (intval)
- code-style cleanup (else/else if)

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 18 08:59:42 2006 UTC (3 years, 1 month ago) by profix898
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30
- minor fix: use theme('table', ...) instead of theme_table()

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 10 18:24:10 2006 UTC (3 years, 1 month ago) by profix898
Branch: MAIN
Changes since 1.29: +70 -22 lines
Diff to previous 1.29
- administration pages reorganized
- ajax/javascript cleanup (remove hidden fields)
- documentation + translation updated
- quicktags integration (temp. disabled)
- various smaller bugfixes

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 9 22:10:09 2006 UTC (3 years, 1 month ago) by profix898
Branch: MAIN
Changes since 1.28: +98 -101 lines
Diff to previous 1.28
- major update for Drupal 5.0
- javascript uses jQuery instead of xajax library
- includes all cvs features, esp. partial cache
(read reptag cvs log for details)

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 7 21:06:18 2006 UTC (3 years, 1 month ago) by profix898
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-4-7--1-1
Branch point for: DRUPAL-4-7
Changes since 1.27: +26 -33 lines
Diff to previous 1.27
- postgresql compatibility update
+ function reptag_table_exist() removed
+ IF NOT EXISTS removed in .install
- backport: fuzzy matching in autocompletion

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 12 13:32:26 2006 UTC (3 years, 2 months ago) by profix898
Branch: MAIN
Changes since 1.26: +19 -15 lines
Diff to previous 1.26
- make reptag menu items movable

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 30 14:43:42 2006 UTC (3 years, 2 months ago) by profix898
Branch: MAIN
Changes since 1.25: +11 -10 lines
Diff to previous 1.25
- bugfix: reptag overrides nodes with partial cache disabled
- bugfix: load body (from reptag storage) only with cache & node-type enabled

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 16 13:46:07 2006 UTC (3 years, 3 months ago) by profix898
Branch: MAIN
Changes since 1.24: +135 -847 lines
Diff to previous 1.24
- separation of static and dynamic replacement tags
- partial cache feature (major update)
- reptag_admin.inc, reptag_maintenance.inc extracted from reptag.module
  (prevent to load large fapi stuff for ordinary filter operation)

Revision 1.20.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 20 13:05:06 2006 UTC (3 years, 4 months ago) by profix898
Changes since 1.20.2.2: +3 -1 lines
Diff to previous 1.20.2.2 , to branch point 1.20 , to next main 1.39
- bugfix: 'catch all' due to empty $admin_path (by flexer)

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 20 13:02:51 2006 UTC (3 years, 4 months ago) by profix898
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23
- bugfix: 'catch all' due to empty $admin_path (by flexer)

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

Revision 1.20.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 17 14:59:11 2006 UTC (3 years, 6 months ago) by profix898
Changes since 1.20.2.1: +10 -12 lines
Diff to previous 1.20.2.1 , to branch point 1.20
- bugfix: exclude tags broken in non-axaj mode
- bugfix: trouble with xajax and 4.7 release (rc4+)
- bugfix: broken image pathes
- bugfix: error saving settings (issue #63867)
- cleaner debug output

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 17 14:51:26 2006 UTC (3 years, 6 months ago) by profix898
Branch: MAIN
Changes since 1.21: +10 -12 lines
Diff to previous 1.21
- bugfix: exclude tags broken in non-axaj mode
- bugfix: trouble with xajax and 4.7 release (rc4+)
- bugfix: broken image pathes
- bugfix: error saving settings (issue #63867)
- cleaner debug output

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 6 03:07:47 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
#57415: Remove drupal_implode_autocomplete

Revision 1.20.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 6 02:54:24 2006 UTC (3 years, 7 months ago) by unconed
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
#57415: Remove drupal_implode_autocomplete

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

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 5 21:50:04 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
- cosmetic corrections

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 4 23:45:31 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.17: +13 -11 lines
Diff to previous 1.17
- hide help for empty table

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 4 16:25:32 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.16: +2 -15 lines
Diff to previous 1.16
- bugfix: show help for all modules to admin
- hook_user removed (keep tags of deleted users)

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

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 1 21:46:28 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
- 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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 1 15:17:55 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.13: +14 -14 lines
Diff to previous 1.13
- some t-strings reformatted
- translation DE added
- bugfix: disable reptag for node type (in non-english install)
- bugfix: module tags always available for superuser #1

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 1 12:45:04 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.12: +12 -10 lines
Diff to previous 1.12
- some labels renamed ('+' -> 'Add' and similar)
- added htmlentities() to prevent html to be interpreted in help
- replaced '+' with 'Add' and 'X' with 'Del' in ajax view
- bugfix: hide reptag help for disabled node types
- validate_xml extended to work with php 4.3+ AND php 5
- bugfix: unable to deactivate xml validation on preview

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 1 00:52:14 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.11: +30 -2 lines
Diff to previous 1.11
- disable reptag for certain node types

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 28 21:08:23 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.10: +12 -6 lines
Diff to previous 1.10
- bugfix: autocomplete for add 'exclude tag'
- bugfix: different pathes for non-admin users in hook_menu

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 27 15:30:26 2006 UTC (3 years, 8 months ago) by profix898
Branch: MAIN
Changes since 1.9: +39 -41 lines
Diff to previous 1.9
- foreach errors with empty arrays (added empty() to check)
- coding-style: all ["$abc"] changed to [$abc]
- various additional bugfixes

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 26 21:25:45 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.8: +674 -177 lines
Diff to previous 1.8
- 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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 17 12:07:50 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
- bugfix: help visible even with reptags disabled

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 17 02:39:29 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.6: +45 -21 lines
Diff to previous 1.6
- show reptags in preview
- use drupal_get_path() for include_once path
- bugfix: include_once & global variable $reptags
- bugfix for help '${' of .tags modules
- show help in all node types
- bugfix: teaser not processed for hook_nodeapi:load

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 23:43:48 2006 UTC (3 years, 9 months ago) by profix898
Changes since 1.5.2.1: +2 -2 lines
Diff to previous 1.5.2.1 , to branch point 1.5 , to next main 1.39
- bugfix for online help '${'

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 21:48:28 2006 UTC (3 years, 9 months ago) by profix898
Changes since 1.5: +7 -11 lines
Diff to previous 1.5
- use theme_table to display help

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 21:47:05 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.5: +7 -11 lines
Diff to previous 1.5
- use theme_table to display help

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 13:08:54 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.4: +10 -2 lines
Diff to previous 1.4
- option to show/hide the helper section on add/edit node pages

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 12:42:17 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.3: +119 -33 lines
Diff to previous 1.3
- 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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 15 19:26:08 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.2: +111 -33 lines
Diff to previous 1.2
- bugfix in permissions (drupal CANT handle non-alphabetic chars in permission)
- bugfix for variable-handling
- bugfix to correct deletion of empty variables
- permissions extended (admin AND user rights for reptag configurable)
- integration with workspace module

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 15 19:24:32 2006 UTC (3 years, 9 months ago) by profix898
Changes since 1.2: +111 -33 lines
Diff to previous 1.2 , to next main 1.39
- bugfix in permissions (drupal CANT handle non-alphabetic chars in permission)
- bugfix for variable-handling
- bugfix to correct deletion of empty variables
- permissions extended (admin AND user rights for reptag configurable)
- integration with workspace module

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 14 01:26:59 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Changes since 1.1: +49 -23 lines
Diff to previous 1.1
- missing parts/functionality completed
- code cleanup for release
- readme.txt and developer.txt added

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 13 02:02:39 2006 UTC (3 years, 9 months ago) by profix898
Branch: MAIN
Initial commit

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