Log of /contributions/modules/reptag/reptag.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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 -
(
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.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.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.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.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.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.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.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
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.